ds005256-mriqc/sub-0111_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 94d693ac3f [DATALAD RUNCMD] Compute MRIQC for sub-0111
=== 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-0111 --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-0111",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:33:34 +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-0111_ses-04_task-social_acq-mb8_run-06_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-0111_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-06_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-0111/ses-04/func/sub-0111_ses-04_task-social_acq-mb8_run-06_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>7f4840aabe61df26ccfe63350724a343</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>17:58:18.890000</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.998818, 0.0486018, 0.000644418, -0.0483262, 0.991557, 0.120332]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0768691</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7756, -7237, 271, -105, 92, 152, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>218.646</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b16453bd-5c79-4890-a2c8-8956f90fe8f4||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.679755687713623, -0.12965553998947144, -0.014065291732549667, 119.13239288330078], [-0.13039520382881165, 2.6602742671966553, 0.32459571957588196, -101.00787353515625], [0.0017289255047217011, -0.32284122705459595, 2.6803805828094482, -52.0544319152832], [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': ['175818.890000', '175819.350000', '175819.810000', '175820.270000', '175820.730000', '175821.190000', '175821.650000', '175822.110000', '175822.570000', '175823.030000', '175823.490000', '175823.950000', '175824.410000', '175824.870000', '175825.330000', '175825.790000', '175826.250000', '175826.710000', '175827.170000', '175827.630000', '175828.090000', '175828.550000', '175829.010000', '175829.470000', '175829.930000', '175830.390000', '175830.850000', '175831.310000', '175831.770000', '175832.230000', '175832.690000', '175833.150000', '175833.610000', '175834.070000', '175834.530000', '175834.990000', '175835.450000', '175835.910000', '175836.370000', '175836.830000', '175837.290000', '175837.750000', '175838.210000', '175838.670000', '175839.130000', '175839.590000', '175840.050000', '175840.510000', '175840.970000', '175841.430000', '175841.890000', '175842.350000', '175842.810000', '175843.270000', '175843.730000', '175844.190000', '175844.650000', '175845.110000', '175845.570000', '175846.030000', '175846.490000', '175846.950000', '175847.410000', '175847.870000', '175848.330000', '175848.790000', '175849.250000', '175849.710000', '175850.170000', '175850.630000', '175851.090000', '175851.550000', '175852.010000', '175852.470000', '175852.930000', '175853.390000', '175853.850000', '175854.310000', '175854.770000', '175855.230000', '175855.690000', '175856.150000', '175856.610000', '175857.070000', '175857.530000', '175857.990000', '175858.450000', '175858.910000', '175859.370000', '175859.830000', '175900.290000', '175900.750000', '175901.210000', '175901.670000', '175902.130000', '175902.590000', '175903.050000', '175903.510000', '175903.970000', '175904.430000', '175904.890000', '175905.350000', '175905.810000', '175906.270000', '175906.730000', '175907.190000', '175907.650000', '175908.110000', '175908.570000', '175909.030000', '175909.490000', '175909.950000', '175910.410000', '175910.870000', '175911.330000', '175911.790000', '175912.250000', '175912.710000', '175913.170000', '175913.630000', '175914.090000', '175914.550000', '175915.010000', '175915.470000', '175915.930000', '175916.390000', '175916.850000', '175917.310000', '175917.770000', '175918.230000', '175918.690000', '175919.150000', '175919.610000', '175920.070000', '175920.530000', '175920.990000', '175921.450000', '175921.910000', '175922.370000', '175922.830000', '175923.290000', '175923.750000', '175924.210000', '175924.670000', '175925.130000', '175925.590000', '175926.050000', '175926.510000', '175926.970000', '175927.430000', '175927.890000', '175928.350000', '175928.810000', '175929.270000', '175929.730000', '175930.190000', '175930.650000', '175931.110000', '175931.570000', '175932.030000', '175932.490000', '175932.950000', '175933.410000', '175933.870000', '175934.330000', '175934.790000', '175935.250000', '175935.710000', '175936.170000', '175936.630000', '175937.090000', '175937.550000', '175938.010000', '175938.470000', '175938.930000', '175939.390000', '175939.850000', '175940.310000', '175940.770000', '175941.230000', '175941.690000', '175942.150000', '175942.610000', '175943.070000', '175943.530000', '175943.990000', '175944.450000', '175944.910000', '175945.370000', '175945.830000', '175946.290000', '175946.750000', '175947.210000', '175947.670000', '175948.130000', '175948.590000', '175949.050000', '175949.510000', '175949.970000', '175950.430000', '175950.890000', '175951.350000', '175951.810000', '175952.270000', '175952.730000', '175953.190000', '175953.650000', '175954.110000', '175954.570000', '175955.030000', '175955.490000', '175955.950000', '175956.410000', '175956.870000', '175957.330000', '175957.790000', '175958.250000', '175958.710000', '175959.170000', '175959.630000', '180000.090000', '180000.550000', '180001.010000', '180001.470000', '180001.930000', '180002.390000', '180002.850000', '180003.310000', '180003.770000', '180004.230000', '180004.690000', '180005.150000', '180005.610000', '180006.070000', '180006.530000', '180006.990000', '180007.450000', '180007.910000', '180008.370000', '180008.830000', '180009.290000', '180009.750000', '180010.210000', '180010.670000', '180011.130000', '180011.590000', '180012.050000', '180012.510000', '180012.970000', '180013.430000', '180013.890000', '180014.350000', '180014.810000', '180015.270000', '180015.730000', '180016.190000', '180016.650000', '180017.110000', '180017.570000', '180018.030000', '180018.490000', '180018.950000', '180019.410000', '180019.870000', '180020.330000', '180020.790000', '180021.250000', '180021.710000', '180022.170000', '180022.630000', '180023.090000', '180023.550000', '180024.010000', '180024.470000', '180024.930000', '180025.390000', '180025.850000', '180026.310000', '180026.770000', '180027.230000', '180027.690000', '180028.150000', '180028.610000', '180029.070000', '180029.530000', '180029.990000', '180030.450000', '180030.910000', '180031.370000', '180031.830000', '180032.290000', '180032.750000', '180033.210000', '180033.670000', '180034.130000', '180034.590000', '180035.050000', '180035.510000', '180035.970000', '180036.430000', '180036.890000', '180037.350000', '180037.810000', '180038.270000', '180038.730000', '180039.190000', '180039.650000', '180040.110000', '180040.570000', '180041.030000', '180041.490000', '180041.950000', '180042.410000', '180042.870000', '180043.330000', '180043.790000', '180044.250000', '180044.710000', '180045.170000', '180045.630000', '180046.090000', '180046.550000', '180047.010000', '180047.470000', '180047.930000', '180048.390000', '180048.850000', '180049.310000', '180049.770000', '180050.230000', '180050.690000', '180051.150000', '180051.610000', '180052.070000', '180052.530000', '180052.990000', '180053.450000', '180053.910000', '180054.370000', '180054.830000', '180055.290000', '180055.750000', '180056.210000', '180056.670000', '180057.130000', '180057.590000', '180058.050000', '180058.510000', '180058.970000', '180059.430000', '180059.890000', '180100.350000', '180100.810000', '180101.270000', '180101.730000', '180102.190000', '180102.650000', '180103.110000', '180103.570000', '180104.030000', '180104.490000', '180104.950000', '180105.410000', '180105.870000', '180106.330000', '180106.790000', '180107.250000', '180107.710000', '180108.170000', '180108.630000', '180109.090000', '180109.550000', '180110.010000', '180110.470000', '180110.930000', '180111.390000', '180111.850000', '180112.310000', '180112.770000', '180113.230000', '180113.690000', '180114.150000', '180114.610000', '180115.070000', '180115.530000', '180115.990000', '180116.450000', '180116.910000', '180117.370000', '180117.830000', '180118.290000', '180118.750000', '180119.210000', '180119.670000', '180120.130000', '180120.590000', '180121.050000', '180121.510000', '180121.970000', '180122.430000', '180122.890000', '180123.350000', '180123.810000', '180124.270000', '180124.730000', '180125.190000', '180125.650000', '180126.110000', '180126.570000', '180127.030000', '180127.490000', '180127.950000', '180128.410000', '180128.870000', '180129.330000', '180129.790000', '180130.250000', '180130.710000', '180131.170000', '180131.630000', '180132.090000', '180132.550000', '180133.010000', '180133.470000', '180133.930000', '180134.390000', '180134.850000', '180135.310000', '180135.770000', '180136.230000', '180136.690000', '180137.150000', '180137.610000', '180138.070000', '180138.530000', '180138.990000', '180139.450000', '180139.910000', '180140.370000', '180140.830000', '180141.290000', '180141.750000', '180142.210000', '180142.670000', '180143.130000', '180143.590000', '180144.050000', '180144.510000', '180144.970000', '180145.430000', '180145.890000', '180146.350000', '180146.810000', '180147.270000', '180147.730000', '180148.190000', '180148.650000', '180149.110000', '180149.570000', '180150.030000', '180150.490000', '180150.950000', '180151.410000', '180151.870000', '180152.330000', '180152.790000', '180153.250000', '180153.710000', '180154.170000', '180154.630000', '180155.090000', '180155.550000', '180156.010000', '180156.470000', '180156.930000', '180157.390000', '180157.850000', '180158.310000', '180158.770000', '180159.230000', '180159.690000', '180200.150000', '180200.610000', '180201.070000', '180201.530000', '180201.990000', '180202.450000', '180202.910000', '180203.370000', '180203.830000', '180204.290000', '180204.750000', '180205.210000', '180205.670000', '180206.130000', '180206.590000', '180207.050000', '180207.510000', '180207.970000', '180208.430000', '180208.890000', '180209.350000', '180209.810000', '180210.270000', '180210.730000', '180211.190000', '180211.650000', '180212.110000', '180212.570000', '180213.030000', '180213.490000', '180213.950000', '180214.410000', '180214.870000', '180215.330000', '180215.790000', '180216.250000', '180216.710000', '180217.170000', '180217.630000', '180218.090000', '180218.550000', '180219.010000', '180219.470000', '180219.930000', '180220.390000', '180220.850000', '180221.310000', '180221.770000', '180222.230000', '180222.690000', '180223.150000', '180223.610000', '180224.070000', '180224.530000', '180224.990000', '180225.450000', '180225.910000', '180226.370000', '180226.830000', '180227.290000', '180227.750000', '180228.210000', '180228.670000', '180229.130000', '180229.590000', '180230.050000', '180230.510000', '180230.970000', '180231.430000', '180231.890000', '180232.350000', '180232.810000', '180233.270000', '180233.730000', '180234.190000', '180234.650000', '180235.110000', '180235.570000', '180236.030000', '180236.490000', '180236.950000', '180237.410000', '180237.870000', '180238.330000', '180238.790000', '180239.250000', '180239.710000', '180240.170000', '180240.630000', '180241.090000', '180241.550000', '180242.010000', '180242.470000', '180242.930000', '180243.390000', '180243.850000', '180244.310000', '180244.770000', '180245.230000', '180245.690000', '180246.150000', '180246.610000', '180247.070000', '180247.530000', '180247.990000', '180248.450000', '180248.910000', '180249.370000', '180249.830000', '180250.290000', '180250.750000', '180251.210000', '180251.670000', '180252.130000', '180252.590000', '180253.050000', '180253.510000', '180253.970000', '180254.430000', '180254.890000', '180255.350000', '180255.810000', '180256.270000', '180256.730000', '180257.190000', '180257.650000', '180258.110000', '180258.570000', '180259.030000', '180259.490000', '180259.950000', '180300.410000', '180300.870000', '180301.330000', '180301.790000', '180302.250000', '180302.710000', '180303.170000', '180303.630000', '180304.090000', '180304.550000', '180305.010000', '180305.470000', '180305.930000', '180306.390000', '180306.850000', '180307.310000', '180307.770000', '180308.230000', '180308.690000', '180309.150000', '180309.610000', '180310.070000', '180310.530000', '180310.990000', '180311.450000', '180311.910000', '180312.370000', '180312.830000', '180313.290000', '180313.750000', '180314.210000', '180314.670000', '180315.130000', '180315.590000', '180316.050000', '180316.510000', '180316.970000', '180317.430000', '180317.890000', '180318.350000', '180318.810000', '180319.270000', '180319.730000', '180320.190000', '180320.650000', '180321.110000', '180321.570000', '180322.030000', '180322.490000', '180322.950000', '180323.410000', '180323.870000', '180324.330000', '180324.790000', '180325.250000', '180325.710000', '180326.170000', '180326.630000', '180327.090000', '180327.550000', '180328.010000', '180328.470000', '180328.930000', '180329.390000', '180329.850000', '180330.310000', '180330.770000', '180331.230000', '180331.690000', '180332.150000', '180332.610000', '180333.070000', '180333.530000', '180333.990000', '180334.450000', '180334.910000', '180335.370000', '180335.830000', '180336.290000', '180336.750000', '180337.210000', '180337.670000', '180338.130000', '180338.590000', '180339.050000', '180339.510000', '180339.970000', '180340.430000', '180340.890000', '180341.350000', '180341.810000', '180342.270000', '180342.730000', '180343.190000', '180343.650000', '180344.110000', '180344.570000', '180345.030000', '180345.490000', '180345.950000', '180346.410000', '180346.870000', '180347.330000', '180347.790000', '180348.250000', '180348.710000', '180349.170000', '180349.630000', '180350.090000', '180350.550000', '180351.010000', '180351.470000', '180351.930000', '180352.390000', '180352.850000', '180353.310000', '180353.770000', '180354.230000', '180354.690000', '180355.150000', '180355.610000', '180356.070000', '180356.530000', '180356.990000', '180357.450000', '180357.910000', '180358.370000', '180358.830000', '180359.290000', '180359.750000', '180400.210000', '180400.670000', '180401.130000', '180401.590000', '180402.050000', '180402.510000', '180402.970000', '180403.430000', '180403.890000', '180404.350000', '180404.810000', '180405.270000', '180405.730000', '180406.190000', '180406.650000', '180407.110000', '180407.570000', '180408.030000', '180408.490000', '180408.950000', '180409.410000', '180409.870000', '180410.330000', '180410.790000', '180411.250000', '180411.710000', '180412.170000', '180412.630000', '180413.090000', '180413.550000', '180414.010000', '180414.470000', '180414.930000', '180415.390000', '180415.850000', '180416.310000', '180416.770000', '180417.230000', '180417.690000', '180418.150000', '180418.610000', '180419.070000', '180419.530000', '180419.990000', '180420.450000', '180420.910000', '180421.370000', '180421.830000', '180422.290000', '180422.750000', '180423.210000', '180423.670000', '180424.130000', '180424.590000', '180425.050000', '180425.510000', '180425.970000', '180426.430000', '180426.890000', '180427.350000', '180427.810000', '180428.270000', '180428.730000', '180429.190000', '180429.650000', '180430.110000', '180430.570000', '180431.030000', '180431.490000', '180431.950000', '180432.410000', '180432.870000', '180433.330000', '180433.790000', '180434.250000', '180434.710000', '180435.170000', '180435.630000', '180436.090000', '180436.550000', '180437.010000', '180437.470000', '180437.930000', '180438.390000', '180438.850000', '180439.310000', '180439.770000', '180440.230000', '180440.690000', '180441.150000', '180441.610000', '180442.070000', '180442.530000', '180442.990000', '180443.450000', '180443.910000', '180444.370000', '180444.830000', '180445.290000', '180445.750000', '180446.210000', '180446.670000', '180447.130000', '180447.590000', '180448.050000', '180448.510000', '180448.970000', '180449.430000', '180449.890000', '180450.350000', '180450.810000', '180451.270000', '180451.730000', '180452.190000', '180452.650000', '180453.110000', '180453.570000', '180454.030000', '180454.490000', '180454.950000', '180455.410000', '180455.870000', '180456.330000', '180456.790000', '180457.250000', '180457.710000', '180458.170000', '180458.630000', '180459.090000', '180459.550000'], 'ContentTime': ['175844.924000', '175844.930000', '175844.933000', '175844.936000', '175844.938000', '175844.941000', '175844.945000', '175844.947000', '175844.950000', '175844.952000', '175844.955000', '175844.958000', '175844.960000', '175844.963000', '175844.965000', '175844.968000', '175844.971000', '175844.973000', '175844.976000', '175844.978000', '175844.981000', '175844.983000', '175844.986000', '175844.989000', '175844.991000', '175844.994000', '175844.997000', '175845.000000', '175845.007000', '175845.010000', '175845.012000', '175845.015000', '175845.017000', '175845.020000', '175845.022000', '175845.025000', '175845.028000', '175845.030000', '175845.033000', '175845.035000', '175845.038000', '175845.041000', '175845.043000', '175845.046000', '175845.049000', '175845.051000', '175845.054000', '175845.056000', '175845.059000', '175845.062000', '175845.064000', '175845.067000', '175845.069000', '175904.882000', '175904.884000', '175904.887000', '175904.890000', '175904.892000', '175904.895000', '175904.897000', '175904.900000', '175904.903000', '175904.905000', '175904.908000', '175904.910000', '175904.920000', '175904.923000', '175904.925000', '175904.928000', '175904.950000', '175904.953000', '175904.955000', '175904.958000', '175904.961000', '175904.963000', '175904.966000', '175904.968000', '175904.971000', '175904.974000', '175904.976000', '175904.979000', '175904.981000', '175904.984000', '175904.987000', '175904.989000', '175904.992000', '175904.994000', '175904.997000', '175905.001000', '175905.003000', '175905.006000', '175905.009000', '175905.011000', '175905.014000', '175905.016000', '175905.019000', '175905.021000', '175924.882000', '175924.884000', '175924.887000', '175924.890000', '175924.892000', '175924.895000', '175924.899000', '175924.902000', '175924.904000', '175924.907000', '175924.909000', '175924.912000', '175924.915000', '175924.917000', '175924.920000', '175924.922000', '175924.925000', '175924.928000', '175924.930000', '175924.933000', '175924.935000', '175924.938000', '175924.940000', '175924.950000', '175924.952000', '175924.955000', '175924.957000', '175924.960000', '175924.963000', '175924.965000', '175924.968000', '175924.971000', '175924.973000', '175924.976000', '175924.978000', '175924.981000', '175924.984000', '175924.986000', '175924.989000', '175924.991000', '175924.994000', '175924.997000', '175925.000000', '175944.882000', '175944.885000', '175944.887000', '175944.890000', '175944.892000', '175944.895000', '175944.898000', '175944.900000', '175944.903000', '175944.905000', '175944.908000', '175944.910000', '175944.913000', '175944.916000', '175944.918000', '175944.921000', '175944.924000', '175944.926000', '175944.929000', '175944.931000', '175944.934000', '175944.936000', '175944.939000', '175944.942000', '175944.944000', '175944.947000', '175944.949000', '175944.952000', '175944.955000', '175944.957000', '175944.960000', '175944.962000', '175944.965000', '175944.968000', '175944.970000', '175944.973000', '175944.975000', '175944.978000', '175944.981000', '175944.983000', '175944.986000', '175944.988000', '175944.991000', '175944.994000', '180004.882000', '180004.885000', '180004.887000', '180004.890000', '180004.892000', '180004.895000', '180004.898000', '180004.900000', '180004.903000', '180004.905000', '180004.908000', '180004.911000', '180004.913000', '180004.916000', '180004.918000', '180004.921000', '180004.924000', '180004.926000', '180004.929000', '180004.931000', '180004.934000', '180004.943000', '180004.946000', '180004.948000', '180004.951000', '180004.954000', '180004.957000', '180004.960000', '180004.962000', '180004.965000', '180004.967000', '180004.970000', '180004.973000', '180004.975000', '180004.978000', '180004.980000', '180004.984000', '180004.987000', '180004.990000', '180004.993000', '180004.995000', '180004.998000', '180005.002000', '180024.881000', '180024.884000', '180024.887000', '180024.889000', '180024.892000', '180024.895000', '180024.897000', '180024.900000', '180024.902000', '180024.905000', '180024.908000', '180024.910000', '180024.913000', '180024.915000', '180024.918000', '180024.921000', '180024.923000', '180024.926000', '180024.928000', '180024.931000', '180024.934000', '180024.936000', '180024.939000', '180024.941000', '180024.944000', '180024.946000', '180024.949000', '180024.952000', '180024.954000', '180024.957000', '180024.960000', '180024.962000', '180024.965000', '180024.967000', '180024.970000', '180024.973000', '180024.975000', '180024.978000', '180024.980000', '180024.983000', '180024.991000', '180024.994000', '180024.996000', '180024.999000', '180044.881000', '180044.884000', '180044.887000', '180044.890000', '180044.892000', '180044.895000', '180044.897000', '180044.900000', '180044.903000', '180044.905000', '180044.908000', '180044.920000', '180044.922000', '180044.925000', '180044.928000', '180044.930000', '180044.933000', '180044.936000', '180044.938000', '180044.941000', '180044.944000', '180044.946000', '180044.949000', '180044.951000', '180044.954000', '180044.957000', '180044.960000', '180044.962000', '180044.965000', '180044.967000', '180044.970000', '180044.973000', '180044.975000', '180044.978000', '180044.980000', '180044.983000', '180044.986000', '180044.988000', '180044.991000', '180044.993000', '180044.996000', '180045.000000', '180045.002000', '180104.880000', '180104.883000', '180104.886000', '180104.889000', '180104.891000', '180104.894000', '180104.896000', '180104.899000', '180104.902000', '180104.904000', '180104.907000', '180104.909000', '180104.912000', '180104.915000', '180104.917000', '180104.920000', '180104.922000', '180104.952000', '180104.954000', '180104.957000', '180104.959000', '180104.962000', '180104.965000', '180104.967000', '180104.970000', '180104.973000', '180104.975000', '180104.978000', '180104.980000', '180104.983000', '180104.986000', '180104.988000', '180104.991000', '180104.993000', '180104.996000', '180104.998000', '180105.002000', '180105.005000', '180105.007000', '180105.010000', '180105.013000', '180105.015000', '180105.018000', '180105.020000', '180124.881000', '180124.884000', '180124.887000', '180124.890000', '180124.892000', '180124.895000', '180124.897000', '180124.900000', '180124.903000', '180124.905000', '180124.908000', '180124.911000', '180124.913000', '180124.916000', '180124.918000', '180124.921000', '180124.924000', '180124.926000', '180124.929000', '180124.931000', '180124.934000', '180124.937000', '180124.939000', '180124.942000', '180124.945000', '180124.947000', '180124.951000', '180124.953000', '180124.956000', '180124.959000', '180124.961000', '180124.964000', '180124.966000', '180124.969000', '180124.972000', '180124.974000', '180124.977000', '180124.979000', '180124.982000', '180124.985000', '180124.987000', '180124.990000', '180124.992000', '180144.881000', '180144.885000', '180144.887000', '180144.890000', '180144.892000', '180144.895000', '180144.898000', '180144.900000', '180144.903000', '180144.905000', '180144.908000', '180144.911000', '180144.913000', '180144.916000', '180144.919000', '180144.921000', '180144.924000', '180144.927000', '180144.930000', '180144.932000', '180144.935000', '180144.938000', '180144.940000', '180144.943000', '180144.946000', '180144.948000', '180144.951000', '180144.954000', '180144.956000', '180144.959000', '180144.961000', '180144.964000', '180144.966000', '180144.969000', '180144.972000', '180144.974000', '180144.977000', '180144.979000', '180144.982000', '180144.985000', '180144.987000', '180144.990000', '180144.993000', '180144.995000', '180204.882000', '180204.884000', '180204.887000', '180204.890000', '180204.892000', '180204.895000', '180204.897000', '180204.900000', '180204.903000', '180204.905000', '180204.908000', '180204.911000', '180204.913000', '180204.916000', '180204.918000', '180204.921000', '180204.923000', '180204.926000', '180204.929000', '180204.931000', '180204.934000', '180204.936000', '180204.939000', '180204.942000', '180204.944000', '180204.947000', '180204.949000', '180204.952000', '180204.955000', '180204.957000', '180204.960000', '180204.962000', '180204.965000', '180204.968000', '180204.970000', '180204.973000', '180204.975000', '180204.978000', '180204.981000', '180204.983000', '180204.986000', '180204.988000', '180204.991000', '180224.882000', '180224.885000', '180224.887000', '180224.890000', '180224.893000', '180224.895000', '180224.898000', '180224.900000', '180224.903000', '180224.906000', '180224.908000', '180224.911000', '180224.914000', '180224.916000', '180224.919000', '180224.921000', '180224.924000', '180224.927000', '180224.929000', '180224.932000', '180224.934000', '180224.937000', '180224.940000', '180224.942000', '180224.945000', '180224.948000', '180224.950000', '180224.953000', '180224.955000', '180224.958000', '180224.961000', '180224.963000', '180224.966000', '180224.968000', '180224.971000', '180224.974000', '180224.976000', '180224.979000', '180224.981000', '180224.984000', '180224.987000', '180224.991000', '180224.994000', '180224.997000', '180244.882000', '180244.885000', '180244.887000', '180244.890000', '180244.892000', '180244.895000', '180244.898000', '180244.900000', '180244.903000', '180244.905000', '180244.908000', '180244.910000', '180244.913000', '180244.916000', '180244.918000', '180244.921000', '180244.923000', '180244.926000', '180244.929000', '180244.931000', '180244.934000', '180244.936000', '180244.939000', '180244.942000', '180244.944000', '180244.947000', '180244.949000', '180244.952000', '180244.954000', '180244.957000', '180244.960000', '180244.962000', '180244.965000', '180244.967000', '180244.970000', '180244.973000', '180244.975000', '180244.978000', '180244.980000', '180244.983000', '180244.985000', '180244.988000', '180244.991000', '180304.882000', '180304.884000', '180304.887000', '180304.890000', '180304.892000', '180304.895000', '180304.898000', '180304.900000', '180304.903000', '180304.906000', '180304.908000', '180304.911000', '180304.913000', '180304.916000', '180304.919000', '180304.921000', '180304.924000', '180304.926000', '180304.929000', '180304.932000', '180304.934000', '180304.937000', '180304.940000', '180304.942000', '180304.945000', '180304.947000', '180304.950000', '180304.953000', '180304.955000', '180304.958000', '180304.961000', '180304.963000', '180304.966000', '180304.969000', '180304.971000', '180304.974000', '180304.976000', '180304.979000', '180304.982000', '180304.984000', '180304.987000', '180304.990000', '180304.992000', '180304.995000', '180324.880000', '180324.883000', '180324.886000', '180324.888000', '180324.891000', '180324.894000', '180324.896000', '180324.899000', '180324.901000', '180324.904000', '180324.907000', '180324.909000', '180324.912000', '180324.914000', '180324.917000', '180324.920000', '180324.922000', '180324.925000', '180324.927000', '180324.930000', '180324.933000', '180324.935000', '180324.938000', '180324.941000', '180324.943000', '180324.946000', '180324.948000', '180324.951000', '180324.953000', '180324.956000', '180324.959000', '180324.961000', '180324.964000', '180324.968000', '180324.970000', '180324.973000', '180324.975000', '180324.978000', '180324.981000', '180324.983000', '180324.986000', '180324.989000', '180324.991000', '180344.881000', '180344.884000', '180344.887000', '180344.890000', '180344.892000', '180344.895000', '180344.898000', '180344.900000', '180344.903000', '180344.905000', '180344.908000', '180344.911000', '180344.913000', '180344.916000', '180344.919000', '180344.921000', '180344.924000', '180344.926000', '180344.942000', '180344.945000', '180344.947000', '180344.950000', '180344.952000', '180344.955000', '180344.958000', '180344.960000', '180344.970000', '180344.973000', '180344.976000', '180344.978000', '180344.981000', '180344.983000', '180344.986000', '180344.989000', '180344.991000', '180344.994000', '180344.997000', '180345.000000', '180345.003000', '180345.005000', '180345.008000', '180345.011000', '180345.013000', '180345.016000', '180404.882000', '180404.884000', '180404.887000', '180404.890000', '180404.892000', '180404.895000', '180404.898000', '180404.900000', '180404.903000', '180404.905000', '180404.908000', '180404.911000', '180404.913000', '180404.917000', '180404.920000', '180404.923000', '180404.925000', '180404.928000', '180404.931000', '180404.933000', '180404.936000', '180404.939000', '180404.941000', '180404.944000', '180404.947000', '180404.949000', '180404.952000', '180404.955000', '180404.957000', '180404.960000', '180404.962000', '180404.965000', '180404.968000', '180404.970000', '180404.973000', '180404.976000', '180404.978000', '180404.981000', '180404.983000', '180404.986000', '180404.989000', '180404.991000', '180404.994000', '180424.882000', '180424.884000', '180424.887000', '180424.890000', '180424.892000', '180424.895000', '180424.897000', '180424.900000', '180424.903000', '180424.905000', '180424.908000', '180424.910000', '180424.913000', '180424.916000', '180424.918000', '180424.921000', '180424.923000', '180424.926000', '180424.929000', '180424.931000', '180424.934000', '180424.936000', '180424.939000', '180424.942000', '180424.944000', '180424.947000', '180424.949000', '180424.952000', '180424.955000', '180424.957000', '180424.960000', '180424.963000', '180424.965000', '180424.968000', '180424.970000', '180424.973000', '180424.975000', '180424.978000', '180424.981000', '180424.983000', '180424.986000', '180424.989000', '180424.991000', '180424.994000', '180444.882000', '180444.885000', '180444.887000', '180444.890000', '180444.893000', '180444.895000', '180444.898000', '180444.901000', '180444.903000', '180444.906000', '180444.908000', '180444.911000', '180444.914000', '180444.916000', '180444.919000', '180444.921000', '180444.924000', '180444.927000', '180444.929000', '180444.932000', '180444.934000', '180444.937000', '180444.940000', '180444.942000', '180444.945000', '180444.947000', '180444.950000', '180444.952000', '180444.955000', '180444.958000', '180444.960000', '180444.963000', '180444.966000', '180444.968000', '180444.971000', '180444.973000', '180444.976000', '180444.979000', '180444.981000', '180444.984000', '180444.986000', '180444.989000', '180444.991000', '180501.161000', '180501.164000', '180501.167000', '180501.170000', '180501.173000', '180501.176000', '180501.179000', '180501.181000', '180501.184000', '180501.186000', '180501.189000', '180501.248000', '180501.250000', '180501.253000', '180501.255000', '180501.258000', '180501.261000', '180501.263000', '180501.266000', '180501.269000', '180501.271000', '180501.274000', '180501.276000', '180501.279000', '180501.282000', '180501.284000', '180501.287000', '180501.289000', '180501.292000', '180501.303000', '180501.305000', '180501.308000', '180501.311000', '180501.313000', '180501.316000', '180501.319000'], 'InstanceCreationTime': ['175844.924000', '175844.930000', '175844.933000', '175844.936000', '175844.938000', '175844.941000', '175844.945000', '175844.947000', '175844.950000', '175844.952000', '175844.955000', '175844.958000', '175844.960000', '175844.963000', '175844.965000', '175844.968000', '175844.971000', '175844.973000', '175844.976000', '175844.978000', '175844.981000', '175844.983000', '175844.986000', '175844.989000', '175844.991000', '175844.994000', '175844.997000', '175845.000000', '175845.007000', '175845.010000', '175845.012000', '175845.015000', '175845.017000', '175845.020000', '175845.022000', '175845.025000', '175845.028000', '175845.030000', '175845.033000', '175845.035000', '175845.038000', '175845.041000', '175845.043000', '175845.046000', '175845.049000', '175845.051000', '175845.054000', '175845.056000', '175845.059000', '175845.062000', '175845.064000', '175845.067000', '175845.069000', '175904.882000', '175904.884000', '175904.887000', '175904.890000', '175904.892000', '175904.895000', '175904.897000', '175904.900000', '175904.903000', '175904.905000', '175904.908000', '175904.910000', '175904.920000', '175904.923000', '175904.925000', '175904.928000', '175904.950000', '175904.953000', '175904.955000', '175904.958000', '175904.961000', '175904.963000', '175904.966000', '175904.968000', '175904.971000', '175904.974000', '175904.976000', '175904.979000', '175904.981000', '175904.984000', '175904.987000', '175904.989000', '175904.992000', '175904.994000', '175904.997000', '175905.001000', '175905.003000', '175905.006000', '175905.009000', '175905.011000', '175905.014000', '175905.016000', '175905.019000', '175905.021000', '175924.882000', '175924.884000', '175924.887000', '175924.890000', '175924.892000', '175924.895000', '175924.899000', '175924.902000', '175924.904000', '175924.907000', '175924.909000', '175924.912000', '175924.915000', '175924.917000', '175924.920000', '175924.922000', '175924.925000', '175924.928000', '175924.930000', '175924.933000', '175924.935000', '175924.938000', '175924.940000', '175924.950000', '175924.952000', '175924.955000', '175924.957000', '175924.960000', '175924.963000', '175924.965000', '175924.968000', '175924.971000', '175924.973000', '175924.976000', '175924.978000', '175924.981000', '175924.984000', '175924.986000', '175924.989000', '175924.991000', '175924.994000', '175924.997000', '175925.000000', '175944.882000', '175944.885000', '175944.887000', '175944.890000', '175944.892000', '175944.895000', '175944.898000', '175944.900000', '175944.903000', '175944.905000', '175944.908000', '175944.910000', '175944.913000', '175944.916000', '175944.918000', '175944.921000', '175944.924000', '175944.926000', '175944.929000', '175944.931000', '175944.934000', '175944.936000', '175944.939000', '175944.942000', '175944.944000', '175944.947000', '175944.949000', '175944.952000', '175944.955000', '175944.957000', '175944.960000', '175944.962000', '175944.965000', '175944.968000', '175944.970000', '175944.973000', '175944.975000', '175944.978000', '175944.981000', '175944.983000', '175944.986000', '175944.988000', '175944.991000', '175944.994000', '180004.882000', '180004.885000', '180004.887000', '180004.890000', '180004.892000', '180004.895000', '180004.898000', '180004.900000', '180004.903000', '180004.905000', '180004.908000', '180004.911000', '180004.913000', '180004.916000', '180004.918000', '180004.921000', '180004.924000', '180004.926000', '180004.929000', '180004.931000', '180004.934000', '180004.943000', '180004.946000', '180004.948000', '180004.951000', '180004.954000', '180004.957000', '180004.960000', '180004.962000', '180004.965000', '180004.967000', '180004.970000', '180004.973000', '180004.975000', '180004.978000', '180004.980000', '180004.984000', '180004.987000', '180004.990000', '180004.993000', '180004.995000', '180004.998000', '180005.002000', '180024.881000', '180024.884000', '180024.887000', '180024.889000', '180024.892000', '180024.895000', '180024.897000', '180024.900000', '180024.902000', '180024.905000', '180024.908000', '180024.910000', '180024.913000', '180024.915000', '180024.918000', '180024.921000', '180024.923000', '180024.926000', '180024.928000', '180024.931000', '180024.934000', '180024.936000', '180024.939000', '180024.941000', '180024.944000', '180024.946000', '180024.949000', '180024.952000', '180024.954000', '180024.957000', '180024.960000', '180024.962000', '180024.965000', '180024.967000', '180024.970000', '180024.973000', '180024.975000', '180024.978000', '180024.980000', '180024.983000', '180024.991000', '180024.994000', '180024.996000', '180024.999000', '180044.881000', '180044.884000', '180044.887000', '180044.890000', '180044.892000', '180044.895000', '180044.897000', '180044.900000', '180044.903000', '180044.905000', '180044.908000', '180044.920000', '180044.922000', '180044.925000', '180044.928000', '180044.930000', '180044.933000', '180044.936000', '180044.938000', '180044.941000', '180044.944000', '180044.946000', '180044.949000', '180044.951000', '180044.954000', '180044.957000', '180044.960000', '180044.962000', '180044.965000', '180044.967000', '180044.970000', '180044.973000', '180044.975000', '180044.978000', '180044.980000', '180044.983000', '180044.986000', '180044.988000', '180044.991000', '180044.993000', '180044.996000', '180045.000000', '180045.002000', '180104.880000', '180104.883000', '180104.886000', '180104.889000', '180104.891000', '180104.894000', '180104.896000', '180104.899000', '180104.902000', '180104.904000', '180104.907000', '180104.909000', '180104.912000', '180104.915000', '180104.917000', '180104.920000', '180104.922000', '180104.952000', '180104.954000', '180104.957000', '180104.959000', '180104.962000', '180104.965000', '180104.967000', '180104.970000', '180104.973000', '180104.975000', '180104.978000', '180104.980000', '180104.983000', '180104.986000', '180104.988000', '180104.991000', '180104.993000', '180104.996000', '180104.998000', '180105.002000', '180105.005000', '180105.007000', '180105.010000', '180105.013000', '180105.015000', '180105.018000', '180105.020000', '180124.881000', '180124.884000', '180124.887000', '180124.890000', '180124.892000', '180124.895000', '180124.897000', '180124.900000', '180124.903000', '180124.905000', '180124.908000', '180124.911000', '180124.913000', '180124.916000', '180124.918000', '180124.921000', '180124.924000', '180124.926000', '180124.929000', '180124.931000', '180124.934000', '180124.937000', '180124.939000', '180124.942000', '180124.945000', '180124.947000', '180124.951000', '180124.953000', '180124.956000', '180124.959000', '180124.961000', '180124.964000', '180124.966000', '180124.969000', '180124.972000', '180124.974000', '180124.977000', '180124.979000', '180124.982000', '180124.985000', '180124.987000', '180124.990000', '180124.992000', '180144.881000', '180144.885000', '180144.887000', '180144.890000', '180144.892000', '180144.895000', '180144.898000', '180144.900000', '180144.903000', '180144.905000', '180144.908000', '180144.911000', '180144.913000', '180144.916000', '180144.919000', '180144.921000', '180144.924000', '180144.927000', '180144.930000', '180144.932000', '180144.935000', '180144.938000', '180144.940000', '180144.943000', '180144.946000', '180144.948000', '180144.951000', '180144.954000', '180144.956000', '180144.959000', '180144.961000', '180144.964000', '180144.966000', '180144.969000', '180144.972000', '180144.974000', '180144.977000', '180144.979000', '180144.982000', '180144.985000', '180144.987000', '180144.990000', '180144.993000', '180144.995000', '180204.882000', '180204.884000', '180204.887000', '180204.890000', '180204.892000', '180204.895000', '180204.897000', '180204.900000', '180204.903000', '180204.905000', '180204.908000', '180204.911000', '180204.913000', '180204.916000', '180204.918000', '180204.921000', '180204.923000', '180204.926000', '180204.929000', '180204.931000', '180204.934000', '180204.936000', '180204.939000', '180204.942000', '180204.944000', '180204.947000', '180204.949000', '180204.952000', '180204.955000', '180204.957000', '180204.960000', '180204.962000', '180204.965000', '180204.968000', '180204.970000', '180204.973000', '180204.975000', '180204.978000', '180204.981000', '180204.983000', '180204.986000', '180204.988000', '180204.991000', '180224.882000', '180224.885000', '180224.887000', '180224.890000', '180224.893000', '180224.895000', '180224.898000', '180224.900000', '180224.903000', '180224.906000', '180224.908000', '180224.911000', '180224.914000', '180224.916000', '180224.919000', '180224.921000', '180224.924000', '180224.927000', '180224.929000', '180224.932000', '180224.934000', '180224.937000', '180224.940000', '180224.942000', '180224.945000', '180224.948000', '180224.950000', '180224.953000', '180224.955000', '180224.958000', '180224.961000', '180224.963000', '180224.966000', '180224.968000', '180224.971000', '180224.974000', '180224.976000', '180224.979000', '180224.981000', '180224.984000', '180224.987000', '180224.991000', '180224.994000', '180224.997000', '180244.882000', '180244.885000', '180244.887000', '180244.890000', '180244.892000', '180244.895000', '180244.898000', '180244.900000', '180244.903000', '180244.905000', '180244.908000', '180244.910000', '180244.913000', '180244.916000', '180244.918000', '180244.921000', '180244.923000', '180244.926000', '180244.929000', '180244.931000', '180244.934000', '180244.936000', '180244.939000', '180244.942000', '180244.944000', '180244.947000', '180244.949000', '180244.952000', '180244.954000', '180244.957000', '180244.960000', '180244.962000', '180244.965000', '180244.967000', '180244.970000', '180244.973000', '180244.975000', '180244.978000', '180244.980000', '180244.983000', '180244.985000', '180244.988000', '180244.991000', '180304.882000', '180304.884000', '180304.887000', '180304.890000', '180304.892000', '180304.895000', '180304.898000', '180304.900000', '180304.903000', '180304.906000', '180304.908000', '180304.911000', '180304.913000', '180304.916000', '180304.919000', '180304.921000', '180304.924000', '180304.926000', '180304.929000', '180304.932000', '180304.934000', '180304.937000', '180304.940000', '180304.942000', '180304.945000', '180304.947000', '180304.950000', '180304.953000', '180304.955000', '180304.958000', '180304.961000', '180304.963000', '180304.966000', '180304.969000', '180304.971000', '180304.974000', '180304.976000', '180304.979000', '180304.982000', '180304.984000', '180304.987000', '180304.990000', '180304.992000', '180304.995000', '180324.880000', '180324.883000', '180324.886000', '180324.888000', '180324.891000', '180324.894000', '180324.896000', '180324.899000', '180324.901000', '180324.904000', '180324.907000', '180324.909000', '180324.912000', '180324.914000', '180324.917000', '180324.920000', '180324.922000', '180324.925000', '180324.927000', '180324.930000', '180324.933000', '180324.935000', '180324.938000', '180324.941000', '180324.943000', '180324.946000', '180324.948000', '180324.951000', '180324.953000', '180324.956000', '180324.959000', '180324.961000', '180324.964000', '180324.968000', '180324.970000', '180324.973000', '180324.975000', '180324.978000', '180324.981000', '180324.983000', '180324.986000', '180324.989000', '180324.991000', '180344.881000', '180344.884000', '180344.887000', '180344.890000', '180344.892000', '180344.895000', '180344.898000', '180344.900000', '180344.903000', '180344.905000', '180344.908000', '180344.911000', '180344.913000', '180344.916000', '180344.919000', '180344.921000', '180344.924000', '180344.926000', '180344.942000', '180344.945000', '180344.947000', '180344.950000', '180344.952000', '180344.955000', '180344.958000', '180344.960000', '180344.970000', '180344.973000', '180344.976000', '180344.978000', '180344.981000', '180344.983000', '180344.986000', '180344.989000', '180344.991000', '180344.994000', '180344.997000', '180345.000000', '180345.003000', '180345.005000', '180345.008000', '180345.011000', '180345.013000', '180345.016000', '180404.882000', '180404.884000', '180404.887000', '180404.890000', '180404.892000', '180404.895000', '180404.898000', '180404.900000', '180404.903000', '180404.905000', '180404.908000', '180404.911000', '180404.913000', '180404.917000', '180404.920000', '180404.923000', '180404.925000', '180404.928000', '180404.931000', '180404.933000', '180404.936000', '180404.939000', '180404.941000', '180404.944000', '180404.947000', '180404.949000', '180404.952000', '180404.955000', '180404.957000', '180404.960000', '180404.962000', '180404.965000', '180404.968000', '180404.970000', '180404.973000', '180404.976000', '180404.978000', '180404.981000', '180404.983000', '180404.986000', '180404.989000', '180404.991000', '180404.994000', '180424.882000', '180424.884000', '180424.887000', '180424.890000', '180424.892000', '180424.895000', '180424.897000', '180424.900000', '180424.903000', '180424.905000', '180424.908000', '180424.910000', '180424.913000', '180424.916000', '180424.918000', '180424.921000', '180424.923000', '180424.926000', '180424.929000', '180424.931000', '180424.934000', '180424.936000', '180424.939000', '180424.942000', '180424.944000', '180424.947000', '180424.949000', '180424.952000', '180424.955000', '180424.957000', '180424.960000', '180424.963000', '180424.965000', '180424.968000', '180424.970000', '180424.973000', '180424.975000', '180424.978000', '180424.981000', '180424.983000', '180424.986000', '180424.989000', '180424.991000', '180424.994000', '180444.882000', '180444.885000', '180444.887000', '180444.890000', '180444.893000', '180444.895000', '180444.898000', '180444.901000', '180444.903000', '180444.906000', '180444.908000', '180444.911000', '180444.914000', '180444.916000', '180444.919000', '180444.921000', '180444.924000', '180444.927000', '180444.929000', '180444.932000', '180444.934000', '180444.937000', '180444.940000', '180444.942000', '180444.945000', '180444.947000', '180444.950000', '180444.952000', '180444.955000', '180444.958000', '180444.960000', '180444.963000', '180444.966000', '180444.968000', '180444.971000', '180444.973000', '180444.976000', '180444.979000', '180444.981000', '180444.984000', '180444.986000', '180444.989000', '180444.991000', '180501.161000', '180501.164000', '180501.167000', '180501.170000', '180501.173000', '180501.176000', '180501.179000', '180501.181000', '180501.184000', '180501.186000', '180501.189000', '180501.248000', '180501.250000', '180501.253000', '180501.255000', '180501.258000', '180501.261000', '180501.263000', '180501.266000', '180501.269000', '180501.271000', '180501.274000', '180501.276000', '180501.279000', '180501.282000', '180501.284000', '180501.287000', '180501.289000', '180501.292000', '180501.303000', '180501.305000', '180501.308000', '180501.311000', '180501.313000', '180501.316000', '180501.319000'], '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': [9273, 12024, 9699, 11256, 9547, 11172, 9392, 10556, 8167, 10033, 8243, 9598, 8313, 10047, 8301, 9301, 7893, 9306, 7665, 9638, 8297, 9555, 8131, 9308, 12445, 9682, 11503, 9540, 11121, 9145, 10762, 8410, 10488, 8403, 9587, 8933, 9613, 10682, 9518, 12350, 9203, 11419, 9231, 11656, 9173, 7774, 8636, 7924, 9721, 11840, 9495, 9813, 10692, 9556, 9849, 8484, 11528, 9652, 8161, 8841, 7992, 8168, 9308, 9253, 10772, 9813, 10442, 9082, 11377, 8912, 9047, 10947, 8698, 12089, 9881, 11807, 9615, 12648, 9544, 11865, 9537, 11950, 9947, 9143, 9630, 8756, 9993, 8920, 10705, 8548, 11178, 9154, 9037, 8721, 8910, 9615, 8865, 10606, 8797, 8477, 8839, 8450, 9237, 8568, 9312, 9029, 9809, 9286, 8583, 8891, 8975, 10730, 10223, 8154, 9541, 8960, 9298, 9361, 8654, 9953, 11098, 10691, 8221, 8647, 7984, 8417, 12254, 9992, 10740, 8584, 11682, 9876, 9341, 10496, 9951, 9055, 11899, 9745, 10852, 9910, 9265, 11767, 9573, 11534, 9833, 8982, 9576, 8972, 10600, 8931, 9517, 9094, 8802, 10250, 8532, 8264, 9061, 8399, 10587, 8699, 8481, 9608, 8232, 10158, 8350, 11391, 8233, 11750, 8598, 11877, 8623, 7622, 8893, 7512, 9990, 8452, 7885, 8644, 8787, 9416, 7902, 10264, 9003, 11207, 8530, 9119, 8488, 8114, 9501, 8651, 9670, 8377, 10964, 8078, 7678, 9157, 8650, 8834, 9609, 7911, 7568, 9064, 8683, 7763, 10188, 8122, 7597, 11373, 9076, 8075, 11425, 10239, 9606, 12722, 9436, 8381, 10242, 9183, 10711, 9031, 11897, 9101, 11393, 8120, 8523, 9011, 7641, 9504, 8134, 7360, 8459, 8020, 9071, 8159, 10224, 8084, 7769, 8262, 7935, 8895, 8024, 8982, 7730, 9338, 8402, 9660, 7862, 10297, 8043, 8691, 8525, 8704, 9062, 8087, 9805, 7611, 9909, 8064, 11004, 8250, 10120, 8386, 8059, 9337, 7778, 10568, 8166, 8829, 9003, 7892, 11219, 9461, 9835, 12335, 7601, 7555, 7576, 8852, 8055, 9290, 11045, 9171, 9412, 9264, 11371, 10852, 9534, 8477, 13027, 9179, 11701, 10752, 8717, 11438, 9126, 12414, 9258, 11280, 8594, 7626, 9634, 7728, 9988, 7608, 10112, 8226, 10449, 8657, 10881, 8248, 8460, 8064, 7400, 8521, 7917, 8750, 7696, 8767, 7835, 8959, 7700, 9348, 7569, 9332, 7647, 9604, 7749, 9645, 7826, 9841, 8309, 9930, 7800, 9828, 7835, 9830, 7780, 9730, 7935, 9628, 7836, 9731, 8467, 9996, 8844, 7725, 10134, 8662, 7738, 8820, 8068, 7820, 8471, 10962, 9400, 8281, 9906, 10711, 9147, 8026, 11873, 9456, 11864, 9479, 10336, 9885, 9262, 10584, 8376, 10485, 9038, 10863, 9094, 13008, 9957, 8137, 10268, 8970, 8891, 9280, 7806, 11367, 8590, 10072, 8770, 7850, 9657, 7986, 10509, 7962, 10604, 8416, 12314, 8417, 12478, 8467, 13278, 8587, 12944, 8793, 10039, 8194, 8965, 9512, 7687, 9995, 8245, 7714, 8597, 8879, 7753, 7660, 9248, 8823, 8356, 9782, 10864, 9851, 8590, 12094, 10784, 9253, 11845, 10909, 9229, 12633, 9070, 12147, 8672, 10845, 8864, 10252, 8980, 11135, 9089, 11784, 9100, 11483, 9124, 10377, 8930, 9685, 8334, 7635, 7573, 7428, 8215, 7455, 8672, 7507, 8948, 7662, 10525, 8087, 8236, 7946, 8766, 8709, 7628, 9387, 7516, 9721, 8004, 11259, 8715, 8293, 8580, 8316, 8921, 7564, 9679, 8073, 9752, 8078, 9867, 8291, 10722, 7903, 7814, 8489, 9205, 9318, 8439, 11800, 7955, 7591, 8792, 8472, 9146, 12124, 8255, 7378, 7766, 8990, 8004, 8831, 10525, 9266, 9402, 11679, 11694, 8665, 11440, 9551, 10087, 11986, 9338, 12100, 9419, 12324, 9198, 10246, 8840, 8205, 8660, 8371, 9379, 7704, 10091, 7763, 7448, 8660, 7769, 9401, 7838, 9551, 8206, 9182, 8065, 8557, 8705, 9245, 9978, 8320, 9579, 7949, 10037, 7813, 10135, 8549, 8762, 9866, 9344, 8418, 9056, 8217, 7833, 8228, 9153, 7913, 7541, 9396, 9585, 8279, 9728, 9924, 7976, 8957, 10516, 9244, 12625, 9312, 12959, 9071, 13834, 9322, 13519, 9345, 12924, 8851, 11312, 8682, 9132, 9089, 8310, 9659, 8991, 10635, 8029, 7365, 8800, 7650, 9907, 8531, 8083, 8210, 7766, 8889, 8761, 8746, 8333, 8738, 8386, 8940, 8605, 8974, 7580, 9406, 7627, 9613, 7755, 11709, 8110, 11734, 8300, 8722, 9186, 7813, 9521, 7660, 9399, 8351, 9529, 8596, 11878, 8849, 7542, 8459, 7754, 7708, 9878, 7985, 7414, 7675, 9982, 10108, 9927, 11102, 11055, 9653, 8709, 9161, 12381, 10579, 9693, 12506, 11788, 9803, 12208, 9407, 10691, 11637, 9313, 12208, 9677, 11972, 10680, 8961, 10189, 8232, 7741, 9159, 8970, 11220, 8155, 7697, 8860, 7725, 9604, 7983, 11352, 8701, 8826, 8137, 7963, 9230, 8079, 9477, 7526, 10574, 7665, 8348, 7965, 8041, 8301, 8669, 8945, 8758, 9038, 9624, 8720, 9087, 9106, 9133, 9232, 9195, 9871, 8748, 9480, 7682, 9439, 7355, 10390, 7866, 10327, 7778, 11189, 7688, 11742, 7853, 11297, 7887, 11851, 7898, 9919, 8048, 9987, 8911, 10346, 8401, 7980, 9724, 8465, 8265, 8293, 7881, 7485, 7740, 10403, 8848, 7849, 7699, 9945, 9133, 9895, 10433, 8945, 13232, 9570, 13407, 10095, 11358, 11782, 9380, 11824, 9789, 12680, 9358, 8574, 12549, 9365, 8044, 11420, 9148, 8092, 8746, 7928, 9663, 7696, 9964, 7806, 10578, 8117, 10210, 7987, 11736, 8345, 12366, 8625, 10786, 8964, 7514, 10446, 7582, 8014, 7714, 7830, 7751, 7508, 8113, 8815, 7901, 7818, 10069, 9467, 11197, 9577, 9517, 11631, 9800, 12644, 9612, 13499, 9562, 13238, 9335, 9723, 9348, 9050, 11126, 9686, 11156, 9343, 7595, 8479, 8119, 10408, 8134, 9709, 8663, 10256, 8240, 9006, 8092, 9806, 8324, 8785, 7868, 8271, 8108, 8656, 9358, 8314, 9103, 7628, 9089, 7690, 9708, 8026, 11767, 8099, 10206, 8520, 9133, 9174, 7690, 10054, 7866, 11975, 8242, 9857, 8565, 9171, 10262, 7617, 10032, 8033, 11834, 8377, 9671, 10121, 9342, 9136, 9347, 7944, 7879, 9385, 8100, 7786, 7694, 9527, 8834, 8805, 8479, 11476, 10306, 9123, 11657, 11491, 9839, 12419, 12567, 9465, 12791, 9858, 12032, 9557, 14344, 9624, 11203, 9296, 8759], 'WindowCenter': [4730.0, 4734.0, 4714.0, 4711.0, 4690.0, 4696.0, 4687.0, 4696.0, 4676.0, 4686.0, 4677.0, 4685.0, 4665.0, 4684.0, 4676.0, 4688.0, 4679.0, 4690.0, 4667.0, 4686.0, 4677.0, 4689.0, 4666.0, 4689.0, 4707.0, 4688.0, 4705.0, 4686.0, 4696.0, 4677.0, 4695.0, 4666.0, 4697.0, 4676.0, 4689.0, 4676.0, 4685.0, 4695.0, 4686.0, 4705.0, 4688.0, 4705.0, 4701.0, 4706.0, 4688.0, 4669.0, 4692.0, 4690.0, 4714.0, 4746.0, 4714.0, 4712.0, 4712.0, 4705.0, 4705.0, 4694.0, 4716.0, 4692.0, 4683.0, 4679.0, 4671.0, 4695.0, 4702.0, 4703.0, 4703.0, 4702.0, 4702.0, 4670.0, 4685.0, 4665.0, 4664.0, 4673.0, 4638.0, 4653.0, 4636.0, 4644.0, 4635.0, 4641.0, 4632.0, 4638.0, 4621.0, 4623.0, 4607.0, 4603.0, 4602.0, 4594.0, 4616.0, 4606.0, 4626.0, 4609.0, 4638.0, 4629.0, 4622.0, 4620.0, 4632.0, 4642.0, 4644.0, 4653.0, 4635.0, 4635.0, 4648.0, 4637.0, 4660.0, 4649.0, 4660.0, 4650.0, 4661.0, 4661.0, 4651.0, 4664.0, 4665.0, 4688.0, 4673.0, 4669.0, 4674.0, 4679.0, 4679.0, 4680.0, 4668.0, 4665.0, 4703.0, 4675.0, 4671.0, 4681.0, 4672.0, 4695.0, 4722.0, 4700.0, 4699.0, 4667.0, 4683.0, 4662.0, 4651.0, 4659.0, 4650.0, 4628.0, 4655.0, 4637.0, 4632.0, 4620.0, 4619.0, 4627.0, 4605.0, 4626.0, 4616.0, 4595.0, 4603.0, 4595.0, 4613.0, 4606.0, 4617.0, 4609.0, 4619.0, 4629.0, 4621.0, 4625.0, 4634.0, 4624.0, 4643.0, 4625.0, 4638.0, 4658.0, 4641.0, 4658.0, 4641.0, 4668.0, 4639.0, 4668.0, 4652.0, 4671.0, 4652.0, 4641.0, 4662.0, 4644.0, 4672.0, 4655.0, 4654.0, 4665.0, 4665.0, 4674.0, 4657.0, 4677.0, 4666.0, 4684.0, 4655.0, 4664.0, 4652.0, 4643.0, 4661.0, 4667.0, 4679.0, 4654.0, 4674.0, 4658.0, 4658.0, 4679.0, 4671.0, 4680.0, 4680.0, 4671.0, 4659.0, 4682.0, 4672.0, 4675.0, 4707.0, 4675.0, 4663.0, 4690.0, 4667.0, 4647.0, 4672.0, 4663.0, 4652.0, 4669.0, 4641.0, 4627.0, 4647.0, 4625.0, 4635.0, 4624.0, 4641.0, 4613.0, 4631.0, 4602.0, 4612.0, 4623.0, 4615.0, 4634.0, 4626.0, 4627.0, 4636.0, 4628.0, 4650.0, 4640.0, 4672.0, 4653.0, 4641.0, 4651.0, 4654.0, 4662.0, 4655.0, 4655.0, 4643.0, 4665.0, 4655.0, 4663.0, 4656.0, 4677.0, 4656.0, 4666.0, 4666.0, 4666.0, 4666.0, 4658.0, 4676.0, 4657.0, 4675.0, 4656.0, 4684.0, 4656.0, 4674.0, 4658.0, 4654.0, 4666.0, 4659.0, 4690.0, 4658.0, 4664.0, 4667.0, 4660.0, 4705.0, 4671.0, 4668.0, 4687.0, 4637.0, 4648.0, 4646.0, 4669.0, 4658.0, 4682.0, 4698.0, 4680.0, 4679.0, 4679.0, 4697.0, 4685.0, 4677.0, 4668.0, 4684.0, 4654.0, 4671.0, 4649.0, 4628.0, 4646.0, 4623.0, 4652.0, 4621.0, 4641.0, 4622.0, 4600.0, 4621.0, 4603.0, 4634.0, 4602.0, 4631.0, 4612.0, 4634.0, 4623.0, 4644.0, 4626.0, 4626.0, 4627.0, 4619.0, 4640.0, 4631.0, 4640.0, 4630.0, 4652.0, 4641.0, 4652.0, 4630.0, 4651.0, 4645.0, 4661.0, 4644.0, 4675.0, 4645.0, 4662.0, 4645.0, 4665.0, 4655.0, 4665.0, 4643.0, 4664.0, 4645.0, 4661.0, 4643.0, 4663.0, 4643.0, 4663.0, 4635.0, 4665.0, 4658.0, 4677.0, 4689.0, 4673.0, 4702.0, 4681.0, 4686.0, 4695.0, 4697.0, 4689.0, 4687.0, 4706.0, 4686.0, 4687.0, 4696.0, 4695.0, 4672.0, 4649.0, 4688.0, 4658.0, 4673.0, 4653.0, 4652.0, 4651.0, 4639.0, 4649.0, 4617.0, 4622.0, 4611.0, 4630.0, 4610.0, 4650.0, 4619.0, 4598.0, 4630.0, 4621.0, 4622.0, 4632.0, 4613.0, 4654.0, 4633.0, 4645.0, 4637.0, 4627.0, 4647.0, 4639.0, 4660.0, 4639.0, 4660.0, 4641.0, 4679.0, 4650.0, 4678.0, 4640.0, 4680.0, 4652.0, 4680.0, 4652.0, 4674.0, 4655.0, 4665.0, 4676.0, 4647.0, 4666.0, 4643.0, 4631.0, 4653.0, 4681.0, 4673.0, 4681.0, 4706.0, 4720.0, 4711.0, 4731.0, 4741.0, 4718.0, 4699.0, 4699.0, 4676.0, 4656.0, 4663.0, 4662.0, 4641.0, 4659.0, 4627.0, 4654.0, 4613.0, 4630.0, 4611.0, 4618.0, 4608.0, 4617.0, 4610.0, 4638.0, 4610.0, 4641.0, 4633.0, 4632.0, 4622.0, 4630.0, 4622.0, 4614.0, 4626.0, 4629.0, 4640.0, 4643.0, 4663.0, 4657.0, 4664.0, 4645.0, 4672.0, 4656.0, 4664.0, 4655.0, 4666.0, 4666.0, 4644.0, 4665.0, 4649.0, 4675.0, 4657.0, 4684.0, 4654.0, 4655.0, 4655.0, 4656.0, 4663.0, 4644.0, 4664.0, 4655.0, 4666.0, 4644.0, 4671.0, 4654.0, 4672.0, 4654.0, 4643.0, 4667.0, 4666.0, 4692.0, 4670.0, 4698.0, 4671.0, 4661.0, 4671.0, 4657.0, 4669.0, 4700.0, 4659.0, 4661.0, 4672.0, 4681.0, 4683.0, 4694.0, 4703.0, 4691.0, 4691.0, 4697.0, 4710.0, 4667.0, 4683.0, 4664.0, 4661.0, 4671.0, 4648.0, 4655.0, 4636.0, 4677.0, 4649.0, 4644.0, 4636.0, 4624.0, 4634.0, 4623.0, 4647.0, 4624.0, 4656.0, 4628.0, 4629.0, 4651.0, 4643.0, 4674.0, 4657.0, 4676.0, 4668.0, 4676.0, 4667.0, 4678.0, 4676.0, 4676.0, 4684.0, 4664.0, 4675.0, 4657.0, 4686.0, 4668.0, 4687.0, 4682.0, 4682.0, 4704.0, 4668.0, 4620.0, 4642.0, 4632.0, 4634.0, 4647.0, 4682.0, 4677.0, 4677.0, 4708.0, 4710.0, 4674.0, 4679.0, 4675.0, 4647.0, 4652.0, 4660.0, 4653.0, 4671.0, 4651.0, 4668.0, 4639.0, 4664.0, 4624.0, 4650.0, 4608.0, 4627.0, 4596.0, 4614.0, 4595.0, 4594.0, 4594.0, 4594.0, 4604.0, 4606.0, 4615.0, 4595.0, 4585.0, 4621.0, 4611.0, 4632.0, 4622.0, 4623.0, 4636.0, 4629.0, 4648.0, 4639.0, 4641.0, 4639.0, 4638.0, 4627.0, 4648.0, 4640.0, 4638.0, 4629.0, 4660.0, 4654.0, 4662.0, 4655.0, 4682.0, 4656.0, 4684.0, 4654.0, 4654.0, 4664.0, 4646.0, 4664.0, 4643.0, 4663.0, 4655.0, 4666.0, 4657.0, 4683.0, 4655.0, 4634.0, 4634.0, 4623.0, 4637.0, 4678.0, 4670.0, 4664.0, 4686.0, 4714.0, 4727.0, 4716.0, 4715.0, 4711.0, 4704.0, 4681.0, 4679.0, 4697.0, 4674.0, 4662.0, 4671.0, 4658.0, 4637.0, 4642.0, 4622.0, 4630.0, 4642.0, 4633.0, 4651.0, 4620.0, 4638.0, 4630.0, 4608.0, 4631.0, 4610.0, 4610.0, 4629.0, 4633.0, 4641.0, 4624.0, 4614.0, 4634.0, 4625.0, 4645.0, 4628.0, 4666.0, 4637.0, 4650.0, 4640.0, 4638.0, 4648.0, 4640.0, 4662.0, 4640.0, 4673.0, 4645.0, 4665.0, 4656.0, 4656.0, 4664.0, 4664.0, 4668.0, 4665.0, 4664.0, 4663.0, 4655.0, 4662.0, 4663.0, 4664.0, 4663.0, 4663.0, 4674.0, 4663.0, 4662.0, 4644.0, 4663.0, 4645.0, 4686.0, 4666.0, 4686.0, 4659.0, 4698.0, 4671.0, 4698.0, 4669.0, 4698.0, 4669.0, 4698.0, 4669.0, 4689.0, 4659.0, 4679.0, 4669.0, 4675.0, 4655.0, 4660.0, 4680.0, 4668.0, 4669.0, 4682.0, 4672.0, 4664.0, 4674.0, 4715.0, 4694.0, 4683.0, 4697.0, 4716.0, 4693.0, 4701.0, 4701.0, 4681.0, 4698.0, 4666.0, 4694.0, 4665.0, 4670.0, 4682.0, 4649.0, 4669.0, 4634.0, 4652.0, 4630.0, 4620.0, 4650.0, 4631.0, 4624.0, 4654.0, 4635.0, 4622.0, 4623.0, 4624.0, 4644.0, 4626.0, 4645.0, 4627.0, 4656.0, 4627.0, 4656.0, 4637.0, 4666.0, 4650.0, 4679.0, 4654.0, 4658.0, 4652.0, 4632.0, 4672.0, 4648.0, 4658.0, 4645.0, 4645.0, 4647.0, 4648.0, 4672.0, 4693.0, 4684.0, 4671.0, 4692.0, 4690.0, 4698.0, 4678.0, 4663.0, 4674.0, 4650.0, 4668.0, 4635.0, 4651.0, 4619.0, 4636.0, 4618.0, 4604.0, 4605.0, 4605.0, 4625.0, 4616.0, 4626.0, 4618.0, 4598.0, 4621.0, 4636.0, 4655.0, 4626.0, 4633.0, 4648.0, 4655.0, 4638.0, 4644.0, 4639.0, 4658.0, 4652.0, 4650.0, 4652.0, 4651.0, 4654.0, 4663.0, 4663.0, 4655.0, 4662.0, 4654.0, 4663.0, 4654.0, 4675.0, 4657.0, 4694.0, 4668.0, 4686.0, 4667.0, 4677.0, 4677.0, 4656.0, 4676.0, 4668.0, 4696.0, 4669.0, 4676.0, 4667.0, 4677.0, 4687.0, 4656.0, 4676.0, 4680.0, 4709.0, 4669.0, 4681.0, 4692.0, 4680.0, 4677.0, 4663.0, 4643.0, 4667.0, 4688.0, 4687.0, 4686.0, 4687.0, 4704.0, 4708.0, 4704.0, 4695.0, 4712.0, 4704.0, 4681.0, 4699.0, 4688.0, 4666.0, 4681.0, 4671.0, 4648.0, 4666.0, 4634.0, 4642.0, 4623.0, 4658.0, 4631.0, 4640.0, 4630.0, 4620.0], 'WindowWidth': [10353.0, 10347.0, 10316.0, 10304.0, 10272.0, 10277.0, 10264.0, 10274.0, 10249.0, 10262.0, 10252.0, 10262.0, 10232.0, 10259.0, 10250.0, 10268.0, 10255.0, 10274.0, 10238.0, 10266.0, 10250.0, 10269.0, 10235.0, 10269.0, 10292.0, 10269.0, 10288.0, 10263.0, 10274.0, 10249.0, 10272.0, 10234.0, 10276.0, 10249.0, 10271.0, 10248.0, 10259.0, 10271.0, 10260.0, 10287.0, 10266.0, 10289.0, 10289.0, 10291.0, 10269.0, 10244.0, 10279.0, 10275.0, 10314.0, 10361.0, 10316.0, 10308.0, 10305.0, 10296.0, 10296.0, 10278.0, 10310.0, 10270.0, 10262.0, 10249.0, 10243.0, 10284.0, 10289.0, 10294.0, 10288.0, 10289.0, 10286.0, 10234.0, 10251.0, 10223.0, 10218.0, 10230.0, 10174.0, 10186.0, 10164.0, 10172.0, 10160.0, 10162.0, 10155.0, 10158.0, 10136.0, 10130.0, 10108.0, 10100.0, 10100.0, 10090.0, 10122.0, 10110.0, 10139.0, 10120.0, 10157.0, 10148.0, 10143.0, 10140.0, 10160.0, 10173.0, 10180.0, 10189.0, 10169.0, 10167.0, 10190.0, 10172.0, 10209.0, 10195.0, 10210.0, 10196.0, 10210.0, 10211.0, 10197.0, 10220.0, 10222.0, 10256.0, 10229.0, 10235.0, 10234.0, 10249.0, 10246.0, 10251.0, 10229.0, 10217.0, 10282.0, 10230.0, 10237.0, 10255.0, 10245.0, 10281.0, 10315.0, 10282.0, 10278.0, 10229.0, 10241.0, 10211.0, 10193.0, 10200.0, 10192.0, 10153.0, 10188.0, 10164.0, 10153.0, 10133.0, 10131.0, 10138.0, 10104.0, 10136.0, 10120.0, 10088.0, 10098.0, 10091.0, 10114.0, 10108.0, 10124.0, 10118.0, 10133.0, 10148.0, 10138.0, 10150.0, 10162.0, 10149.0, 10172.0, 10152.0, 10175.0, 10204.0, 10183.0, 10203.0, 10184.0, 10216.0, 10179.0, 10215.0, 10199.0, 10222.0, 10198.0, 10185.0, 10214.0, 10193.0, 10228.0, 10210.0, 10207.0, 10224.0, 10225.0, 10235.0, 10214.0, 10241.0, 10225.0, 10245.0, 10208.0, 10219.0, 10201.0, 10188.0, 10212.0, 10226.0, 10246.0, 10202.0, 10231.0, 10217.0, 10214.0, 10245.0, 10236.0, 10250.0, 10245.0, 10241.0, 10221.0, 10254.0, 10242.0, 10248.0, 10296.0, 10248.0, 10229.0, 10257.0, 10223.0, 10195.0, 10219.0, 10209.0, 10191.0, 10212.0, 10173.0, 10153.0, 10179.0, 10144.0, 10157.0, 10141.0, 10160.0, 10124.0, 10146.0, 10110.0, 10121.0, 10142.0, 10138.0, 10160.0, 10156.0, 10158.0, 10172.0, 10159.0, 10192.0, 10181.0, 10229.0, 10203.0, 10183.0, 10198.0, 10205.0, 10216.0, 10209.0, 10206.0, 10189.0, 10224.0, 10210.0, 10217.0, 10215.0, 10241.0, 10211.0, 10222.0, 10224.0, 10224.0, 10226.0, 10217.0, 10238.0, 10212.0, 10235.0, 10211.0, 10246.0, 10210.0, 10231.0, 10214.0, 10205.0, 10225.0, 10220.0, 10262.0, 10216.0, 10219.0, 10228.0, 10222.0, 10288.0, 10233.0, 10223.0, 10243.0, 10177.0, 10196.0, 10194.0, 10229.0, 10214.0, 10256.0, 10273.0, 10251.0, 10245.0, 10243.0, 10266.0, 10249.0, 10241.0, 10229.0, 10242.0, 10199.0, 10218.0, 10184.0, 10152.0, 10176.0, 10141.0, 10179.0, 10137.0, 10164.0, 10140.0, 10108.0, 10137.0, 10115.0, 10157.0, 10114.0, 10151.0, 10127.0, 10158.0, 10143.0, 10173.0, 10152.0, 10151.0, 10157.0, 10147.0, 10177.0, 10165.0, 10179.0, 10165.0, 10198.0, 10183.0, 10199.0, 10165.0, 10195.0, 10193.0, 10211.0, 10194.0, 10236.0, 10196.0, 10214.0, 10194.0, 10218.0, 10206.0, 10218.0, 10190.0, 10217.0, 10194.0, 10211.0, 10189.0, 10213.0, 10188.0, 10212.0, 10177.0, 10221.0, 10217.0, 10238.0, 10266.0, 10250.0, 10284.0, 10254.0, 10272.0, 10282.0, 10288.0, 10278.0, 10268.0, 10293.0, 10261.0, 10264.0, 10276.0, 10271.0, 10234.0, 10199.0, 10251.0, 10209.0, 10221.0, 10195.0, 10191.0, 10190.0, 10169.0, 10183.0, 10135.0, 10134.0, 10117.0, 10142.0, 10118.0, 10176.0, 10132.0, 10102.0, 10147.0, 10139.0, 10142.0, 10157.0, 10133.0, 10188.0, 10162.0, 10180.0, 10172.0, 10159.0, 10185.0, 10176.0, 10205.0, 10179.0, 10206.0, 10183.0, 10232.0, 10196.0, 10230.0, 10182.0, 10234.0, 10199.0, 10233.0, 10197.0, 10232.0, 10210.0, 10225.0, 10241.0, 10197.0, 10221.0, 10184.0, 10168.0, 10203.0, 10251.0, 10250.0, 10261.0, 10302.0, 10328.0, 10314.0, 10341.0, 10356.0, 10319.0, 10290.0, 10273.0, 10236.0, 10205.0, 10208.0, 10207.0, 10173.0, 10198.0, 10152.0, 10186.0, 10127.0, 10146.0, 10120.0, 10127.0, 10111.0, 10121.0, 10116.0, 10152.0, 10118.0, 10163.0, 10157.0, 10154.0, 10141.0, 10149.0, 10142.0, 10134.0, 10153.0, 10161.0, 10181.0, 10190.0, 10218.0, 10216.0, 10220.0, 10194.0, 10226.0, 10208.0, 10219.0, 10207.0, 10222.0, 10222.0, 10193.0, 10221.0, 10205.0, 10237.0, 10214.0, 10245.0, 10205.0, 10207.0, 10208.0, 10210.0, 10218.0, 10193.0, 10219.0, 10208.0, 10222.0, 10191.0, 10226.0, 10208.0, 10227.0, 10205.0, 10192.0, 10230.0, 10224.0, 10270.0, 10237.0, 10271.0, 10239.0, 10220.0, 10236.0, 10209.0, 10226.0, 10270.0, 10216.0, 10225.0, 10243.0, 10256.0, 10267.0, 10280.0, 10290.0, 10272.0, 10269.0, 10272.0, 10293.0, 10230.0, 10246.0, 10218.0, 10209.0, 10222.0, 10185.0, 10193.0, 10168.0, 10226.0, 10192.0, 10176.0, 10166.0, 10150.0, 10165.0, 10150.0, 10187.0, 10154.0, 10198.0, 10164.0, 10167.0, 10201.0, 10193.0, 10239.0, 10218.0, 10243.0, 10234.0, 10246.0, 10232.0, 10248.0, 10244.0, 10240.0, 10252.0, 10225.0, 10240.0, 10216.0, 10257.0, 10234.0, 10257.0, 10259.0, 10255.0, 10289.0, 10224.0, 10139.0, 10176.0, 10164.0, 10170.0, 10192.0, 10254.0, 10253.0, 10252.0, 10300.0, 10304.0, 10245.0, 10243.0, 10233.0, 10194.0, 10197.0, 10208.0, 10199.0, 10220.0, 10193.0, 10211.0, 10171.0, 10198.0, 10144.0, 10172.0, 10112.0, 10133.0, 10090.0, 10110.0, 10088.0, 10084.0, 10087.0, 10087.0, 10102.0, 10108.0, 10120.0, 10095.0, 10081.0, 10139.0, 10125.0, 10155.0, 10142.0, 10146.0, 10169.0, 10162.0, 10189.0, 10177.0, 10181.0, 10175.0, 10175.0, 10156.0, 10187.0, 10177.0, 10174.0, 10164.0, 10208.0, 10207.0, 10215.0, 10209.0, 10239.0, 10209.0, 10245.0, 10206.0, 10204.0, 10218.0, 10197.0, 10218.0, 10188.0, 10215.0, 10206.0, 10221.0, 10207.0, 10242.0, 10205.0, 10172.0, 10167.0, 10150.0, 10177.0, 10240.0, 10235.0, 10234.0, 10270.0, 10309.0, 10335.0, 10316.0, 10310.0, 10300.0, 10294.0, 10256.0, 10251.0, 10269.0, 10232.0, 10212.0, 10221.0, 10198.0, 10167.0, 10169.0, 10141.0, 10148.0, 10166.0, 10157.0, 10178.0, 10135.0, 10156.0, 10149.0, 10115.0, 10154.0, 10123.0, 10125.0, 10148.0, 10159.0, 10168.0, 10149.0, 10135.0, 10163.0, 10154.0, 10182.0, 10162.0, 10212.0, 10175.0, 10197.0, 10182.0, 10176.0, 10192.0, 10182.0, 10213.0, 10182.0, 10232.0, 10196.0, 10224.0, 10215.0, 10212.0, 10223.0, 10221.0, 10230.0, 10221.0, 10222.0, 10216.0, 10208.0, 10215.0, 10217.0, 10219.0, 10216.0, 10216.0, 10232.0, 10219.0, 10217.0, 10192.0, 10219.0, 10200.0, 10256.0, 10230.0, 10256.0, 10223.0, 10273.0, 10243.0, 10275.0, 10235.0, 10274.0, 10236.0, 10273.0, 10235.0, 10263.0, 10220.0, 10248.0, 10234.0, 10234.0, 10207.0, 10218.0, 10244.0, 10230.0, 10233.0, 10259.0, 10243.0, 10233.0, 10249.0, 10308.0, 10278.0, 10264.0, 10290.0, 10315.0, 10278.0, 10285.0, 10284.0, 10254.0, 10268.0, 10224.0, 10258.0, 10221.0, 10218.0, 10241.0, 10194.0, 10219.0, 10163.0, 10179.0, 10153.0, 10138.0, 10178.0, 10157.0, 10148.0, 10192.0, 10166.0, 10147.0, 10147.0, 10149.0, 10178.0, 10155.0, 10180.0, 10159.0, 10196.0, 10159.0, 10196.0, 10172.0, 10210.0, 10196.0, 10234.0, 10206.0, 10202.0, 10197.0, 10169.0, 10224.0, 10203.0, 10214.0, 10191.0, 10189.0, 10198.0, 10203.0, 10241.0, 10277.0, 10264.0, 10243.0, 10270.0, 10266.0, 10272.0, 10245.0, 10214.0, 10232.0, 10191.0, 10213.0, 10161.0, 10177.0, 10131.0, 10150.0, 10130.0, 10105.0, 10106.0, 10105.0, 10133.0, 10124.0, 10138.0, 10130.0, 10104.0, 10141.0, 10171.0, 10197.0, 10155.0, 10160.0, 10193.0, 10197.0, 10177.0, 10182.0, 10181.0, 10205.0, 10206.0, 10196.0, 10203.0, 10203.0, 10209.0, 10218.0, 10220.0, 10210.0, 10219.0, 10210.0, 10222.0, 10211.0, 10238.0, 10217.0, 10264.0, 10234.0, 10255.0, 10231.0, 10244.0, 10244.0, 10215.0, 10242.0, 10234.0, 10268.0, 10235.0, 10239.0, 10230.0, 10244.0, 10257.0, 10214.0, 10241.0, 10257.0, 10294.0, 10239.0, 10250.0, 10264.0, 10248.0, 10241.0, 10215.0, 10189.0, 10233.0, 10263.0, 10272.0, 10269.0, 10275.0, 10294.0, 10307.0, 10294.0, 10283.0, 10302.0, 10290.0, 10255.0, 10273.0, 10259.0, 10224.0, 10236.0, 10222.0, 10187.0, 10209.0, 10160.0, 10168.0, 10141.0, 10186.0, 10153.0, 10166.0, 10154.0, 10137.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.0025965592635212886</td></tr>
<tr><td colspan=3>aqi</td><td>0.04531666536248562</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.213227639182065</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.162799283110598</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0166572605414739</td></tr>
<tr><td colspan=3>efc</td><td>0.4915</td></tr>
<tr><td colspan=3>fber</td><td>6473.0</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17135754777665776</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>197</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.669735327963178</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.693706880378848</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5836149384018197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9699057473737476</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5275999553609783</td></tr>
<tr><td colspan=3>gcor</td><td>0.0307705</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01256818138062954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036484021693468094</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.021522854950091</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>21.524</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8858</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.0696</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.2997</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4235</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.4383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3798.7169</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.594</td></tr>
<tr><td colspan=3>tsnr</td><td>30.493852420477197</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>