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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-04/func/sub-0066_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>d6181456ace4ecfcae30db47aa07c4be</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>14:37:30.972500</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.999955, 0.00712951, -0.00626337, -0.00750474, 0.998043, -0.0620828]</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.121909</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7734, -7272, 503, -127, -81, 30, 82]</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>290.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e58e5548-6a6c-4ab0-802a-9ddac654313d||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.6828060150146484, -0.020134665071964264, -0.015682926401495934, 111.54747772216797], [-0.019127944484353065, 2.677675724029541, -0.1677430421113968, -90.65872192382812], [-0.016804164275527, 0.1665637344121933, 2.6947386264801025, -72.99662017822266], [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': ['143730.972500', '143731.432500', '143731.892500', '143732.352500', '143732.812500', '143733.272500', '143733.732500', '143734.192500', '143734.652500', '143735.112500', '143735.572500', '143736.032500', '143736.492500', '143736.952500', '143737.412500', '143737.872500', '143738.332500', '143738.792500', '143739.252500', '143739.712500', '143740.172500', '143740.632500', '143741.092500', '143741.552500', '143742.012500', '143742.472500', '143742.932500', '143743.392500', '143743.852500', '143744.312500', '143744.772500', '143745.232500', '143745.692500', '143746.152500', '143746.612500', '143747.072500', '143747.532500', '143747.992500', '143748.452500', '143748.912500', '143749.372500', '143749.832500', '143750.292500', '143750.752500', '143751.212500', '143751.672500', '143752.132500', '143752.592500', '143753.052500', '143753.512500', '143753.972500', '143754.432500', '143754.892500', '143755.352500', '143755.812500', '143756.272500', '143756.732500', '143757.192500', '143757.652500', '143758.112500', '143758.572500', '143759.032500', '143759.492500', '143759.952500', '143800.412500', '143800.872500', '143801.332500', '143801.792500', '143802.252500', '143802.712500', '143803.172500', '143803.632500', '143804.092500', '143804.552500', '143805.012500', '143805.472500', '143805.932500', '143806.392500', '143806.852500', '143807.312500', '143807.772500', '143808.232500', '143808.692500', '143809.152500', '143809.612500', '143810.072500', '143810.532500', '143810.992500', '143811.452500', '143811.912500', '143812.372500', '143812.832500', '143813.292500', '143813.752500', '143814.212500', '143814.672500', '143815.132500', '143815.592500', '143816.052500', '143816.512500', '143816.972500', '143817.432500', '143817.892500', '143818.352500', '143818.812500', '143819.272500', '143819.732500', '143820.192500', '143820.652500', '143821.112500', '143821.572500', '143822.032500', '143822.492500', '143822.952500', '143823.412500', '143823.872500', '143824.332500', '143824.792500', '143825.252500', '143825.712500', '143826.172500', '143826.632500', '143827.092500', '143827.552500', '143828.012500', '143828.472500', '143828.932500', '143829.392500', '143829.852500', '143830.312500', '143830.772500', '143831.232500', '143831.692500', '143832.152500', '143832.612500', '143833.072500', '143833.532500', '143833.992500', '143834.452500', '143834.912500', '143835.372500', '143835.832500', '143836.292500', '143836.752500', '143837.212500', '143837.672500', '143838.132500', '143838.592500', '143839.052500', '143839.512500', '143839.972500', '143840.432500', '143840.892500', '143841.352500', '143841.812500', '143842.272500', '143842.732500', '143843.192500', '143843.652500', '143844.112500', '143844.572500', '143845.032500', '143845.492500', '143845.952500', '143846.412500', '143846.872500', '143847.332500', '143847.792500', '143848.252500', '143848.712500', '143849.172500', '143849.632500', '143850.092500', '143850.552500', '143851.012500', '143851.472500', '143851.932500', '143852.392500', '143852.852500', '143853.312500', '143853.772500', '143854.232500', '143854.692500', '143855.152500', '143855.612500', '143856.072500', '143856.532500', '143856.992500', '143857.452500', '143857.912500', '143858.372500', '143858.832500', '143859.292500', '143859.752500', '143900.212500', '143900.672500', '143901.132500', '143901.592500', '143902.052500', '143902.512500', '143902.972500', '143903.432500', '143903.892500', '143904.352500', '143904.812500', '143905.272500', '143905.732500', '143906.192500', '143906.652500', '143907.112500', '143907.572500', '143908.032500', '143908.492500', '143908.952500', '143909.412500', '143909.872500', '143910.332500', '143910.792500', '143911.252500', '143911.712500', '143912.172500', '143912.632500', '143913.092500', '143913.552500', '143914.012500', '143914.472500', '143914.932500', '143915.392500', '143915.852500', '143916.312500', '143916.772500', '143917.232500', '143917.692500', '143918.152500', '143918.612500', '143919.072500', '143919.532500', '143919.992500', '143920.452500', '143920.912500', '143921.372500', '143921.832500', '143922.292500', '143922.752500', '143923.212500', '143923.672500', '143924.132500', '143924.592500', '143925.052500', '143925.512500', '143925.972500', '143926.432500', '143926.892500', '143927.352500', '143927.812500', '143928.272500', '143928.732500', '143929.192500', '143929.652500', '143930.112500', '143930.572500', '143931.032500', '143931.492500', '143931.952500', '143932.412500', '143932.872500', '143933.332500', '143933.792500', '143934.252500', '143934.712500', '143935.172500', '143935.632500', '143936.092500', '143936.552500', '143937.012500', '143937.472500', '143937.932500', '143938.392500', '143938.852500', '143939.312500', '143939.772500', '143940.232500', '143940.692500', '143941.152500', '143941.612500', '143942.072500', '143942.532500', '143942.992500', '143943.452500', '143943.912500', '143944.372500', '143944.832500', '143945.292500', '143945.752500', '143946.212500', '143946.672500', '143947.132500', '143947.592500', '143948.052500', '143948.512500', '143948.972500', '143949.432500', '143949.892500', '143950.352500', '143950.812500', '143951.272500', '143951.732500', '143952.192500', '143952.652500', '143953.112500', '143953.572500', '143954.032500', '143954.492500', '143954.952500', '143955.412500', '143955.872500', '143956.332500', '143956.792500', '143957.252500', '143957.712500', '143958.172500', '143958.632500', '143959.092500', '143959.552500', '144000.012500', '144000.472500', '144000.932500', '144001.392500', '144001.852500', '144002.312500', '144002.772500', '144003.232500', '144003.692500', '144004.152500', '144004.612500', '144005.072500', '144005.532500', '144005.992500', '144006.452500', '144006.912500', '144007.372500', '144007.832500', '144008.292500', '144008.752500', '144009.212500', '144009.672500', '144010.132500', '144010.592500', '144011.052500', '144011.512500', '144011.972500', '144012.432500', '144012.892500', '144013.352500', '144013.812500', '144014.272500', '144014.732500', '144015.192500', '144015.652500', '144016.112500', '144016.572500', '144017.032500', '144017.492500', '144017.952500', '144018.412500', '144018.872500', '144019.332500', '144019.792500', '144020.252500', '144020.712500', '144021.172500', '144021.632500', '144022.092500', '144022.552500', '144023.012500', '144023.472500', '144023.932500', '144024.392500', '144024.852500', '144025.312500', '144025.772500', '144026.232500', '144026.692500', '144027.152500', '144027.612500', '144028.072500', '144028.532500', '144028.992500', '144029.452500', '144029.912500', '144030.372500', '144030.832500', '144031.292500', '144031.752500', '144032.212500', '144032.672500', '144033.132500', '144033.592500', '144034.052500', '144034.512500', '144034.972500', '144035.432500', '144035.892500', '144036.352500', '144036.812500', '144037.272500', '144037.732500', '144038.192500', '144038.652500', '144039.112500', '144039.572500', '144040.032500', '144040.492500', '144040.952500', '144041.412500', '144041.872500', '144042.332500', '144042.792500', '144043.252500', '144043.712500', '144044.172500', '144044.632500', '144045.092500', '144045.552500', '144046.012500', '144046.472500', '144046.932500', '144047.392500', '144047.852500', '144048.312500', '144048.772500', '144049.232500', '144049.692500', '144050.152500', '144050.612500', '144051.072500', '144051.532500', '144051.992500', '144052.452500', '144052.912500', '144053.372500', '144053.832500', '144054.292500', '144054.752500', '144055.212500', '144055.672500', '144056.132500', '144056.592500', '144057.052500', '144057.512500', '144057.972500', '144058.432500', '144058.892500', '144059.352500', '144059.812500', '144100.272500', '144100.732500', '144101.192500', '144101.652500', '144102.112500', '144102.572500', '144103.032500', '144103.492500', '144103.952500', '144104.412500', '144104.872500', '144105.332500', '144105.792500', '144106.252500', '144106.712500', '144107.172500', '144107.632500', '144108.092500', '144108.552500', '144109.012500', '144109.472500', '144109.932500', '144110.392500', '144110.852500', '144111.312500', '144111.772500', '144112.232500', '144112.692500', '144113.152500', '144113.612500', '144114.072500', '144114.532500', '144114.992500', '144115.452500', '144115.912500', '144116.372500', '144116.832500', '144117.292500', '144117.752500', '144118.212500', '144118.672500', '144119.132500', '144119.592500', '144120.052500', '144120.512500', '144120.972500', '144121.432500', '144121.892500', '144122.352500', '144122.812500', '144123.272500', '144123.732500', '144124.192500', '144124.652500', '144125.112500', '144125.572500', '144126.032500', '144126.492500', '144126.952500', '144127.412500', '144127.872500', '144128.332500', '144128.792500', '144129.252500', '144129.712500', '144130.172500', '144130.632500', '144131.092500', '144131.552500', '144132.012500', '144132.472500', '144132.932500', '144133.392500', '144133.852500', '144134.312500', '144134.772500', '144135.232500', '144135.692500', '144136.152500', '144136.612500', '144137.072500', '144137.532500', '144137.992500', '144138.452500', '144138.912500', '144139.372500', '144139.832500', '144140.292500', '144140.752500', '144141.212500', '144141.672500', '144142.132500', '144142.592500', '144143.052500', '144143.512500', '144143.972500', '144144.432500', '144144.892500', '144145.352500', '144145.812500', '144146.272500', '144146.732500', '144147.192500', '144147.652500', '144148.112500', '144148.572500', '144149.032500', '144149.492500', '144149.952500', '144150.412500', '144150.872500', '144151.332500', '144151.792500', '144152.252500', '144152.712500', '144153.172500', '144153.632500', '144154.092500', '144154.552500', '144155.012500', '144155.472500', '144155.932500', '144156.392500', '144156.852500', '144157.312500', '144157.772500', '144158.232500', '144158.692500', '144159.152500', '144159.612500', '144200.072500', '144200.532500', '144200.992500', '144201.452500', '144201.912500', '144202.372500', '144202.832500', '144203.292500', '144203.752500', '144204.212500', '144204.672500', '144205.132500', '144205.592500', '144206.052500', '144206.512500', '144206.972500', '144207.432500', '144207.892500', '144208.352500', '144208.812500', '144209.272500', '144209.732500', '144210.192500', '144210.652500', '144211.112500', '144211.572500', '144212.032500', '144212.492500', '144212.952500', '144213.412500', '144213.872500', '144214.332500', '144214.792500', '144215.252500', '144215.712500', '144216.172500', '144216.632500', '144217.092500', '144217.552500', '144218.012500', '144218.472500', '144218.932500', '144219.392500', '144219.852500', '144220.312500', '144220.772500', '144221.232500', '144221.692500', '144222.152500', '144222.612500', '144223.072500', '144223.532500', '144223.992500', '144224.452500', '144224.912500', '144225.372500', '144225.832500', '144226.292500', '144226.752500', '144227.212500', '144227.672500', '144228.132500', '144228.592500', '144229.052500', '144229.512500', '144229.972500', '144230.432500', '144230.892500', '144231.352500', '144231.812500', '144232.272500', '144232.732500', '144233.192500', '144233.652500', '144234.112500', '144234.572500', '144235.032500', '144235.492500', '144235.952500', '144236.412500', '144236.872500', '144237.332500', '144237.792500', '144238.252500', '144238.712500', '144239.172500', '144239.632500', '144240.092500', '144240.552500', '144241.012500', '144241.472500', '144241.932500', '144242.392500', '144242.852500', '144243.312500', '144243.772500', '144244.232500', '144244.692500', '144245.152500', '144245.612500', '144246.072500', '144246.532500', '144246.992500', '144247.452500', '144247.912500', '144248.372500', '144248.832500', '144249.292500', '144249.752500', '144250.212500', '144250.672500', '144251.132500', '144251.592500', '144252.052500', '144252.512500', '144252.972500', '144253.432500', '144253.892500', '144254.352500', '144254.812500', '144255.272500', '144255.732500', '144256.192500', '144256.652500', '144257.112500', '144257.572500', '144258.032500', '144258.492500', '144258.952500', '144259.412500', '144259.872500', '144300.332500', '144300.792500', '144301.252500', '144301.712500', '144302.172500', '144302.632500', '144303.092500', '144303.552500', '144304.012500', '144304.472500', '144304.932500', '144305.392500', '144305.852500', '144306.312500', '144306.772500', '144307.232500', '144307.692500', '144308.152500', '144308.612500', '144309.072500', '144309.532500', '144309.992500', '144310.452500', '144310.912500', '144311.372500', '144311.832500', '144312.292500', '144312.752500', '144313.212500', '144313.672500', '144314.132500', '144314.592500', '144315.052500', '144315.512500', '144315.972500', '144316.432500', '144316.892500', '144317.352500', '144317.812500', '144318.272500', '144318.732500', '144319.192500', '144319.652500', '144320.112500', '144320.572500', '144321.032500', '144321.492500', '144321.952500', '144322.412500', '144322.872500', '144323.332500', '144323.792500', '144324.252500', '144324.712500', '144325.172500', '144325.632500', '144326.092500', '144326.552500', '144327.012500', '144327.472500', '144327.932500', '144328.392500', '144328.852500', '144329.312500', '144329.772500', '144330.232500', '144330.692500', '144331.152500', '144331.612500', '144332.072500', '144332.532500', '144332.992500', '144333.452500', '144333.912500', '144334.372500', '144334.832500', '144335.292500', '144335.752500', '144336.212500', '144336.672500', '144337.132500', '144337.592500', '144338.052500', '144338.512500', '144338.972500', '144339.432500', '144339.892500', '144340.352500', '144340.812500', '144341.272500', '144341.732500', '144342.192500', '144342.652500', '144343.112500', '144343.572500', '144344.032500', '144344.492500', '144344.952500', '144345.412500', '144345.872500', '144346.332500', '144346.792500', '144347.252500', '144347.712500', '144348.172500', '144348.632500', '144349.092500', '144349.552500', '144350.012500', '144350.472500', '144350.932500', '144351.392500', '144351.852500', '144352.312500', '144352.772500', '144353.232500', '144353.692500', '144354.152500', '144354.612500', '144355.072500', '144355.532500', '144355.992500', '144356.452500', '144356.912500', '144357.372500', '144357.832500', '144358.292500', '144358.752500', '144359.212500', '144359.672500', '144400.132500', '144400.592500', '144401.052500', '144401.512500', '144401.972500', '144402.432500', '144402.892500', '144403.352500', '144403.812500', '144404.272500', '144404.732500', '144405.192500', '144405.652500', '144406.112500', '144406.572500', '144407.032500', '144407.492500', '144407.952500', '144408.412500', '144408.872500', '144409.332500', '144409.792500', '144410.252500', '144410.712500', '144411.172500', '144411.632500'], 'ContentTime': ['143758.725000', '143758.729000', '143758.731000', '143758.734000', '143758.737000', '143758.739000', '143758.742000', '143758.745000', '143758.747000', '143758.750000', '143758.752000', '143758.755000', '143758.768000', '143758.770000', '143758.773000', '143758.776000', '143758.778000', '143758.781000', '143758.783000', '143758.786000', '143758.788000', '143758.791000', '143758.794000', '143758.796000', '143758.799000', '143758.801000', '143758.804000', '143758.806000', '143758.809000', '143758.811000', '143758.814000', '143758.817000', '143758.819000', '143758.823000', '143758.826000', '143758.828000', '143758.831000', '143758.834000', '143758.836000', '143758.839000', '143758.841000', '143758.844000', '143758.847000', '143758.849000', '143758.852000', '143758.855000', '143758.858000', '143758.861000', '143758.863000', '143758.866000', '143758.868000', '143758.871000', '143758.874000', '143758.876000', '143758.879000', '143758.882000', '143758.884000', '143818.668000', '143818.671000', '143818.674000', '143818.676000', '143818.679000', '143818.682000', '143818.684000', '143818.687000', '143818.689000', '143818.692000', '143818.695000', '143818.697000', '143818.700000', '143818.703000', '143818.705000', '143818.708000', '143818.710000', '143818.713000', '143818.715000', '143818.718000', '143818.720000', '143818.723000', '143818.725000', '143818.728000', '143818.730000', '143818.733000', '143818.735000', '143818.738000', '143818.741000', '143818.743000', '143818.746000', '143818.748000', '143818.751000', '143818.754000', '143818.756000', '143818.759000', '143818.761000', '143818.764000', '143818.766000', '143818.769000', '143818.772000', '143818.774000', '143818.777000', '143818.779000', '143838.667000', '143838.670000', '143838.673000', '143838.675000', '143838.678000', '143838.681000', '143838.683000', '143838.686000', '143838.688000', '143838.691000', '143838.693000', '143838.696000', '143838.699000', '143838.701000', '143838.704000', '143838.706000', '143838.709000', '143838.712000', '143838.714000', '143838.717000', '143838.719000', '143838.722000', '143838.724000', '143838.727000', '143838.730000', '143838.732000', '143838.735000', '143838.738000', '143838.740000', '143838.743000', '143838.745000', '143838.748000', '143838.751000', '143838.753000', '143838.756000', '143838.758000', '143838.761000', '143838.763000', '143838.766000', '143838.777000', '143838.780000', '143838.782000', '143838.785000', '143858.667000', '143858.670000', '143858.673000', '143858.675000', '143858.678000', '143858.681000', '143858.683000', '143858.686000', '143858.689000', '143858.691000', '143858.694000', '143858.696000', '143858.699000', '143858.701000', '143858.704000', '143858.707000', '143858.710000', '143858.712000', '143858.715000', '143858.717000', '143858.720000', '143858.723000', '143858.725000', '143858.728000', '143858.731000', '143858.733000', '143858.736000', '143858.739000', '143858.741000', '143858.744000', '143858.747000', '143858.749000', '143858.752000', '143858.754000', '143858.757000', '143858.759000', '143858.762000', '143858.765000', '143858.767000', '143858.770000', '143858.772000', '143858.775000', '143858.778000', '143858.780000', '143918.667000', '143918.670000', '143918.673000', '143918.675000', '143918.678000', '143918.681000', '143918.683000', '143918.686000', '143918.688000', '143918.691000', '143918.694000', '143918.696000', '143918.699000', '143918.702000', '143918.704000', '143918.707000', '143918.710000', '143918.712000', '143918.715000', '143918.717000', '143918.720000', '143918.722000', '143918.725000', '143918.728000', '143918.730000', '143918.733000', '143918.735000', '143918.738000', '143918.741000', '143918.743000', '143918.746000', '143918.749000', '143918.751000', '143918.754000', '143918.756000', '143918.759000', '143918.762000', '143918.764000', '143918.767000', '143918.770000', '143918.772000', '143918.775000', '143918.777000', '143938.668000', '143938.671000', '143938.674000', '143938.676000', '143938.679000', '143938.682000', '143938.684000', '143938.687000', '143938.690000', '143938.692000', '143938.695000', '143938.698000', '143938.700000', '143938.703000', '143938.705000', '143938.708000', '143938.711000', '143938.713000', '143938.716000', '143938.718000', '143938.721000', '143938.723000', '143938.726000', '143938.729000', '143938.731000', '143938.734000', '143938.736000', '143938.739000', '143938.741000', '143938.744000', '143938.747000', '143938.749000', '143938.752000', '143938.755000', '143938.757000', '143938.760000', '143938.762000', '143938.765000', '143938.768000', '143938.770000', '143938.773000', '143938.775000', '143938.778000', '143938.781000', '143958.668000', '143958.671000', '143958.674000', '143958.676000', '143958.679000', '143958.681000', '143958.684000', '143958.687000', '143958.689000', '143958.692000', '143958.695000', '143958.697000', '143958.700000', '143958.703000', '143958.705000', '143958.708000', '143958.710000', '143958.713000', '143958.715000', '143958.718000', '143958.721000', '143958.723000', '143958.726000', '143958.728000', '143958.731000', '143958.734000', '143958.736000', '143958.739000', '143958.741000', '143958.744000', '143958.747000', '143958.749000', '143958.752000', '143958.754000', '143958.757000', '143958.760000', '143958.762000', '143958.765000', '143958.767000', '143958.770000', '143958.772000', '143958.775000', '143958.778000', '144018.669000', '144018.671000', '144018.674000', '144018.677000', '144018.679000', '144018.682000', '144018.684000', '144018.687000', '144018.690000', '144018.693000', '144018.697000', '144018.700000', '144018.702000', '144018.712000', '144018.715000', '144018.718000', '144018.720000', '144018.723000', '144018.729000', '144018.732000', '144018.735000', '144018.737000', '144018.740000', '144018.743000', '144018.745000', '144018.748000', '144018.751000', '144018.754000', '144018.756000', '144018.759000', '144018.762000', '144018.764000', '144018.767000', '144018.769000', '144018.772000', '144018.775000', '144018.790000', '144018.793000', '144018.795000', '144018.798000', '144018.800000', '144018.803000', '144018.806000', '144018.808000', '144038.668000', '144038.671000', '144038.674000', '144038.676000', '144038.679000', '144038.682000', '144038.684000', '144038.687000', '144038.690000', '144038.692000', '144038.695000', '144038.697000', '144038.700000', '144038.703000', '144038.705000', '144038.708000', '144038.710000', '144038.713000', '144038.715000', '144038.718000', '144038.721000', '144038.723000', '144038.726000', '144038.728000', '144038.731000', '144038.734000', '144038.736000', '144038.739000', '144038.741000', '144038.744000', '144038.747000', '144038.749000', '144038.752000', '144038.754000', '144038.757000', '144038.760000', '144038.762000', '144038.765000', '144038.767000', '144038.770000', '144038.772000', '144038.775000', '144038.777000', '144058.668000', '144058.671000', '144058.673000', '144058.676000', '144058.678000', '144058.681000', '144058.684000', '144058.686000', '144058.689000', '144058.691000', '144058.694000', '144058.697000', '144058.699000', '144058.705000', '144058.708000', '144058.710000', '144058.713000', '144058.716000', '144058.718000', '144058.721000', '144058.723000', '144058.726000', '144058.729000', '144058.731000', '144058.734000', '144058.737000', '144058.739000', '144058.742000', '144058.744000', '144058.747000', '144058.750000', '144058.752000', '144058.755000', '144058.758000', '144058.760000', '144058.763000', '144058.765000', '144058.768000', '144058.771000', '144058.773000', '144058.776000', '144058.778000', '144058.781000', '144118.667000', '144118.670000', '144118.673000', '144118.676000', '144118.679000', '144118.681000', '144118.684000', '144118.687000', '144118.690000', '144118.692000', '144118.695000', '144118.697000', '144118.700000', '144118.703000', '144118.705000', '144118.708000', '144118.711000', '144118.713000', '144118.716000', '144118.718000', '144118.721000', '144118.724000', '144118.726000', '144118.729000', '144118.731000', '144118.734000', '144118.737000', '144118.739000', '144118.742000', '144118.744000', '144118.747000', '144118.750000', '144118.752000', '144118.755000', '144118.758000', '144118.760000', '144118.763000', '144118.765000', '144118.768000', '144118.771000', '144118.773000', '144118.776000', '144118.778000', '144118.781000', '144138.668000', '144138.671000', '144138.674000', '144138.676000', '144138.679000', '144138.683000', '144138.685000', '144138.688000', '144138.691000', '144138.693000', '144138.696000', '144138.698000', '144138.701000', '144138.704000', '144138.706000', '144138.709000', '144138.711000', '144138.714000', '144138.716000', '144138.719000', '144138.722000', '144138.724000', '144138.727000', '144138.729000', '144138.733000', '144138.736000', '144138.739000', '144138.742000', '144138.744000', '144138.747000', '144138.749000', '144138.752000', '144138.755000', '144138.757000', '144138.760000', '144138.763000', '144138.765000', '144138.768000', '144138.770000', '144138.773000', '144138.776000', '144138.778000', '144138.781000', '144158.668000', '144158.671000', '144158.674000', '144158.677000', '144158.680000', '144158.682000', '144158.685000', '144158.688000', '144158.690000', '144158.693000', '144158.696000', '144158.698000', '144158.701000', '144158.703000', '144158.706000', '144158.709000', '144158.711000', '144158.734000', '144158.737000', '144158.740000', '144158.742000', '144158.745000', '144158.747000', '144158.750000', '144158.753000', '144158.755000', '144158.758000', '144158.761000', '144158.763000', '144158.766000', '144158.768000', '144158.771000', '144158.774000', '144158.776000', '144158.779000', '144158.782000', '144158.784000', '144158.787000', '144158.790000', '144158.792000', '144158.795000', '144158.798000', '144158.800000', '144158.803000', '144218.668000', '144218.671000', '144218.674000', '144218.676000', '144218.679000', '144218.682000', '144218.684000', '144218.687000', '144218.690000', '144218.693000', '144218.695000', '144218.698000', '144218.701000', '144218.703000', '144218.706000', '144218.708000', '144218.711000', '144218.714000', '144218.716000', '144218.719000', '144218.721000', '144218.724000', '144218.726000', '144218.729000', '144218.732000', '144218.734000', '144218.737000', '144218.739000', '144218.742000', '144218.745000', '144218.747000', '144218.750000', '144218.752000', '144218.755000', '144218.758000', '144218.760000', '144218.763000', '144218.766000', '144218.768000', '144218.771000', '144218.773000', '144218.776000', '144218.779000', '144238.668000', '144238.672000', '144238.674000', '144238.677000', '144238.679000', '144238.682000', '144238.685000', '144238.687000', '144238.690000', '144238.693000', '144238.695000', '144238.698000', '144238.700000', '144238.703000', '144238.706000', '144238.708000', '144238.711000', '144238.714000', '144238.716000', '144238.719000', '144238.721000', '144238.724000', '144238.727000', '144238.729000', '144238.732000', '144238.735000', '144238.737000', '144238.740000', '144238.742000', '144238.745000', '144238.748000', '144238.750000', '144238.753000', '144238.755000', '144238.758000', '144238.761000', '144238.763000', '144238.766000', '144238.768000', '144238.771000', '144238.774000', '144238.776000', '144238.779000', '144238.782000', '144258.669000', '144258.671000', '144258.674000', '144258.677000', '144258.679000', '144258.682000', '144258.685000', '144258.687000', '144258.690000', '144258.692000', '144258.695000', '144258.698000', '144258.700000', '144258.703000', '144258.706000', '144258.708000', '144258.711000', '144258.713000', '144258.716000', '144258.719000', '144258.721000', '144258.724000', '144258.727000', '144258.729000', '144258.732000', '144258.734000', '144258.737000', '144258.740000', '144258.742000', '144258.747000', '144258.750000', '144258.752000', '144258.755000', '144258.758000', '144258.760000', '144258.763000', '144258.765000', '144258.768000', '144258.771000', '144258.774000', '144258.777000', '144258.780000', '144258.782000', '144318.668000', '144318.670000', '144318.673000', '144318.676000', '144318.679000', '144318.681000', '144318.684000', '144318.686000', '144318.689000', '144318.692000', '144318.694000', '144318.697000', '144318.700000', '144318.702000', '144318.705000', '144318.707000', '144318.710000', '144318.713000', '144318.715000', '144318.718000', '144318.721000', '144318.723000', '144318.726000', '144318.728000', '144318.731000', '144318.734000', '144318.736000', '144318.739000', '144318.754000', '144318.757000', '144318.760000', '144318.762000', '144318.765000', '144318.768000', '144318.770000', '144318.773000', '144318.776000', '144318.778000', '144318.781000', '144318.783000', '144318.786000', '144318.788000', '144318.791000', '144318.794000', '144338.669000', '144338.672000', '144338.675000', '144338.677000', '144338.680000', '144338.682000', '144338.685000', '144338.688000', '144338.691000', '144338.693000', '144338.696000', '144338.699000', '144338.702000', '144338.705000', '144338.707000', '144338.710000', '144338.712000', '144338.715000', '144338.718000', '144338.720000', '144338.723000', '144338.725000', '144338.728000', '144338.730000', '144338.733000', '144338.736000', '144338.738000', '144338.741000', '144338.744000', '144338.746000', '144338.749000', '144338.751000', '144338.754000', '144338.757000', '144338.759000', '144338.762000', '144338.765000', '144338.767000', '144338.770000', '144338.772000', '144338.775000', '144338.778000', '144338.780000', '144358.668000', '144358.670000', '144358.674000', '144358.677000', '144358.679000', '144358.682000', '144358.684000', '144358.687000', '144358.690000', '144358.693000', '144358.695000', '144358.698000', '144358.701000', '144358.703000', '144358.706000', '144358.709000', '144358.711000', '144358.714000', '144358.717000', '144358.719000', '144358.722000', '144358.724000', '144358.727000', '144358.730000', '144358.732000', '144358.735000', '144358.737000', '144358.740000', '144358.743000', '144358.745000', '144358.748000', '144358.751000', '144358.753000', '144358.756000', '144358.759000', '144358.761000', '144358.764000', '144358.766000', '144358.769000', '144358.772000', '144358.774000', '144358.777000', '144358.779000', '144358.782000', '144413.231000', '144413.234000', '144413.236000', '144413.239000', '144413.242000', '144413.247000', '144413.250000', '144413.253000', '144413.256000', '144413.259000', '144413.262000', '144413.265000', '144413.268000', '144413.270000', '144413.273000', '144413.276000', '144413.279000', '144413.282000', '144413.284000', '144413.287000', '144413.290000', '144413.293000', '144413.296000', '144413.298000', '144413.301000', '144413.304000', '144413.307000', '144413.310000', '144413.313000', '144413.315000', '144413.318000', '144413.321000'], 'InstanceCreationTime': ['143758.725000', '143758.729000', '143758.731000', '143758.734000', '143758.737000', '143758.739000', '143758.742000', '143758.745000', '143758.747000', '143758.750000', '143758.752000', '143758.755000', '143758.768000', '143758.770000', '143758.773000', '143758.776000', '143758.778000', '143758.781000', '143758.783000', '143758.786000', '143758.788000', '143758.791000', '143758.794000', '143758.796000', '143758.799000', '143758.801000', '143758.804000', '143758.806000', '143758.809000', '143758.811000', '143758.814000', '143758.817000', '143758.819000', '143758.823000', '143758.826000', '143758.828000', '143758.831000', '143758.834000', '143758.836000', '143758.839000', '143758.841000', '143758.844000', '143758.847000', '143758.849000', '143758.852000', '143758.855000', '143758.858000', '143758.861000', '143758.863000', '143758.866000', '143758.868000', '143758.871000', '143758.874000', '143758.876000', '143758.879000', '143758.882000', '143758.884000', '143818.668000', '143818.671000', '143818.674000', '143818.676000', '143818.679000', '143818.682000', '143818.684000', '143818.687000', '143818.689000', '143818.692000', '143818.695000', '143818.697000', '143818.700000', '143818.703000', '143818.705000', '143818.708000', '143818.710000', '143818.713000', '143818.715000', '143818.718000', '143818.720000', '143818.723000', '143818.725000', '143818.728000', '143818.730000', '143818.733000', '143818.735000', '143818.738000', '143818.741000', '143818.743000', '143818.746000', '143818.748000', '143818.751000', '143818.754000', '143818.756000', '143818.759000', '143818.761000', '143818.764000', '143818.766000', '143818.769000', '143818.772000', '143818.774000', '143818.777000', '143818.779000', '143838.667000', '143838.670000', '143838.673000', '143838.675000', '143838.678000', '143838.681000', '143838.683000', '143838.686000', '143838.688000', '143838.691000', '143838.693000', '143838.696000', '143838.699000', '143838.701000', '143838.704000', '143838.706000', '143838.709000', '143838.712000', '143838.714000', '143838.717000', '143838.719000', '143838.722000', '143838.724000', '143838.727000', '143838.730000', '143838.732000', '143838.735000', '143838.738000', '143838.740000', '143838.743000', '143838.745000', '143838.748000', '143838.751000', '143838.753000', '143838.756000', '143838.758000', '143838.761000', '143838.763000', '143838.766000', '143838.777000', '143838.780000', '143838.782000', '143838.785000', '143858.667000', '143858.670000', '143858.673000', '143858.675000', '143858.678000', '143858.681000', '143858.683000', '143858.686000', '143858.689000', '143858.691000', '143858.694000', '143858.696000', '143858.699000', '143858.701000', '143858.704000', '143858.707000', '143858.710000', '143858.712000', '143858.715000', '143858.717000', '143858.720000', '143858.723000', '143858.725000', '143858.728000', '143858.731000', '143858.733000', '143858.736000', '143858.739000', '143858.741000', '143858.744000', '143858.747000', '143858.749000', '143858.752000', '143858.754000', '143858.757000', '143858.759000', '143858.762000', '143858.765000', '143858.767000', '143858.770000', '143858.772000', '143858.775000', '143858.778000', '143858.780000', '143918.667000', '143918.670000', '143918.673000', '143918.675000', '143918.678000', '143918.681000', '143918.683000', '143918.686000', '143918.688000', '143918.691000', '143918.694000', '143918.696000', '143918.699000', '143918.702000', '143918.704000', '143918.707000', '143918.710000', '143918.712000', '143918.715000', '143918.717000', '143918.720000', '143918.722000', '143918.725000', '143918.728000', '143918.730000', '143918.733000', '143918.735000', '143918.738000', '143918.741000', '143918.743000', '143918.746000', '143918.749000', '143918.751000', '143918.754000', '143918.756000', '143918.759000', '143918.762000', '143918.764000', '143918.767000', '143918.770000', '143918.772000', '143918.775000', '143918.777000', '143938.668000', '143938.671000', '143938.674000', '143938.676000', '143938.679000', '143938.682000', '143938.684000', '143938.687000', '143938.690000', '143938.692000', '143938.695000', '143938.698000', '143938.700000', '143938.703000', '143938.705000', '143938.708000', '143938.711000', '143938.713000', '143938.716000', '143938.718000', '143938.721000', '143938.723000', '143938.726000', '143938.729000', '143938.731000', '143938.734000', '143938.736000', '143938.739000', '143938.741000', '143938.744000', '143938.747000', '143938.749000', '143938.752000', '143938.755000', '143938.757000', '143938.760000', '143938.762000', '143938.765000', '143938.768000', '143938.770000', '143938.773000', '143938.775000', '143938.778000', '143938.781000', '143958.668000', '143958.671000', '143958.674000', '143958.676000', '143958.679000', '143958.681000', '143958.684000', '143958.687000', '143958.689000', '143958.692000', '143958.695000', '143958.697000', '143958.700000', '143958.703000', '143958.705000', '143958.708000', '143958.710000', '143958.713000', '143958.715000', '143958.718000', '143958.721000', '143958.723000', '143958.726000', '143958.728000', '143958.731000', '143958.734000', '143958.736000', '143958.739000', '143958.741000', '143958.744000', '143958.747000', '143958.749000', '143958.752000', '143958.754000', '143958.757000', '143958.760000', '143958.762000', '143958.765000', '143958.767000', '143958.770000', '143958.772000', '143958.775000', '143958.778000', '144018.669000', '144018.671000', '144018.674000', '144018.677000', '144018.679000', '144018.682000', '144018.684000', '144018.687000', '144018.690000', '144018.693000', '144018.697000', '144018.700000', '144018.702000', '144018.712000', '144018.715000', '144018.718000', '144018.720000', '144018.723000', '144018.729000', '144018.732000', '144018.735000', '144018.737000', '144018.740000', '144018.743000', '144018.745000', '144018.748000', '144018.751000', '144018.754000', '144018.756000', '144018.759000', '144018.762000', '144018.764000', '144018.767000', '144018.769000', '144018.772000', '144018.775000', '144018.790000', '144018.793000', '144018.795000', '144018.798000', '144018.800000', '144018.803000', '144018.806000', '144018.808000', '144038.668000', '144038.671000', '144038.674000', '144038.676000', '144038.679000', '144038.682000', '144038.684000', '144038.687000', '144038.690000', '144038.692000', '144038.695000', '144038.697000', '144038.700000', '144038.703000', '144038.705000', '144038.708000', '144038.710000', '144038.713000', '144038.715000', '144038.718000', '144038.721000', '144038.723000', '144038.726000', '144038.728000', '144038.731000', '144038.734000', '144038.736000', '144038.739000', '144038.741000', '144038.744000', '144038.747000', '144038.749000', '144038.752000', '144038.754000', '144038.757000', '144038.760000', '144038.762000', '144038.765000', '144038.767000', '144038.770000', '144038.772000', '144038.775000', '144038.777000', '144058.668000', '144058.671000', '144058.673000', '144058.676000', '144058.678000', '144058.681000', '144058.684000', '144058.686000', '144058.689000', '144058.691000', '144058.694000', '144058.697000', '144058.699000', '144058.705000', '144058.708000', '144058.710000', '144058.713000', '144058.716000', '144058.718000', '144058.721000', '144058.723000', '144058.726000', '144058.729000', '144058.731000', '144058.734000', '144058.737000', '144058.739000', '144058.742000', '144058.744000', '144058.747000', '144058.750000', '144058.752000', '144058.755000', '144058.758000', '144058.760000', '144058.763000', '144058.765000', '144058.768000', '144058.771000', '144058.773000', '144058.776000', '144058.778000', '144058.781000', '144118.667000', '144118.670000', '144118.673000', '144118.676000', '144118.679000', '144118.681000', '144118.684000', '144118.687000', '144118.690000', '144118.692000', '144118.695000', '144118.697000', '144118.700000', '144118.703000', '144118.705000', '144118.708000', '144118.711000', '144118.713000', '144118.716000', '144118.718000', '144118.721000', '144118.724000', '144118.726000', '144118.729000', '144118.731000', '144118.734000', '144118.737000', '144118.739000', '144118.742000', '144118.744000', '144118.747000', '144118.750000', '144118.752000', '144118.755000', '144118.758000', '144118.760000', '144118.763000', '144118.765000', '144118.768000', '144118.771000', '144118.773000', '144118.776000', '144118.778000', '144118.781000', '144138.668000', '144138.671000', '144138.674000', '144138.676000', '144138.679000', '144138.683000', '144138.685000', '144138.688000', '144138.691000', '144138.693000', '144138.696000', '144138.698000', '144138.701000', '144138.704000', '144138.706000', '144138.709000', '144138.711000', '144138.714000', '144138.716000', '144138.719000', '144138.722000', '144138.724000', '144138.727000', '144138.729000', '144138.733000', '144138.736000', '144138.739000', '144138.742000', '144138.744000', '144138.747000', '144138.749000', '144138.752000', '144138.755000', '144138.757000', '144138.760000', '144138.763000', '144138.765000', '144138.768000', '144138.770000', '144138.773000', '144138.776000', '144138.778000', '144138.781000', '144158.668000', '144158.671000', '144158.674000', '144158.677000', '144158.680000', '144158.682000', '144158.685000', '144158.688000', '144158.690000', '144158.693000', '144158.696000', '144158.698000', '144158.701000', '144158.703000', '144158.706000', '144158.709000', '144158.711000', '144158.734000', '144158.737000', '144158.740000', '144158.742000', '144158.745000', '144158.747000', '144158.750000', '144158.753000', '144158.755000', '144158.758000', '144158.761000', '144158.763000', '144158.766000', '144158.768000', '144158.771000', '144158.774000', '144158.776000', '144158.779000', '144158.782000', '144158.784000', '144158.787000', '144158.790000', '144158.792000', '144158.795000', '144158.798000', '144158.800000', '144158.803000', '144218.668000', '144218.671000', '144218.674000', '144218.676000', '144218.679000', '144218.682000', '144218.684000', '144218.687000', '144218.690000', '144218.693000', '144218.695000', '144218.698000', '144218.701000', '144218.703000', '144218.706000', '144218.708000', '144218.711000', '144218.714000', '144218.716000', '144218.719000', '144218.721000', '144218.724000', '144218.726000', '144218.729000', '144218.732000', '144218.734000', '144218.737000', '144218.739000', '144218.742000', '144218.745000', '144218.747000', '144218.750000', '144218.752000', '144218.755000', '144218.758000', '144218.760000', '144218.763000', '144218.766000', '144218.768000', '144218.771000', '144218.773000', '144218.776000', '144218.779000', '144238.668000', '144238.672000', '144238.674000', '144238.677000', '144238.679000', '144238.682000', '144238.685000', '144238.687000', '144238.690000', '144238.693000', '144238.695000', '144238.698000', '144238.700000', '144238.703000', '144238.706000', '144238.708000', '144238.711000', '144238.714000', '144238.716000', '144238.719000', '144238.721000', '144238.724000', '144238.727000', '144238.729000', '144238.732000', '144238.735000', '144238.737000', '144238.740000', '144238.742000', '144238.745000', '144238.748000', '144238.750000', '144238.753000', '144238.755000', '144238.758000', '144238.761000', '144238.763000', '144238.766000', '144238.768000', '144238.771000', '144238.774000', '144238.776000', '144238.779000', '144238.782000', '144258.669000', '144258.671000', '144258.674000', '144258.677000', '144258.679000', '144258.682000', '144258.685000', '144258.687000', '144258.690000', '144258.692000', '144258.695000', '144258.698000', '144258.700000', '144258.703000', '144258.706000', '144258.708000', '144258.711000', '144258.713000', '144258.716000', '144258.719000', '144258.721000', '144258.724000', '144258.727000', '144258.729000', '144258.732000', '144258.734000', '144258.737000', '144258.740000', '144258.742000', '144258.747000', '144258.750000', '144258.752000', '144258.755000', '144258.758000', '144258.760000', '144258.763000', '144258.765000', '144258.768000', '144258.771000', '144258.774000', '144258.777000', '144258.780000', '144258.782000', '144318.668000', '144318.670000', '144318.673000', '144318.676000', '144318.679000', '144318.681000', '144318.684000', '144318.686000', '144318.689000', '144318.692000', '144318.694000', '144318.697000', '144318.700000', '144318.702000', '144318.705000', '144318.707000', '144318.710000', '144318.713000', '144318.715000', '144318.718000', '144318.721000', '144318.723000', '144318.726000', '144318.728000', '144318.731000', '144318.734000', '144318.736000', '144318.739000', '144318.754000', '144318.757000', '144318.760000', '144318.762000', '144318.765000', '144318.768000', '144318.770000', '144318.773000', '144318.776000', '144318.778000', '144318.781000', '144318.783000', '144318.786000', '144318.788000', '144318.791000', '144318.794000', '144338.669000', '144338.672000', '144338.675000', '144338.677000', '144338.680000', '144338.682000', '144338.685000', '144338.688000', '144338.691000', '144338.693000', '144338.696000', '144338.699000', '144338.702000', '144338.705000', '144338.707000', '144338.710000', '144338.712000', '144338.715000', '144338.718000', '144338.720000', '144338.723000', '144338.725000', '144338.728000', '144338.730000', '144338.733000', '144338.736000', '144338.738000', '144338.741000', '144338.744000', '144338.746000', '144338.749000', '144338.751000', '144338.754000', '144338.757000', '144338.759000', '144338.762000', '144338.765000', '144338.767000', '144338.770000', '144338.772000', '144338.775000', '144338.778000', '144338.780000', '144358.668000', '144358.670000', '144358.674000', '144358.677000', '144358.679000', '144358.682000', '144358.684000', '144358.687000', '144358.690000', '144358.693000', '144358.695000', '144358.698000', '144358.701000', '144358.703000', '144358.706000', '144358.709000', '144358.711000', '144358.714000', '144358.717000', '144358.719000', '144358.722000', '144358.724000', '144358.727000', '144358.730000', '144358.732000', '144358.735000', '144358.737000', '144358.740000', '144358.743000', '144358.745000', '144358.748000', '144358.751000', '144358.753000', '144358.756000', '144358.759000', '144358.761000', '144358.764000', '144358.766000', '144358.769000', '144358.772000', '144358.774000', '144358.777000', '144358.779000', '144358.782000', '144413.231000', '144413.234000', '144413.236000', '144413.239000', '144413.242000', '144413.247000', '144413.250000', '144413.253000', '144413.256000', '144413.259000', '144413.262000', '144413.265000', '144413.268000', '144413.270000', '144413.273000', '144413.276000', '144413.279000', '144413.282000', '144413.284000', '144413.287000', '144413.290000', '144413.293000', '144413.296000', '144413.298000', '144413.301000', '144413.304000', '144413.307000', '144413.310000', '144413.313000', '144413.315000', '144413.318000', '144413.321000'], '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': [9543, 8497, 9070, 15043, 9163, 16332, 9073, 14031, 9380, 15082, 8722, 12375, 7419, 12301, 7663, 13036, 7707, 13863, 8312, 12705, 7836, 13497, 8634, 12243, 7585, 11723, 8021, 12435, 7555, 12939, 7929, 12826, 8187, 13313, 9300, 16298, 8128, 11977, 7652, 12776, 8095, 13873, 8352, 14686, 8310, 13358, 8480, 12052, 10071, 15038, 9968, 12910, 7531, 10943, 7332, 11398, 7281, 11958, 9345, 11369, 13982, 10437, 17968, 10670, 15605, 10697, 14457, 9626, 13608, 10599, 16338, 10333, 18522, 8518, 12375, 7698, 12275, 7788, 14644, 8561, 14951, 8727, 14980, 9287, 15968, 9950, 11976, 8220, 12201, 7967, 14751, 8269, 15178, 8875, 14669, 8799, 14254, 9433, 14420, 8629, 12756, 7733, 12368, 7932, 10915, 7745, 10064, 8932, 9537, 10779, 9030, 10040, 9064, 8572, 8731, 9258, 9012, 10388, 8924, 13538, 10214, 10111, 9482, 13938, 8986, 17015, 9363, 15666, 8910, 14651, 8709, 13074, 8159, 12084, 7605, 11795, 7462, 12385, 8141, 14960, 8981, 14297, 8367, 14532, 7954, 14164, 8158, 12974, 11771, 11507, 17692, 10721, 18131, 12973, 16719, 12407, 17721, 13393, 14853, 8525, 13924, 8921, 14224, 9512, 14510, 9103, 14444, 8796, 15846, 10278, 18826, 11686, 12847, 7731, 12981, 7617, 13411, 8064, 14423, 8226, 14205, 8791, 14855, 9205, 13722, 8371, 13505, 7862, 13801, 8411, 14011, 8866, 14897, 9285, 13920, 8454, 12550, 8380, 13171, 8839, 15401, 9474, 16531, 9934, 15725, 10410, 15507, 10888, 15986, 12562, 10895, 9069, 7324, 10383, 8293, 10735, 15209, 9853, 16598, 9429, 13854, 8107, 12105, 7808, 10654, 11367, 10028, 11125, 9811, 8174, 10392, 8161, 10453, 8108, 11425, 8535, 12438, 9161, 13023, 9395, 15621, 8999, 15767, 8394, 12702, 7718, 13321, 7809, 13233, 7695, 12229, 7793, 12678, 8391, 14064, 8394, 13196, 7884, 12457, 7640, 13096, 7905, 14304, 8342, 13343, 7831, 12277, 9159, 12758, 11054, 11924, 9230, 10433, 7369, 9489, 8333, 9036, 15970, 9286, 16309, 9562, 14266, 8344, 12409, 7662, 10903, 8970, 10223, 12173, 9883, 13174, 9305, 12536, 8199, 15530, 8404, 14218, 7849, 13537, 7838, 13910, 8581, 13547, 8005, 12136, 7684, 11643, 7667, 12260, 7626, 14766, 9296, 13786, 8207, 13374, 7771, 14267, 7965, 14318, 8412, 14722, 9553, 14025, 8177, 13022, 7472, 13268, 7694, 14509, 8346, 15535, 9413, 15092, 9224, 15233, 8956, 15142, 9788, 14759, 9089, 14393, 8076, 13998, 8976, 18170, 9427, 12821, 7491, 11255, 7535, 11492, 7322, 12624, 7525, 12177, 9509, 11337, 13300, 10906, 14910, 8995, 12566, 8040, 15797, 8370, 15091, 8805, 13675, 8187, 13030, 7581, 13424, 7855, 10790, 7429, 11518, 7527, 12992, 7478, 12929, 7405, 13774, 8693, 13166, 7728, 11528, 7670, 10779, 8040, 11510, 9318, 17541, 17068, 19853, 17366, 18730, 8070, 9003, 7559, 15881, 8400, 12755, 7371, 15435, 8269, 12664, 8326, 16415, 10168, 15770, 11024, 12349, 14437, 10196, 16788, 9026, 16405, 8900, 14783, 8680, 15000, 8814, 15148, 8454, 13281, 7993, 13689, 8094, 14404, 8334, 13755, 8425, 19087, 15522, 18738, 16182, 10797, 10933, 7285, 10036, 7374, 10266, 7512, 9322, 7538, 9433, 8129, 9561, 7856, 9702, 7282, 10144, 7164, 11014, 7329, 12673, 8333, 13242, 8384, 14730, 10781, 16018, 10628, 9981, 7693, 8920, 7251, 8666, 13694, 8218, 15695, 8651, 13975, 8029, 12975, 7579, 12991, 7618, 13492, 8267, 15298, 9320, 14184, 8734, 11465, 8418, 11977, 8261, 14523, 8740, 15633, 9374, 16016, 9380, 15534, 9504, 15370, 9102, 14943, 8688, 14021, 9022, 14730, 8716, 14936, 8962, 15014, 10209, 9323, 8594, 8057, 9342, 9368, 9517, 14207, 9689, 16086, 9527, 15834, 9164, 15758, 11614, 14293, 8610, 12601, 8104, 12099, 8191, 10863, 8653, 10758, 9402, 11635, 9654, 13539, 9505, 15330, 10655, 14136, 10286, 10279, 11759, 7979, 13307, 7574, 14273, 7953, 13594, 7310, 11504, 9251, 10110, 17730, 10170, 16313, 9730, 14806, 8715, 13752, 8050, 12248, 8613, 12218, 11154, 12201, 14740, 14150, 16100, 12386, 10207, 10936, 8080, 10327, 8193, 9799, 14648, 9496, 16771, 9465, 14575, 8914, 12928, 7605, 11386, 8060, 10611, 8717, 10158, 10882, 10803, 10365, 10017, 7151, 9339, 7254, 10403, 7600, 12118, 7338, 11710, 9362, 9698, 12955, 8836, 17197, 8847, 14689, 8648, 12086, 7255, 10255, 7216, 9089, 7866, 8437, 9096, 8274, 13976, 9322, 13263, 9138, 8862, 8542, 12937, 8322, 16937, 8734, 15570, 8896, 13504, 7838, 11782, 7469, 10455, 9559, 10491, 11819, 10068, 8549, 9615, 8173, 9840, 10280, 10039, 12517, 9909, 16615, 11329, 15594, 9773, 14839, 8642, 15782, 8546, 15323, 8969, 15576, 10233, 14314, 8507, 9083, 7989, 12354, 8413, 16643, 9355, 15955, 9450, 14818, 8721, 14583, 9380, 13919, 8254, 12276, 7561, 12158, 7512, 11721, 8554, 10319, 14517, 9395, 17109, 11822, 18853, 15407, 19299, 8617, 15395, 8055, 13521, 7843, 12971, 7806, 10651, 11396, 9254, 14678, 8483, 14727, 8574, 15360, 10592, 17662, 8273, 12309, 7565, 13325, 7612, 13381, 8098, 15182, 9756, 13090, 8071, 13285, 7577, 14347, 8067, 13399, 7845, 12844, 7653, 10570, 7485, 9784, 7343, 9606, 7812, 9262, 8594, 9866, 7805, 9309, 7710, 9648, 9259, 9116, 15664, 8832, 15984, 8504, 14555, 8562, 14971, 9003, 13628, 7858, 13917, 7891, 14943, 8978, 16429, 10469, 10814, 8981, 7601, 10403, 7463, 13549, 8058, 13648, 9622, 12563, 11329, 11731, 15269, 14202, 17284, 13484, 11436, 13241, 8486, 13982, 7745, 14601, 7575, 13232, 7474, 11568, 9044, 10322, 14859, 9486, 16290, 9444, 15642, 9327, 14615, 9201, 13384, 9765, 15853, 14851, 14938, 17431, 8606, 13589, 7459, 12699, 7280, 12632, 7506, 14479, 7994, 13687, 7803, 12190, 7373, 10852, 8246, 11249, 12577, 10920, 12467, 10131, 7255, 10475, 7232, 10632, 7325, 10730, 7482, 10039, 7878, 9896, 12123, 9525, 16223, 9575, 16219, 9963, 15813, 10625, 15095, 11434, 12111, 8373, 8080, 8326, 8269, 8795, 13975, 8528, 16570, 9148, 15291, 9264, 14908, 8678, 13399, 7999, 12934, 8006, 12261, 7983, 12023, 7927, 11793, 7477, 11249, 7443, 11185, 8020, 13228, 7918, 11853, 7596, 12054, 7382, 13390], 'WindowCenter': [4503.0, 4464.0, 4466.0, 4513.0, 4460.0, 4523.0, 4463.0, 4498.0, 4459.0, 4500.0, 4449.0, 4478.0, 4428.0, 4476.0, 4437.0, 4487.0, 4438.0, 4499.0, 4461.0, 4504.0, 4452.0, 4501.0, 4449.0, 4490.0, 4437.0, 4477.0, 4437.0, 4490.0, 4439.0, 4490.0, 4452.0, 4503.0, 4463.0, 4501.0, 4461.0, 4513.0, 4439.0, 4479.0, 4438.0, 4488.0, 4439.0, 4501.0, 4451.0, 4513.0, 4451.0, 4502.0, 4466.0, 4504.0, 4472.0, 4500.0, 4459.0, 4490.0, 4426.0, 4468.0, 4427.0, 4477.0, 4427.0, 4490.0, 4458.0, 4481.0, 4500.0, 4468.0, 4520.0, 4467.0, 4496.0, 4455.0, 4486.0, 4456.0, 4498.0, 4466.0, 4508.0, 4456.0, 4518.0, 4445.0, 4476.0, 4424.0, 4474.0, 4424.0, 4495.0, 4446.0, 4496.0, 4448.0, 4510.0, 4456.0, 4509.0, 4456.0, 4476.0, 4435.0, 4476.0, 4436.0, 4498.0, 4448.0, 4508.0, 4458.0, 4513.0, 4463.0, 4501.0, 4459.0, 4500.0, 4448.0, 4487.0, 4437.0, 4477.0, 4438.0, 4468.0, 4438.0, 4470.0, 4459.0, 4474.0, 4482.0, 4459.0, 4469.0, 4459.0, 4460.0, 4460.0, 4461.0, 4462.0, 4485.0, 4475.0, 4514.0, 4497.0, 4485.0, 4475.0, 4513.0, 4462.0, 4522.0, 4473.0, 4526.0, 4475.0, 4514.0, 4464.0, 4504.0, 4452.0, 4492.0, 4454.0, 4495.0, 4467.0, 4519.0, 4466.0, 4527.0, 4478.0, 4529.0, 4466.0, 4515.0, 4454.0, 4514.0, 4453.0, 4504.0, 4493.0, 4495.0, 4524.0, 4481.0, 4534.0, 4504.0, 4523.0, 4490.0, 4520.0, 4488.0, 4499.0, 4446.0, 4486.0, 4447.0, 4489.0, 4457.0, 4499.0, 4447.0, 4499.0, 4450.0, 4498.0, 4467.0, 4505.0, 4465.0, 4473.0, 4424.0, 4484.0, 4426.0, 4487.0, 4437.0, 4499.0, 4448.0, 4512.0, 4460.0, 4499.0, 4459.0, 4497.0, 4449.0, 4487.0, 4438.0, 4500.0, 4449.0, 4499.0, 4460.0, 4511.0, 4472.0, 4501.0, 4449.0, 4490.0, 4450.0, 4500.0, 4461.0, 4513.0, 4473.0, 4513.0, 4471.0, 4526.0, 4481.0, 4511.0, 4471.0, 4511.0, 4479.0, 4469.0, 4445.0, 4428.0, 4468.0, 4449.0, 4482.0, 4510.0, 4470.0, 4524.0, 4472.0, 4500.0, 4449.0, 4490.0, 4437.0, 4467.0, 4475.0, 4455.0, 4478.0, 4469.0, 4448.0, 4468.0, 4446.0, 4469.0, 4438.0, 4479.0, 4448.0, 4489.0, 4459.0, 4500.0, 4458.0, 4500.0, 4446.0, 4498.0, 4435.0, 4474.0, 4424.0, 4482.0, 4427.0, 4487.0, 4425.0, 4474.0, 4437.0, 4488.0, 4437.0, 4496.0, 4435.0, 4486.0, 4437.0, 4477.0, 4437.0, 4488.0, 4438.0, 4499.0, 4450.0, 4500.0, 4441.0, 4492.0, 4460.0, 4488.0, 4467.0, 4476.0, 4445.0, 4457.0, 4426.0, 4455.0, 4447.0, 4447.0, 4509.0, 4458.0, 4508.0, 4459.0, 4498.0, 4438.0, 4476.0, 4425.0, 4467.0, 4446.0, 4468.0, 4477.0, 4457.0, 4486.0, 4445.0, 4476.0, 4436.0, 4495.0, 4435.0, 4486.0, 4437.0, 4498.0, 4439.0, 4499.0, 4449.0, 4489.0, 4449.0, 4477.0, 4436.0, 4476.0, 4435.0, 4477.0, 4438.0, 4500.0, 4459.0, 4500.0, 4450.0, 4498.0, 4439.0, 4498.0, 4440.0, 4513.0, 4450.0, 4511.0, 4471.0, 4501.0, 4449.0, 4499.0, 4439.0, 4488.0, 4439.0, 4511.0, 4462.0, 4525.0, 4486.0, 4525.0, 4474.0, 4525.0, 4463.0, 4514.0, 4474.0, 4511.0, 4462.0, 4502.0, 4466.0, 4513.0, 4460.0, 4520.0, 4458.0, 4488.0, 4427.0, 4479.0, 4438.0, 4479.0, 4439.0, 4491.0, 4451.0, 4493.0, 4472.0, 4481.0, 4501.0, 4480.0, 4499.0, 4448.0, 4478.0, 4437.0, 4509.0, 4438.0, 4499.0, 4460.0, 4499.0, 4450.0, 4489.0, 4439.0, 4488.0, 4437.0, 4465.0, 4425.0, 4476.0, 4438.0, 4489.0, 4438.0, 4504.0, 4443.0, 4501.0, 4449.0, 4490.0, 4437.0, 4477.0, 4426.0, 4464.0, 4435.0, 4477.0, 4461.0, 4536.0, 4525.0, 4535.0, 4509.0, 4517.0, 4438.0, 4444.0, 4424.0, 4495.0, 4436.0, 4488.0, 4429.0, 4512.0, 4451.0, 4491.0, 4450.0, 4508.0, 4469.0, 4509.0, 4467.0, 4479.0, 4488.0, 4457.0, 4498.0, 4435.0, 4495.0, 4432.0, 4469.0, 4418.0, 4468.0, 4419.0, 4458.0, 4404.0, 4445.0, 4395.0, 4444.0, 4395.0, 4455.0, 4394.0, 4442.0, 4392.0, 4476.0, 4467.0, 4477.0, 4465.0, 4423.0, 4423.0, 4382.0, 4414.0, 4395.0, 4425.0, 4395.0, 4416.0, 4408.0, 4428.0, 4408.0, 4429.0, 4407.0, 4428.0, 4399.0, 4440.0, 4400.0, 4452.0, 4414.0, 4473.0, 4434.0, 4475.0, 4436.0, 4487.0, 4454.0, 4498.0, 4452.0, 4442.0, 4412.0, 4431.0, 4410.0, 4422.0, 4472.0, 4422.0, 4492.0, 4433.0, 4484.0, 4425.0, 4472.0, 4424.0, 4474.0, 4425.0, 4486.0, 4438.0, 4498.0, 4460.0, 4499.0, 4448.0, 4478.0, 4448.0, 4479.0, 4450.0, 4498.0, 4448.0, 4498.0, 4458.0, 4499.0, 4458.0, 4509.0, 4458.0, 4498.0, 4448.0, 4496.0, 4446.0, 4487.0, 4447.0, 4497.0, 4448.0, 4510.0, 4459.0, 4511.0, 4471.0, 4460.0, 4448.0, 4438.0, 4458.0, 4457.0, 4459.0, 4501.0, 4459.0, 4511.0, 4458.0, 4524.0, 4472.0, 4512.0, 4479.0, 4498.0, 4448.0, 4487.0, 4437.0, 4490.0, 4449.0, 4479.0, 4461.0, 4481.0, 4461.0, 4491.0, 4472.0, 4503.0, 4474.0, 4526.0, 4483.0, 4502.0, 4470.0, 4473.0, 4478.0, 4438.0, 4490.0, 4438.0, 4500.0, 4440.0, 4490.0, 4428.0, 4480.0, 4461.0, 4472.0, 4523.0, 4471.0, 4512.0, 4472.0, 4513.0, 4452.0, 4502.0, 4440.0, 4492.0, 4453.0, 4492.0, 4482.0, 4492.0, 4513.0, 4503.0, 4511.0, 4478.0, 4457.0, 4453.0, 4424.0, 4453.0, 4433.0, 4457.0, 4485.0, 4455.0, 4507.0, 4445.0, 4486.0, 4434.0, 4473.0, 4424.0, 4464.0, 4421.0, 4453.0, 4434.0, 4466.0, 4465.0, 4464.0, 4455.0, 4442.0, 4408.0, 4441.0, 4412.0, 4455.0, 4424.0, 4476.0, 4427.0, 4477.0, 4447.0, 4458.0, 4477.0, 4446.0, 4507.0, 4443.0, 4497.0, 4445.0, 4476.0, 4425.0, 4457.0, 4425.0, 4445.0, 4436.0, 4435.0, 4460.0, 4450.0, 4501.0, 4457.0, 4490.0, 4461.0, 4460.0, 4449.0, 4489.0, 4449.0, 4519.0, 4452.0, 4510.0, 4460.0, 4500.0, 4440.0, 4481.0, 4430.0, 4481.0, 4473.0, 4468.0, 4491.0, 4470.0, 4460.0, 4471.0, 4450.0, 4473.0, 4484.0, 4473.0, 4506.0, 4499.0, 4534.0, 4495.0, 4524.0, 4470.0, 4500.0, 4449.0, 4510.0, 4452.0, 4512.0, 4462.0, 4512.0, 4485.0, 4515.0, 4461.0, 4460.0, 4441.0, 4489.0, 4451.0, 4521.0, 4472.0, 4523.0, 4474.0, 4528.0, 4476.0, 4513.0, 4473.0, 4514.0, 4452.0, 4489.0, 4438.0, 4491.0, 4440.0, 4492.0, 4462.0, 4482.0, 4515.0, 4474.0, 4536.0, 4490.0, 4524.0, 4514.0, 4521.0, 4437.0, 4498.0, 4436.0, 4487.0, 4426.0, 4475.0, 4424.0, 4454.0, 4463.0, 4442.0, 4481.0, 4431.0, 4482.0, 4433.0, 4494.0, 4452.0, 4505.0, 4431.0, 4461.0, 4422.0, 4471.0, 4423.0, 4485.0, 4433.0, 4495.0, 4457.0, 4484.0, 4434.0, 4474.0, 4423.0, 4484.0, 4425.0, 4485.0, 4435.0, 4477.0, 4426.0, 4454.0, 4414.0, 4456.0, 4425.0, 4454.0, 4438.0, 4458.0, 4448.0, 4468.0, 4437.0, 4459.0, 4439.0, 4470.0, 4461.0, 4460.0, 4512.0, 4462.0, 4521.0, 4461.0, 4511.0, 4461.0, 4523.0, 4462.0, 4502.0, 4451.0, 4500.0, 4453.0, 4524.0, 4463.0, 4523.0, 4485.0, 4486.0, 4462.0, 4440.0, 4471.0, 4441.0, 4501.0, 4451.0, 4503.0, 4472.0, 4492.0, 4482.0, 4493.0, 4512.0, 4501.0, 4509.0, 4491.0, 4467.0, 4478.0, 4436.0, 4488.0, 4427.0, 4496.0, 4427.0, 4486.0, 4427.0, 4476.0, 4447.0, 4466.0, 4497.0, 4458.0, 4496.0, 4456.0, 4495.0, 4446.0, 4486.0, 4447.0, 4488.0, 4456.0, 4496.0, 4484.0, 4485.0, 4493.0, 4430.0, 4473.0, 4411.0, 4461.0, 4412.0, 4462.0, 4413.0, 4483.0, 4424.0, 4484.0, 4423.0, 4465.0, 4412.0, 4465.0, 4433.0, 4452.0, 4462.0, 4442.0, 4460.0, 4440.0, 4408.0, 4440.0, 4409.0, 4452.0, 4410.0, 4453.0, 4423.0, 4456.0, 4436.0, 4455.0, 4475.0, 4456.0, 4497.0, 4456.0, 4508.0, 4454.0, 4497.0, 4454.0, 4487.0, 4464.0, 4463.0, 4432.0, 4423.0, 4432.0, 4434.0, 4435.0, 4484.0, 4435.0, 4506.0, 4446.0, 4496.0, 4445.0, 4495.0, 4435.0, 4485.0, 4422.0, 4475.0, 4423.0, 4464.0, 4423.0, 4463.0, 4422.0, 4462.0, 4412.0, 4452.0, 4424.0, 4475.0, 4433.0, 4485.0, 4434.0, 4475.0, 4422.0, 4474.0, 4423.0, 4485.0], 'WindowWidth': [9904.0, 9837.0, 9835.0, 9895.0, 9817.0, 9910.0, 9824.0, 9866.0, 9811.0, 9870.0, 9800.0, 9836.0, 9767.0, 9830.0, 9779.0, 9849.0, 9784.0, 9867.0, 9821.0, 9885.0, 9812.0, 9874.0, 9801.0, 9855.0, 9781.0, 9834.0, 9782.0, 9856.0, 9786.0, 9857.0, 9806.0, 9880.0, 9826.0, 9874.0, 9815.0, 9891.0, 9785.0, 9839.0, 9781.0, 9850.0, 9786.0, 9871.0, 9807.0, 9892.0, 9806.0, 9878.0, 9834.0, 9883.0, 9836.0, 9873.0, 9810.0, 9855.0, 9763.0, 9822.0, 9768.0, 9836.0, 9770.0, 9857.0, 9813.0, 9844.0, 9871.0, 9824.0, 9901.0, 9820.0, 9863.0, 9802.0, 9846.0, 9805.0, 9868.0, 9820.0, 9880.0, 9806.0, 9895.0, 9787.0, 9830.0, 9761.0, 9826.0, 9761.0, 9857.0, 9791.0, 9861.0, 9798.0, 9887.0, 9808.0, 9882.0, 9806.0, 9833.0, 9776.0, 9832.0, 9778.0, 9864.0, 9797.0, 9881.0, 9812.0, 9894.0, 9827.0, 9874.0, 9813.0, 9871.0, 9796.0, 9849.0, 9779.0, 9834.0, 9782.0, 9823.0, 9782.0, 9827.0, 9814.0, 9840.0, 9851.0, 9815.0, 9828.0, 9815.0, 9816.0, 9817.0, 9819.0, 9822.0, 9859.0, 9847.0, 9897.0, 9877.0, 9859.0, 9842.0, 9891.0, 9822.0, 9906.0, 9837.0, 9918.0, 9845.0, 9896.0, 9828.0, 9883.0, 9811.0, 9863.0, 9813.0, 9871.0, 9841.0, 9910.0, 9837.0, 9919.0, 9851.0, 9925.0, 9833.0, 9899.0, 9814.0, 9896.0, 9812.0, 9883.0, 9867.0, 9868.0, 9913.0, 9847.0, 9931.0, 9881.0, 9914.0, 9856.0, 9902.0, 9849.0, 9867.0, 9791.0, 9848.0, 9793.0, 9852.0, 9806.0, 9865.0, 9792.0, 9869.0, 9802.0, 9867.0, 9820.0, 9873.0, 9812.0, 9823.0, 9758.0, 9838.0, 9763.0, 9846.0, 9781.0, 9867.0, 9799.0, 9891.0, 9818.0, 9868.0, 9815.0, 9863.0, 9799.0, 9851.0, 9785.0, 9869.0, 9801.0, 9868.0, 9817.0, 9888.0, 9836.0, 9874.0, 9802.0, 9856.0, 9802.0, 9870.0, 9818.0, 9892.0, 9837.0, 9893.0, 9833.0, 9919.0, 9847.0, 9890.0, 9828.0, 9886.0, 9837.0, 9823.0, 9789.0, 9767.0, 9823.0, 9798.0, 9847.0, 9884.0, 9829.0, 9915.0, 9836.0, 9873.0, 9801.0, 9857.0, 9781.0, 9821.0, 9830.0, 9804.0, 9837.0, 9824.0, 9797.0, 9824.0, 9793.0, 9825.0, 9784.0, 9840.0, 9797.0, 9853.0, 9816.0, 9872.0, 9811.0, 9872.0, 9790.0, 9868.0, 9774.0, 9826.0, 9757.0, 9836.0, 9766.0, 9846.0, 9762.0, 9829.0, 9782.0, 9851.0, 9779.0, 9861.0, 9775.0, 9846.0, 9779.0, 9834.0, 9781.0, 9850.0, 9783.0, 9868.0, 9801.0, 9869.0, 9792.0, 9861.0, 9815.0, 9850.0, 9820.0, 9833.0, 9788.0, 9803.0, 9761.0, 9802.0, 9796.0, 9793.0, 9879.0, 9809.0, 9879.0, 9810.0, 9864.0, 9782.0, 9833.0, 9762.0, 9819.0, 9791.0, 9823.0, 9835.0, 9805.0, 9847.0, 9788.0, 9831.0, 9776.0, 9858.0, 9774.0, 9847.0, 9780.0, 9865.0, 9788.0, 9868.0, 9800.0, 9853.0, 9799.0, 9834.0, 9777.0, 9832.0, 9777.0, 9837.0, 9786.0, 9870.0, 9815.0, 9872.0, 9801.0, 9864.0, 9786.0, 9864.0, 9789.0, 9893.0, 9806.0, 9887.0, 9833.0, 9872.0, 9801.0, 9867.0, 9787.0, 9851.0, 9788.0, 9889.0, 9825.0, 9911.0, 9865.0, 9917.0, 9842.0, 9910.0, 9824.0, 9894.0, 9838.0, 9890.0, 9820.0, 9877.0, 9833.0, 9895.0, 9815.0, 9902.0, 9809.0, 9852.0, 9767.0, 9837.0, 9782.0, 9839.0, 9788.0, 9859.0, 9806.0, 9866.0, 9837.0, 9846.0, 9874.0, 9842.0, 9870.0, 9794.0, 9838.0, 9779.0, 9881.0, 9782.0, 9867.0, 9814.0, 9867.0, 9801.0, 9856.0, 9786.0, 9852.0, 9780.0, 9816.0, 9763.0, 9830.0, 9783.0, 9854.0, 9786.0, 9885.0, 9799.0, 9876.0, 9799.0, 9857.0, 9782.0, 9834.0, 9763.0, 9814.0, 9776.0, 9832.0, 9817.0, 9936.0, 9913.0, 9934.0, 9882.0, 9892.0, 9784.0, 9786.0, 9758.0, 9856.0, 9777.0, 9849.0, 9771.0, 9891.0, 9806.0, 9860.0, 9800.0, 9878.0, 9825.0, 9883.0, 9821.0, 9838.0, 9854.0, 9805.0, 9866.0, 9773.0, 9856.0, 9764.0, 9812.0, 9737.0, 9808.0, 9736.0, 9790.0, 9712.0, 9768.0, 9699.0, 9765.0, 9698.0, 9781.0, 9697.0, 9760.0, 9694.0, 9816.0, 9802.0, 9826.0, 9796.0, 9734.0, 9734.0, 9676.0, 9724.0, 9702.0, 9743.0, 9702.0, 9732.0, 9725.0, 9751.0, 9726.0, 9755.0, 9723.0, 9752.0, 9713.0, 9769.0, 9718.0, 9791.0, 9742.0, 9821.0, 9769.0, 9825.0, 9773.0, 9844.0, 9794.0, 9866.0, 9789.0, 9776.0, 9735.0, 9759.0, 9730.0, 9747.0, 9817.0, 9750.0, 9847.0, 9768.0, 9837.0, 9758.0, 9819.0, 9756.0, 9823.0, 9759.0, 9844.0, 9783.0, 9865.0, 9816.0, 9868.0, 9796.0, 9837.0, 9795.0, 9838.0, 9799.0, 9863.0, 9795.0, 9864.0, 9808.0, 9865.0, 9807.0, 9881.0, 9809.0, 9865.0, 9796.0, 9860.0, 9791.0, 9847.0, 9793.0, 9862.0, 9796.0, 9884.0, 9814.0, 9886.0, 9831.0, 9814.0, 9797.0, 9783.0, 9809.0, 9807.0, 9812.0, 9872.0, 9813.0, 9887.0, 9812.0, 9911.0, 9839.0, 9892.0, 9841.0, 9867.0, 9794.0, 9849.0, 9780.0, 9854.0, 9801.0, 9840.0, 9818.0, 9846.0, 9820.0, 9860.0, 9834.0, 9878.0, 9843.0, 9917.0, 9851.0, 9879.0, 9830.0, 9836.0, 9838.0, 9783.0, 9855.0, 9784.0, 9869.0, 9787.0, 9854.0, 9770.0, 9842.0, 9815.0, 9833.0, 9905.0, 9830.0, 9888.0, 9832.0, 9890.0, 9805.0, 9874.0, 9788.0, 9861.0, 9807.0, 9861.0, 9847.0, 9863.0, 9896.0, 9880.0, 9886.0, 9837.0, 9805.0, 9795.0, 9758.0, 9795.0, 9767.0, 9804.0, 9843.0, 9800.0, 9875.0, 9786.0, 9843.0, 9770.0, 9822.0, 9755.0, 9809.0, 9750.0, 9795.0, 9770.0, 9817.0, 9816.0, 9812.0, 9797.0, 9777.0, 9729.0, 9775.0, 9738.0, 9799.0, 9758.0, 9830.0, 9768.0, 9834.0, 9792.0, 9808.0, 9833.0, 9789.0, 9875.0, 9783.0, 9859.0, 9788.0, 9830.0, 9759.0, 9803.0, 9760.0, 9788.0, 9775.0, 9775.0, 9816.0, 9804.0, 9872.0, 9807.0, 9856.0, 9820.0, 9814.0, 9798.0, 9854.0, 9798.0, 9894.0, 9804.0, 9884.0, 9815.0, 9870.0, 9789.0, 9843.0, 9773.0, 9848.0, 9840.0, 9825.0, 9859.0, 9829.0, 9816.0, 9831.0, 9802.0, 9837.0, 9853.0, 9837.0, 9889.0, 9885.0, 9928.0, 9873.0, 9913.0, 9829.0, 9874.0, 9800.0, 9886.0, 9808.0, 9892.0, 9821.0, 9890.0, 9859.0, 9901.0, 9819.0, 9816.0, 9789.0, 9853.0, 9807.0, 9904.0, 9837.0, 9907.0, 9842.0, 9925.0, 9851.0, 9894.0, 9837.0, 9897.0, 9805.0, 9854.0, 9784.0, 9858.0, 9790.0, 9861.0, 9821.0, 9849.0, 9900.0, 9844.0, 9934.0, 9857.0, 9913.0, 9892.0, 9902.0, 9779.0, 9862.0, 9775.0, 9845.0, 9760.0, 9828.0, 9756.0, 9797.0, 9808.0, 9777.0, 9831.0, 9760.0, 9835.0, 9769.0, 9856.0, 9794.0, 9869.0, 9763.0, 9804.0, 9751.0, 9818.0, 9754.0, 9843.0, 9771.0, 9856.0, 9807.0, 9840.0, 9771.0, 9824.0, 9755.0, 9837.0, 9757.0, 9843.0, 9775.0, 9834.0, 9760.0, 9797.0, 9744.0, 9800.0, 9760.0, 9798.0, 9783.0, 9811.0, 9796.0, 9826.0, 9782.0, 9813.0, 9786.0, 9829.0, 9818.0, 9818.0, 9891.0, 9821.0, 9902.0, 9821.0, 9889.0, 9821.0, 9910.0, 9822.0, 9876.0, 9807.0, 9870.0, 9812.0, 9909.0, 9825.0, 9910.0, 9857.0, 9858.0, 9820.0, 9788.0, 9830.0, 9789.0, 9872.0, 9804.0, 9878.0, 9833.0, 9862.0, 9850.0, 9865.0, 9893.0, 9873.0, 9884.0, 9859.0, 9819.0, 9835.0, 9774.0, 9851.0, 9767.0, 9859.0, 9766.0, 9845.0, 9769.0, 9833.0, 9793.0, 9818.0, 9861.0, 9806.0, 9860.0, 9802.0, 9856.0, 9790.0, 9843.0, 9792.0, 9848.0, 9803.0, 9860.0, 9840.0, 9838.0, 9852.0, 9760.0, 9821.0, 9734.0, 9802.0, 9736.0, 9805.0, 9741.0, 9836.0, 9756.0, 9837.0, 9753.0, 9810.0, 9739.0, 9813.0, 9768.0, 9792.0, 9803.0, 9776.0, 9797.0, 9770.0, 9725.0, 9771.0, 9731.0, 9793.0, 9735.0, 9795.0, 9756.0, 9802.0, 9774.0, 9801.0, 9827.0, 9803.0, 9859.0, 9803.0, 9878.0, 9798.0, 9862.0, 9797.0, 9848.0, 9808.0, 9810.0, 9764.0, 9754.0, 9766.0, 9770.0, 9772.0, 9839.0, 9775.0, 9872.0, 9789.0, 9857.0, 9787.0, 9855.0, 9772.0, 9839.0, 9753.0, 9825.0, 9753.0, 9810.0, 9752.0, 9806.0, 9751.0, 9805.0, 9739.0, 9791.0, 9758.0, 9832.0, 9769.0, 9842.0, 9771.0, 9826.0, 9754.0, 9825.0, 9757.0, 9842.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.0004067049368541906</td></tr>
<tr><td colspan=3>aqi</td><td>0.01708141113662457</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.57783388155173</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213872217689655</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997140141724141</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>3536.1523</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06038371902426857</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6888633754305397</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6451457153042015</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.599899392559023</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.869545204311984</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.465992549041597</td></tr>
<tr><td colspan=3>gcor</td><td>0.0225197</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012883712537586689</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03098396770656109</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.947795334084965</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.9229</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.2055</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.1876</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291277.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1290.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>458.318</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3028</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.4768</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3592.6188</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.1164</td></tr>
<tr><td colspan=3>tsnr</td><td>42.30120895197615</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>