ds005256-mriqc/sub-0075_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 0320c7e61e [DATALAD RUNCMD] Compute MRIQC for sub-0075
=== 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-0075 --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-0075",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:30:51 +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-0075_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0075_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-04/func/sub-0075_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d5478ef1e8e814639a2532d9c98e0d70</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:47:18.715000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0874926</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.189</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8bb1078-018a-44f6-addf-4bd1c404db3c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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': ['124718.715000', '124719.175000', '124719.635000', '124720.095000', '124720.555000', '124721.015000', '124721.475000', '124721.935000', '124722.395000', '124722.855000', '124723.315000', '124723.775000', '124724.235000', '124724.695000', '124725.155000', '124725.615000', '124726.075000', '124726.535000', '124726.995000', '124727.455000', '124727.915000', '124728.375000', '124728.835000', '124729.295000', '124729.755000', '124730.215000', '124730.675000', '124731.135000', '124731.595000', '124732.055000', '124732.515000', '124732.975000', '124733.435000', '124733.895000', '124734.355000', '124734.815000', '124735.275000', '124735.735000', '124736.195000', '124736.655000', '124737.115000', '124737.575000', '124738.035000', '124738.495000', '124738.955000', '124739.415000', '124739.875000', '124740.335000', '124740.795000', '124741.255000', '124741.715000', '124742.175000', '124742.635000', '124743.095000', '124743.555000', '124744.015000', '124744.475000', '124744.935000', '124745.395000', '124745.855000', '124746.315000', '124746.775000', '124747.235000', '124747.695000', '124748.155000', '124748.615000', '124749.075000', '124749.535000', '124749.995000', '124750.455000', '124750.915000', '124751.375000', '124751.835000', '124752.295000', '124752.755000', '124753.215000', '124753.675000', '124754.135000', '124754.595000', '124755.055000', '124755.515000', '124755.975000', '124756.435000', '124756.895000', '124757.355000', '124757.815000', '124758.275000', '124758.735000', '124759.195000', '124759.655000', '124800.115000', '124800.575000', '124801.035000', '124801.495000', '124801.955000', '124802.415000', '124802.875000', '124803.335000', '124803.795000', '124804.255000', '124804.715000', '124805.175000', '124805.635000', '124806.095000', '124806.555000', '124807.015000', '124807.475000', '124807.935000', '124808.395000', '124808.855000', '124809.315000', '124809.775000', '124810.235000', '124810.695000', '124811.155000', '124811.615000', '124812.075000', '124812.535000', '124812.995000', '124813.455000', '124813.915000', '124814.375000', '124814.835000', '124815.295000', '124815.755000', '124816.215000', '124816.675000', '124817.135000', '124817.595000', '124818.055000', '124818.515000', '124818.975000', '124819.435000', '124819.895000', '124820.355000', '124820.815000', '124821.275000', '124821.735000', '124822.195000', '124822.655000', '124823.115000', '124823.575000', '124824.035000', '124824.495000', '124824.955000', '124825.415000', '124825.875000', '124826.335000', '124826.795000', '124827.255000', '124827.715000', '124828.175000', '124828.635000', '124829.095000', '124829.555000', '124830.015000', '124830.475000', '124830.935000', '124831.395000', '124831.855000', '124832.315000', '124832.775000', '124833.235000', '124833.695000', '124834.155000', '124834.615000', '124835.075000', '124835.535000', '124835.995000', '124836.455000', '124836.915000', '124837.375000', '124837.835000', '124838.295000', '124838.755000', '124839.215000', '124839.675000', '124840.135000', '124840.595000', '124841.055000', '124841.515000', '124841.975000', '124842.435000', '124842.895000', '124843.355000', '124843.815000', '124844.275000', '124844.735000', '124845.195000', '124845.655000', '124846.115000', '124846.575000', '124847.035000', '124847.495000', '124847.955000', '124848.415000', '124848.875000', '124849.335000', '124849.795000', '124850.255000', '124850.715000', '124851.175000', '124851.635000', '124852.095000', '124852.555000', '124853.015000', '124853.475000', '124853.935000', '124854.395000', '124854.855000', '124855.315000', '124855.775000', '124856.235000', '124856.695000', '124857.155000', '124857.615000', '124858.075000', '124858.535000', '124858.995000', '124859.455000', '124859.915000', '124900.375000', '124900.835000', '124901.295000', '124901.755000', '124902.215000', '124902.675000', '124903.135000', '124903.595000', '124904.055000', '124904.515000', '124904.975000', '124905.435000', '124905.895000', '124906.355000', '124906.815000', '124907.275000', '124907.735000', '124908.195000', '124908.655000', '124909.115000', '124909.575000', '124910.035000', '124910.495000', '124910.955000', '124911.415000', '124911.875000', '124912.335000', '124912.795000', '124913.255000', '124913.715000', '124914.175000', '124914.635000', '124915.095000', '124915.555000', '124916.015000', '124916.475000', '124916.935000', '124917.395000', '124917.855000', '124918.315000', '124918.775000', '124919.235000', '124919.695000', '124920.155000', '124920.615000', '124921.075000', '124921.535000', '124921.995000', '124922.455000', '124922.915000', '124923.375000', '124923.835000', '124924.295000', '124924.755000', '124925.215000', '124925.675000', '124926.135000', '124926.595000', '124927.055000', '124927.515000', '124927.975000', '124928.435000', '124928.895000', '124929.355000', '124929.815000', '124930.275000', '124930.735000', '124931.195000', '124931.655000', '124932.115000', '124932.575000', '124933.035000', '124933.495000', '124933.955000', '124934.415000', '124934.875000', '124935.335000', '124935.795000', '124936.255000', '124936.715000', '124937.175000', '124937.635000', '124938.095000', '124938.555000', '124939.015000', '124939.475000', '124939.935000', '124940.395000', '124940.855000', '124941.315000', '124941.775000', '124942.235000', '124942.695000', '124943.155000', '124943.615000', '124944.075000', '124944.535000', '124944.995000', '124945.455000', '124945.915000', '124946.375000', '124946.835000', '124947.295000', '124947.755000', '124948.215000', '124948.675000', '124949.135000', '124949.595000', '124950.055000', '124950.515000', '124950.975000', '124951.435000', '124951.895000', '124952.355000', '124952.815000', '124953.275000', '124953.735000', '124954.195000', '124954.655000', '124955.115000', '124955.575000', '124956.035000', '124956.495000', '124956.955000', '124957.415000', '124957.875000', '124958.335000', '124958.795000', '124959.255000', '124959.715000', '125000.175000', '125000.635000', '125001.095000', '125001.555000', '125002.015000', '125002.475000', '125002.935000', '125003.395000', '125003.855000', '125004.315000', '125004.775000', '125005.235000', '125005.695000', '125006.155000', '125006.615000', '125007.075000', '125007.535000', '125007.995000', '125008.455000', '125008.915000', '125009.375000', '125009.835000', '125010.295000', '125010.755000', '125011.215000', '125011.675000', '125012.135000', '125012.595000', '125013.055000', '125013.515000', '125013.975000', '125014.435000', '125014.895000', '125015.355000', '125015.815000', '125016.275000', '125016.735000', '125017.195000', '125017.655000', '125018.115000', '125018.575000', '125019.035000', '125019.495000', '125019.955000', '125020.415000', '125020.875000', '125021.335000', '125021.795000', '125022.255000', '125022.715000', '125023.175000', '125023.635000', '125024.095000', '125024.555000', '125025.015000', '125025.475000', '125025.935000', '125026.395000', '125026.855000', '125027.315000', '125027.775000', '125028.235000', '125028.695000', '125029.155000', '125029.615000', '125030.075000', '125030.535000', '125030.995000', '125031.455000', '125031.915000', '125032.375000', '125032.835000', '125033.295000', '125033.755000', '125034.215000', '125034.675000', '125035.135000', '125035.595000', '125036.055000', '125036.515000', '125036.975000', '125037.435000', '125037.895000', '125038.355000', '125038.815000', '125039.275000', '125039.735000', '125040.195000', '125040.655000', '125041.115000', '125041.575000', '125042.035000', '125042.495000', '125042.955000', '125043.415000', '125043.875000', '125044.335000', '125044.795000', '125045.255000', '125045.715000', '125046.175000', '125046.635000', '125047.095000', '125047.555000', '125048.015000', '125048.475000', '125048.935000', '125049.395000', '125049.855000', '125050.315000', '125050.775000', '125051.235000', '125051.695000', '125052.155000', '125052.615000', '125053.075000', '125053.535000', '125053.995000', '125054.455000', '125054.915000', '125055.375000', '125055.835000', '125056.295000', '125056.755000', '125057.215000', '125057.675000', '125058.135000', '125058.595000', '125059.055000', '125059.515000', '125059.975000', '125100.435000', '125100.895000', '125101.355000', '125101.815000', '125102.275000', '125102.735000', '125103.195000', '125103.655000', '125104.115000', '125104.575000', '125105.035000', '125105.495000', '125105.955000', '125106.415000', '125106.875000', '125107.335000', '125107.795000', '125108.255000', '125108.715000', '125109.175000', '125109.635000', '125110.095000', '125110.555000', '125111.015000', '125111.475000', '125111.935000', '125112.395000', '125112.855000', '125113.315000', '125113.775000', '125114.235000', '125114.695000', '125115.155000', '125115.615000', '125116.075000', '125116.535000', '125116.995000', '125117.455000', '125117.915000', '125118.375000', '125118.835000', '125119.295000', '125119.755000', '125120.215000', '125120.675000', '125121.135000', '125121.595000', '125122.055000', '125122.515000', '125122.975000', '125123.435000', '125123.895000', '125124.355000', '125124.815000', '125125.275000', '125125.735000', '125126.195000', '125126.655000', '125127.115000', '125127.575000', '125128.035000', '125128.495000', '125128.955000', '125129.415000', '125129.875000', '125130.335000', '125130.795000', '125131.255000', '125131.715000', '125132.175000', '125132.635000', '125133.095000', '125133.555000', '125134.015000', '125134.475000', '125134.935000', '125135.395000', '125135.855000', '125136.315000', '125136.775000', '125137.235000', '125137.695000', '125138.155000', '125138.615000', '125139.075000', '125139.535000', '125139.995000', '125140.455000', '125140.915000', '125141.375000', '125141.835000', '125142.295000', '125142.755000', '125143.215000', '125143.675000', '125144.135000', '125144.595000', '125145.055000', '125145.515000', '125145.975000', '125146.435000', '125146.895000', '125147.355000', '125147.815000', '125148.275000', '125148.735000', '125149.195000', '125149.655000', '125150.115000', '125150.575000', '125151.035000', '125151.495000', '125151.955000', '125152.415000', '125152.875000', '125153.335000', '125153.795000', '125154.255000', '125154.715000', '125155.175000', '125155.635000', '125156.095000', '125156.555000', '125157.015000', '125157.475000', '125157.935000', '125158.395000', '125158.855000', '125159.315000', '125159.775000', '125200.235000', '125200.695000', '125201.155000', '125201.615000', '125202.075000', '125202.535000', '125202.995000', '125203.455000', '125203.915000', '125204.375000', '125204.835000', '125205.295000', '125205.755000', '125206.215000', '125206.675000', '125207.135000', '125207.595000', '125208.055000', '125208.515000', '125208.975000', '125209.435000', '125209.895000', '125210.355000', '125210.815000', '125211.275000', '125211.735000', '125212.195000', '125212.655000', '125213.115000', '125213.575000', '125214.035000', '125214.495000', '125214.955000', '125215.415000', '125215.875000', '125216.335000', '125216.795000', '125217.255000', '125217.715000', '125218.175000', '125218.635000', '125219.095000', '125219.555000', '125220.015000', '125220.475000', '125220.935000', '125221.395000', '125221.855000', '125222.315000', '125222.775000', '125223.235000', '125223.695000', '125224.155000', '125224.615000', '125225.075000', '125225.535000', '125225.995000', '125226.455000', '125226.915000', '125227.375000', '125227.835000', '125228.295000', '125228.755000', '125229.215000', '125229.675000', '125230.135000', '125230.595000', '125231.055000', '125231.515000', '125231.975000', '125232.435000', '125232.895000', '125233.355000', '125233.815000', '125234.275000', '125234.735000', '125235.195000', '125235.655000', '125236.115000', '125236.575000', '125237.035000', '125237.495000', '125237.955000', '125238.415000', '125238.875000', '125239.335000', '125239.795000', '125240.255000', '125240.715000', '125241.175000', '125241.635000', '125242.095000', '125242.555000', '125243.015000', '125243.475000', '125243.935000', '125244.395000', '125244.855000', '125245.315000', '125245.775000', '125246.235000', '125246.695000', '125247.155000', '125247.615000', '125248.075000', '125248.535000', '125248.995000', '125249.455000', '125249.915000', '125250.375000', '125250.835000', '125251.295000', '125251.755000', '125252.215000', '125252.675000', '125253.135000', '125253.595000', '125254.055000', '125254.515000', '125254.975000', '125255.435000', '125255.895000', '125256.355000', '125256.815000', '125257.275000', '125257.735000', '125258.195000', '125258.655000', '125259.115000', '125259.575000', '125300.035000', '125300.495000', '125300.955000', '125301.415000', '125301.875000', '125302.335000', '125302.795000', '125303.255000', '125303.715000', '125304.175000', '125304.635000', '125305.095000', '125305.555000', '125306.015000', '125306.475000', '125306.935000', '125307.395000', '125307.855000', '125308.315000', '125308.775000', '125309.235000', '125309.695000', '125310.155000', '125310.615000', '125311.075000', '125311.535000', '125311.995000', '125312.455000', '125312.915000', '125313.375000', '125313.835000', '125314.295000', '125314.755000', '125315.215000', '125315.675000', '125316.135000', '125316.595000', '125317.055000', '125317.515000', '125317.975000', '125318.435000', '125318.895000', '125319.355000', '125319.815000', '125320.275000', '125320.735000', '125321.195000', '125321.655000', '125322.115000', '125322.575000', '125323.035000', '125323.495000', '125323.955000', '125324.415000', '125324.875000', '125325.335000', '125325.795000', '125326.255000', '125326.715000', '125327.175000', '125327.635000', '125328.095000', '125328.555000', '125329.015000', '125329.475000', '125329.935000', '125330.395000', '125330.855000', '125331.315000', '125331.775000', '125332.235000', '125332.695000', '125333.155000', '125333.615000', '125334.075000', '125334.535000', '125334.995000', '125335.455000', '125335.915000', '125336.375000', '125336.835000', '125337.295000', '125337.755000', '125338.215000', '125338.675000', '125339.135000', '125339.595000', '125340.055000', '125340.515000', '125340.975000', '125341.435000', '125341.895000', '125342.355000', '125342.815000', '125343.275000', '125343.735000', '125344.195000', '125344.655000', '125345.115000', '125345.575000', '125346.035000', '125346.495000', '125346.955000', '125347.415000', '125347.875000', '125348.335000', '125348.795000', '125349.255000', '125349.715000', '125350.175000', '125350.635000', '125351.095000', '125351.555000', '125352.015000', '125352.475000', '125352.935000', '125353.395000', '125353.855000', '125354.315000', '125354.775000', '125355.235000', '125355.695000', '125356.155000', '125356.615000', '125357.075000', '125357.535000', '125357.995000', '125358.455000', '125358.915000', '125359.375000'], 'ContentTime': ['124737.771000', '124737.774000', '124737.777000', '124737.779000', '124737.782000', '124737.785000', '124737.787000', '124737.790000', '124737.798000', '124737.801000', '124737.803000', '124737.806000', '124737.809000', '124737.812000', '124737.814000', '124737.817000', '124737.819000', '124737.822000', '124737.825000', '124737.831000', '124737.833000', '124737.836000', '124737.838000', '124737.841000', '124737.844000', '124737.846000', '124737.849000', '124737.852000', '124737.854000', '124737.857000', '124737.860000', '124737.862000', '124737.865000', '124737.867000', '124737.870000', '124737.872000', '124737.875000', '124737.878000', '124737.880000', '124757.745000', '124757.747000', '124757.750000', '124757.753000', '124757.755000', '124757.758000', '124757.761000', '124757.763000', '124757.766000', '124757.769000', '124757.771000', '124757.778000', '124757.780000', '124757.783000', '124757.786000', '124757.788000', '124757.791000', '124757.794000', '124757.796000', '124757.799000', '124757.802000', '124757.804000', '124757.807000', '124757.810000', '124757.812000', '124757.815000', '124757.817000', '124757.820000', '124757.823000', '124757.825000', '124757.828000', '124757.830000', '124757.833000', '124757.836000', '124757.838000', '124757.841000', '124757.843000', '124757.846000', '124757.849000', '124757.852000', '124757.854000', '124757.857000', '124757.859000', '124817.744000', '124817.747000', '124817.750000', '124817.753000', '124817.755000', '124817.758000', '124817.761000', '124817.764000', '124817.766000', '124817.774000', '124817.777000', '124817.779000', '124817.782000', '124817.785000', '124817.787000', '124817.790000', '124817.793000', '124817.795000', '124817.798000', '124817.801000', '124817.803000', '124817.806000', '124817.808000', '124817.811000', '124817.814000', '124817.816000', '124817.819000', '124817.822000', '124817.824000', '124817.827000', '124817.829000', '124817.832000', '124817.835000', '124817.837000', '124817.840000', '124817.843000', '124817.845000', '124817.848000', '124817.850000', '124817.853000', '124817.856000', '124817.858000', '124817.861000', '124817.864000', '124837.745000', '124837.748000', '124837.750000', '124837.753000', '124837.755000', '124837.758000', '124837.761000', '124837.763000', '124837.766000', '124837.769000', '124837.771000', '124837.774000', '124837.776000', '124837.779000', '124837.782000', '124837.784000', '124837.787000', '124837.790000', '124837.792000', '124837.795000', '124837.798000', '124837.800000', '124837.803000', '124837.806000', '124837.808000', '124837.811000', '124837.814000', '124837.816000', '124837.819000', '124837.822000', '124837.824000', '124837.827000', '124837.829000', '124837.840000', '124837.842000', '124837.845000', '124837.847000', '124837.850000', '124837.859000', '124837.861000', '124837.864000', '124837.867000', '124837.869000', '124857.745000', '124857.747000', '124857.750000', '124857.753000', '124857.755000', '124857.758000', '124857.761000', '124857.763000', '124857.766000', '124857.769000', '124857.772000', '124857.774000', '124857.777000', '124857.779000', '124857.782000', '124857.785000', '124857.788000', '124857.790000', '124857.793000', '124857.796000', '124857.798000', '124857.801000', '124857.804000', '124857.807000', '124857.809000', '124857.812000', '124857.814000', '124857.817000', '124857.820000', '124857.822000', '124857.825000', '124857.828000', '124857.830000', '124857.833000', '124857.836000', '124857.838000', '124857.841000', '124857.844000', '124857.846000', '124857.849000', '124857.852000', '124857.854000', '124857.866000', '124857.869000', '124917.745000', '124917.747000', '124917.750000', '124917.753000', '124917.756000', '124917.758000', '124917.761000', '124917.763000', '124917.766000', '124917.769000', '124917.771000', '124917.774000', '124917.777000', '124917.779000', '124917.782000', '124917.785000', '124917.787000', '124917.790000', '124917.793000', '124917.795000', '124917.798000', '124917.801000', '124917.803000', '124917.806000', '124917.809000', '124917.811000', '124917.814000', '124917.816000', '124917.819000', '124917.822000', '124917.824000', '124917.827000', '124917.830000', '124917.832000', '124917.835000', '124917.837000', '124917.840000', '124917.843000', '124917.845000', '124917.848000', '124917.850000', '124917.853000', '124917.856000', '124937.743000', '124937.746000', '124937.749000', '124937.752000', '124937.754000', '124937.757000', '124937.760000', '124937.762000', '124937.765000', '124937.768000', '124937.770000', '124937.773000', '124937.776000', '124937.778000', '124937.781000', '124937.784000', '124937.786000', '124937.789000', '124937.792000', '124937.794000', '124937.797000', '124937.800000', '124937.802000', '124937.805000', '124937.808000', '124937.810000', '124937.813000', '124937.816000', '124937.818000', '124937.821000', '124937.824000', '124937.826000', '124937.829000', '124937.831000', '124937.834000', '124937.837000', '124937.839000', '124937.842000', '124937.845000', '124937.847000', '124937.850000', '124937.852000', '124937.855000', '124937.858000', '124957.745000', '124957.747000', '124957.750000', '124957.753000', '124957.755000', '124957.758000', '124957.761000', '124957.763000', '124957.766000', '124957.769000', '124957.771000', '124957.774000', '124957.777000', '124957.779000', '124957.782000', '124957.785000', '124957.787000', '124957.790000', '124957.793000', '124957.795000', '124957.798000', '124957.800000', '124957.803000', '124957.806000', '124957.808000', '124957.811000', '124957.814000', '124957.816000', '124957.819000', '124957.822000', '124957.824000', '124957.827000', '124957.830000', '124957.832000', '124957.835000', '124957.838000', '124957.840000', '124957.843000', '124957.845000', '124957.848000', '124957.851000', '124957.853000', '124957.856000', '125017.745000', '125017.747000', '125017.750000', '125017.753000', '125017.755000', '125017.758000', '125017.760000', '125017.763000', '125017.766000', '125017.768000', '125017.771000', '125017.774000', '125017.777000', '125017.779000', '125017.782000', '125017.784000', '125017.787000', '125017.790000', '125017.792000', '125017.795000', '125017.798000', '125017.800000', '125017.803000', '125017.805000', '125017.808000', '125017.811000', '125017.814000', '125017.816000', '125017.819000', '125017.822000', '125017.824000', '125017.827000', '125017.830000', '125017.832000', '125017.835000', '125017.837000', '125017.840000', '125017.843000', '125017.845000', '125017.848000', '125017.851000', '125017.853000', '125017.856000', '125017.858000', '125037.745000', '125037.748000', '125037.750000', '125037.753000', '125037.756000', '125037.758000', '125037.761000', '125037.764000', '125037.766000', '125037.769000', '125037.772000', '125037.774000', '125037.777000', '125037.779000', '125037.782000', '125037.785000', '125037.787000', '125037.790000', '125037.793000', '125037.795000', '125037.798000', '125037.800000', '125037.803000', '125037.806000', '125037.808000', '125037.811000', '125037.814000', '125037.816000', '125037.819000', '125037.822000', '125037.824000', '125037.827000', '125037.830000', '125037.832000', '125037.835000', '125037.838000', '125037.840000', '125037.843000', '125037.854000', '125037.857000', '125037.859000', '125037.862000', '125037.865000', '125057.745000', '125057.748000', '125057.750000', '125057.753000', '125057.755000', '125057.758000', '125057.761000', '125057.763000', '125057.766000', '125057.769000', '125057.771000', '125057.774000', '125057.777000', '125057.781000', '125057.783000', '125057.786000', '125057.789000', '125057.792000', '125057.794000', '125057.797000', '125057.800000', '125057.802000', '125057.805000', '125057.808000', '125057.810000', '125057.813000', '125057.816000', '125057.818000', '125057.821000', '125057.824000', '125057.826000', '125057.829000', '125057.832000', '125057.834000', '125057.837000', '125057.840000', '125057.842000', '125057.845000', '125057.848000', '125057.850000', '125057.853000', '125057.856000', '125057.858000', '125117.745000', '125117.748000', '125117.751000', '125117.753000', '125117.756000', '125117.758000', '125117.761000', '125117.764000', '125117.766000', '125117.769000', '125117.772000', '125117.774000', '125117.777000', '125117.780000', '125117.782000', '125117.785000', '125117.788000', '125117.790000', '125117.793000', '125117.796000', '125117.798000', '125117.801000', '125117.804000', '125117.806000', '125117.809000', '125117.812000', '125117.814000', '125117.817000', '125117.820000', '125117.822000', '125117.825000', '125117.828000', '125117.830000', '125117.833000', '125117.835000', '125117.838000', '125117.841000', '125117.843000', '125117.846000', '125117.849000', '125117.851000', '125117.854000', '125117.857000', '125117.859000', '125137.745000', '125137.748000', '125137.751000', '125137.754000', '125137.756000', '125137.759000', '125137.762000', '125137.765000', '125137.767000', '125137.770000', '125137.773000', '125137.775000', '125137.778000', '125137.781000', '125137.783000', '125137.786000', '125137.789000', '125137.791000', '125137.794000', '125137.797000', '125137.799000', '125137.802000', '125137.805000', '125137.807000', '125137.810000', '125137.813000', '125137.815000', '125137.818000', '125137.820000', '125137.823000', '125137.826000', '125137.828000', '125137.831000', '125137.834000', '125137.837000', '125137.839000', '125137.842000', '125137.844000', '125137.847000', '125137.850000', '125137.852000', '125137.855000', '125137.858000', '125157.744000', '125157.747000', '125157.749000', '125157.752000', '125157.755000', '125157.757000', '125157.760000', '125157.763000', '125157.765000', '125157.768000', '125157.771000', '125157.773000', '125157.776000', '125157.779000', '125157.781000', '125157.784000', '125157.787000', '125157.789000', '125157.792000', '125157.795000', '125157.797000', '125157.800000', '125157.803000', '125157.806000', '125157.808000', '125157.811000', '125157.814000', '125157.817000', '125157.819000', '125157.822000', '125157.825000', '125157.827000', '125157.830000', '125157.832000', '125157.835000', '125157.838000', '125157.841000', '125157.843000', '125157.846000', '125157.849000', '125157.851000', '125157.854000', '125157.857000', '125157.859000', '125217.745000', '125217.747000', '125217.750000', '125217.753000', '125217.756000', '125217.758000', '125217.761000', '125217.764000', '125217.766000', '125217.769000', '125217.771000', '125217.774000', '125217.777000', '125217.779000', '125217.782000', '125217.785000', '125217.788000', '125217.791000', '125217.794000', '125217.810000', '125217.813000', '125217.816000', '125217.819000', '125217.821000', '125217.824000', '125217.827000', '125217.829000', '125217.832000', '125217.835000', '125217.838000', '125217.840000', '125217.843000', '125217.845000', '125217.848000', '125217.851000', '125217.854000', '125217.856000', '125217.859000', '125217.862000', '125217.864000', '125217.867000', '125217.870000', '125217.872000', '125237.744000', '125237.747000', '125237.750000', '125237.752000', '125237.755000', '125237.758000', '125237.761000', '125237.763000', '125237.766000', '125237.769000', '125237.771000', '125237.774000', '125237.777000', '125237.779000', '125237.782000', '125237.785000', '125237.787000', '125237.790000', '125237.793000', '125237.796000', '125237.798000', '125237.801000', '125237.803000', '125237.806000', '125237.809000', '125237.811000', '125237.814000', '125237.817000', '125237.819000', '125237.822000', '125237.825000', '125237.827000', '125237.830000', '125237.833000', '125237.835000', '125237.838000', '125237.841000', '125237.843000', '125237.846000', '125237.849000', '125237.851000', '125237.854000', '125237.857000', '125237.859000', '125257.745000', '125257.748000', '125257.750000', '125257.753000', '125257.756000', '125257.758000', '125257.761000', '125257.764000', '125257.766000', '125257.769000', '125257.772000', '125257.775000', '125257.777000', '125257.780000', '125257.783000', '125257.785000', '125257.788000', '125257.791000', '125257.794000', '125257.796000', '125257.800000', '125257.803000', '125257.806000', '125257.809000', '125257.811000', '125257.814000', '125257.817000', '125257.819000', '125257.822000', '125257.825000', '125257.827000', '125257.830000', '125257.833000', '125257.835000', '125257.838000', '125257.841000', '125257.843000', '125257.846000', '125257.849000', '125257.851000', '125257.854000', '125257.857000', '125257.859000', '125317.745000', '125317.747000', '125317.750000', '125317.753000', '125317.756000', '125317.758000', '125317.761000', '125317.764000', '125317.766000', '125317.769000', '125317.771000', '125317.783000', '125317.786000', '125317.789000', '125317.791000', '125317.794000', '125317.797000', '125317.799000', '125317.802000', '125317.805000', '125317.807000', '125317.810000', '125317.813000', '125317.815000', '125317.818000', '125317.821000', '125317.823000', '125317.826000', '125317.829000', '125317.831000', '125317.834000', '125317.838000', '125317.841000', '125317.843000', '125317.846000', '125317.849000', '125317.851000', '125317.854000', '125317.857000', '125317.859000', '125317.862000', '125317.865000', '125317.867000', '125317.870000', '125337.744000', '125337.748000', '125337.750000', '125337.753000', '125337.756000', '125337.758000', '125337.761000', '125337.763000', '125337.766000', '125337.769000', '125337.771000', '125337.774000', '125337.777000', '125337.779000', '125337.782000', '125337.785000', '125337.787000', '125337.790000', '125337.793000', '125337.795000', '125337.798000', '125337.801000', '125337.803000', '125337.806000', '125337.810000', '125337.812000', '125337.815000', '125337.827000', '125337.830000', '125337.832000', '125337.847000', '125337.850000', '125337.853000', '125337.855000', '125337.858000', '125337.861000', '125337.864000', '125337.867000', '125337.869000', '125337.872000', '125337.875000', '125337.877000', '125337.880000', '125357.745000', '125357.748000', '125357.750000', '125357.753000', '125357.756000', '125357.758000', '125357.761000', '125357.764000', '125357.766000', '125357.769000', '125357.771000', '125357.774000', '125357.777000', '125357.779000', '125357.782000', '125357.785000', '125357.788000', '125357.790000', '125357.793000', '125357.796000', '125357.798000', '125357.801000', '125357.804000', '125357.806000', '125357.809000', '125357.812000', '125357.814000', '125357.817000', '125357.820000', '125357.822000', '125357.825000', '125357.828000', '125357.830000', '125357.833000', '125357.836000', '125357.838000', '125357.841000', '125357.844000', '125357.846000', '125357.849000', '125357.852000', '125357.859000', '125357.862000', '125357.864000', '125400.792000', '125400.795000', '125400.799000', '125400.802000', '125400.805000', '125400.808000', '125400.810000'], 'InstanceCreationTime': ['124737.771000', '124737.774000', '124737.777000', '124737.779000', '124737.782000', '124737.785000', '124737.787000', '124737.790000', '124737.798000', '124737.801000', '124737.803000', '124737.806000', '124737.809000', '124737.812000', '124737.814000', '124737.817000', '124737.819000', '124737.822000', '124737.825000', '124737.831000', '124737.833000', '124737.836000', '124737.838000', '124737.841000', '124737.844000', '124737.846000', '124737.849000', '124737.852000', '124737.854000', '124737.857000', '124737.860000', '124737.862000', '124737.865000', '124737.867000', '124737.870000', '124737.872000', '124737.875000', '124737.878000', '124737.880000', '124757.745000', '124757.747000', '124757.750000', '124757.753000', '124757.755000', '124757.758000', '124757.761000', '124757.763000', '124757.766000', '124757.769000', '124757.771000', '124757.778000', '124757.780000', '124757.783000', '124757.786000', '124757.788000', '124757.791000', '124757.794000', '124757.796000', '124757.799000', '124757.802000', '124757.804000', '124757.807000', '124757.810000', '124757.812000', '124757.815000', '124757.817000', '124757.820000', '124757.823000', '124757.825000', '124757.828000', '124757.830000', '124757.833000', '124757.836000', '124757.838000', '124757.841000', '124757.843000', '124757.846000', '124757.849000', '124757.852000', '124757.854000', '124757.857000', '124757.859000', '124817.744000', '124817.747000', '124817.750000', '124817.753000', '124817.755000', '124817.758000', '124817.761000', '124817.764000', '124817.766000', '124817.774000', '124817.777000', '124817.779000', '124817.782000', '124817.785000', '124817.787000', '124817.790000', '124817.793000', '124817.795000', '124817.798000', '124817.801000', '124817.803000', '124817.806000', '124817.808000', '124817.811000', '124817.814000', '124817.816000', '124817.819000', '124817.822000', '124817.824000', '124817.827000', '124817.829000', '124817.832000', '124817.835000', '124817.837000', '124817.840000', '124817.843000', '124817.845000', '124817.848000', '124817.850000', '124817.853000', '124817.856000', '124817.858000', '124817.861000', '124817.864000', '124837.745000', '124837.748000', '124837.750000', '124837.753000', '124837.755000', '124837.758000', '124837.761000', '124837.763000', '124837.766000', '124837.769000', '124837.771000', '124837.774000', '124837.776000', '124837.779000', '124837.782000', '124837.784000', '124837.787000', '124837.790000', '124837.792000', '124837.795000', '124837.798000', '124837.800000', '124837.803000', '124837.806000', '124837.808000', '124837.811000', '124837.814000', '124837.816000', '124837.819000', '124837.822000', '124837.824000', '124837.827000', '124837.829000', '124837.840000', '124837.842000', '124837.845000', '124837.847000', '124837.850000', '124837.859000', '124837.861000', '124837.864000', '124837.867000', '124837.869000', '124857.745000', '124857.747000', '124857.750000', '124857.753000', '124857.755000', '124857.758000', '124857.761000', '124857.763000', '124857.766000', '124857.769000', '124857.772000', '124857.774000', '124857.777000', '124857.779000', '124857.782000', '124857.785000', '124857.788000', '124857.790000', '124857.793000', '124857.796000', '124857.798000', '124857.801000', '124857.804000', '124857.807000', '124857.809000', '124857.812000', '124857.814000', '124857.817000', '124857.820000', '124857.822000', '124857.825000', '124857.828000', '124857.830000', '124857.833000', '124857.836000', '124857.838000', '124857.841000', '124857.844000', '124857.846000', '124857.849000', '124857.852000', '124857.854000', '124857.866000', '124857.869000', '124917.745000', '124917.747000', '124917.750000', '124917.753000', '124917.756000', '124917.758000', '124917.761000', '124917.763000', '124917.766000', '124917.769000', '124917.771000', '124917.774000', '124917.777000', '124917.779000', '124917.782000', '124917.785000', '124917.787000', '124917.790000', '124917.793000', '124917.795000', '124917.798000', '124917.801000', '124917.803000', '124917.806000', '124917.809000', '124917.811000', '124917.814000', '124917.816000', '124917.819000', '124917.822000', '124917.824000', '124917.827000', '124917.830000', '124917.832000', '124917.835000', '124917.837000', '124917.840000', '124917.843000', '124917.845000', '124917.848000', '124917.850000', '124917.853000', '124917.856000', '124937.743000', '124937.746000', '124937.749000', '124937.752000', '124937.754000', '124937.757000', '124937.760000', '124937.762000', '124937.765000', '124937.768000', '124937.770000', '124937.773000', '124937.776000', '124937.778000', '124937.781000', '124937.784000', '124937.786000', '124937.789000', '124937.792000', '124937.794000', '124937.797000', '124937.800000', '124937.802000', '124937.805000', '124937.808000', '124937.810000', '124937.813000', '124937.816000', '124937.818000', '124937.821000', '124937.824000', '124937.826000', '124937.829000', '124937.831000', '124937.834000', '124937.837000', '124937.839000', '124937.842000', '124937.845000', '124937.847000', '124937.850000', '124937.852000', '124937.855000', '124937.858000', '124957.745000', '124957.747000', '124957.750000', '124957.753000', '124957.755000', '124957.758000', '124957.761000', '124957.763000', '124957.766000', '124957.769000', '124957.771000', '124957.774000', '124957.777000', '124957.779000', '124957.782000', '124957.785000', '124957.787000', '124957.790000', '124957.793000', '124957.795000', '124957.798000', '124957.800000', '124957.803000', '124957.806000', '124957.808000', '124957.811000', '124957.814000', '124957.816000', '124957.819000', '124957.822000', '124957.824000', '124957.827000', '124957.830000', '124957.832000', '124957.835000', '124957.838000', '124957.840000', '124957.843000', '124957.845000', '124957.848000', '124957.851000', '124957.853000', '124957.856000', '125017.745000', '125017.747000', '125017.750000', '125017.753000', '125017.755000', '125017.758000', '125017.760000', '125017.763000', '125017.766000', '125017.768000', '125017.771000', '125017.774000', '125017.777000', '125017.779000', '125017.782000', '125017.784000', '125017.787000', '125017.790000', '125017.792000', '125017.795000', '125017.798000', '125017.800000', '125017.803000', '125017.805000', '125017.808000', '125017.811000', '125017.814000', '125017.816000', '125017.819000', '125017.822000', '125017.824000', '125017.827000', '125017.830000', '125017.832000', '125017.835000', '125017.837000', '125017.840000', '125017.843000', '125017.845000', '125017.848000', '125017.851000', '125017.853000', '125017.856000', '125017.858000', '125037.745000', '125037.748000', '125037.750000', '125037.753000', '125037.756000', '125037.758000', '125037.761000', '125037.764000', '125037.766000', '125037.769000', '125037.772000', '125037.774000', '125037.777000', '125037.779000', '125037.782000', '125037.785000', '125037.787000', '125037.790000', '125037.793000', '125037.795000', '125037.798000', '125037.800000', '125037.803000', '125037.806000', '125037.808000', '125037.811000', '125037.814000', '125037.816000', '125037.819000', '125037.822000', '125037.824000', '125037.827000', '125037.830000', '125037.832000', '125037.835000', '125037.838000', '125037.840000', '125037.843000', '125037.854000', '125037.857000', '125037.859000', '125037.862000', '125037.865000', '125057.745000', '125057.748000', '125057.750000', '125057.753000', '125057.755000', '125057.758000', '125057.761000', '125057.763000', '125057.766000', '125057.769000', '125057.771000', '125057.774000', '125057.777000', '125057.781000', '125057.783000', '125057.786000', '125057.789000', '125057.792000', '125057.794000', '125057.797000', '125057.800000', '125057.802000', '125057.805000', '125057.808000', '125057.810000', '125057.813000', '125057.816000', '125057.818000', '125057.821000', '125057.824000', '125057.826000', '125057.829000', '125057.832000', '125057.834000', '125057.837000', '125057.840000', '125057.842000', '125057.845000', '125057.848000', '125057.850000', '125057.853000', '125057.856000', '125057.858000', '125117.745000', '125117.748000', '125117.751000', '125117.753000', '125117.756000', '125117.758000', '125117.761000', '125117.764000', '125117.766000', '125117.769000', '125117.772000', '125117.774000', '125117.777000', '125117.780000', '125117.782000', '125117.785000', '125117.788000', '125117.790000', '125117.793000', '125117.796000', '125117.798000', '125117.801000', '125117.804000', '125117.806000', '125117.809000', '125117.812000', '125117.814000', '125117.817000', '125117.820000', '125117.822000', '125117.825000', '125117.828000', '125117.830000', '125117.833000', '125117.835000', '125117.838000', '125117.841000', '125117.843000', '125117.846000', '125117.849000', '125117.851000', '125117.854000', '125117.857000', '125117.859000', '125137.745000', '125137.748000', '125137.751000', '125137.754000', '125137.756000', '125137.759000', '125137.762000', '125137.765000', '125137.767000', '125137.770000', '125137.773000', '125137.775000', '125137.778000', '125137.781000', '125137.783000', '125137.786000', '125137.789000', '125137.791000', '125137.794000', '125137.797000', '125137.799000', '125137.802000', '125137.805000', '125137.807000', '125137.810000', '125137.813000', '125137.815000', '125137.818000', '125137.820000', '125137.823000', '125137.826000', '125137.828000', '125137.831000', '125137.834000', '125137.837000', '125137.839000', '125137.842000', '125137.844000', '125137.847000', '125137.850000', '125137.852000', '125137.855000', '125137.858000', '125157.744000', '125157.747000', '125157.749000', '125157.752000', '125157.755000', '125157.757000', '125157.760000', '125157.763000', '125157.765000', '125157.768000', '125157.771000', '125157.773000', '125157.776000', '125157.779000', '125157.781000', '125157.784000', '125157.787000', '125157.789000', '125157.792000', '125157.795000', '125157.797000', '125157.800000', '125157.803000', '125157.806000', '125157.808000', '125157.811000', '125157.814000', '125157.817000', '125157.819000', '125157.822000', '125157.825000', '125157.827000', '125157.830000', '125157.832000', '125157.835000', '125157.838000', '125157.841000', '125157.843000', '125157.846000', '125157.849000', '125157.851000', '125157.854000', '125157.857000', '125157.859000', '125217.745000', '125217.747000', '125217.750000', '125217.753000', '125217.756000', '125217.758000', '125217.761000', '125217.764000', '125217.766000', '125217.769000', '125217.771000', '125217.774000', '125217.777000', '125217.779000', '125217.782000', '125217.785000', '125217.788000', '125217.791000', '125217.794000', '125217.810000', '125217.813000', '125217.816000', '125217.819000', '125217.821000', '125217.824000', '125217.827000', '125217.829000', '125217.832000', '125217.835000', '125217.838000', '125217.840000', '125217.843000', '125217.845000', '125217.848000', '125217.851000', '125217.854000', '125217.856000', '125217.859000', '125217.862000', '125217.864000', '125217.867000', '125217.870000', '125217.872000', '125237.744000', '125237.747000', '125237.750000', '125237.752000', '125237.755000', '125237.758000', '125237.761000', '125237.763000', '125237.766000', '125237.769000', '125237.771000', '125237.774000', '125237.777000', '125237.779000', '125237.782000', '125237.785000', '125237.787000', '125237.790000', '125237.793000', '125237.796000', '125237.798000', '125237.801000', '125237.803000', '125237.806000', '125237.809000', '125237.811000', '125237.814000', '125237.817000', '125237.819000', '125237.822000', '125237.825000', '125237.827000', '125237.830000', '125237.833000', '125237.835000', '125237.838000', '125237.841000', '125237.843000', '125237.846000', '125237.849000', '125237.851000', '125237.854000', '125237.857000', '125237.859000', '125257.745000', '125257.748000', '125257.750000', '125257.753000', '125257.756000', '125257.758000', '125257.761000', '125257.764000', '125257.766000', '125257.769000', '125257.772000', '125257.775000', '125257.777000', '125257.780000', '125257.783000', '125257.785000', '125257.788000', '125257.791000', '125257.794000', '125257.796000', '125257.800000', '125257.803000', '125257.806000', '125257.809000', '125257.811000', '125257.814000', '125257.817000', '125257.819000', '125257.822000', '125257.825000', '125257.827000', '125257.830000', '125257.833000', '125257.835000', '125257.838000', '125257.841000', '125257.843000', '125257.846000', '125257.849000', '125257.851000', '125257.854000', '125257.857000', '125257.859000', '125317.745000', '125317.747000', '125317.750000', '125317.753000', '125317.756000', '125317.758000', '125317.761000', '125317.764000', '125317.766000', '125317.769000', '125317.771000', '125317.783000', '125317.786000', '125317.789000', '125317.791000', '125317.794000', '125317.797000', '125317.799000', '125317.802000', '125317.805000', '125317.807000', '125317.810000', '125317.813000', '125317.815000', '125317.818000', '125317.821000', '125317.823000', '125317.826000', '125317.829000', '125317.831000', '125317.834000', '125317.838000', '125317.841000', '125317.843000', '125317.846000', '125317.849000', '125317.851000', '125317.854000', '125317.857000', '125317.859000', '125317.862000', '125317.865000', '125317.867000', '125317.870000', '125337.744000', '125337.748000', '125337.750000', '125337.753000', '125337.756000', '125337.758000', '125337.761000', '125337.763000', '125337.766000', '125337.769000', '125337.771000', '125337.774000', '125337.777000', '125337.779000', '125337.782000', '125337.785000', '125337.787000', '125337.790000', '125337.793000', '125337.795000', '125337.798000', '125337.801000', '125337.803000', '125337.806000', '125337.810000', '125337.812000', '125337.815000', '125337.827000', '125337.830000', '125337.832000', '125337.847000', '125337.850000', '125337.853000', '125337.855000', '125337.858000', '125337.861000', '125337.864000', '125337.867000', '125337.869000', '125337.872000', '125337.875000', '125337.877000', '125337.880000', '125357.745000', '125357.748000', '125357.750000', '125357.753000', '125357.756000', '125357.758000', '125357.761000', '125357.764000', '125357.766000', '125357.769000', '125357.771000', '125357.774000', '125357.777000', '125357.779000', '125357.782000', '125357.785000', '125357.788000', '125357.790000', '125357.793000', '125357.796000', '125357.798000', '125357.801000', '125357.804000', '125357.806000', '125357.809000', '125357.812000', '125357.814000', '125357.817000', '125357.820000', '125357.822000', '125357.825000', '125357.828000', '125357.830000', '125357.833000', '125357.836000', '125357.838000', '125357.841000', '125357.844000', '125357.846000', '125357.849000', '125357.852000', '125357.859000', '125357.862000', '125357.864000', '125400.792000', '125400.795000', '125400.799000', '125400.802000', '125400.805000', '125400.808000', '125400.810000'], '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': [9212, 8784, 9682, 8991, 9440, 7663, 7987, 9718, 8231, 9451, 9185, 10612, 9508, 8872, 9629, 9521, 8964, 9155, 9679, 10460, 10037, 9225, 9541, 8935, 9488, 9859, 8986, 9401, 8503, 9274, 9700, 8026, 8040, 7121, 7141, 8204, 7031, 11493, 7202, 8569, 7362, 6891, 7170, 7582, 9169, 7956, 6423, 13739, 7643, 6023, 6988, 7284, 13213, 10042, 7346, 7853, 6961, 8263, 7698, 11672, 7685, 7235, 6724, 7075, 8455, 7477, 7673, 6959, 7444, 8185, 7296, 7699, 8854, 6719, 11341, 7309, 10569, 7273, 8544, 8098, 7137, 6762, 6611, 7384, 7643, 10020, 7202, 7493, 6968, 7245, 7885, 7384, 6794, 9066, 7699, 8177, 7112, 7722, 8999, 7649, 10789, 7326, 9239, 7436, 8640, 7445, 7412, 6693, 6887, 6826, 7433, 7234, 6875, 7350, 9277, 7357, 9674, 7259, 7788, 6705, 7226, 7651, 7292, 8156, 7266, 8058, 7203, 7452, 6936, 6119, 6597, 7663, 7624, 7207, 7004, 6804, 6917, 8342, 7008, 7811, 7107, 6562, 6616, 6550, 6481, 7194, 8765, 6859, 7223, 6332, 6756, 6564, 7138, 11564, 8035, 9202, 6707, 6590, 6662, 5950, 5918, 6960, 5926, 7117, 6064, 6196, 10531, 5911, 10404, 6603, 7204, 7098, 6550, 7894, 6315, 6255, 8057, 7246, 7731, 8233, 6335, 11773, 6836, 13281, 9962, 12342, 8890, 6632, 8056, 6278, 12307, 6951, 11832, 6958, 7673, 6629, 6367, 10755, 6316, 11927, 6937, 10561, 6790, 9153, 8277, 6347, 8485, 6999, 9705, 7084, 9527, 9040, 6972, 7262, 6310, 7937, 6628, 11377, 6785, 10893, 7025, 7878, 6378, 6783, 8840, 7044, 9870, 7085, 8847, 8113, 6958, 9872, 6779, 9596, 6168, 10880, 7495, 6468, 7325, 6139, 7746, 7498, 6570, 9215, 7104, 8126, 7656, 6580, 10368, 6845, 9853, 6522, 8092, 7954, 6459, 11753, 6789, 9454, 6739, 7480, 9064, 6495, 10876, 6923, 8466, 6820, 6846, 11175, 6442, 11922, 7012, 9522, 6423, 8791, 5769, 6889, 8635, 8616, 13358, 6140, 6287, 5720, 6387, 7597, 6232, 9852, 7630, 8136, 6950, 6247, 6545, 6152, 12449, 7510, 13309, 6218, 8766, 5930, 6315, 10186, 6294, 8997, 6392, 7150, 7328, 6117, 11855, 6469, 7865, 6671, 6158, 11780, 6003, 10582, 6745, 7029, 8961, 5727, 13878, 6651, 7304, 10935, 6194, 8894, 5934, 6270, 8494, 5843, 13220, 7474, 8079, 6085, 6314, 6719, 6163, 10825, 5962, 9207, 6037, 6988, 5823, 6536, 6553, 6262, 7645, 6167, 6600, 7313, 6024, 11388, 6276, 8813, 7163, 6341, 12682, 6571, 13378, 6161, 10991, 7605, 8509, 8469, 6013, 7309, 6273, 8503, 6343, 7615, 6238, 6239, 7147, 6240, 7428, 7084, 6373, 8667, 6122, 12100, 6369, 12143, 9603, 7885, 7046, 6061, 6859, 6918, 12031, 6129, 11507, 6323, 7607, 5654, 6650, 6414, 5633, 7153, 6361, 7899, 6375, 7113, 6342, 6216, 6355, 6442, 7833, 6083, 7101, 6997, 5825, 9358, 6714, 8636, 6037, 8202, 7844, 5603, 11448, 5698, 9386, 9032, 5830, 10096, 6881, 6192, 13558, 8250, 12171, 7892, 6568, 9784, 6393, 15290, 5821, 11379, 5848, 7250, 6224, 5709, 7235, 6343, 7282, 5674, 6873, 6304, 6506, 7885, 6384, 8963, 7003, 7973, 6967, 6348, 7091, 6092, 12559, 7119, 13501, 6213, 11232, 6271, 10380, 6729, 9438, 7047, 6606, 6054, 6319, 6523, 6496, 7959, 5773, 7113, 6433, 6075, 7362, 6321, 8015, 7976, 8202, 7062, 6828, 10293, 7056, 12717, 6007, 9487, 6100, 10019, 5944, 13211, 6343, 7639, 5861, 6608, 6266, 5791, 8076, 6788, 8965, 6360, 8807, 7808, 6425, 7965, 5978, 10170, 6461, 13154, 8625, 11892, 5958, 7330, 6009, 5810, 9664, 6613, 8241, 6992, 6543, 6541, 5984, 7600, 7094, 6069, 12779, 6561, 9503, 8474, 6313, 13158, 5834, 12632, 6105, 11097, 6270, 11537, 7767, 9387, 5866, 6948, 5519, 6132, 6311, 6512, 6999, 6722, 7433, 6378, 7241, 6561, 6287, 6621, 6271, 8499, 6096, 13766, 7248, 13122, 6502, 11402, 7201, 9450, 9832, 7219, 6472, 6547, 6506, 5949, 7887, 6311, 7933, 6474, 7551, 5882, 6814, 8796, 6027, 10908, 6198, 11997, 7601, 15648, 7009, 12868, 6611, 11898, 6508, 10249, 9666, 7556, 6794, 6671, 6235, 5970, 9319, 6382, 7775, 6294, 7395, 7370, 5960, 7231, 5864, 5765, 11565, 6646, 9260, 7301, 7019, 10395, 6450, 10997, 5963, 8269, 6084, 9417, 5906, 8811, 6046, 7519, 5949, 6533, 5784, 6066, 9549, 5887, 7125, 5840, 5870, 6613, 6640, 10161, 6291, 8795, 8319, 6506, 12947, 5873, 9329, 5850, 6953, 7408, 5876, 13239, 5967, 7564, 6010, 5787, 10107, 6324, 10001, 7000, 6471, 6197, 5840, 11330, 6174, 8408, 5826, 7129, 6012, 5855, 10200, 6250, 8030, 6463, 7223, 6128, 5864, 10641, 6271, 8001, 5866, 7140, 6357, 5638, 12391, 6314, 9033, 5601, 6971, 7440, 5717, 11575, 6105, 10722, 5824, 8444, 6532, 6195, 6225, 6021, 7386, 6553, 6128, 8230, 6461, 9292, 7798, 7160, 6574, 6380, 6788, 6400, 10705, 7090, 8381, 6061, 6028, 6088, 5972, 10381, 6623, 8064, 5896, 6710, 6761, 5961, 11391, 8389, 15682, 6140, 9164, 6036, 7015, 6355, 6671, 6475, 7055, 7499, 6574, 5921, 6320, 6227, 10564, 6052, 12765, 6617, 11455, 6619, 13551, 8718, 14117, 6944, 11867, 6525, 10699, 9023, 6657, 6653, 6313, 7522, 6329, 10796, 7489, 8232, 6405, 7018, 6303, 6718, 9195, 6260, 12258, 6444, 9768, 6321, 9949, 6842, 8035, 6067, 6518, 6588, 6135, 6856, 6172, 10931, 6535, 8073, 6014, 7320, 7777, 6157, 8220, 6401, 7723, 6222, 10852, 7714, 7314, 6365, 6561, 6422, 6194, 10983, 6638, 8295, 6030, 6471, 6437, 9200, 15332, 9755, 10530, 5822, 6774, 6601, 6295, 7612, 6660, 5974, 7491, 6598, 9528, 7800, 10220, 8913, 6571, 10181, 6249, 12731, 10058, 8257, 10345, 6085, 14622, 9000, 13149, 11435, 6604, 7859, 6129, 8602, 5779, 11129, 7831, 8447, 6508, 6324, 5967, 5681, 7534, 6033, 7740, 6852, 7271, 6312, 5956, 6662, 6124, 7567, 5946, 7401, 6130, 7187, 6240, 6340, 6173, 6126, 10072, 5929, 7015, 6448, 6566, 6296, 6389, 10390, 6835, 11297, 6891, 8765, 6105, 7233], 'WindowCenter': [3591.0, 3577.0, 3588.0, 3539.0, 3517.0, 3498.0, 3495.0, 3514.0, 3492.0, 3514.0, 3504.0, 3512.0, 3513.0, 3503.0, 3515.0, 3515.0, 3515.0, 3515.0, 3515.0, 3525.0, 3525.0, 3514.0, 3514.0, 3515.0, 3514.0, 3514.0, 3514.0, 3516.0, 3515.0, 3515.0, 3527.0, 3505.0, 3519.0, 3509.0, 3509.0, 3531.0, 3509.0, 3552.0, 3508.0, 3518.0, 3508.0, 3499.0, 3499.0, 3510.0, 3532.0, 3522.0, 3489.0, 3551.0, 3509.0, 3475.0, 3495.0, 3496.0, 3548.0, 3528.0, 3493.0, 3493.0, 3494.0, 3505.0, 3505.0, 3524.0, 3492.0, 3492.0, 3481.0, 3481.0, 3503.0, 3492.0, 3493.0, 3482.0, 3494.0, 3504.0, 3495.0, 3493.0, 3515.0, 3483.0, 3524.0, 3493.0, 3523.0, 3492.0, 3502.0, 3491.0, 3480.0, 3480.0, 3481.0, 3492.0, 3492.0, 3511.0, 3491.0, 3491.0, 3481.0, 3493.0, 3503.0, 3493.0, 3483.0, 3514.0, 3505.0, 3504.0, 3494.0, 3493.0, 3513.0, 3491.0, 3523.0, 3491.0, 3511.0, 3491.0, 3501.0, 3491.0, 3491.0, 3480.0, 3482.0, 3481.0, 3493.0, 3492.0, 3483.0, 3493.0, 3514.0, 3494.0, 3515.0, 3494.0, 3492.0, 3482.0, 3492.0, 3492.0, 3493.0, 3504.0, 3493.0, 3503.0, 3493.0, 3493.0, 3493.0, 3473.0, 3482.0, 3506.0, 3504.0, 3506.0, 3495.0, 3495.0, 3496.0, 3517.0, 3508.0, 3507.0, 3507.0, 3496.0, 3495.0, 3484.0, 3483.0, 3494.0, 3515.0, 3494.0, 3493.0, 3484.0, 3495.0, 3495.0, 3496.0, 3537.0, 3507.0, 3527.0, 3497.0, 3510.0, 3511.0, 3499.0, 3486.0, 3495.0, 3484.0, 3494.0, 3483.0, 3483.0, 3539.0, 3474.0, 3525.0, 3483.0, 3504.0, 3494.0, 3484.0, 3504.0, 3484.0, 3495.0, 3517.0, 3508.0, 3518.0, 3519.0, 3497.0, 3550.0, 3497.0, 3548.0, 3528.0, 3547.0, 3515.0, 3493.0, 3503.0, 3482.0, 3535.0, 3493.0, 3534.0, 3492.0, 3492.0, 3482.0, 3481.0, 3523.0, 3470.0, 3522.0, 3491.0, 3522.0, 3481.0, 3512.0, 3502.0, 3480.0, 3502.0, 3491.0, 3512.0, 3492.0, 3514.0, 3514.0, 3492.0, 3493.0, 3482.0, 3503.0, 3482.0, 3534.0, 3481.0, 3523.0, 3493.0, 3502.0, 3481.0, 3481.0, 3514.0, 3494.0, 3524.0, 3494.0, 3514.0, 3504.0, 3492.0, 3524.0, 3493.0, 3513.0, 3471.0, 3524.0, 3492.0, 3481.0, 3492.0, 3483.0, 3504.0, 3505.0, 3482.0, 3513.0, 3493.0, 3503.0, 3504.0, 3481.0, 3524.0, 3482.0, 3524.0, 3482.0, 3503.0, 3503.0, 3481.0, 3535.0, 3481.0, 3513.0, 3481.0, 3493.0, 3513.0, 3481.0, 3523.0, 3493.0, 3503.0, 3482.0, 3481.0, 3534.0, 3481.0, 3533.0, 3492.0, 3512.0, 3481.0, 3502.0, 3472.0, 3495.0, 3513.0, 3501.0, 3534.0, 3469.0, 3479.0, 3471.0, 3494.0, 3515.0, 3497.0, 3537.0, 3518.0, 3516.0, 3507.0, 3484.0, 3483.0, 3484.0, 3546.0, 3505.0, 3546.0, 3483.0, 3514.0, 3483.0, 3483.0, 3525.0, 3493.0, 3515.0, 3494.0, 3505.0, 3505.0, 3485.0, 3547.0, 3495.0, 3516.0, 3495.0, 3484.0, 3548.0, 3484.0, 3536.0, 3494.0, 3494.0, 3514.0, 3472.0, 3546.0, 3482.0, 3491.0, 3523.0, 3472.0, 3513.0, 3482.0, 3483.0, 3513.0, 3471.0, 3545.0, 3492.0, 3501.0, 3469.0, 3479.0, 3480.0, 3469.0, 3522.0, 3469.0, 3512.0, 3470.0, 3491.0, 3471.0, 3483.0, 3481.0, 3483.0, 3505.0, 3485.0, 3495.0, 3506.0, 3496.0, 3550.0, 3497.0, 3527.0, 3506.0, 3495.0, 3548.0, 3496.0, 3547.0, 3484.0, 3537.0, 3505.0, 3513.0, 3513.0, 3471.0, 3491.0, 3482.0, 3513.0, 3483.0, 3504.0, 3482.0, 3483.0, 3493.0, 3495.0, 3504.0, 3505.0, 3494.0, 3516.0, 3485.0, 3547.0, 3484.0, 3546.0, 3525.0, 3503.0, 3492.0, 3470.0, 3481.0, 3491.0, 3533.0, 3470.0, 3533.0, 3481.0, 3502.0, 3471.0, 3481.0, 3482.0, 3471.0, 3492.0, 3483.0, 3514.0, 3494.0, 3493.0, 3484.0, 3483.0, 3482.0, 3494.0, 3504.0, 3496.0, 3494.0, 3505.0, 3472.0, 3525.0, 3494.0, 3514.0, 3483.0, 3515.0, 3505.0, 3473.0, 3537.0, 3473.0, 3515.0, 3515.0, 3473.0, 3525.0, 3495.0, 3483.0, 3546.0, 3515.0, 3534.0, 3502.0, 3481.0, 3511.0, 3468.0, 3542.0, 3457.0, 3520.0, 3458.0, 3491.0, 3468.0, 3458.0, 3490.0, 3481.0, 3490.0, 3471.0, 3492.0, 3483.0, 3484.0, 3516.0, 3496.0, 3527.0, 3506.0, 3506.0, 3494.0, 3484.0, 3494.0, 3483.0, 3546.0, 3494.0, 3546.0, 3482.0, 3534.0, 3482.0, 3524.0, 3482.0, 3512.0, 3481.0, 3481.0, 3471.0, 3471.0, 3482.0, 3485.0, 3506.0, 3474.0, 3496.0, 3484.0, 3485.0, 3506.0, 3498.0, 3519.0, 3519.0, 3518.0, 3497.0, 3495.0, 3527.0, 3494.0, 3548.0, 3484.0, 3524.0, 3483.0, 3524.0, 3472.0, 3545.0, 3482.0, 3503.0, 3473.0, 3493.0, 3483.0, 3473.0, 3504.0, 3495.0, 3526.0, 3496.0, 3527.0, 3506.0, 3484.0, 3516.0, 3484.0, 3526.0, 3485.0, 3546.0, 3515.0, 3535.0, 3471.0, 3503.0, 3484.0, 3483.0, 3526.0, 3494.0, 3517.0, 3495.0, 3495.0, 3495.0, 3486.0, 3507.0, 3506.0, 3485.0, 3548.0, 3485.0, 3525.0, 3504.0, 3482.0, 3535.0, 3460.0, 3533.0, 3470.0, 3524.0, 3481.0, 3521.0, 3491.0, 3500.0, 3458.0, 3479.0, 3459.0, 3470.0, 3470.0, 3482.0, 3493.0, 3494.0, 3504.0, 3496.0, 3506.0, 3496.0, 3495.0, 3495.0, 3496.0, 3516.0, 3484.0, 3548.0, 3494.0, 3546.0, 3483.0, 3534.0, 3493.0, 3512.0, 3523.0, 3491.0, 3482.0, 3480.0, 3482.0, 3470.0, 3502.0, 3482.0, 3502.0, 3483.0, 3504.0, 3473.0, 3494.0, 3515.0, 3483.0, 3535.0, 3483.0, 3535.0, 3504.0, 3545.0, 3492.0, 3533.0, 3480.0, 3532.0, 3480.0, 3511.0, 3512.0, 3489.0, 3479.0, 3477.0, 3469.0, 3469.0, 3512.0, 3481.0, 3491.0, 3481.0, 3492.0, 3492.0, 3482.0, 3493.0, 3472.0, 3473.0, 3537.0, 3494.0, 3514.0, 3493.0, 3481.0, 3523.0, 3469.0, 3521.0, 3468.0, 3489.0, 3469.0, 3500.0, 3458.0, 3500.0, 3469.0, 3490.0, 3470.0, 3481.0, 3472.0, 3482.0, 3525.0, 3472.0, 3493.0, 3474.0, 3484.0, 3494.0, 3496.0, 3539.0, 3497.0, 3518.0, 3517.0, 3485.0, 3550.0, 3473.0, 3515.0, 3473.0, 3494.0, 3493.0, 3461.0, 3547.0, 3471.0, 3492.0, 3471.0, 3472.0, 3524.0, 3482.0, 3514.0, 3481.0, 3470.0, 3471.0, 3471.0, 3523.0, 3471.0, 3502.0, 3460.0, 3491.0, 3470.0, 3460.0, 3524.0, 3482.0, 3502.0, 3482.0, 3493.0, 3472.0, 3472.0, 3525.0, 3484.0, 3504.0, 3474.0, 3494.0, 3483.0, 3472.0, 3537.0, 3484.0, 3515.0, 3473.0, 3496.0, 3505.0, 3473.0, 3536.0, 3472.0, 3525.0, 3472.0, 3503.0, 3483.0, 3472.0, 3472.0, 3484.0, 3505.0, 3484.0, 3484.0, 3516.0, 3485.0, 3515.0, 3505.0, 3494.0, 3483.0, 3483.0, 3483.0, 3484.0, 3525.0, 3495.0, 3504.0, 3472.0, 3472.0, 3473.0, 3473.0, 3526.0, 3495.0, 3505.0, 3473.0, 3496.0, 3495.0, 3484.0, 3538.0, 3516.0, 3546.0, 3471.0, 3512.0, 3472.0, 3494.0, 3483.0, 3494.0, 3495.0, 3508.0, 3507.0, 3509.0, 3498.0, 3499.0, 3497.0, 3540.0, 3487.0, 3549.0, 3496.0, 3538.0, 3495.0, 3547.0, 3516.0, 3546.0, 3493.0, 3534.0, 3482.0, 3524.0, 3513.0, 3481.0, 3481.0, 3482.0, 3492.0, 3483.0, 3524.0, 3494.0, 3504.0, 3482.0, 3492.0, 3482.0, 3482.0, 3513.0, 3470.0, 3533.0, 3470.0, 3512.0, 3481.0, 3512.0, 3481.0, 3490.0, 3470.0, 3470.0, 3481.0, 3471.0, 3481.0, 3472.0, 3525.0, 3483.0, 3503.0, 3483.0, 3493.0, 3504.0, 3472.0, 3503.0, 3482.0, 3492.0, 3472.0, 3524.0, 3504.0, 3493.0, 3482.0, 3493.0, 3483.0, 3473.0, 3536.0, 3494.0, 3504.0, 3483.0, 3483.0, 3484.0, 3516.0, 3546.0, 3513.0, 3512.0, 3460.0, 3481.0, 3492.0, 3495.0, 3517.0, 3496.0, 3497.0, 3508.0, 3497.0, 3528.0, 3507.0, 3527.0, 3517.0, 3495.0, 3528.0, 3485.0, 3547.0, 3526.0, 3503.0, 3513.0, 3470.0, 3532.0, 3501.0, 3520.0, 3509.0, 3454.0, 3475.0, 3443.0, 3485.0, 3444.0, 3495.0, 3475.0, 3473.0, 3452.0, 3452.0, 3442.0, 3443.0, 3475.0, 3456.0, 3476.0, 3466.0, 3477.0, 3456.0, 3458.0, 3467.0, 3457.0, 3478.0, 3469.0, 3479.0, 3469.0, 3480.0, 3482.0, 3483.0, 3483.0, 3484.0, 3524.0, 3472.0, 3493.0, 3483.0, 3494.0, 3485.0, 3485.0, 3527.0, 3495.0, 3537.0, 3495.0, 3515.0, 3484.0, 3506.0], 'WindowWidth': [8124.0, 8097.0, 8110.0, 8024.0, 7972.0, 7951.0, 7945.0, 7966.0, 7934.0, 7964.0, 7952.0, 7959.0, 7963.0, 7950.0, 7968.0, 7971.0, 7971.0, 7970.0, 7969.0, 7983.0, 7983.0, 7968.0, 7968.0, 7971.0, 7968.0, 7969.0, 7968.0, 7974.0, 7973.0, 7974.0, 7991.0, 7962.0, 7986.0, 7975.0, 7974.0, 8005.0, 7974.0, 8032.0, 7967.0, 7980.0, 7967.0, 7957.0, 7958.0, 7975.0, 8008.0, 7993.0, 7945.0, 8030.0, 7969.0, 7920.0, 7945.0, 7949.0, 8021.0, 7993.0, 7941.0, 7938.0, 7943.0, 7958.0, 7960.0, 7982.0, 7938.0, 7937.0, 7920.0, 7921.0, 7951.0, 7939.0, 7940.0, 7924.0, 7943.0, 7957.0, 7945.0, 7941.0, 7972.0, 7926.0, 7982.0, 7941.0, 7979.0, 7937.0, 7949.0, 7934.0, 7917.0, 7917.0, 7921.0, 7939.0, 7938.0, 7962.0, 7933.0, 7933.0, 7922.0, 7941.0, 7956.0, 7944.0, 7929.0, 7972.0, 7961.0, 7958.0, 7944.0, 7942.0, 7967.0, 7935.0, 7978.0, 7934.0, 7962.0, 7935.0, 7947.0, 7935.0, 7935.0, 7920.0, 7924.0, 7922.0, 7942.0, 7941.0, 7929.0, 7941.0, 7970.0, 7945.0, 7972.0, 7944.0, 7940.0, 7926.0, 7939.0, 7939.0, 7941.0, 7956.0, 7944.0, 7956.0, 7944.0, 7943.0, 7943.0, 7916.0, 7928.0, 7963.0, 7959.0, 7964.0, 7948.0, 7949.0, 7952.0, 7981.0, 7971.0, 7969.0, 7969.0, 7954.0, 7949.0, 7933.0, 7932.0, 7946.0, 7974.0, 7947.0, 7945.0, 7934.0, 7950.0, 7950.0, 7952.0, 8006.0, 7965.0, 7993.0, 7956.0, 7979.0, 7985.0, 7964.0, 7940.0, 7949.0, 7935.0, 7947.0, 7931.0, 7931.0, 8014.0, 7922.0, 7987.0, 7929.0, 7958.0, 7945.0, 7933.0, 7961.0, 7933.0, 7952.0, 7981.0, 7973.0, 7986.0, 7987.0, 7958.0, 8028.0, 7956.0, 8024.0, 7996.0, 8019.0, 7975.0, 7944.0, 7957.0, 7929.0, 7999.0, 7944.0, 7998.0, 7941.0, 7939.0, 7928.0, 7926.0, 7981.0, 7907.0, 7979.0, 7937.0, 7979.0, 7924.0, 7966.0, 7952.0, 7923.0, 7952.0, 7938.0, 7966.0, 7942.0, 7971.0, 7971.0, 7941.0, 7942.0, 7927.0, 7955.0, 7927.0, 7996.0, 7925.0, 7982.0, 7941.0, 7953.0, 7926.0, 7926.0, 7970.0, 7945.0, 7985.0, 7946.0, 7970.0, 7959.0, 7941.0, 7985.0, 7944.0, 7966.0, 7910.0, 7983.0, 7939.0, 7925.0, 7941.0, 7932.0, 7959.0, 7961.0, 7928.0, 7968.0, 7941.0, 7955.0, 7958.0, 7925.0, 7983.0, 7926.0, 7985.0, 7927.0, 7955.0, 7955.0, 7925.0, 7998.0, 7926.0, 7968.0, 7926.0, 7941.0, 7967.0, 7924.0, 7981.0, 7943.0, 7956.0, 7927.0, 7925.0, 7996.0, 7923.0, 7995.0, 7939.0, 7965.0, 7924.0, 7953.0, 7915.0, 7950.0, 7971.0, 7949.0, 7997.0, 7907.0, 7921.0, 7915.0, 7950.0, 7978.0, 7958.0, 8009.0, 7986.0, 7981.0, 7967.0, 7935.0, 7932.0, 7935.0, 8017.0, 7963.0, 8017.0, 7931.0, 7973.0, 7932.0, 7932.0, 7988.0, 7946.0, 7976.0, 7950.0, 7965.0, 7965.0, 7939.0, 8022.0, 7951.0, 7980.0, 7950.0, 7936.0, 8023.0, 7935.0, 8006.0, 7947.0, 7947.0, 7972.0, 7916.0, 8018.0, 7927.0, 7938.0, 7983.0, 7915.0, 7971.0, 7928.0, 7930.0, 7970.0, 7914.0, 8014.0, 7940.0, 7951.0, 7907.0, 7919.0, 7921.0, 7906.0, 7979.0, 7908.0, 7966.0, 7910.0, 7937.0, 7914.0, 7930.0, 7927.0, 7933.0, 7964.0, 7939.0, 7954.0, 7970.0, 7957.0, 8029.0, 7959.0, 7997.0, 7969.0, 7952.0, 8025.0, 7952.0, 8022.0, 7935.0, 8007.0, 7963.0, 7970.0, 7971.0, 7913.0, 7940.0, 7930.0, 7969.0, 7932.0, 7959.0, 7928.0, 7934.0, 7945.0, 7952.0, 7962.0, 7965.0, 7950.0, 7980.0, 7939.0, 8020.0, 7935.0, 8017.0, 7989.0, 7956.0, 7940.0, 7910.0, 7925.0, 7938.0, 7997.0, 7910.0, 7996.0, 7926.0, 7953.0, 7913.0, 7927.0, 7929.0, 7913.0, 7942.0, 7932.0, 7974.0, 7950.0, 7947.0, 7934.0, 7930.0, 7930.0, 7948.0, 7961.0, 7955.0, 7948.0, 7964.0, 7917.0, 7988.0, 7946.0, 7973.0, 7933.0, 7975.0, 7962.0, 7917.0, 8005.0, 7916.0, 7974.0, 7974.0, 7918.0, 7989.0, 7949.0, 7930.0, 8018.0, 7973.0, 7999.0, 7953.0, 7923.0, 7963.0, 7902.0, 8005.0, 7886.0, 7971.0, 7889.0, 7936.0, 7902.0, 7890.0, 7934.0, 7924.0, 7936.0, 7911.0, 7942.0, 7931.0, 7935.0, 7977.0, 7954.0, 7995.0, 7967.0, 7965.0, 7948.0, 7935.0, 7946.0, 7932.0, 8018.0, 7946.0, 8016.0, 7929.0, 7998.0, 7929.0, 7983.0, 7927.0, 7965.0, 7924.0, 7922.0, 7908.0, 7911.0, 7927.0, 7936.0, 7965.0, 7920.0, 7951.0, 7932.0, 7937.0, 7967.0, 7960.0, 7989.0, 7988.0, 7985.0, 7955.0, 7951.0, 7993.0, 7947.0, 8022.0, 7932.0, 7985.0, 7930.0, 7983.0, 7914.0, 8013.0, 7927.0, 7956.0, 7916.0, 7943.0, 7930.0, 7917.0, 7960.0, 7950.0, 7992.0, 7954.0, 7994.0, 7967.0, 7935.0, 7978.0, 7936.0, 7991.0, 7936.0, 8018.0, 7975.0, 7999.0, 7912.0, 7959.0, 7934.0, 7932.0, 7991.0, 7947.0, 7980.0, 7951.0, 7950.0, 7949.0, 7941.0, 7967.0, 7966.0, 7936.0, 8023.0, 7934.0, 7987.0, 7957.0, 7926.0, 8001.0, 7894.0, 7994.0, 7909.0, 7981.0, 7924.0, 7975.0, 7935.0, 7944.0, 7889.0, 7919.0, 7893.0, 7908.0, 7908.0, 7927.0, 7943.0, 7949.0, 7962.0, 7953.0, 7966.0, 7953.0, 7952.0, 7951.0, 7953.0, 7979.0, 7933.0, 8022.0, 7947.0, 8015.0, 7931.0, 7996.0, 7943.0, 7966.0, 7982.0, 7936.0, 7928.0, 7922.0, 7926.0, 7910.0, 7952.0, 7926.0, 7954.0, 7930.0, 7959.0, 7918.0, 7946.0, 7976.0, 7931.0, 8000.0, 7930.0, 8001.0, 7959.0, 8014.0, 7939.0, 7994.0, 7922.0, 7992.0, 7922.0, 7963.0, 7964.0, 7931.0, 7919.0, 7913.0, 7905.0, 7906.0, 7964.0, 7924.0, 7937.0, 7924.0, 7939.0, 7939.0, 7928.0, 7944.0, 7917.0, 7918.0, 8004.0, 7945.0, 7971.0, 7941.0, 7923.0, 7981.0, 7905.0, 7975.0, 7901.0, 7929.0, 7903.0, 7944.0, 7890.0, 7944.0, 7905.0, 7934.0, 7908.0, 7927.0, 7916.0, 7930.0, 7987.0, 7914.0, 7943.0, 7921.0, 7936.0, 7949.0, 7956.0, 8014.0, 7957.0, 7983.0, 7981.0, 7936.0, 8026.0, 7918.0, 7973.0, 7916.0, 7944.0, 7942.0, 7896.0, 8016.0, 7911.0, 7939.0, 7910.0, 7914.0, 7983.0, 7927.0, 7969.0, 7922.0, 7906.0, 7909.0, 7912.0, 7981.0, 7911.0, 7951.0, 7895.0, 7937.0, 7908.0, 7895.0, 7981.0, 7926.0, 7953.0, 7928.0, 7943.0, 7915.0, 7915.0, 7987.0, 7933.0, 7957.0, 7918.0, 7946.0, 7930.0, 7915.0, 8005.0, 7932.0, 7973.0, 7916.0, 7952.0, 7962.0, 7916.0, 8001.0, 7913.0, 7985.0, 7912.0, 7952.0, 7928.0, 7913.0, 7914.0, 7933.0, 7961.0, 7932.0, 7933.0, 7976.0, 7936.0, 7973.0, 7962.0, 7945.0, 7929.0, 7929.0, 7929.0, 7933.0, 7988.0, 7947.0, 7957.0, 7914.0, 7915.0, 7916.0, 7918.0, 7990.0, 7949.0, 7962.0, 7918.0, 7951.0, 7949.0, 7934.0, 8007.0, 7976.0, 8015.0, 7911.0, 7964.0, 7911.0, 7945.0, 7930.0, 7949.0, 7951.0, 7971.0, 7971.0, 7974.0, 7961.0, 7963.0, 7959.0, 8017.0, 7943.0, 8026.0, 7953.0, 8009.0, 7950.0, 8020.0, 7976.0, 8016.0, 7943.0, 7997.0, 7927.0, 7983.0, 7968.0, 7923.0, 7923.0, 7926.0, 7940.0, 7929.0, 7984.0, 7946.0, 7956.0, 7926.0, 7939.0, 7925.0, 7925.0, 7966.0, 7907.0, 7993.0, 7907.0, 7963.0, 7925.0, 7962.0, 7923.0, 7933.0, 7906.0, 7906.0, 7922.0, 7912.0, 7925.0, 7913.0, 7985.0, 7928.0, 7956.0, 7930.0, 7944.0, 7958.0, 7913.0, 7954.0, 7926.0, 7940.0, 7915.0, 7984.0, 7959.0, 7941.0, 7927.0, 7944.0, 7930.0, 7917.0, 8001.0, 7947.0, 7958.0, 7931.0, 7932.0, 7932.0, 7977.0, 8017.0, 7965.0, 7962.0, 7894.0, 7924.0, 7942.0, 7952.0, 7983.0, 7955.0, 7959.0, 7972.0, 7956.0, 7995.0, 7966.0, 7991.0, 7980.0, 7949.0, 7995.0, 7937.0, 8019.0, 7987.0, 7954.0, 7964.0, 7905.0, 7989.0, 7945.0, 7969.0, 7953.0, 7873.0, 7901.0, 7858.0, 7913.0, 7860.0, 7928.0, 7900.0, 7896.0, 7867.0, 7868.0, 7854.0, 7858.0, 7903.0, 7879.0, 7905.0, 7895.0, 7907.0, 7880.0, 7885.0, 7897.0, 7885.0, 7912.0, 7902.0, 7915.0, 7904.0, 7922.0, 7926.0, 7930.0, 7931.0, 7934.0, 7983.0, 7913.0, 7942.0, 7930.0, 7946.0, 7937.0, 7937.0, 7992.0, 7950.0, 8006.0, 7949.0, 7975.0, 7935.0, 7964.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.007351410550458715</td></tr>
<tr><td colspan=3>aqi</td><td>0.043412393577981656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.46111624335248</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2858942391618846</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0997557571986223</td></tr>
<tr><td colspan=3>efc</td><td>0.445</td></tr>
<tr><td colspan=3>fber</td><td>5121.6851</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.106081269960274</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.128440366972477</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5138852801392937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4486317598018874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.740835025562492</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3521890550535027</td></tr>
<tr><td colspan=3>gcor</td><td>0.0089221</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015911949798464775</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030393168330192566</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.793237016673804</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.9871</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6471</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.3421</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310804.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>240.7212</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1878</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>401.028</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2779.6044</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65740.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>787.4481</td></tr>
<tr><td colspan=3>tsnr</td><td>31.242651492357254</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>