ds005256-mriqc/sub-0017_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 611090bf5a [DATALAD RUNCMD] Compute MRIQC for sub-0017
=== 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-0017 --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-0017",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:54:22 +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-0017_ses-01_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-0017_ses-01_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-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_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-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_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-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-01_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_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-0017/ses-01/func/sub-0017_ses-01_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>07943209edf72623cc03f423d01fd8cd</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:50:46.552500</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.99723, -0.0743837, -0.000490923, 0.073232, 0.982905, -0.168925]</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_brain_imaging_center</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.0980817</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7713, -7247, 566, 31, -158, -40, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.928</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d5ef75b-e801-4cd0-9794-3b7017cda33b||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.6754939556121826, 0.19647616147994995, -0.03522911295294762, 101.49172973632812], [0.19956600666046143, 2.6370608806610107, -0.45473769307136536, -79.65892028808594], [-0.0013171114260330796, 0.45321425795555115, 2.6611976623535156, -88.13886260986328], [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': ['125046.552500', '125047.012500', '125047.472500', '125047.932500', '125048.392500', '125048.852500', '125049.312500', '125049.772500', '125050.232500', '125050.692500', '125051.152500', '125051.612500', '125052.072500', '125052.532500', '125052.992500', '125053.452500', '125053.912500', '125054.372500', '125054.832500', '125055.292500', '125055.752500', '125056.212500', '125056.672500', '125057.132500', '125057.592500', '125058.052500', '125058.512500', '125058.972500', '125059.432500', '125059.892500', '125100.352500', '125100.812500', '125101.272500', '125101.732500', '125102.192500', '125102.652500', '125103.112500', '125103.572500', '125104.032500', '125104.492500', '125104.952500', '125105.412500', '125105.872500', '125106.332500', '125106.792500', '125107.252500', '125107.712500', '125108.172500', '125108.632500', '125109.092500', '125109.552500', '125110.012500', '125110.472500', '125110.932500', '125111.392500', '125111.852500', '125112.312500', '125112.772500', '125113.232500', '125113.692500', '125114.152500', '125114.612500', '125115.072500', '125115.532500', '125115.992500', '125116.452500', '125116.912500', '125117.372500', '125117.832500', '125118.292500', '125118.752500', '125119.212500', '125119.672500', '125120.132500', '125120.592500', '125121.052500', '125121.512500', '125121.972500', '125122.432500', '125122.892500', '125123.352500', '125123.812500', '125124.272500', '125124.732500', '125125.192500', '125125.652500', '125126.112500', '125126.572500', '125127.032500', '125127.492500', '125127.952500', '125128.412500', '125128.872500', '125129.332500', '125129.792500', '125130.252500', '125130.712500', '125131.172500', '125131.632500', '125132.092500', '125132.552500', '125133.012500', '125133.472500', '125133.932500', '125134.392500', '125134.852500', '125135.312500', '125135.772500', '125136.232500', '125136.692500', '125137.152500', '125137.612500', '125138.072500', '125138.532500', '125138.992500', '125139.452500', '125139.912500', '125140.372500', '125140.832500', '125141.292500', '125141.752500', '125142.212500', '125142.672500', '125143.132500', '125143.592500', '125144.052500', '125144.512500', '125144.972500', '125145.432500', '125145.892500', '125146.352500', '125146.812500', '125147.272500', '125147.732500', '125148.192500', '125148.652500', '125149.112500', '125149.572500', '125150.032500', '125150.492500', '125150.952500', '125151.412500', '125151.872500', '125152.332500', '125152.792500', '125153.252500', '125153.712500', '125154.172500', '125154.632500', '125155.092500', '125155.552500', '125156.012500', '125156.472500', '125156.932500', '125157.392500', '125157.852500', '125158.312500', '125158.772500', '125159.232500', '125159.692500', '125200.152500', '125200.612500', '125201.072500', '125201.532500', '125201.992500', '125202.452500', '125202.912500', '125203.372500', '125203.832500', '125204.292500', '125204.752500', '125205.212500', '125205.672500', '125206.132500', '125206.592500', '125207.052500', '125207.512500', '125207.972500', '125208.432500', '125208.892500', '125209.352500', '125209.812500', '125210.272500', '125210.732500', '125211.192500', '125211.652500', '125212.112500', '125212.572500', '125213.032500', '125213.492500', '125213.952500', '125214.412500', '125214.872500', '125215.332500', '125215.792500', '125216.252500', '125216.712500', '125217.172500', '125217.632500', '125218.092500', '125218.552500', '125219.012500', '125219.472500', '125219.932500', '125220.392500', '125220.852500', '125221.312500', '125221.772500', '125222.232500', '125222.692500', '125223.152500', '125223.612500', '125224.072500', '125224.532500', '125224.992500', '125225.452500', '125225.912500', '125226.372500', '125226.832500', '125227.292500', '125227.752500', '125228.212500', '125228.672500', '125229.132500', '125229.592500', '125230.052500', '125230.512500', '125230.972500', '125231.432500', '125231.892500', '125232.352500', '125232.812500', '125233.272500', '125233.732500', '125234.192500', '125234.652500', '125235.112500', '125235.572500', '125236.032500', '125236.492500', '125236.952500', '125237.412500', '125237.872500', '125238.332500', '125238.792500', '125239.252500', '125239.712500', '125240.172500', '125240.632500', '125241.092500', '125241.552500', '125242.012500', '125242.472500', '125242.932500', '125243.392500', '125243.852500', '125244.312500', '125244.772500', '125245.232500', '125245.692500', '125246.152500', '125246.612500', '125247.072500', '125247.532500', '125247.992500', '125248.452500', '125248.912500', '125249.372500', '125249.832500', '125250.292500', '125250.752500', '125251.212500', '125251.672500', '125252.132500', '125252.592500', '125253.052500', '125253.512500', '125253.972500', '125254.432500', '125254.892500', '125255.352500', '125255.812500', '125256.272500', '125256.732500', '125257.192500', '125257.652500', '125258.112500', '125258.572500', '125259.032500', '125259.492500', '125259.952500', '125300.412500', '125300.872500', '125301.332500', '125301.792500', '125302.252500', '125302.712500', '125303.172500', '125303.632500', '125304.092500', '125304.552500', '125305.012500', '125305.472500', '125305.932500', '125306.392500', '125306.852500', '125307.312500', '125307.772500', '125308.232500', '125308.692500', '125309.152500', '125309.612500', '125310.072500', '125310.532500', '125310.992500', '125311.452500', '125311.912500', '125312.372500', '125312.832500', '125313.292500', '125313.752500', '125314.212500', '125314.672500', '125315.132500', '125315.592500', '125316.052500', '125316.512500', '125316.972500', '125317.432500', '125317.892500', '125318.352500', '125318.812500', '125319.272500', '125319.732500', '125320.192500', '125320.652500', '125321.112500', '125321.572500', '125322.032500', '125322.492500', '125322.952500', '125323.412500', '125323.872500', '125324.332500', '125324.792500', '125325.252500', '125325.712500', '125326.172500', '125326.632500', '125327.092500', '125327.552500', '125328.012500', '125328.472500', '125328.932500', '125329.392500', '125329.852500', '125330.312500', '125330.772500', '125331.232500', '125331.692500', '125332.152500', '125332.612500', '125333.072500', '125333.532500', '125333.992500', '125334.452500', '125334.912500', '125335.372500', '125335.832500', '125336.292500', '125336.752500', '125337.212500', '125337.672500', '125338.132500', '125338.592500', '125339.052500', '125339.512500', '125339.972500', '125340.432500', '125340.892500', '125341.352500', '125341.812500', '125342.272500', '125342.732500', '125343.192500', '125343.652500', '125344.112500', '125344.572500', '125345.032500', '125345.492500', '125345.952500', '125346.412500', '125346.872500', '125347.332500', '125347.792500', '125348.252500', '125348.712500', '125349.172500', '125349.632500', '125350.092500', '125350.552500', '125351.012500', '125351.472500', '125351.932500', '125352.392500', '125352.852500', '125353.312500', '125353.772500', '125354.232500', '125354.692500', '125355.152500', '125355.612500', '125356.072500', '125356.532500', '125356.992500', '125357.452500', '125357.912500', '125358.372500', '125358.832500', '125359.292500', '125359.752500', '125400.212500', '125400.672500', '125401.132500', '125401.592500', '125402.052500', '125402.512500', '125402.972500', '125403.432500', '125403.892500', '125404.352500', '125404.812500', '125405.272500', '125405.732500', '125406.192500', '125406.652500', '125407.112500', '125407.572500', '125408.032500', '125408.492500', '125408.952500', '125409.412500', '125409.872500', '125410.332500', '125410.792500', '125411.252500', '125411.712500', '125412.172500', '125412.632500', '125413.092500', '125413.552500', '125414.012500', '125414.472500', '125414.932500', '125415.392500', '125415.852500', '125416.312500', '125416.772500', '125417.232500', '125417.692500', '125418.152500', '125418.612500', '125419.072500', '125419.532500', '125419.992500', '125420.452500', '125420.912500', '125421.372500', '125421.832500', '125422.292500', '125422.752500', '125423.212500', '125423.672500', '125424.132500', '125424.592500', '125425.052500', '125425.512500', '125425.972500', '125426.432500', '125426.892500', '125427.352500', '125427.812500', '125428.272500', '125428.732500', '125429.192500', '125429.652500', '125430.112500', '125430.572500', '125431.032500', '125431.492500', '125431.952500', '125432.412500', '125432.872500', '125433.332500', '125433.792500', '125434.252500', '125434.712500', '125435.172500', '125435.632500', '125436.092500', '125436.552500', '125437.012500', '125437.472500', '125437.932500', '125438.392500', '125438.852500', '125439.312500', '125439.772500', '125440.232500', '125440.692500', '125441.152500', '125441.612500', '125442.072500', '125442.532500', '125442.992500', '125443.452500', '125443.912500', '125444.372500', '125444.832500', '125445.292500', '125445.752500', '125446.212500', '125446.672500', '125447.132500', '125447.592500', '125448.052500', '125448.512500', '125448.972500', '125449.432500', '125449.892500', '125450.352500', '125450.812500', '125451.272500', '125451.732500', '125452.192500', '125452.652500', '125453.112500', '125453.572500', '125454.032500', '125454.492500', '125454.952500', '125455.412500', '125455.872500', '125456.332500', '125456.792500', '125457.252500', '125457.712500', '125458.172500', '125458.632500', '125459.092500', '125459.552500', '125500.012500', '125500.472500', '125500.932500', '125501.392500', '125501.852500', '125502.312500', '125502.772500', '125503.232500', '125503.692500', '125504.152500', '125504.612500', '125505.072500', '125505.532500', '125505.992500', '125506.452500', '125506.912500', '125507.372500', '125507.832500', '125508.292500', '125508.752500', '125509.212500', '125509.672500', '125510.132500', '125510.592500', '125511.052500', '125511.512500', '125511.972500', '125512.432500', '125512.892500', '125513.352500', '125513.812500', '125514.272500', '125514.732500', '125515.192500', '125515.652500', '125516.112500', '125516.572500', '125517.032500', '125517.492500', '125517.952500', '125518.412500', '125518.872500', '125519.332500', '125519.792500', '125520.252500', '125520.712500', '125521.172500', '125521.632500', '125522.092500', '125522.552500', '125523.012500', '125523.472500', '125523.932500', '125524.392500', '125524.852500', '125525.312500', '125525.772500', '125526.232500', '125526.692500', '125527.152500', '125527.612500', '125528.072500', '125528.532500', '125528.992500', '125529.452500', '125529.912500', '125530.372500', '125530.832500', '125531.292500', '125531.752500', '125532.212500', '125532.672500', '125533.132500', '125533.592500', '125534.052500', '125534.512500', '125534.972500', '125535.432500', '125535.892500', '125536.352500', '125536.812500', '125537.272500', '125537.732500', '125538.192500', '125538.652500', '125539.112500', '125539.572500', '125540.032500', '125540.492500', '125540.952500', '125541.412500', '125541.872500', '125542.332500', '125542.792500', '125543.252500', '125543.712500', '125544.172500', '125544.632500', '125545.092500', '125545.552500', '125546.012500', '125546.472500', '125546.932500', '125547.392500', '125547.852500', '125548.312500', '125548.772500', '125549.232500', '125549.692500', '125550.152500', '125550.612500', '125551.072500', '125551.532500', '125551.992500', '125552.452500', '125552.912500', '125553.372500', '125553.832500', '125554.292500', '125554.752500', '125555.212500', '125555.672500', '125556.132500', '125556.592500', '125557.052500', '125557.512500', '125557.972500', '125558.432500', '125558.892500', '125559.352500', '125559.812500', '125600.272500', '125600.732500', '125601.192500', '125601.652500', '125602.112500', '125602.572500', '125603.032500', '125603.492500', '125603.952500', '125604.412500', '125604.872500', '125605.332500', '125605.792500', '125606.252500', '125606.712500', '125607.172500', '125607.632500', '125608.092500', '125608.552500', '125609.012500', '125609.472500', '125609.932500', '125610.392500', '125610.852500', '125611.312500', '125611.772500', '125612.232500', '125612.692500', '125613.152500', '125613.612500', '125614.072500', '125614.532500', '125614.992500', '125615.452500', '125615.912500', '125616.372500', '125616.832500', '125617.292500', '125617.752500', '125618.212500', '125618.672500', '125619.132500', '125619.592500', '125620.052500', '125620.512500', '125620.972500', '125621.432500', '125621.892500', '125622.352500', '125622.812500', '125623.272500', '125623.732500', '125624.192500', '125624.652500', '125625.112500', '125625.572500', '125626.032500', '125626.492500', '125626.952500', '125627.412500', '125627.872500', '125628.332500', '125628.792500', '125629.252500', '125629.712500', '125630.172500', '125630.632500', '125631.092500', '125631.552500', '125632.012500', '125632.472500', '125632.932500', '125633.392500', '125633.852500', '125634.312500', '125634.772500', '125635.232500', '125635.692500', '125636.152500', '125636.612500', '125637.072500', '125637.532500', '125637.992500', '125638.452500', '125638.912500', '125639.372500', '125639.832500', '125640.292500', '125640.752500', '125641.212500', '125641.672500', '125642.132500', '125642.592500', '125643.052500', '125643.512500', '125643.972500', '125644.432500', '125644.892500', '125645.352500', '125645.812500', '125646.272500', '125646.732500', '125647.192500', '125647.652500', '125648.112500', '125648.572500', '125649.032500', '125649.492500', '125649.952500', '125650.412500', '125650.872500', '125651.332500', '125651.792500', '125652.252500', '125652.712500', '125653.172500', '125653.632500', '125654.092500', '125654.552500', '125655.012500', '125655.472500', '125655.932500', '125656.392500', '125656.852500', '125657.312500', '125657.772500', '125658.232500', '125658.692500', '125659.152500', '125659.612500', '125700.072500', '125700.532500', '125700.992500', '125701.452500', '125701.912500', '125702.372500', '125702.832500', '125703.292500', '125703.752500', '125704.212500', '125704.672500', '125705.132500', '125705.592500', '125706.052500', '125706.512500', '125706.972500', '125707.432500', '125707.892500', '125708.352500', '125708.812500', '125709.272500', '125709.732500', '125710.192500', '125710.652500', '125711.112500', '125711.572500', '125712.032500', '125712.492500', '125712.952500', '125713.412500', '125713.872500', '125714.332500', '125714.792500', '125715.252500', '125715.712500', '125716.172500', '125716.632500', '125717.092500', '125717.552500', '125718.012500', '125718.472500', '125718.932500', '125719.392500', '125719.852500', '125720.312500', '125720.772500', '125721.232500', '125721.692500', '125722.152500', '125722.612500', '125723.072500', '125723.532500', '125723.992500', '125724.452500', '125724.912500', '125725.372500', '125725.832500', '125726.292500', '125726.752500', '125727.212500'], 'ContentTime': ['125102.884000', '125102.887000', '125102.890000', '125102.893000', '125102.896000', '125102.899000', '125102.902000', '125102.905000', '125102.908000', '125102.911000', '125102.914000', '125102.917000', '125102.920000', '125102.923000', '125102.925000', '125102.928000', '125102.931000', '125102.939000', '125102.943000', '125102.946000', '125102.949000', '125102.951000', '125102.955000', '125102.957000', '125102.960000', '125102.963000', '125102.966000', '125102.969000', '125102.972000', '125102.975000', '125102.978000', '125102.986000', '125102.989000', '125102.992000', '125122.853000', '125122.856000', '125122.859000', '125122.862000', '125122.864000', '125122.867000', '125122.870000', '125122.873000', '125122.876000', '125122.883000', '125122.885000', '125122.888000', '125122.891000', '125122.894000', '125122.897000', '125122.900000', '125122.902000', '125122.905000', '125122.908000', '125122.911000', '125122.914000', '125122.917000', '125122.920000', '125122.922000', '125122.925000', '125122.928000', '125122.931000', '125122.934000', '125122.936000', '125122.939000', '125122.942000', '125122.945000', '125122.948000', '125122.950000', '125122.953000', '125122.956000', '125122.959000', '125122.962000', '125122.964000', '125122.967000', '125122.970000', '125122.973000', '125122.976000', '125142.854000', '125142.857000', '125142.859000', '125142.862000', '125142.865000', '125142.868000', '125142.871000', '125142.874000', '125142.885000', '125142.888000', '125142.891000', '125142.893000', '125142.896000', '125142.899000', '125142.902000', '125142.904000', '125142.907000', '125142.910000', '125142.913000', '125142.916000', '125142.919000', '125142.922000', '125142.924000', '125142.927000', '125142.930000', '125142.933000', '125142.936000', '125142.938000', '125142.941000', '125142.944000', '125142.947000', '125142.950000', '125142.953000', '125142.955000', '125142.958000', '125142.961000', '125142.964000', '125142.967000', '125142.969000', '125142.972000', '125142.975000', '125142.978000', '125142.981000', '125142.983000', '125202.853000', '125202.856000', '125202.859000', '125202.862000', '125202.864000', '125202.867000', '125202.870000', '125202.873000', '125202.876000', '125202.879000', '125202.882000', '125202.884000', '125202.887000', '125202.890000', '125202.893000', '125202.896000', '125202.898000', '125202.901000', '125202.904000', '125202.907000', '125202.910000', '125202.913000', '125202.916000', '125202.918000', '125202.921000', '125202.924000', '125202.927000', '125202.930000', '125202.933000', '125202.935000', '125202.938000', '125202.941000', '125202.944000', '125202.947000', '125202.950000', '125202.952000', '125202.955000', '125202.958000', '125202.961000', '125202.964000', '125202.967000', '125202.970000', '125202.973000', '125222.853000', '125222.856000', '125222.858000', '125222.862000', '125222.864000', '125222.867000', '125222.870000', '125222.873000', '125222.876000', '125222.878000', '125222.881000', '125222.884000', '125222.887000', '125222.890000', '125222.893000', '125222.896000', '125222.898000', '125222.901000', '125222.904000', '125222.907000', '125222.910000', '125222.912000', '125222.915000', '125222.918000', '125222.921000', '125222.924000', '125222.927000', '125222.929000', '125222.932000', '125222.936000', '125222.939000', '125222.942000', '125222.945000', '125222.964000', '125222.967000', '125222.976000', '125222.979000', '125222.982000', '125222.984000', '125222.987000', '125222.990000', '125222.993000', '125222.996000', '125222.999000', '125242.853000', '125242.856000', '125242.859000', '125242.862000', '125242.865000', '125242.868000', '125242.870000', '125242.873000', '125242.876000', '125242.879000', '125242.882000', '125242.885000', '125242.887000', '125242.890000', '125242.893000', '125242.896000', '125242.899000', '125242.902000', '125242.905000', '125242.907000', '125242.910000', '125242.913000', '125242.916000', '125242.919000', '125242.921000', '125242.924000', '125242.927000', '125242.930000', '125242.933000', '125242.936000', '125242.939000', '125242.941000', '125242.944000', '125242.947000', '125242.950000', '125242.953000', '125242.955000', '125242.958000', '125242.961000', '125242.964000', '125242.967000', '125242.970000', '125242.973000', '125302.853000', '125302.856000', '125302.859000', '125302.862000', '125302.864000', '125302.867000', '125302.870000', '125302.873000', '125302.876000', '125302.879000', '125302.882000', '125302.884000', '125302.887000', '125302.890000', '125302.893000', '125302.896000', '125302.898000', '125302.901000', '125302.904000', '125302.907000', '125302.910000', '125302.913000', '125302.916000', '125302.918000', '125302.921000', '125302.924000', '125302.927000', '125302.930000', '125302.933000', '125302.935000', '125302.938000', '125302.941000', '125302.944000', '125302.947000', '125302.950000', '125302.953000', '125302.955000', '125302.958000', '125302.961000', '125302.964000', '125302.967000', '125302.969000', '125302.972000', '125302.975000', '125322.853000', '125322.856000', '125322.859000', '125322.862000', '125322.865000', '125322.867000', '125322.870000', '125322.873000', '125322.876000', '125322.879000', '125322.882000', '125322.884000', '125322.887000', '125322.890000', '125322.893000', '125322.896000', '125322.899000', '125322.901000', '125322.904000', '125322.907000', '125322.910000', '125322.913000', '125322.915000', '125322.918000', '125322.921000', '125322.924000', '125322.927000', '125322.930000', '125322.933000', '125322.935000', '125322.938000', '125322.941000', '125322.944000', '125322.947000', '125322.950000', '125322.952000', '125322.955000', '125322.958000', '125322.961000', '125322.964000', '125322.967000', '125322.969000', '125322.972000', '125342.853000', '125342.856000', '125342.859000', '125342.862000', '125342.865000', '125342.868000', '125342.871000', '125342.873000', '125342.876000', '125342.879000', '125342.882000', '125342.885000', '125342.888000', '125342.891000', '125342.893000', '125342.896000', '125342.899000', '125342.902000', '125342.905000', '125342.908000', '125342.911000', '125342.914000', '125342.916000', '125342.919000', '125342.922000', '125342.925000', '125342.928000', '125342.931000', '125342.933000', '125342.936000', '125342.939000', '125342.942000', '125342.945000', '125342.948000', '125342.951000', '125342.953000', '125342.956000', '125342.959000', '125342.962000', '125342.965000', '125342.968000', '125342.972000', '125342.974000', '125402.854000', '125402.857000', '125402.860000', '125402.863000', '125402.866000', '125402.869000', '125402.871000', '125402.874000', '125402.877000', '125402.880000', '125402.883000', '125402.886000', '125402.889000', '125402.891000', '125402.894000', '125402.897000', '125402.900000', '125402.903000', '125402.906000', '125402.908000', '125402.911000', '125402.914000', '125402.917000', '125402.920000', '125402.923000', '125402.926000', '125402.928000', '125402.931000', '125402.934000', '125402.943000', '125402.946000', '125402.949000', '125402.952000', '125402.954000', '125402.957000', '125402.960000', '125402.963000', '125402.966000', '125402.968000', '125402.971000', '125402.974000', '125402.977000', '125402.980000', '125402.982000', '125422.853000', '125422.856000', '125422.859000', '125422.862000', '125422.865000', '125422.867000', '125422.870000', '125422.874000', '125422.879000', '125422.882000', '125422.885000', '125422.888000', '125422.891000', '125422.894000', '125422.896000', '125422.899000', '125422.902000', '125422.905000', '125422.908000', '125422.911000', '125422.914000', '125422.917000', '125422.919000', '125422.922000', '125422.925000', '125422.928000', '125422.931000', '125422.933000', '125422.937000', '125422.939000', '125422.942000', '125422.945000', '125422.948000', '125422.951000', '125422.954000', '125422.956000', '125422.959000', '125422.962000', '125422.965000', '125422.968000', '125422.971000', '125422.973000', '125422.976000', '125442.853000', '125442.856000', '125442.859000', '125442.862000', '125442.864000', '125442.867000', '125442.870000', '125442.873000', '125442.876000', '125442.879000', '125442.881000', '125442.884000', '125442.887000', '125442.890000', '125442.893000', '125442.896000', '125442.899000', '125442.901000', '125442.904000', '125442.907000', '125442.910000', '125442.913000', '125442.916000', '125442.918000', '125442.921000', '125442.924000', '125442.927000', '125442.930000', '125442.933000', '125442.936000', '125442.938000', '125442.941000', '125442.944000', '125442.947000', '125442.950000', '125442.953000', '125442.955000', '125442.958000', '125442.961000', '125442.964000', '125442.967000', '125442.969000', '125442.972000', '125442.975000', '125502.853000', '125502.856000', '125502.859000', '125502.864000', '125502.867000', '125502.870000', '125502.873000', '125502.875000', '125502.878000', '125502.881000', '125502.884000', '125502.887000', '125502.890000', '125502.893000', '125502.895000', '125502.898000', '125502.901000', '125502.904000', '125502.907000', '125502.910000', '125502.912000', '125502.915000', '125502.918000', '125502.921000', '125502.924000', '125502.927000', '125502.930000', '125502.933000', '125502.936000', '125502.939000', '125502.941000', '125502.944000', '125502.947000', '125502.950000', '125502.953000', '125502.956000', '125502.959000', '125502.962000', '125502.964000', '125502.967000', '125502.970000', '125502.973000', '125502.976000', '125522.853000', '125522.856000', '125522.859000', '125522.862000', '125522.865000', '125522.867000', '125522.870000', '125522.873000', '125522.876000', '125522.879000', '125522.882000', '125522.885000', '125522.887000', '125522.890000', '125522.893000', '125522.896000', '125522.899000', '125522.902000', '125522.905000', '125522.907000', '125522.910000', '125522.913000', '125522.916000', '125522.919000', '125522.922000', '125522.924000', '125522.927000', '125522.930000', '125522.933000', '125522.936000', '125522.939000', '125522.942000', '125522.944000', '125522.947000', '125522.950000', '125522.953000', '125522.956000', '125522.958000', '125522.961000', '125522.964000', '125522.967000', '125522.970000', '125522.973000', '125522.975000', '125542.853000', '125542.856000', '125542.859000', '125542.862000', '125542.865000', '125542.867000', '125542.870000', '125542.873000', '125542.876000', '125542.879000', '125542.893000', '125542.896000', '125542.899000', '125542.902000', '125542.905000', '125542.908000', '125542.911000', '125542.914000', '125542.917000', '125542.920000', '125542.922000', '125542.925000', '125542.928000', '125542.931000', '125542.934000', '125542.937000', '125542.940000', '125542.942000', '125542.945000', '125542.948000', '125542.951000', '125542.954000', '125542.957000', '125542.959000', '125542.962000', '125542.965000', '125542.968000', '125542.971000', '125542.974000', '125542.977000', '125542.979000', '125542.982000', '125542.985000', '125602.853000', '125602.856000', '125602.859000', '125602.862000', '125602.864000', '125602.867000', '125602.870000', '125602.873000', '125602.876000', '125602.879000', '125602.882000', '125602.884000', '125602.887000', '125602.890000', '125602.893000', '125602.896000', '125602.899000', '125602.902000', '125602.904000', '125602.907000', '125602.910000', '125602.913000', '125602.916000', '125602.918000', '125602.921000', '125602.924000', '125602.927000', '125602.930000', '125602.933000', '125602.936000', '125602.938000', '125602.941000', '125602.944000', '125602.947000', '125602.950000', '125602.952000', '125602.955000', '125602.958000', '125602.961000', '125602.964000', '125602.967000', '125602.970000', '125602.973000', '125602.975000', '125622.854000', '125622.857000', '125622.860000', '125622.863000', '125622.866000', '125622.868000', '125622.871000', '125622.874000', '125622.877000', '125622.880000', '125622.883000', '125622.886000', '125622.888000', '125622.891000', '125622.894000', '125622.897000', '125622.900000', '125622.902000', '125622.905000', '125622.908000', '125622.911000', '125622.914000', '125622.917000', '125622.920000', '125622.923000', '125622.925000', '125622.928000', '125622.931000', '125622.934000', '125622.937000', '125622.940000', '125622.943000', '125622.946000', '125622.949000', '125622.952000', '125622.955000', '125622.957000', '125622.960000', '125622.963000', '125622.966000', '125622.969000', '125622.972000', '125622.975000', '125642.853000', '125642.856000', '125642.859000', '125642.861000', '125642.865000', '125642.867000', '125642.870000', '125642.873000', '125642.876000', '125642.879000', '125642.881000', '125642.884000', '125642.887000', '125642.890000', '125642.893000', '125642.896000', '125642.899000', '125642.901000', '125642.904000', '125642.907000', '125642.910000', '125642.913000', '125642.916000', '125642.918000', '125642.921000', '125642.924000', '125642.927000', '125642.930000', '125642.933000', '125642.936000', '125642.938000', '125642.941000', '125642.944000', '125642.947000', '125642.950000', '125642.953000', '125642.955000', '125642.958000', '125642.961000', '125642.964000', '125642.967000', '125642.970000', '125642.973000', '125642.975000', '125702.853000', '125702.857000', '125702.860000', '125702.863000', '125702.866000', '125702.869000', '125702.872000', '125702.890000', '125702.893000', '125702.896000', '125702.899000', '125702.902000', '125702.905000', '125702.908000', '125702.911000', '125702.913000', '125702.916000', '125702.919000', '125702.922000', '125702.925000', '125702.928000', '125702.931000', '125702.934000', '125702.937000', '125702.940000', '125702.942000', '125702.945000', '125702.948000', '125702.951000', '125702.954000', '125702.957000', '125702.960000', '125702.963000', '125702.965000', '125702.968000', '125702.971000', '125702.974000', '125702.977000', '125702.980000', '125702.985000', '125702.988000', '125702.991000', '125702.994000', '125722.853000', '125722.856000', '125722.859000', '125722.862000', '125722.865000', '125722.867000', '125722.870000', '125722.873000', '125722.876000', '125722.879000', '125722.882000', '125722.885000', '125722.888000', '125722.890000', '125722.893000', '125722.896000', '125722.899000', '125722.902000', '125722.905000', '125722.908000', '125722.910000', '125722.913000', '125722.916000', '125722.919000', '125722.922000', '125722.925000', '125722.927000', '125722.930000', '125722.933000', '125722.936000', '125722.939000', '125722.942000', '125722.945000', '125722.947000', '125722.950000', '125722.953000', '125722.956000', '125722.959000', '125722.962000', '125722.965000', '125722.967000', '125722.970000', '125722.973000', '125722.976000', '125728.294000', '125728.298000', '125728.301000', '125728.305000', '125728.308000', '125728.311000', '125728.314000', '125728.317000', '125728.320000', '125728.323000', '125728.326000', '125728.329000'], 'InstanceCreationTime': ['125102.884000', '125102.887000', '125102.890000', '125102.893000', '125102.896000', '125102.899000', '125102.902000', '125102.905000', '125102.908000', '125102.911000', '125102.914000', '125102.917000', '125102.920000', '125102.923000', '125102.925000', '125102.928000', '125102.931000', '125102.939000', '125102.943000', '125102.946000', '125102.949000', '125102.951000', '125102.955000', '125102.957000', '125102.960000', '125102.963000', '125102.966000', '125102.969000', '125102.972000', '125102.975000', '125102.978000', '125102.986000', '125102.989000', '125102.992000', '125122.853000', '125122.856000', '125122.859000', '125122.862000', '125122.864000', '125122.867000', '125122.870000', '125122.873000', '125122.876000', '125122.883000', '125122.885000', '125122.888000', '125122.891000', '125122.894000', '125122.897000', '125122.900000', '125122.902000', '125122.905000', '125122.908000', '125122.911000', '125122.914000', '125122.917000', '125122.920000', '125122.922000', '125122.925000', '125122.928000', '125122.931000', '125122.934000', '125122.936000', '125122.939000', '125122.942000', '125122.945000', '125122.948000', '125122.950000', '125122.953000', '125122.956000', '125122.959000', '125122.962000', '125122.964000', '125122.967000', '125122.970000', '125122.973000', '125122.976000', '125142.854000', '125142.857000', '125142.859000', '125142.862000', '125142.865000', '125142.868000', '125142.871000', '125142.874000', '125142.885000', '125142.888000', '125142.891000', '125142.893000', '125142.896000', '125142.899000', '125142.902000', '125142.904000', '125142.907000', '125142.910000', '125142.913000', '125142.916000', '125142.919000', '125142.922000', '125142.924000', '125142.927000', '125142.930000', '125142.933000', '125142.936000', '125142.938000', '125142.941000', '125142.944000', '125142.947000', '125142.950000', '125142.953000', '125142.955000', '125142.958000', '125142.961000', '125142.964000', '125142.967000', '125142.969000', '125142.972000', '125142.975000', '125142.978000', '125142.981000', '125142.983000', '125202.853000', '125202.856000', '125202.859000', '125202.862000', '125202.864000', '125202.867000', '125202.870000', '125202.873000', '125202.876000', '125202.879000', '125202.882000', '125202.884000', '125202.887000', '125202.890000', '125202.893000', '125202.896000', '125202.898000', '125202.901000', '125202.904000', '125202.907000', '125202.910000', '125202.913000', '125202.916000', '125202.918000', '125202.921000', '125202.924000', '125202.927000', '125202.930000', '125202.933000', '125202.935000', '125202.938000', '125202.941000', '125202.944000', '125202.947000', '125202.950000', '125202.952000', '125202.955000', '125202.958000', '125202.961000', '125202.964000', '125202.967000', '125202.970000', '125202.973000', '125222.853000', '125222.856000', '125222.858000', '125222.862000', '125222.864000', '125222.867000', '125222.870000', '125222.873000', '125222.876000', '125222.878000', '125222.881000', '125222.884000', '125222.887000', '125222.890000', '125222.893000', '125222.896000', '125222.898000', '125222.901000', '125222.904000', '125222.907000', '125222.910000', '125222.912000', '125222.915000', '125222.918000', '125222.921000', '125222.924000', '125222.927000', '125222.929000', '125222.932000', '125222.936000', '125222.939000', '125222.942000', '125222.945000', '125222.964000', '125222.967000', '125222.976000', '125222.979000', '125222.982000', '125222.984000', '125222.987000', '125222.990000', '125222.993000', '125222.996000', '125222.999000', '125242.853000', '125242.856000', '125242.859000', '125242.862000', '125242.865000', '125242.868000', '125242.870000', '125242.873000', '125242.876000', '125242.879000', '125242.882000', '125242.885000', '125242.887000', '125242.890000', '125242.893000', '125242.896000', '125242.899000', '125242.902000', '125242.905000', '125242.907000', '125242.910000', '125242.913000', '125242.916000', '125242.919000', '125242.921000', '125242.924000', '125242.927000', '125242.930000', '125242.933000', '125242.936000', '125242.939000', '125242.941000', '125242.944000', '125242.947000', '125242.950000', '125242.953000', '125242.955000', '125242.958000', '125242.961000', '125242.964000', '125242.967000', '125242.970000', '125242.973000', '125302.853000', '125302.856000', '125302.859000', '125302.862000', '125302.864000', '125302.867000', '125302.870000', '125302.873000', '125302.876000', '125302.879000', '125302.882000', '125302.884000', '125302.887000', '125302.890000', '125302.893000', '125302.896000', '125302.898000', '125302.901000', '125302.904000', '125302.907000', '125302.910000', '125302.913000', '125302.916000', '125302.918000', '125302.921000', '125302.924000', '125302.927000', '125302.930000', '125302.933000', '125302.935000', '125302.938000', '125302.941000', '125302.944000', '125302.947000', '125302.950000', '125302.953000', '125302.955000', '125302.958000', '125302.961000', '125302.964000', '125302.967000', '125302.969000', '125302.972000', '125302.975000', '125322.853000', '125322.856000', '125322.859000', '125322.862000', '125322.865000', '125322.867000', '125322.870000', '125322.873000', '125322.876000', '125322.879000', '125322.882000', '125322.884000', '125322.887000', '125322.890000', '125322.893000', '125322.896000', '125322.899000', '125322.901000', '125322.904000', '125322.907000', '125322.910000', '125322.913000', '125322.915000', '125322.918000', '125322.921000', '125322.924000', '125322.927000', '125322.930000', '125322.933000', '125322.935000', '125322.938000', '125322.941000', '125322.944000', '125322.947000', '125322.950000', '125322.952000', '125322.955000', '125322.958000', '125322.961000', '125322.964000', '125322.967000', '125322.969000', '125322.972000', '125342.853000', '125342.856000', '125342.859000', '125342.862000', '125342.865000', '125342.868000', '125342.871000', '125342.873000', '125342.876000', '125342.879000', '125342.882000', '125342.885000', '125342.888000', '125342.891000', '125342.893000', '125342.896000', '125342.899000', '125342.902000', '125342.905000', '125342.908000', '125342.911000', '125342.914000', '125342.916000', '125342.919000', '125342.922000', '125342.925000', '125342.928000', '125342.931000', '125342.933000', '125342.936000', '125342.939000', '125342.942000', '125342.945000', '125342.948000', '125342.951000', '125342.953000', '125342.956000', '125342.959000', '125342.962000', '125342.965000', '125342.968000', '125342.972000', '125342.974000', '125402.854000', '125402.857000', '125402.860000', '125402.863000', '125402.866000', '125402.869000', '125402.871000', '125402.874000', '125402.877000', '125402.880000', '125402.883000', '125402.886000', '125402.889000', '125402.891000', '125402.894000', '125402.897000', '125402.900000', '125402.903000', '125402.906000', '125402.908000', '125402.911000', '125402.914000', '125402.917000', '125402.920000', '125402.923000', '125402.926000', '125402.928000', '125402.931000', '125402.934000', '125402.943000', '125402.946000', '125402.949000', '125402.952000', '125402.954000', '125402.957000', '125402.960000', '125402.963000', '125402.966000', '125402.968000', '125402.971000', '125402.974000', '125402.977000', '125402.980000', '125402.982000', '125422.853000', '125422.856000', '125422.859000', '125422.862000', '125422.865000', '125422.867000', '125422.870000', '125422.874000', '125422.879000', '125422.882000', '125422.885000', '125422.888000', '125422.891000', '125422.894000', '125422.896000', '125422.899000', '125422.902000', '125422.905000', '125422.908000', '125422.911000', '125422.914000', '125422.917000', '125422.919000', '125422.922000', '125422.925000', '125422.928000', '125422.931000', '125422.933000', '125422.937000', '125422.939000', '125422.942000', '125422.945000', '125422.948000', '125422.951000', '125422.954000', '125422.956000', '125422.959000', '125422.962000', '125422.965000', '125422.968000', '125422.971000', '125422.973000', '125422.976000', '125442.853000', '125442.856000', '125442.859000', '125442.862000', '125442.864000', '125442.867000', '125442.870000', '125442.873000', '125442.876000', '125442.879000', '125442.881000', '125442.884000', '125442.887000', '125442.890000', '125442.893000', '125442.896000', '125442.899000', '125442.901000', '125442.904000', '125442.907000', '125442.910000', '125442.913000', '125442.916000', '125442.918000', '125442.921000', '125442.924000', '125442.927000', '125442.930000', '125442.933000', '125442.936000', '125442.938000', '125442.941000', '125442.944000', '125442.947000', '125442.950000', '125442.953000', '125442.955000', '125442.958000', '125442.961000', '125442.964000', '125442.967000', '125442.969000', '125442.972000', '125442.975000', '125502.853000', '125502.856000', '125502.859000', '125502.864000', '125502.867000', '125502.870000', '125502.873000', '125502.875000', '125502.878000', '125502.881000', '125502.884000', '125502.887000', '125502.890000', '125502.893000', '125502.895000', '125502.898000', '125502.901000', '125502.904000', '125502.907000', '125502.910000', '125502.912000', '125502.915000', '125502.918000', '125502.921000', '125502.924000', '125502.927000', '125502.930000', '125502.933000', '125502.936000', '125502.939000', '125502.941000', '125502.944000', '125502.947000', '125502.950000', '125502.953000', '125502.956000', '125502.959000', '125502.962000', '125502.964000', '125502.967000', '125502.970000', '125502.973000', '125502.976000', '125522.853000', '125522.856000', '125522.859000', '125522.862000', '125522.865000', '125522.867000', '125522.870000', '125522.873000', '125522.876000', '125522.879000', '125522.882000', '125522.885000', '125522.887000', '125522.890000', '125522.893000', '125522.896000', '125522.899000', '125522.902000', '125522.905000', '125522.907000', '125522.910000', '125522.913000', '125522.916000', '125522.919000', '125522.922000', '125522.924000', '125522.927000', '125522.930000', '125522.933000', '125522.936000', '125522.939000', '125522.942000', '125522.944000', '125522.947000', '125522.950000', '125522.953000', '125522.956000', '125522.958000', '125522.961000', '125522.964000', '125522.967000', '125522.970000', '125522.973000', '125522.975000', '125542.853000', '125542.856000', '125542.859000', '125542.862000', '125542.865000', '125542.867000', '125542.870000', '125542.873000', '125542.876000', '125542.879000', '125542.893000', '125542.896000', '125542.899000', '125542.902000', '125542.905000', '125542.908000', '125542.911000', '125542.914000', '125542.917000', '125542.920000', '125542.922000', '125542.925000', '125542.928000', '125542.931000', '125542.934000', '125542.937000', '125542.940000', '125542.942000', '125542.945000', '125542.948000', '125542.951000', '125542.954000', '125542.957000', '125542.959000', '125542.962000', '125542.965000', '125542.968000', '125542.971000', '125542.974000', '125542.977000', '125542.979000', '125542.982000', '125542.985000', '125602.853000', '125602.856000', '125602.859000', '125602.862000', '125602.864000', '125602.867000', '125602.870000', '125602.873000', '125602.876000', '125602.879000', '125602.882000', '125602.884000', '125602.887000', '125602.890000', '125602.893000', '125602.896000', '125602.899000', '125602.902000', '125602.904000', '125602.907000', '125602.910000', '125602.913000', '125602.916000', '125602.918000', '125602.921000', '125602.924000', '125602.927000', '125602.930000', '125602.933000', '125602.936000', '125602.938000', '125602.941000', '125602.944000', '125602.947000', '125602.950000', '125602.952000', '125602.955000', '125602.958000', '125602.961000', '125602.964000', '125602.967000', '125602.970000', '125602.973000', '125602.975000', '125622.854000', '125622.857000', '125622.860000', '125622.863000', '125622.866000', '125622.868000', '125622.871000', '125622.874000', '125622.877000', '125622.880000', '125622.883000', '125622.886000', '125622.888000', '125622.891000', '125622.894000', '125622.897000', '125622.900000', '125622.902000', '125622.905000', '125622.908000', '125622.911000', '125622.914000', '125622.917000', '125622.920000', '125622.923000', '125622.925000', '125622.928000', '125622.931000', '125622.934000', '125622.937000', '125622.940000', '125622.943000', '125622.946000', '125622.949000', '125622.952000', '125622.955000', '125622.957000', '125622.960000', '125622.963000', '125622.966000', '125622.969000', '125622.972000', '125622.975000', '125642.853000', '125642.856000', '125642.859000', '125642.861000', '125642.865000', '125642.867000', '125642.870000', '125642.873000', '125642.876000', '125642.879000', '125642.881000', '125642.884000', '125642.887000', '125642.890000', '125642.893000', '125642.896000', '125642.899000', '125642.901000', '125642.904000', '125642.907000', '125642.910000', '125642.913000', '125642.916000', '125642.918000', '125642.921000', '125642.924000', '125642.927000', '125642.930000', '125642.933000', '125642.936000', '125642.938000', '125642.941000', '125642.944000', '125642.947000', '125642.950000', '125642.953000', '125642.955000', '125642.958000', '125642.961000', '125642.964000', '125642.967000', '125642.970000', '125642.973000', '125642.975000', '125702.853000', '125702.857000', '125702.860000', '125702.863000', '125702.866000', '125702.869000', '125702.872000', '125702.890000', '125702.893000', '125702.896000', '125702.899000', '125702.902000', '125702.905000', '125702.908000', '125702.911000', '125702.913000', '125702.916000', '125702.919000', '125702.922000', '125702.925000', '125702.928000', '125702.931000', '125702.934000', '125702.937000', '125702.940000', '125702.942000', '125702.945000', '125702.948000', '125702.951000', '125702.954000', '125702.957000', '125702.960000', '125702.963000', '125702.965000', '125702.968000', '125702.971000', '125702.974000', '125702.977000', '125702.980000', '125702.985000', '125702.988000', '125702.991000', '125702.994000', '125722.853000', '125722.856000', '125722.859000', '125722.862000', '125722.865000', '125722.867000', '125722.870000', '125722.873000', '125722.876000', '125722.879000', '125722.882000', '125722.885000', '125722.888000', '125722.890000', '125722.893000', '125722.896000', '125722.899000', '125722.902000', '125722.905000', '125722.908000', '125722.910000', '125722.913000', '125722.916000', '125722.919000', '125722.922000', '125722.925000', '125722.927000', '125722.930000', '125722.933000', '125722.936000', '125722.939000', '125722.942000', '125722.945000', '125722.947000', '125722.950000', '125722.953000', '125722.956000', '125722.959000', '125722.962000', '125722.965000', '125722.967000', '125722.970000', '125722.973000', '125722.976000', '125728.294000', '125728.298000', '125728.301000', '125728.305000', '125728.308000', '125728.311000', '125728.314000', '125728.317000', '125728.320000', '125728.323000', '125728.326000', '125728.329000'], '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': [11219, 7921, 10750, 7936, 9495, 7111, 8666, 10421, 8523, 10994, 8436, 10450, 7266, 9989, 6991, 9916, 6554, 8571, 6581, 8291, 6993, 8443, 8766, 7871, 9538, 7104, 8859, 7830, 7002, 7731, 6274, 8793, 6454, 9757, 6977, 10375, 6851, 9777, 6474, 9869, 7129, 10186, 7055, 10622, 7711, 10942, 7173, 10068, 7133, 9967, 7725, 9042, 7722, 8519, 9382, 8579, 11784, 8524, 10279, 7181, 10111, 7222, 9722, 7594, 9098, 7423, 9352, 7343, 9427, 8277, 7941, 7670, 8591, 7506, 10121, 8087, 9263, 7404, 8901, 7352, 7863, 8085, 6785, 8458, 6614, 9075, 6655, 9935, 6689, 10259, 6965, 10359, 7429, 11196, 7740, 10545, 7652, 10349, 7910, 10275, 8705, 8417, 7730, 7901, 8024, 6685, 9140, 6452, 9834, 6964, 9537, 7731, 8260, 8310, 8269, 7847, 8492, 8067, 8142, 8273, 7964, 8322, 8185, 8488, 8021, 8166, 8440, 7833, 9121, 8046, 7237, 7986, 5924, 8822, 6131, 8609, 6390, 8759, 6458, 8809, 6388, 8214, 8774, 8263, 9211, 8217, 9042, 7714, 11241, 8308, 9861, 7249, 10411, 6746, 9513, 6795, 9218, 7259, 8251, 7365, 7793, 6837, 8444, 7856, 7997, 8761, 7848, 10883, 7781, 10262, 6956, 9117, 6258, 8534, 7708, 7818, 11022, 8017, 10018, 6567, 9323, 6190, 8436, 7501, 7318, 9815, 7030, 9189, 6554, 9210, 6556, 8472, 6127, 7957, 10639, 7670, 9789, 6936, 9635, 6144, 8910, 7113, 7777, 10758, 7346, 9512, 6278, 8886, 6239, 8012, 9690, 7558, 9687, 7059, 9627, 6895, 9320, 6699, 8646, 6386, 7458, 9229, 7575, 9606, 7276, 9285, 6412, 8827, 5951, 8614, 6283, 7441, 10323, 7101, 9550, 7067, 9655, 6519, 8500, 7677, 7478, 11017, 7770, 10212, 6834, 9647, 6498, 8934, 7214, 7836, 11394, 7775, 10265, 6953, 9414, 7199, 8413, 10037, 7415, 10318, 6986, 10246, 6557, 9250, 6014, 8776, 6860, 7482, 10518, 7457, 9385, 6599, 9063, 6090, 7572, 8163, 7271, 8444, 6870, 9537, 6377, 9060, 6646, 8662, 6067, 8098, 8840, 7468, 10247, 7543, 10039, 6705, 8895, 7435, 8001, 11282, 7814, 10222, 7065, 9842, 7017, 8829, 9469, 8045, 10535, 7403, 9774, 7216, 9150, 9169, 7730, 9939, 7007, 9581, 6407, 9344, 5961, 8191, 6063, 7655, 9201, 7067, 9047, 6334, 8999, 6078, 7952, 10434, 7650, 9707, 6407, 9252, 6325, 7903, 10622, 7778, 9406, 6332, 9200, 6113, 8151, 8510, 7276, 9067, 6389, 9081, 6437, 8547, 8256, 7149, 9452, 6688, 9109, 6568, 9255, 6569, 8146, 9237, 7595, 10078, 6816, 9735, 6670, 8936, 6804, 7726, 10792, 7232, 10182, 7186, 9028, 6119, 8425, 8240, 7529, 10063, 7143, 9640, 6539, 8709, 6563, 7639, 10591, 7291, 9892, 6695, 9597, 7555, 8178, 11104, 7770, 10177, 7017, 9613, 7138, 8305, 11293, 7969, 9951, 6765, 9532, 6742, 9024, 6594, 8742, 6806, 7802, 8276, 7385, 9602, 7299, 9799, 6958, 8995, 6370, 8057, 10804, 7325, 10196, 7254, 9481, 6438, 8446, 7683, 7786, 9354, 7133, 9365, 6849, 9334, 6579, 9234, 6316, 8689, 6152, 7919, 9611, 7788, 9565, 6839, 9323, 6935, 8944, 6897, 8066, 9335, 7564, 10400, 7430, 9973, 7092, 9348, 6160, 9100, 6683, 9363, 7295, 8432, 8916, 7864, 10628, 7353, 10515, 7304, 9551, 6440, 8709, 9254, 7744, 9882, 7668, 9602, 6600, 9072, 6197, 8638, 8233, 7826, 10264, 7674, 9663, 6916, 9758, 6741, 9317, 6511, 9008, 7277, 8209, 10187, 7716, 9768, 7168, 9135, 6971, 8423, 10278, 8341, 10218, 7196, 9714, 7243, 9452, 6427, 8999, 6246, 9345, 6463, 8511, 7896, 8173, 8694, 7713, 9945, 7289, 9868, 6980, 8743, 8938, 8098, 10535, 7344, 9912, 7145, 9132, 6083, 8859, 8158, 7903, 9708, 7792, 9523, 6986, 9190, 7126, 9344, 6628, 8809, 5934, 8189, 8697, 7887, 9808, 7596, 9622, 6726, 9132, 6507, 8595, 9228, 8048, 9996, 7056, 9205, 6614, 8963, 6118, 8831, 6680, 8194, 9862, 7595, 9662, 7696, 9334, 7061, 9465, 7168, 9181, 8069, 8344, 10632, 8099, 10154, 7370, 10128, 7205, 9376, 6133, 9087, 6303, 8695, 8011, 8260, 10208, 7567, 10411, 7517, 10259, 7821, 9060, 10028, 8558, 11007, 8407, 11008, 7483, 9900, 7317, 9529, 7961, 8831, 8811, 8340, 10954, 7806, 10154, 7230, 9532, 7723, 8168, 8275, 7943, 9645, 7597, 9886, 8066, 9562, 7307, 9425, 6893, 9422, 7030, 8200, 7892, 8058, 10691, 8082, 10395, 7658, 10210, 6742, 9228, 7167, 7748, 10213, 8189, 9772, 6933, 9607, 6918, 9325, 6264, 9361, 6283, 9115, 5661, 8775, 7308, 8007, 10082, 7596, 9954, 7082, 9420, 6217, 8829, 9769, 7995, 9936, 6935, 9642, 6796, 9989, 7686, 9374, 6640, 8888, 9263, 7861, 10347, 7850, 9662, 6930, 9334, 8827, 7814, 10565, 7695, 10014, 7212, 9510, 6741, 8786, 10538, 7867, 9595, 7210, 9234, 6719, 9418, 6918, 9290, 6269, 8251, 9657, 7881, 9488, 7381, 9453, 6300, 8323, 10004, 7857, 9868, 7562, 9593, 7012, 9884, 6826, 9133, 8180, 8000, 10555, 7475, 9642, 7077, 9239, 8996, 7802, 10500, 7404, 10017, 7493, 9650, 9550, 7884, 10361, 7218, 9810, 6855, 9037, 6542, 9072, 6024, 9429, 6147, 8761, 8324, 8269, 9811, 7527, 9462, 7138, 9218, 9833, 7685, 10056, 7411, 9711, 7239, 9930, 9861, 8162, 10707, 8191, 10281, 7072, 10283, 6729, 8659, 10195, 8028, 10022, 7255, 9989, 6646, 9343, 8207, 8064, 9422, 7447, 9655, 7226, 9766, 6260, 8425, 7565, 7958, 10058, 7646, 9577, 7140, 9277, 6177, 9095, 5925, 8807, 6807, 8561, 10074, 7844, 9998, 7627, 9540, 7703, 8747, 11288, 8158, 10538, 7739, 9333, 6924, 8724, 8669, 7968, 10593, 8227, 10162, 7341, 10135, 7032, 8581, 10854, 8048, 10106, 6902, 9488, 6583, 8494, 10194, 7947, 9706, 7224, 9212, 6653, 8869, 6988, 8171, 7890, 7747, 9612, 7502, 9542, 7438, 9509, 6593, 8686, 7570, 8304, 9778, 8279, 9756, 7788, 9763, 7382, 9609, 7332, 10086, 7176, 9297, 9422, 8331, 10548, 7816, 10806, 7768, 9508, 9940, 8587, 11667, 8351, 10680, 7949, 9612, 10341, 7882, 10689, 8329, 10502, 7535, 9789], 'WindowCenter': [3574.0, 3527.0, 3545.0, 3509.0, 3532.0, 3497.0, 3507.0, 3528.0, 3505.0, 3527.0, 3505.0, 3514.0, 3493.0, 3514.0, 3483.0, 3516.0, 3474.0, 3505.0, 3483.0, 3506.0, 3484.0, 3505.0, 3507.0, 3509.0, 3517.0, 3496.0, 3516.0, 3507.0, 3498.0, 3510.0, 3500.0, 3521.0, 3500.0, 3542.0, 3511.0, 3543.0, 3513.0, 3558.0, 3501.0, 3532.0, 3500.0, 3529.0, 3499.0, 3542.0, 3510.0, 3543.0, 3499.0, 3532.0, 3498.0, 3531.0, 3495.0, 3518.0, 3496.0, 3508.0, 3516.0, 3504.0, 3526.0, 3507.0, 3516.0, 3484.0, 3515.0, 3494.0, 3514.0, 3495.0, 3518.0, 3499.0, 3516.0, 3496.0, 3516.0, 3508.0, 3508.0, 3509.0, 3508.0, 3498.0, 3528.0, 3508.0, 3518.0, 3498.0, 3518.0, 3497.0, 3508.0, 3508.0, 3487.0, 3508.0, 3497.0, 3518.0, 3487.0, 3530.0, 3488.0, 3529.0, 3499.0, 3529.0, 3497.0, 3528.0, 3499.0, 3530.0, 3498.0, 3530.0, 3507.0, 3527.0, 3507.0, 3508.0, 3509.0, 3507.0, 3507.0, 3484.0, 3518.0, 3487.0, 3529.0, 3499.0, 3530.0, 3509.0, 3520.0, 3520.0, 3508.0, 3508.0, 3507.0, 3509.0, 3508.0, 3508.0, 3496.0, 3507.0, 3494.0, 3506.0, 3496.0, 3507.0, 3508.0, 3497.0, 3504.0, 3495.0, 3496.0, 3495.0, 3478.0, 3518.0, 3476.0, 3519.0, 3487.0, 3518.0, 3488.0, 3521.0, 3501.0, 3520.0, 3520.0, 3509.0, 3519.0, 3510.0, 3520.0, 3511.0, 3530.0, 3506.0, 3517.0, 3496.0, 3530.0, 3486.0, 3517.0, 3485.0, 3517.0, 3497.0, 3508.0, 3495.0, 3495.0, 3485.0, 3507.0, 3507.0, 3508.0, 3508.0, 3509.0, 3529.0, 3498.0, 3517.0, 3485.0, 3507.0, 3473.0, 3505.0, 3483.0, 3494.0, 3515.0, 3494.0, 3515.0, 3483.0, 3505.0, 3461.0, 3494.0, 3482.0, 3485.0, 3516.0, 3485.0, 3505.0, 3473.0, 3506.0, 3473.0, 3506.0, 3474.0, 3506.0, 3527.0, 3495.0, 3517.0, 3483.0, 3516.0, 3475.0, 3505.0, 3485.0, 3494.0, 3527.0, 3484.0, 3516.0, 3475.0, 3507.0, 3473.0, 3508.0, 3517.0, 3497.0, 3519.0, 3497.0, 3517.0, 3500.0, 3519.0, 3487.0, 3522.0, 3487.0, 3498.0, 3518.0, 3510.0, 3528.0, 3509.0, 3531.0, 3501.0, 3518.0, 3488.0, 3520.0, 3489.0, 3510.0, 3542.0, 3500.0, 3529.0, 3498.0, 3532.0, 3487.0, 3522.0, 3508.0, 3499.0, 3541.0, 3509.0, 3529.0, 3498.0, 3531.0, 3486.0, 3519.0, 3496.0, 3509.0, 3540.0, 3509.0, 3529.0, 3497.0, 3518.0, 3485.0, 3508.0, 3516.0, 3495.0, 3515.0, 3483.0, 3516.0, 3474.0, 3517.0, 3475.0, 3507.0, 3484.0, 3496.0, 3527.0, 3494.0, 3517.0, 3487.0, 3519.0, 3474.0, 3497.0, 3507.0, 3496.0, 3508.0, 3497.0, 3530.0, 3488.0, 3520.0, 3486.0, 3521.0, 3488.0, 3511.0, 3519.0, 3499.0, 3529.0, 3496.0, 3518.0, 3485.0, 3519.0, 3498.0, 3508.0, 3529.0, 3497.0, 3528.0, 3484.0, 3518.0, 3484.0, 3507.0, 3516.0, 3496.0, 3517.0, 3482.0, 3516.0, 3482.0, 3504.0, 3503.0, 3494.0, 3515.0, 3482.0, 3503.0, 3470.0, 3504.0, 3471.0, 3507.0, 3475.0, 3497.0, 3517.0, 3497.0, 3520.0, 3488.0, 3518.0, 3474.0, 3508.0, 3529.0, 3497.0, 3518.0, 3476.0, 3517.0, 3474.0, 3496.0, 3527.0, 3496.0, 3517.0, 3474.0, 3516.0, 3475.0, 3506.0, 3505.0, 3496.0, 3518.0, 3487.0, 3519.0, 3487.0, 3520.0, 3508.0, 3498.0, 3519.0, 3498.0, 3519.0, 3487.0, 3517.0, 3487.0, 3509.0, 3517.0, 3509.0, 3529.0, 3487.0, 3518.0, 3485.0, 3518.0, 3487.0, 3498.0, 3530.0, 3497.0, 3529.0, 3486.0, 3518.0, 3476.0, 3509.0, 3507.0, 3496.0, 3518.0, 3497.0, 3519.0, 3487.0, 3520.0, 3487.0, 3498.0, 3529.0, 3496.0, 3519.0, 3487.0, 3518.0, 3496.0, 3507.0, 3527.0, 3494.0, 3516.0, 3484.0, 3516.0, 3482.0, 3495.0, 3515.0, 3494.0, 3504.0, 3472.0, 3504.0, 3472.0, 3504.0, 3472.0, 3505.0, 3485.0, 3495.0, 3506.0, 3496.0, 3519.0, 3498.0, 3528.0, 3486.0, 3518.0, 3474.0, 3495.0, 3526.0, 3495.0, 3516.0, 3483.0, 3518.0, 3473.0, 3495.0, 3494.0, 3495.0, 3516.0, 3485.0, 3515.0, 3486.0, 3517.0, 3485.0, 3519.0, 3488.0, 3520.0, 3477.0, 3508.0, 3519.0, 3508.0, 3531.0, 3496.0, 3518.0, 3497.0, 3520.0, 3498.0, 3509.0, 3519.0, 3508.0, 3529.0, 3498.0, 3533.0, 3499.0, 3519.0, 3477.0, 3518.0, 3485.0, 3517.0, 3496.0, 3507.0, 3519.0, 3509.0, 3528.0, 3496.0, 3527.0, 3498.0, 3518.0, 3487.0, 3519.0, 3518.0, 3495.0, 3518.0, 3497.0, 3518.0, 3487.0, 3507.0, 3474.0, 3506.0, 3506.0, 3497.0, 3531.0, 3498.0, 3518.0, 3485.0, 3517.0, 3487.0, 3519.0, 3487.0, 3518.0, 3496.0, 3509.0, 3529.0, 3498.0, 3518.0, 3485.0, 3518.0, 3485.0, 3507.0, 3517.0, 3507.0, 3528.0, 3486.0, 3517.0, 3484.0, 3517.0, 3475.0, 3506.0, 3487.0, 3519.0, 3486.0, 3519.0, 3508.0, 3508.0, 3519.0, 3510.0, 3530.0, 3498.0, 3519.0, 3486.0, 3508.0, 3508.0, 3496.0, 3516.0, 3484.0, 3515.0, 3483.0, 3505.0, 3472.0, 3505.0, 3493.0, 3496.0, 3519.0, 3498.0, 3517.0, 3497.0, 3516.0, 3496.0, 3517.0, 3486.0, 3519.0, 3487.0, 3510.0, 3507.0, 3508.0, 3530.0, 3498.0, 3519.0, 3486.0, 3517.0, 3474.0, 3508.0, 3517.0, 3497.0, 3518.0, 3486.0, 3506.0, 3485.0, 3506.0, 3475.0, 3520.0, 3498.0, 3522.0, 3531.0, 3510.0, 3531.0, 3511.0, 3532.0, 3502.0, 3532.0, 3500.0, 3534.0, 3510.0, 3521.0, 3542.0, 3511.0, 3532.0, 3511.0, 3531.0, 3500.0, 3531.0, 3491.0, 3534.0, 3499.0, 3522.0, 3524.0, 3524.0, 3544.0, 3523.0, 3543.0, 3511.0, 3544.0, 3511.0, 3522.0, 3531.0, 3520.0, 3530.0, 3509.0, 3530.0, 3496.0, 3518.0, 3495.0, 3517.0, 3495.0, 3506.0, 3517.0, 3509.0, 3529.0, 3494.0, 3516.0, 3483.0, 3504.0, 3493.0, 3495.0, 3493.0, 3494.0, 3503.0, 3482.0, 3514.0, 3495.0, 3517.0, 3498.0, 3518.0, 3485.0, 3518.0, 3485.0, 3507.0, 3507.0, 3497.0, 3528.0, 3496.0, 3516.0, 3482.0, 3516.0, 3472.0, 3505.0, 3484.0, 3493.0, 3515.0, 3493.0, 3515.0, 3483.0, 3503.0, 3483.0, 3504.0, 3473.0, 3516.0, 3484.0, 3517.0, 3477.0, 3520.0, 3498.0, 3509.0, 3528.0, 3497.0, 3518.0, 3497.0, 3518.0, 3475.0, 3520.0, 3517.0, 3497.0, 3517.0, 3486.0, 3517.0, 3486.0, 3518.0, 3497.0, 3518.0, 3487.0, 3520.0, 3519.0, 3508.0, 3528.0, 3497.0, 3518.0, 3486.0, 3517.0, 3506.0, 3494.0, 3528.0, 3496.0, 3516.0, 3498.0, 3519.0, 3487.0, 3509.0, 3527.0, 3507.0, 3517.0, 3498.0, 3519.0, 3487.0, 3518.0, 3497.0, 3519.0, 3488.0, 3521.0, 3531.0, 3510.0, 3519.0, 3496.0, 3519.0, 3487.0, 3520.0, 3529.0, 3508.0, 3528.0, 3509.0, 3529.0, 3500.0, 3531.0, 3489.0, 3531.0, 3510.0, 3511.0, 3542.0, 3510.0, 3531.0, 3497.0, 3519.0, 3519.0, 3498.0, 3529.0, 3498.0, 3517.0, 3497.0, 3517.0, 3516.0, 3495.0, 3529.0, 3498.0, 3518.0, 3485.0, 3519.0, 3485.0, 3518.0, 3487.0, 3531.0, 3488.0, 3522.0, 3509.0, 3522.0, 3532.0, 3511.0, 3532.0, 3499.0, 3522.0, 3519.0, 3498.0, 3519.0, 3498.0, 3519.0, 3497.0, 3530.0, 3517.0, 3507.0, 3529.0, 3506.0, 3517.0, 3485.0, 3517.0, 3485.0, 3507.0, 3516.0, 3494.0, 3517.0, 3496.0, 3516.0, 3472.0, 3516.0, 3494.0, 3495.0, 3516.0, 3496.0, 3515.0, 3495.0, 3516.0, 3472.0, 3507.0, 3495.0, 3496.0, 3516.0, 3497.0, 3517.0, 3485.0, 3517.0, 3475.0, 3519.0, 3477.0, 3523.0, 3500.0, 3522.0, 3532.0, 3510.0, 3531.0, 3509.0, 3531.0, 3509.0, 3520.0, 3529.0, 3497.0, 3530.0, 3495.0, 3506.0, 3482.0, 3506.0, 3506.0, 3497.0, 3528.0, 3507.0, 3529.0, 3497.0, 3528.0, 3485.0, 3507.0, 3527.0, 3496.0, 3517.0, 3485.0, 3517.0, 3484.0, 3505.0, 3516.0, 3496.0, 3517.0, 3498.0, 3518.0, 3485.0, 3507.0, 3484.0, 3508.0, 3507.0, 3498.0, 3518.0, 3497.0, 3518.0, 3496.0, 3518.0, 3487.0, 3508.0, 3497.0, 3507.0, 3518.0, 3508.0, 3530.0, 3509.0, 3530.0, 3511.0, 3531.0, 3509.0, 3543.0, 3499.0, 3533.0, 3520.0, 3521.0, 3531.0, 3498.0, 3530.0, 3496.0, 3519.0, 3517.0, 3505.0, 3528.0, 3495.0, 3528.0, 3496.0, 3517.0, 3517.0, 3496.0, 3516.0, 3507.0, 3527.0, 3496.0, 3518.0], 'WindowWidth': [8088.0, 8012.0, 8033.0, 7977.0, 8008.0, 7958.0, 7968.0, 7996.0, 7962.0, 7993.0, 7961.0, 7973.0, 7945.0, 7972.0, 7932.0, 7978.0, 7918.0, 7962.0, 7933.0, 7964.0, 7934.0, 7961.0, 7967.0, 7971.0, 7982.0, 7954.0, 7980.0, 7971.0, 7961.0, 7979.0, 7966.0, 7994.0, 7967.0, 8025.0, 7983.0, 8027.0, 7989.0, 8057.0, 7970.0, 8010.0, 7965.0, 8004.0, 7963.0, 8022.0, 7977.0, 8028.0, 7962.0, 8011.0, 7960.0, 8006.0, 7952.0, 7985.0, 7952.0, 7971.0, 7979.0, 7961.0, 7994.0, 7970.0, 7978.0, 7934.0, 7976.0, 7948.0, 7975.0, 7951.0, 7984.0, 7960.0, 7980.0, 7953.0, 7979.0, 7971.0, 7973.0, 7974.0, 7971.0, 7958.0, 7998.0, 7972.0, 7985.0, 7958.0, 7984.0, 7955.0, 7970.0, 7972.0, 7944.0, 7973.0, 7957.0, 7985.0, 7941.0, 8004.0, 7946.0, 8001.0, 7962.0, 8000.0, 7955.0, 7998.0, 7960.0, 8003.0, 7957.0, 8001.0, 7968.0, 7994.0, 7967.0, 7972.0, 7974.0, 7969.0, 7969.0, 7936.0, 7986.0, 7943.0, 8003.0, 7963.0, 8003.0, 7976.0, 7991.0, 7990.0, 7972.0, 7971.0, 7970.0, 7973.0, 7972.0, 7970.0, 7952.0, 7967.0, 7947.0, 7965.0, 7952.0, 7966.0, 7971.0, 7955.0, 7959.0, 7948.0, 7951.0, 7950.0, 7932.0, 7984.0, 7927.0, 7985.0, 7941.0, 7986.0, 7947.0, 7993.0, 7968.0, 7991.0, 7989.0, 7972.0, 7989.0, 7976.0, 7992.0, 7978.0, 8002.0, 7967.0, 7982.0, 7951.0, 8001.0, 7939.0, 7980.0, 7936.0, 7979.0, 7954.0, 7967.0, 7948.0, 7948.0, 7935.0, 7967.0, 7967.0, 7972.0, 7970.0, 7972.0, 8000.0, 7955.0, 7980.0, 7936.0, 7965.0, 7918.0, 7961.0, 7929.0, 7943.0, 7974.0, 7945.0, 7973.0, 7930.0, 7961.0, 7899.0, 7945.0, 7927.0, 7934.0, 7977.0, 7935.0, 7959.0, 7918.0, 7963.0, 7918.0, 7965.0, 7921.0, 7964.0, 7995.0, 7950.0, 7978.0, 7930.0, 7978.0, 7923.0, 7963.0, 7934.0, 7947.0, 7993.0, 7933.0, 7977.0, 7921.0, 7966.0, 7918.0, 7968.0, 7980.0, 7954.0, 7985.0, 7956.0, 7984.0, 7962.0, 7985.0, 7943.0, 7994.0, 7943.0, 7958.0, 7983.0, 7975.0, 7999.0, 7974.0, 8005.0, 7968.0, 7986.0, 7946.0, 7992.0, 7950.0, 7979.0, 8024.0, 7966.0, 8002.0, 7959.0, 8008.0, 7944.0, 7994.0, 7973.0, 7962.0, 8020.0, 7974.0, 8001.0, 7960.0, 8005.0, 7942.0, 7986.0, 7954.0, 7973.0, 8018.0, 7974.0, 8001.0, 7955.0, 7983.0, 7937.0, 7970.0, 7980.0, 7948.0, 7975.0, 7930.0, 7978.0, 7921.0, 7980.0, 7925.0, 7968.0, 7933.0, 7951.0, 7994.0, 7949.0, 7980.0, 7943.0, 7988.0, 7921.0, 7955.0, 7967.0, 7953.0, 7973.0, 7959.0, 8001.0, 7945.0, 7988.0, 7941.0, 7991.0, 7947.0, 7980.0, 7988.0, 7960.0, 8001.0, 7953.0, 7985.0, 7939.0, 7987.0, 7956.0, 7969.0, 7998.0, 7953.0, 7995.0, 7936.0, 7982.0, 7933.0, 7965.0, 7978.0, 7949.0, 7981.0, 7929.0, 7977.0, 7925.0, 7957.0, 7955.0, 7944.0, 7974.0, 7926.0, 7954.0, 7910.0, 7959.0, 7914.0, 7967.0, 7924.0, 7956.0, 7982.0, 7955.0, 7988.0, 7945.0, 7986.0, 7922.0, 7970.0, 7999.0, 7954.0, 7983.0, 7926.0, 7980.0, 7922.0, 7951.0, 7996.0, 7953.0, 7979.0, 7921.0, 7977.0, 7923.0, 7965.0, 7964.0, 7953.0, 7985.0, 7944.0, 7988.0, 7944.0, 7991.0, 7971.0, 7957.0, 7987.0, 7959.0, 7988.0, 7942.0, 7984.0, 7941.0, 7975.0, 7985.0, 7975.0, 8000.0, 7941.0, 7985.0, 7936.0, 7985.0, 7942.0, 7959.0, 8003.0, 7955.0, 7999.0, 7939.0, 7985.0, 7927.0, 7973.0, 7968.0, 7954.0, 7985.0, 7955.0, 7986.0, 7942.0, 7991.0, 7942.0, 7958.0, 7998.0, 7952.0, 7985.0, 7941.0, 7984.0, 7951.0, 7965.0, 7994.0, 7946.0, 7977.0, 7934.0, 7977.0, 7928.0, 7948.0, 7974.0, 7943.0, 7957.0, 7913.0, 7957.0, 7913.0, 7958.0, 7914.0, 7962.0, 7935.0, 7949.0, 7965.0, 7953.0, 7985.0, 7956.0, 7998.0, 7939.0, 7984.0, 7921.0, 7949.0, 7992.0, 7948.0, 7978.0, 7931.0, 7981.0, 7918.0, 7946.0, 7946.0, 7948.0, 7979.0, 7937.0, 7978.0, 7940.0, 7981.0, 7937.0, 7985.0, 7947.0, 7990.0, 7931.0, 7971.0, 7987.0, 7972.0, 8005.0, 7955.0, 7987.0, 7956.0, 7989.0, 7958.0, 7975.0, 7987.0, 7972.0, 8000.0, 7961.0, 8014.0, 7960.0, 7989.0, 7928.0, 7984.0, 7939.0, 7982.0, 7953.0, 7969.0, 7989.0, 7974.0, 7998.0, 7951.0, 7996.0, 7956.0, 7985.0, 7942.0, 7986.0, 7984.0, 7951.0, 7984.0, 7955.0, 7984.0, 7941.0, 7967.0, 7922.0, 7965.0, 7964.0, 7955.0, 8006.0, 7958.0, 7982.0, 7936.0, 7980.0, 7945.0, 7988.0, 7944.0, 7985.0, 7954.0, 7973.0, 8001.0, 7960.0, 7984.0, 7938.0, 7983.0, 7937.0, 7968.0, 7982.0, 7966.0, 7997.0, 7941.0, 7981.0, 7932.0, 7979.0, 7923.0, 7966.0, 7944.0, 7986.0, 7941.0, 7988.0, 7973.0, 7973.0, 7991.0, 7978.0, 8004.0, 7959.0, 7985.0, 7938.0, 7969.0, 7970.0, 7951.0, 7979.0, 7934.0, 7975.0, 7930.0, 7962.0, 7917.0, 7962.0, 7944.0, 7951.0, 7985.0, 7957.0, 7981.0, 7956.0, 7979.0, 7953.0, 7983.0, 7939.0, 7987.0, 7945.0, 7976.0, 7969.0, 7972.0, 8002.0, 7957.0, 7985.0, 7939.0, 7982.0, 7922.0, 7970.0, 7980.0, 7955.0, 7984.0, 7940.0, 7964.0, 7938.0, 7966.0, 7923.0, 7989.0, 7961.0, 7994.0, 8005.0, 7976.0, 8005.0, 7980.0, 8010.0, 7969.0, 8009.0, 7965.0, 8014.0, 7978.0, 7993.0, 8024.0, 7980.0, 8011.0, 7981.0, 8005.0, 7964.0, 8006.0, 7956.0, 8014.0, 7965.0, 7998.0, 8002.0, 8003.0, 8033.0, 8002.0, 8028.0, 7981.0, 8030.0, 7981.0, 7998.0, 8008.0, 7989.0, 8005.0, 7974.0, 8005.0, 7952.0, 7982.0, 7949.0, 7980.0, 7948.0, 7964.0, 7983.0, 7972.0, 7999.0, 7948.0, 7978.0, 7930.0, 7959.0, 7943.0, 7948.0, 7944.0, 7946.0, 7958.0, 7928.0, 7972.0, 7950.0, 7981.0, 7958.0, 7982.0, 7936.0, 7983.0, 7937.0, 7967.0, 7968.0, 7955.0, 7998.0, 7949.0, 7976.0, 7927.0, 7978.0, 7914.0, 7961.0, 7931.0, 7943.0, 7974.0, 7941.0, 7972.0, 7930.0, 7955.0, 7930.0, 7958.0, 7918.0, 7980.0, 7936.0, 7983.0, 7932.0, 7990.0, 7959.0, 7973.0, 7999.0, 7956.0, 7985.0, 7958.0, 7985.0, 7923.0, 7987.0, 7980.0, 7954.0, 7980.0, 7938.0, 7978.0, 7938.0, 7983.0, 7956.0, 7986.0, 7944.0, 7991.0, 7986.0, 7970.0, 7998.0, 7953.0, 7984.0, 7938.0, 7980.0, 7965.0, 7947.0, 7995.0, 7951.0, 7979.0, 7958.0, 7986.0, 7943.0, 7972.0, 7995.0, 7967.0, 7981.0, 7960.0, 7985.0, 7944.0, 7984.0, 7956.0, 7988.0, 7949.0, 7993.0, 8006.0, 7978.0, 7987.0, 7954.0, 7986.0, 7944.0, 7990.0, 8000.0, 7972.0, 7998.0, 7974.0, 8002.0, 7965.0, 8006.0, 7948.0, 8007.0, 7977.0, 7980.0, 8023.0, 7979.0, 8007.0, 7956.0, 7986.0, 7985.0, 7957.0, 8001.0, 7956.0, 7982.0, 7954.0, 7982.0, 7978.0, 7948.0, 8000.0, 7961.0, 7983.0, 7936.0, 7988.0, 7939.0, 7984.0, 7945.0, 8006.0, 7949.0, 7995.0, 7974.0, 7996.0, 8010.0, 7982.0, 8009.0, 7961.0, 7993.0, 7989.0, 7957.0, 7988.0, 7959.0, 7986.0, 7953.0, 8003.0, 7981.0, 7965.0, 8001.0, 7965.0, 7980.0, 7938.0, 7979.0, 7935.0, 7964.0, 7977.0, 7947.0, 7979.0, 7951.0, 7976.0, 7914.0, 7976.0, 7946.0, 7948.0, 7978.0, 7951.0, 7976.0, 7948.0, 7977.0, 7916.0, 7966.0, 7949.0, 7952.0, 7978.0, 7955.0, 7981.0, 7937.0, 7981.0, 7926.0, 7987.0, 7930.0, 7998.0, 7966.0, 7997.0, 8010.0, 7978.0, 8006.0, 7973.0, 8006.0, 7976.0, 7988.0, 8002.0, 7954.0, 8004.0, 7950.0, 7964.0, 7931.0, 7965.0, 7964.0, 7953.0, 7999.0, 7969.0, 7999.0, 7955.0, 7995.0, 7938.0, 7967.0, 7996.0, 7953.0, 7981.0, 7936.0, 7980.0, 7934.0, 7963.0, 7977.0, 7950.0, 7979.0, 7956.0, 7982.0, 7937.0, 7967.0, 7934.0, 7969.0, 7968.0, 7957.0, 7984.0, 7956.0, 7984.0, 7953.0, 7983.0, 7941.0, 7970.0, 7956.0, 7970.0, 7984.0, 7972.0, 8004.0, 7975.0, 8004.0, 7980.0, 8006.0, 7977.0, 8027.0, 7964.0, 8013.0, 7991.0, 7993.0, 8006.0, 7956.0, 8004.0, 7952.0, 7986.0, 7981.0, 7964.0, 7998.0, 7949.0, 7997.0, 7951.0, 7981.0, 7979.0, 7950.0, 7978.0, 7966.0, 7994.0, 7952.0, 7983.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.000446961009174312</td></tr>
<tr><td colspan=3>aqi</td><td>0.022726969380733944</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.23462053323767</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1693626183467287</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942863904362792</td></tr>
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
<tr><td colspan=3>fber</td><td>3924.1555</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0987861422036032</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9495412844036697</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.623766436279888</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.544333212065642</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.89628465821992</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4306814385541022</td></tr>
<tr><td colspan=3>gcor</td><td>0.00676216</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012281474657356739</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037165746092796326</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.7914922285165518</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>19.3291</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6327</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.7055</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297158.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>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.7931</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1326</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.8096</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2691.1397</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>755.6344</td></tr>
<tr><td colspan=3>tsnr</td><td>36.44972728798166</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>