ds005256-mriqc/sub-0043_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 73e9b2cec3 [DATALAD RUNCMD] Compute MRIQC for sub-0043
=== 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-0043 --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-0043",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:14 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0043_ses-04_task-social_acq-mb8_run-05_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-0043_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-05_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-0043/ses-04/func/sub-0043_ses-04_task-social_acq-mb8_run-05_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>65976bc80480b4b3358ffd356a0b30ef</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>15:39:46.960000</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.982625, 0.173567, 0.0657492, -0.175209, 0.984327, 0.020044]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0920852</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7769, -7307, 654, -41, -329, -58, 52]</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>242.88</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07983cd9-668e-49d8-a4a2-48736e717444||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.636310577392578, -0.4700731635093689, 0.16534732282161713, 125.123291015625], [-0.46566808223724365, 2.6408779621124268, 0.08428217470645905, -82.27832794189453], [0.1764003336429596, -0.05377667024731636, 2.6936140060424805, -95.20442199707031], [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': ['153946.960000', '153947.420000', '153947.880000', '153948.340000', '153948.800000', '153949.260000', '153949.720000', '153950.180000', '153950.640000', '153951.100000', '153951.560000', '153952.020000', '153952.480000', '153952.940000', '153953.400000', '153953.860000', '153954.320000', '153954.780000', '153955.240000', '153955.700000', '153956.160000', '153956.620000', '153957.080000', '153957.540000', '153958.000000', '153958.460000', '153958.920000', '153959.380000', '153959.840000', '154000.300000', '154000.760000', '154001.220000', '154001.680000', '154002.140000', '154002.600000', '154003.060000', '154003.520000', '154003.980000', '154004.440000', '154004.900000', '154005.360000', '154005.820000', '154006.280000', '154006.740000', '154007.200000', '154007.660000', '154008.120000', '154008.580000', '154009.040000', '154009.500000', '154009.960000', '154010.420000', '154010.880000', '154011.340000', '154011.800000', '154012.260000', '154012.720000', '154013.180000', '154013.640000', '154014.100000', '154014.560000', '154015.020000', '154015.480000', '154015.940000', '154016.400000', '154016.860000', '154017.320000', '154017.780000', '154018.240000', '154018.700000', '154019.160000', '154019.620000', '154020.080000', '154020.540000', '154021.000000', '154021.460000', '154021.920000', '154022.380000', '154022.840000', '154023.300000', '154023.760000', '154024.220000', '154024.680000', '154025.140000', '154025.600000', '154026.060000', '154026.520000', '154026.980000', '154027.440000', '154027.900000', '154028.360000', '154028.820000', '154029.280000', '154029.740000', '154030.200000', '154030.660000', '154031.120000', '154031.580000', '154032.040000', '154032.500000', '154032.960000', '154033.420000', '154033.880000', '154034.340000', '154034.800000', '154035.260000', '154035.720000', '154036.180000', '154036.640000', '154037.100000', '154037.560000', '154038.020000', '154038.480000', '154038.940000', '154039.400000', '154039.860000', '154040.320000', '154040.780000', '154041.240000', '154041.700000', '154042.160000', '154042.620000', '154043.080000', '154043.540000', '154044.000000', '154044.460000', '154044.920000', '154045.380000', '154045.840000', '154046.300000', '154046.760000', '154047.220000', '154047.680000', '154048.140000', '154048.600000', '154049.060000', '154049.520000', '154049.980000', '154050.440000', '154050.900000', '154051.360000', '154051.820000', '154052.280000', '154052.740000', '154053.200000', '154053.660000', '154054.120000', '154054.580000', '154055.040000', '154055.500000', '154055.960000', '154056.420000', '154056.880000', '154057.340000', '154057.800000', '154058.260000', '154058.720000', '154059.180000', '154059.640000', '154100.100000', '154100.560000', '154101.020000', '154101.480000', '154101.940000', '154102.400000', '154102.860000', '154103.320000', '154103.780000', '154104.240000', '154104.700000', '154105.160000', '154105.620000', '154106.080000', '154106.540000', '154107.000000', '154107.460000', '154107.920000', '154108.380000', '154108.840000', '154109.300000', '154109.760000', '154110.220000', '154110.680000', '154111.140000', '154111.600000', '154112.060000', '154112.520000', '154112.980000', '154113.440000', '154113.900000', '154114.360000', '154114.820000', '154115.280000', '154115.740000', '154116.200000', '154116.660000', '154117.120000', '154117.580000', '154118.040000', '154118.500000', '154118.960000', '154119.420000', '154119.880000', '154120.340000', '154120.800000', '154121.260000', '154121.720000', '154122.180000', '154122.640000', '154123.100000', '154123.560000', '154124.020000', '154124.480000', '154124.940000', '154125.400000', '154125.860000', '154126.320000', '154126.780000', '154127.240000', '154127.700000', '154128.160000', '154128.620000', '154129.080000', '154129.540000', '154130.000000', '154130.460000', '154130.920000', '154131.380000', '154131.840000', '154132.300000', '154132.760000', '154133.220000', '154133.680000', '154134.140000', '154134.600000', '154135.060000', '154135.520000', '154135.980000', '154136.440000', '154136.900000', '154137.360000', '154137.820000', '154138.280000', '154138.740000', '154139.200000', '154139.660000', '154140.120000', '154140.580000', '154141.040000', '154141.500000', '154141.960000', '154142.420000', '154142.880000', '154143.340000', '154143.800000', '154144.260000', '154144.720000', '154145.180000', '154145.640000', '154146.100000', '154146.560000', '154147.020000', '154147.480000', '154147.940000', '154148.400000', '154148.860000', '154149.320000', '154149.780000', '154150.240000', '154150.700000', '154151.160000', '154151.620000', '154152.080000', '154152.540000', '154153.000000', '154153.460000', '154153.920000', '154154.380000', '154154.840000', '154155.300000', '154155.760000', '154156.220000', '154156.680000', '154157.140000', '154157.600000', '154158.060000', '154158.520000', '154158.980000', '154159.440000', '154159.900000', '154200.360000', '154200.820000', '154201.280000', '154201.740000', '154202.200000', '154202.660000', '154203.120000', '154203.580000', '154204.040000', '154204.500000', '154204.960000', '154205.420000', '154205.880000', '154206.340000', '154206.800000', '154207.260000', '154207.720000', '154208.180000', '154208.640000', '154209.100000', '154209.560000', '154210.020000', '154210.480000', '154210.940000', '154211.400000', '154211.860000', '154212.320000', '154212.780000', '154213.240000', '154213.700000', '154214.160000', '154214.620000', '154215.080000', '154215.540000', '154216.000000', '154216.460000', '154216.920000', '154217.380000', '154217.840000', '154218.300000', '154218.760000', '154219.220000', '154219.680000', '154220.140000', '154220.600000', '154221.060000', '154221.520000', '154221.980000', '154222.440000', '154222.900000', '154223.360000', '154223.820000', '154224.280000', '154224.740000', '154225.200000', '154225.660000', '154226.120000', '154226.580000', '154227.040000', '154227.500000', '154227.960000', '154228.420000', '154228.880000', '154229.340000', '154229.800000', '154230.260000', '154230.720000', '154231.180000', '154231.640000', '154232.100000', '154232.560000', '154233.020000', '154233.480000', '154233.940000', '154234.400000', '154234.860000', '154235.320000', '154235.780000', '154236.240000', '154236.700000', '154237.160000', '154237.620000', '154238.080000', '154238.540000', '154239.000000', '154239.460000', '154239.920000', '154240.380000', '154240.840000', '154241.300000', '154241.760000', '154242.220000', '154242.680000', '154243.140000', '154243.600000', '154244.060000', '154244.520000', '154244.980000', '154245.440000', '154245.900000', '154246.360000', '154246.820000', '154247.280000', '154247.740000', '154248.200000', '154248.660000', '154249.120000', '154249.580000', '154250.040000', '154250.500000', '154250.960000', '154251.420000', '154251.880000', '154252.340000', '154252.800000', '154253.260000', '154253.720000', '154254.180000', '154254.640000', '154255.100000', '154255.560000', '154256.020000', '154256.480000', '154256.940000', '154257.400000', '154257.860000', '154258.320000', '154258.780000', '154259.240000', '154259.700000', '154300.160000', '154300.620000', '154301.080000', '154301.540000', '154302.000000', '154302.460000', '154302.920000', '154303.380000', '154303.840000', '154304.300000', '154304.760000', '154305.220000', '154305.680000', '154306.140000', '154306.600000', '154307.060000', '154307.520000', '154307.980000', '154308.440000', '154308.900000', '154309.360000', '154309.820000', '154310.280000', '154310.740000', '154311.200000', '154311.660000', '154312.120000', '154312.580000', '154313.040000', '154313.500000', '154313.960000', '154314.420000', '154314.880000', '154315.340000', '154315.800000', '154316.260000', '154316.720000', '154317.180000', '154317.640000', '154318.100000', '154318.560000', '154319.020000', '154319.480000', '154319.940000', '154320.400000', '154320.860000', '154321.320000', '154321.780000', '154322.240000', '154322.700000', '154323.160000', '154323.620000', '154324.080000', '154324.540000', '154325.000000', '154325.460000', '154325.920000', '154326.380000', '154326.840000', '154327.300000', '154327.760000', '154328.220000', '154328.680000', '154329.140000', '154329.600000', '154330.060000', '154330.520000', '154330.980000', '154331.440000', '154331.900000', '154332.360000', '154332.820000', '154333.280000', '154333.740000', '154334.200000', '154334.660000', '154335.120000', '154335.580000', '154336.040000', '154336.500000', '154336.960000', '154337.420000', '154337.880000', '154338.340000', '154338.800000', '154339.260000', '154339.720000', '154340.180000', '154340.640000', '154341.100000', '154341.560000', '154342.020000', '154342.480000', '154342.940000', '154343.400000', '154343.860000', '154344.320000', '154344.780000', '154345.240000', '154345.700000', '154346.160000', '154346.620000', '154347.080000', '154347.540000', '154348.000000', '154348.460000', '154348.920000', '154349.380000', '154349.840000', '154350.300000', '154350.760000', '154351.220000', '154351.680000', '154352.140000', '154352.600000', '154353.060000', '154353.520000', '154353.980000', '154354.440000', '154354.900000', '154355.360000', '154355.820000', '154356.280000', '154356.740000', '154357.200000', '154357.660000', '154358.120000', '154358.580000', '154359.040000', '154359.500000', '154359.960000', '154400.420000', '154400.880000', '154401.340000', '154401.800000', '154402.260000', '154402.720000', '154403.180000', '154403.640000', '154404.100000', '154404.560000', '154405.020000', '154405.480000', '154405.940000', '154406.400000', '154406.860000', '154407.320000', '154407.780000', '154408.240000', '154408.700000', '154409.160000', '154409.620000', '154410.080000', '154410.540000', '154411.000000', '154411.460000', '154411.920000', '154412.380000', '154412.840000', '154413.300000', '154413.760000', '154414.220000', '154414.680000', '154415.140000', '154415.600000', '154416.060000', '154416.520000', '154416.980000', '154417.440000', '154417.900000', '154418.360000', '154418.820000', '154419.280000', '154419.740000', '154420.200000', '154420.660000', '154421.120000', '154421.580000', '154422.040000', '154422.500000', '154422.960000', '154423.420000', '154423.880000', '154424.340000', '154424.800000', '154425.260000', '154425.720000', '154426.180000', '154426.640000', '154427.100000', '154427.560000', '154428.020000', '154428.480000', '154428.940000', '154429.400000', '154429.860000', '154430.320000', '154430.780000', '154431.240000', '154431.700000', '154432.160000', '154432.620000', '154433.080000', '154433.540000', '154434.000000', '154434.460000', '154434.920000', '154435.380000', '154435.840000', '154436.300000', '154436.760000', '154437.220000', '154437.680000', '154438.140000', '154438.600000', '154439.060000', '154439.520000', '154439.980000', '154440.440000', '154440.900000', '154441.360000', '154441.820000', '154442.280000', '154442.740000', '154443.200000', '154443.660000', '154444.120000', '154444.580000', '154445.040000', '154445.500000', '154445.960000', '154446.420000', '154446.880000', '154447.340000', '154447.800000', '154448.260000', '154448.720000', '154449.180000', '154449.640000', '154450.100000', '154450.560000', '154451.020000', '154451.480000', '154451.940000', '154452.400000', '154452.860000', '154453.320000', '154453.780000', '154454.240000', '154454.700000', '154455.160000', '154455.620000', '154456.080000', '154456.540000', '154457.000000', '154457.460000', '154457.920000', '154458.380000', '154458.840000', '154459.300000', '154459.760000', '154500.220000', '154500.680000', '154501.140000', '154501.600000', '154502.060000', '154502.520000', '154502.980000', '154503.440000', '154503.900000', '154504.360000', '154504.820000', '154505.280000', '154505.740000', '154506.200000', '154506.660000', '154507.120000', '154507.580000', '154508.040000', '154508.500000', '154508.960000', '154509.420000', '154509.880000', '154510.340000', '154510.800000', '154511.260000', '154511.720000', '154512.180000', '154512.640000', '154513.100000', '154513.560000', '154514.020000', '154514.480000', '154514.940000', '154515.400000', '154515.860000', '154516.320000', '154516.780000', '154517.240000', '154517.700000', '154518.160000', '154518.620000', '154519.080000', '154519.540000', '154520.000000', '154520.460000', '154520.920000', '154521.380000', '154521.840000', '154522.300000', '154522.760000', '154523.220000', '154523.680000', '154524.140000', '154524.600000', '154525.060000', '154525.520000', '154525.980000', '154526.440000', '154526.900000', '154527.360000', '154527.820000', '154528.280000', '154528.740000', '154529.200000', '154529.660000', '154530.120000', '154530.580000', '154531.040000', '154531.500000', '154531.960000', '154532.420000', '154532.880000', '154533.340000', '154533.800000', '154534.260000', '154534.720000', '154535.180000', '154535.640000', '154536.100000', '154536.560000', '154537.020000', '154537.480000', '154537.940000', '154538.400000', '154538.860000', '154539.320000', '154539.780000', '154540.240000', '154540.700000', '154541.160000', '154541.620000', '154542.080000', '154542.540000', '154543.000000', '154543.460000', '154543.920000', '154544.380000', '154544.840000', '154545.300000', '154545.760000', '154546.220000', '154546.680000', '154547.140000', '154547.600000', '154548.060000', '154548.520000', '154548.980000', '154549.440000', '154549.900000', '154550.360000', '154550.820000', '154551.280000', '154551.740000', '154552.200000', '154552.660000', '154553.120000', '154553.580000', '154554.040000', '154554.500000', '154554.960000', '154555.420000', '154555.880000', '154556.340000', '154556.800000', '154557.260000', '154557.720000', '154558.180000', '154558.640000', '154559.100000', '154559.560000', '154600.020000', '154600.480000', '154600.940000', '154601.400000', '154601.860000', '154602.320000', '154602.780000', '154603.240000', '154603.700000', '154604.160000', '154604.620000', '154605.080000', '154605.540000', '154606.000000', '154606.460000', '154606.920000', '154607.380000', '154607.840000', '154608.300000', '154608.760000', '154609.220000', '154609.680000', '154610.140000', '154610.600000', '154611.060000', '154611.520000', '154611.980000', '154612.440000', '154612.900000', '154613.360000', '154613.820000', '154614.280000', '154614.740000', '154615.200000', '154615.660000', '154616.120000', '154616.580000', '154617.040000', '154617.500000', '154617.960000', '154618.420000', '154618.880000', '154619.340000', '154619.800000', '154620.260000', '154620.720000', '154621.180000', '154621.640000', '154622.100000', '154622.560000', '154623.020000', '154623.480000', '154623.940000', '154624.400000', '154624.860000', '154625.320000', '154625.780000', '154626.240000', '154626.700000', '154627.160000', '154627.620000'], 'ContentTime': ['154009.243000', '154009.246000', '154009.248000', '154009.251000', '154009.254000', '154009.256000', '154009.259000', '154009.261000', '154009.264000', '154009.267000', '154009.269000', '154009.272000', '154009.274000', '154009.277000', '154009.279000', '154009.285000', '154009.287000', '154009.290000', '154009.292000', '154009.295000', '154009.298000', '154009.300000', '154009.303000', '154009.305000', '154009.308000', '154009.310000', '154009.313000', '154009.316000', '154009.318000', '154009.321000', '154009.323000', '154009.326000', '154009.328000', '154009.331000', '154009.333000', '154009.336000', '154009.338000', '154009.341000', '154009.343000', '154009.346000', '154009.349000', '154009.351000', '154009.354000', '154009.356000', '154009.361000', '154009.364000', '154029.208000', '154029.211000', '154029.214000', '154029.216000', '154029.219000', '154029.222000', '154029.224000', '154029.227000', '154029.230000', '154029.232000', '154029.235000', '154029.237000', '154029.240000', '154029.243000', '154029.245000', '154029.248000', '154029.250000', '154029.253000', '154029.255000', '154029.258000', '154029.260000', '154029.263000', '154029.265000', '154029.268000', '154029.271000', '154029.273000', '154029.276000', '154029.278000', '154029.281000', '154029.283000', '154029.286000', '154029.289000', '154029.295000', '154029.298000', '154029.301000', '154029.303000', '154029.306000', '154029.308000', '154029.312000', '154029.315000', '154029.317000', '154029.320000', '154029.323000', '154049.208000', '154049.211000', '154049.244000', '154049.247000', '154049.250000', '154049.252000', '154049.255000', '154049.257000', '154049.260000', '154049.262000', '154049.265000', '154049.268000', '154049.271000', '154049.273000', '154049.276000', '154049.278000', '154049.281000', '154049.283000', '154049.286000', '154049.289000', '154049.291000', '154049.294000', '154049.296000', '154049.299000', '154049.301000', '154049.304000', '154049.307000', '154049.309000', '154049.312000', '154049.314000', '154049.317000', '154049.319000', '154049.322000', '154049.325000', '154049.327000', '154049.330000', '154049.332000', '154049.335000', '154049.337000', '154049.340000', '154049.342000', '154049.345000', '154049.348000', '154049.350000', '154109.208000', '154109.211000', '154109.214000', '154109.216000', '154109.219000', '154109.222000', '154109.224000', '154109.227000', '154109.230000', '154109.232000', '154109.235000', '154109.237000', '154109.240000', '154109.242000', '154109.245000', '154109.248000', '154109.250000', '154109.253000', '154109.255000', '154109.258000', '154109.260000', '154109.263000', '154109.265000', '154109.268000', '154109.270000', '154109.273000', '154109.275000', '154109.278000', '154109.281000', '154109.283000', '154109.286000', '154109.288000', '154109.291000', '154109.293000', '154109.296000', '154109.298000', '154109.301000', '154109.307000', '154109.310000', '154109.312000', '154109.315000', '154109.318000', '154109.320000', '154129.208000', '154129.211000', '154129.214000', '154129.216000', '154129.219000', '154129.222000', '154129.224000', '154129.240000', '154129.246000', '154129.248000', '154129.251000', '154129.254000', '154129.256000', '154129.259000', '154129.261000', '154129.264000', '154129.267000', '154129.269000', '154129.272000', '154129.274000', '154129.277000', '154129.279000', '154129.282000', '154129.285000', '154129.287000', '154129.290000', '154129.292000', '154129.295000', '154129.297000', '154129.300000', '154129.303000', '154129.305000', '154129.308000', '154129.310000', '154129.313000', '154129.316000', '154129.318000', '154129.321000', '154129.323000', '154129.326000', '154129.329000', '154129.331000', '154129.334000', '154129.336000', '154149.208000', '154149.211000', '154149.214000', '154149.216000', '154149.219000', '154149.221000', '154149.226000', '154149.228000', '154149.231000', '154149.234000', '154149.236000', '154149.239000', '154149.241000', '154149.244000', '154149.246000', '154149.249000', '154149.251000', '154149.254000', '154149.257000', '154149.259000', '154149.262000', '154149.264000', '154149.267000', '154149.269000', '154149.272000', '154149.275000', '154149.277000', '154149.280000', '154149.283000', '154149.286000', '154149.288000', '154149.291000', '154149.293000', '154149.296000', '154149.299000', '154149.301000', '154149.304000', '154149.306000', '154149.309000', '154149.311000', '154149.314000', '154149.317000', '154149.319000', '154209.208000', '154209.211000', '154209.214000', '154209.216000', '154209.219000', '154209.221000', '154209.224000', '154209.227000', '154209.229000', '154209.232000', '154209.234000', '154209.237000', '154209.240000', '154209.242000', '154209.245000', '154209.247000', '154209.250000', '154209.252000', '154209.255000', '154209.257000', '154209.260000', '154209.262000', '154209.265000', '154209.268000', '154209.270000', '154209.273000', '154209.275000', '154209.278000', '154209.280000', '154209.283000', '154209.285000', '154209.288000', '154209.290000', '154209.293000', '154209.296000', '154209.298000', '154209.301000', '154209.304000', '154209.306000', '154209.309000', '154209.311000', '154209.314000', '154209.316000', '154209.319000', '154229.208000', '154229.211000', '154229.214000', '154229.216000', '154229.219000', '154229.222000', '154229.224000', '154229.227000', '154229.230000', '154229.232000', '154229.235000', '154229.237000', '154229.240000', '154229.242000', '154229.245000', '154229.248000', '154229.250000', '154229.253000', '154229.256000', '154229.258000', '154229.261000', '154229.263000', '154229.266000', '154229.269000', '154229.271000', '154229.274000', '154229.276000', '154229.279000', '154229.282000', '154229.284000', '154229.287000', '154229.289000', '154229.292000', '154229.295000', '154229.297000', '154229.300000', '154229.302000', '154229.305000', '154229.308000', '154229.310000', '154229.313000', '154229.315000', '154229.342000', '154249.209000', '154249.211000', '154249.214000', '154249.217000', '154249.219000', '154249.222000', '154249.224000', '154249.227000', '154249.230000', '154249.232000', '154249.235000', '154249.237000', '154249.240000', '154249.242000', '154249.245000', '154249.247000', '154249.250000', '154249.253000', '154249.255000', '154249.258000', '154249.261000', '154249.263000', '154249.266000', '154249.268000', '154249.271000', '154249.273000', '154249.276000', '154249.279000', '154249.281000', '154249.284000', '154249.286000', '154249.289000', '154249.292000', '154249.295000', '154249.297000', '154249.300000', '154249.307000', '154249.310000', '154249.313000', '154249.315000', '154249.318000', '154249.320000', '154249.323000', '154249.325000', '154309.208000', '154309.211000', '154309.227000', '154309.229000', '154309.232000', '154309.235000', '154309.237000', '154309.240000', '154309.242000', '154309.245000', '154309.247000', '154309.250000', '154309.253000', '154309.255000', '154309.258000', '154309.261000', '154309.263000', '154309.266000', '154309.268000', '154309.271000', '154309.273000', '154309.276000', '154309.279000', '154309.281000', '154309.284000', '154309.286000', '154309.289000', '154309.292000', '154309.294000', '154309.297000', '154309.299000', '154309.302000', '154309.304000', '154309.307000', '154309.310000', '154309.312000', '154309.315000', '154309.317000', '154309.320000', '154309.323000', '154309.325000', '154309.328000', '154309.330000', '154329.208000', '154329.211000', '154329.214000', '154329.217000', '154329.219000', '154329.222000', '154329.224000', '154329.227000', '154329.229000', '154329.232000', '154329.235000', '154329.237000', '154329.240000', '154329.242000', '154329.245000', '154329.248000', '154329.250000', '154329.253000', '154329.256000', '154329.258000', '154329.261000', '154329.263000', '154329.266000', '154329.268000', '154329.271000', '154329.274000', '154329.276000', '154329.279000', '154329.281000', '154329.284000', '154329.287000', '154329.289000', '154329.292000', '154329.294000', '154329.297000', '154329.300000', '154329.302000', '154329.305000', '154329.307000', '154329.310000', '154329.313000', '154329.315000', '154329.318000', '154329.320000', '154349.209000', '154349.211000', '154349.214000', '154349.217000', '154349.219000', '154349.222000', '154349.224000', '154349.227000', '154349.230000', '154349.232000', '154349.235000', '154349.237000', '154349.240000', '154349.243000', '154349.245000', '154349.248000', '154349.250000', '154349.253000', '154349.256000', '154349.258000', '154349.261000', '154349.263000', '154349.266000', '154349.268000', '154349.271000', '154349.274000', '154349.276000', '154349.279000', '154349.281000', '154349.284000', '154349.287000', '154349.289000', '154349.292000', '154349.294000', '154349.297000', '154349.300000', '154349.302000', '154349.305000', '154349.319000', '154349.322000', '154349.324000', '154349.327000', '154349.330000', '154409.208000', '154409.211000', '154409.214000', '154409.217000', '154409.219000', '154409.222000', '154409.224000', '154409.227000', '154409.229000', '154409.232000', '154409.234000', '154409.237000', '154409.240000', '154409.242000', '154409.245000', '154409.248000', '154409.250000', '154409.253000', '154409.255000', '154409.258000', '154409.261000', '154409.263000', '154409.266000', '154409.268000', '154409.271000', '154409.273000', '154409.276000', '154409.279000', '154409.281000', '154409.284000', '154409.286000', '154409.289000', '154409.291000', '154409.294000', '154409.297000', '154409.299000', '154409.302000', '154409.304000', '154409.307000', '154409.309000', '154409.312000', '154409.315000', '154409.317000', '154409.320000', '154429.208000', '154429.211000', '154429.214000', '154429.217000', '154429.219000', '154429.222000', '154429.224000', '154429.227000', '154429.229000', '154429.232000', '154429.235000', '154429.237000', '154429.240000', '154429.242000', '154429.245000', '154429.248000', '154429.250000', '154429.253000', '154429.255000', '154429.258000', '154429.260000', '154429.263000', '154429.265000', '154429.268000', '154429.271000', '154429.273000', '154429.276000', '154429.292000', '154429.295000', '154429.298000', '154429.300000', '154429.303000', '154429.306000', '154429.308000', '154429.311000', '154429.313000', '154429.316000', '154429.318000', '154429.321000', '154429.324000', '154429.326000', '154429.329000', '154429.331000', '154449.208000', '154449.211000', '154449.214000', '154449.216000', '154449.219000', '154449.221000', '154449.224000', '154449.227000', '154449.229000', '154449.232000', '154449.234000', '154449.237000', '154449.240000', '154449.242000', '154449.245000', '154449.247000', '154449.250000', '154449.253000', '154449.255000', '154449.258000', '154449.260000', '154449.263000', '154449.265000', '154449.268000', '154449.271000', '154449.273000', '154449.276000', '154449.278000', '154449.281000', '154449.284000', '154449.286000', '154449.289000', '154449.291000', '154449.294000', '154449.297000', '154449.299000', '154449.302000', '154449.304000', '154449.307000', '154449.310000', '154449.312000', '154449.315000', '154449.317000', '154449.320000', '154509.208000', '154509.211000', '154509.214000', '154509.217000', '154509.219000', '154509.222000', '154509.224000', '154509.227000', '154509.230000', '154509.232000', '154509.235000', '154509.237000', '154509.240000', '154509.242000', '154509.245000', '154509.248000', '154509.250000', '154509.253000', '154509.255000', '154509.258000', '154509.261000', '154509.263000', '154509.266000', '154509.268000', '154509.271000', '154509.273000', '154509.276000', '154509.279000', '154509.281000', '154509.284000', '154509.286000', '154509.289000', '154509.292000', '154509.294000', '154509.297000', '154509.299000', '154509.302000', '154509.305000', '154509.307000', '154509.310000', '154509.312000', '154509.315000', '154509.318000', '154529.208000', '154529.212000', '154529.214000', '154529.217000', '154529.219000', '154529.222000', '154529.225000', '154529.227000', '154529.231000', '154529.234000', '154529.237000', '154529.240000', '154529.242000', '154529.245000', '154529.247000', '154529.250000', '154529.253000', '154529.255000', '154529.258000', '154529.260000', '154529.263000', '154529.265000', '154529.268000', '154529.270000', '154529.273000', '154529.276000', '154529.280000', '154529.283000', '154529.286000', '154529.288000', '154529.291000', '154529.293000', '154529.296000', '154529.299000', '154529.302000', '154529.304000', '154529.307000', '154529.309000', '154529.312000', '154529.315000', '154529.317000', '154529.320000', '154529.323000', '154549.209000', '154549.211000', '154549.214000', '154549.216000', '154549.219000', '154549.222000', '154549.224000', '154549.227000', '154549.230000', '154549.232000', '154549.235000', '154549.237000', '154549.240000', '154549.242000', '154549.245000', '154549.248000', '154549.250000', '154549.253000', '154549.255000', '154549.258000', '154549.260000', '154549.263000', '154549.265000', '154549.268000', '154549.271000', '154549.273000', '154549.276000', '154549.278000', '154549.281000', '154549.283000', '154549.286000', '154549.289000', '154549.291000', '154549.294000', '154549.296000', '154549.299000', '154549.301000', '154549.304000', '154549.307000', '154549.325000', '154549.328000', '154549.330000', '154549.333000', '154549.336000', '154609.208000', '154609.211000', '154609.214000', '154609.216000', '154609.219000', '154609.221000', '154609.224000', '154609.226000', '154609.229000', '154609.232000', '154609.234000', '154609.237000', '154609.239000', '154609.242000', '154609.244000', '154609.247000', '154609.250000', '154609.252000', '154609.255000', '154609.257000', '154609.260000', '154609.262000', '154609.265000', '154609.267000', '154609.270000', '154609.273000', '154609.275000', '154609.278000', '154609.280000', '154609.283000', '154609.285000', '154609.288000', '154609.290000', '154609.293000', '154609.296000', '154609.298000', '154609.301000', '154609.304000', '154609.306000', '154609.309000', '154609.311000', '154609.314000', '154609.317000', '154609.319000', '154628.963000', '154628.966000', '154628.969000', '154628.972000', '154628.975000', '154628.977000', '154628.980000', '154628.983000', '154628.986000', '154628.989000', '154628.992000', '154628.996000', '154628.999000', '154629.001000', '154629.004000', '154629.007000', '154629.010000', '154629.012000', '154629.015000', '154629.017000', '154629.020000', '154629.023000', '154629.027000', '154629.033000', '154629.037000', '154629.040000', '154629.042000', '154629.045000', '154629.047000', '154629.050000', '154629.053000', '154629.055000', '154629.058000', '154629.061000', '154629.064000', '154629.066000', '154629.069000', '154629.072000', '154629.074000', '154629.077000', '154629.080000', '154629.083000', '154629.085000'], 'InstanceCreationTime': ['154009.243000', '154009.246000', '154009.248000', '154009.251000', '154009.254000', '154009.256000', '154009.259000', '154009.261000', '154009.264000', '154009.267000', '154009.269000', '154009.272000', '154009.274000', '154009.277000', '154009.279000', '154009.285000', '154009.287000', '154009.290000', '154009.292000', '154009.295000', '154009.298000', '154009.300000', '154009.303000', '154009.305000', '154009.308000', '154009.310000', '154009.313000', '154009.316000', '154009.318000', '154009.321000', '154009.323000', '154009.326000', '154009.328000', '154009.331000', '154009.333000', '154009.336000', '154009.338000', '154009.341000', '154009.343000', '154009.346000', '154009.349000', '154009.351000', '154009.354000', '154009.356000', '154009.361000', '154009.364000', '154029.208000', '154029.211000', '154029.214000', '154029.216000', '154029.219000', '154029.222000', '154029.224000', '154029.227000', '154029.230000', '154029.232000', '154029.235000', '154029.237000', '154029.240000', '154029.243000', '154029.245000', '154029.248000', '154029.250000', '154029.253000', '154029.255000', '154029.258000', '154029.260000', '154029.263000', '154029.265000', '154029.268000', '154029.271000', '154029.273000', '154029.276000', '154029.278000', '154029.281000', '154029.283000', '154029.286000', '154029.289000', '154029.295000', '154029.298000', '154029.301000', '154029.303000', '154029.306000', '154029.308000', '154029.312000', '154029.315000', '154029.317000', '154029.320000', '154029.323000', '154049.208000', '154049.211000', '154049.244000', '154049.247000', '154049.250000', '154049.252000', '154049.255000', '154049.257000', '154049.260000', '154049.262000', '154049.265000', '154049.268000', '154049.271000', '154049.273000', '154049.276000', '154049.278000', '154049.281000', '154049.283000', '154049.286000', '154049.289000', '154049.291000', '154049.294000', '154049.296000', '154049.299000', '154049.301000', '154049.304000', '154049.307000', '154049.309000', '154049.312000', '154049.314000', '154049.317000', '154049.319000', '154049.322000', '154049.325000', '154049.327000', '154049.330000', '154049.332000', '154049.335000', '154049.337000', '154049.340000', '154049.342000', '154049.345000', '154049.348000', '154049.350000', '154109.208000', '154109.211000', '154109.214000', '154109.216000', '154109.219000', '154109.222000', '154109.224000', '154109.227000', '154109.230000', '154109.232000', '154109.235000', '154109.237000', '154109.240000', '154109.242000', '154109.245000', '154109.248000', '154109.250000', '154109.253000', '154109.255000', '154109.258000', '154109.260000', '154109.263000', '154109.265000', '154109.268000', '154109.270000', '154109.273000', '154109.275000', '154109.278000', '154109.281000', '154109.283000', '154109.286000', '154109.288000', '154109.291000', '154109.293000', '154109.296000', '154109.298000', '154109.301000', '154109.307000', '154109.310000', '154109.312000', '154109.315000', '154109.318000', '154109.320000', '154129.208000', '154129.211000', '154129.214000', '154129.216000', '154129.219000', '154129.222000', '154129.224000', '154129.240000', '154129.246000', '154129.248000', '154129.251000', '154129.254000', '154129.256000', '154129.259000', '154129.261000', '154129.264000', '154129.267000', '154129.269000', '154129.272000', '154129.274000', '154129.277000', '154129.279000', '154129.282000', '154129.285000', '154129.287000', '154129.290000', '154129.292000', '154129.295000', '154129.297000', '154129.300000', '154129.303000', '154129.305000', '154129.308000', '154129.310000', '154129.313000', '154129.316000', '154129.318000', '154129.321000', '154129.323000', '154129.326000', '154129.329000', '154129.331000', '154129.334000', '154129.336000', '154149.208000', '154149.211000', '154149.214000', '154149.216000', '154149.219000', '154149.221000', '154149.226000', '154149.228000', '154149.231000', '154149.234000', '154149.236000', '154149.239000', '154149.241000', '154149.244000', '154149.246000', '154149.249000', '154149.251000', '154149.254000', '154149.257000', '154149.259000', '154149.262000', '154149.264000', '154149.267000', '154149.269000', '154149.272000', '154149.275000', '154149.277000', '154149.280000', '154149.283000', '154149.286000', '154149.288000', '154149.291000', '154149.293000', '154149.296000', '154149.299000', '154149.301000', '154149.304000', '154149.306000', '154149.309000', '154149.311000', '154149.314000', '154149.317000', '154149.319000', '154209.208000', '154209.211000', '154209.214000', '154209.216000', '154209.219000', '154209.221000', '154209.224000', '154209.227000', '154209.229000', '154209.232000', '154209.234000', '154209.237000', '154209.240000', '154209.242000', '154209.245000', '154209.247000', '154209.250000', '154209.252000', '154209.255000', '154209.257000', '154209.260000', '154209.262000', '154209.265000', '154209.268000', '154209.270000', '154209.273000', '154209.275000', '154209.278000', '154209.280000', '154209.283000', '154209.285000', '154209.288000', '154209.290000', '154209.293000', '154209.296000', '154209.298000', '154209.301000', '154209.304000', '154209.306000', '154209.309000', '154209.311000', '154209.314000', '154209.316000', '154209.319000', '154229.208000', '154229.211000', '154229.214000', '154229.216000', '154229.219000', '154229.222000', '154229.224000', '154229.227000', '154229.230000', '154229.232000', '154229.235000', '154229.237000', '154229.240000', '154229.242000', '154229.245000', '154229.248000', '154229.250000', '154229.253000', '154229.256000', '154229.258000', '154229.261000', '154229.263000', '154229.266000', '154229.269000', '154229.271000', '154229.274000', '154229.276000', '154229.279000', '154229.282000', '154229.284000', '154229.287000', '154229.289000', '154229.292000', '154229.295000', '154229.297000', '154229.300000', '154229.302000', '154229.305000', '154229.308000', '154229.310000', '154229.313000', '154229.315000', '154229.342000', '154249.209000', '154249.211000', '154249.214000', '154249.217000', '154249.219000', '154249.222000', '154249.224000', '154249.227000', '154249.230000', '154249.232000', '154249.235000', '154249.237000', '154249.240000', '154249.242000', '154249.245000', '154249.247000', '154249.250000', '154249.253000', '154249.255000', '154249.258000', '154249.261000', '154249.263000', '154249.266000', '154249.268000', '154249.271000', '154249.273000', '154249.276000', '154249.279000', '154249.281000', '154249.284000', '154249.286000', '154249.289000', '154249.292000', '154249.295000', '154249.297000', '154249.300000', '154249.307000', '154249.310000', '154249.313000', '154249.315000', '154249.318000', '154249.320000', '154249.323000', '154249.325000', '154309.208000', '154309.211000', '154309.227000', '154309.229000', '154309.232000', '154309.235000', '154309.237000', '154309.240000', '154309.242000', '154309.245000', '154309.247000', '154309.250000', '154309.253000', '154309.255000', '154309.258000', '154309.261000', '154309.263000', '154309.266000', '154309.268000', '154309.271000', '154309.273000', '154309.276000', '154309.279000', '154309.281000', '154309.284000', '154309.286000', '154309.289000', '154309.292000', '154309.294000', '154309.297000', '154309.299000', '154309.302000', '154309.304000', '154309.307000', '154309.310000', '154309.312000', '154309.315000', '154309.317000', '154309.320000', '154309.323000', '154309.325000', '154309.328000', '154309.330000', '154329.208000', '154329.211000', '154329.214000', '154329.217000', '154329.219000', '154329.222000', '154329.224000', '154329.227000', '154329.229000', '154329.232000', '154329.235000', '154329.237000', '154329.240000', '154329.242000', '154329.245000', '154329.248000', '154329.250000', '154329.253000', '154329.256000', '154329.258000', '154329.261000', '154329.263000', '154329.266000', '154329.268000', '154329.271000', '154329.274000', '154329.276000', '154329.279000', '154329.281000', '154329.284000', '154329.287000', '154329.289000', '154329.292000', '154329.294000', '154329.297000', '154329.300000', '154329.302000', '154329.305000', '154329.307000', '154329.310000', '154329.313000', '154329.315000', '154329.318000', '154329.320000', '154349.209000', '154349.211000', '154349.214000', '154349.217000', '154349.219000', '154349.222000', '154349.224000', '154349.227000', '154349.230000', '154349.232000', '154349.235000', '154349.237000', '154349.240000', '154349.243000', '154349.245000', '154349.248000', '154349.250000', '154349.253000', '154349.256000', '154349.258000', '154349.261000', '154349.263000', '154349.266000', '154349.268000', '154349.271000', '154349.274000', '154349.276000', '154349.279000', '154349.281000', '154349.284000', '154349.287000', '154349.289000', '154349.292000', '154349.294000', '154349.297000', '154349.300000', '154349.302000', '154349.305000', '154349.319000', '154349.322000', '154349.324000', '154349.327000', '154349.330000', '154409.208000', '154409.211000', '154409.214000', '154409.217000', '154409.219000', '154409.222000', '154409.224000', '154409.227000', '154409.229000', '154409.232000', '154409.234000', '154409.237000', '154409.240000', '154409.242000', '154409.245000', '154409.248000', '154409.250000', '154409.253000', '154409.255000', '154409.258000', '154409.261000', '154409.263000', '154409.266000', '154409.268000', '154409.271000', '154409.273000', '154409.276000', '154409.279000', '154409.281000', '154409.284000', '154409.286000', '154409.289000', '154409.291000', '154409.294000', '154409.297000', '154409.299000', '154409.302000', '154409.304000', '154409.307000', '154409.309000', '154409.312000', '154409.315000', '154409.317000', '154409.320000', '154429.208000', '154429.211000', '154429.214000', '154429.217000', '154429.219000', '154429.222000', '154429.224000', '154429.227000', '154429.229000', '154429.232000', '154429.235000', '154429.237000', '154429.240000', '154429.242000', '154429.245000', '154429.248000', '154429.250000', '154429.253000', '154429.255000', '154429.258000', '154429.260000', '154429.263000', '154429.265000', '154429.268000', '154429.271000', '154429.273000', '154429.276000', '154429.292000', '154429.295000', '154429.298000', '154429.300000', '154429.303000', '154429.306000', '154429.308000', '154429.311000', '154429.313000', '154429.316000', '154429.318000', '154429.321000', '154429.324000', '154429.326000', '154429.329000', '154429.331000', '154449.208000', '154449.211000', '154449.214000', '154449.216000', '154449.219000', '154449.221000', '154449.224000', '154449.227000', '154449.229000', '154449.232000', '154449.234000', '154449.237000', '154449.240000', '154449.242000', '154449.245000', '154449.247000', '154449.250000', '154449.253000', '154449.255000', '154449.258000', '154449.260000', '154449.263000', '154449.265000', '154449.268000', '154449.271000', '154449.273000', '154449.276000', '154449.278000', '154449.281000', '154449.284000', '154449.286000', '154449.289000', '154449.291000', '154449.294000', '154449.297000', '154449.299000', '154449.302000', '154449.304000', '154449.307000', '154449.310000', '154449.312000', '154449.315000', '154449.317000', '154449.320000', '154509.208000', '154509.211000', '154509.214000', '154509.217000', '154509.219000', '154509.222000', '154509.224000', '154509.227000', '154509.230000', '154509.232000', '154509.235000', '154509.237000', '154509.240000', '154509.242000', '154509.245000', '154509.248000', '154509.250000', '154509.253000', '154509.255000', '154509.258000', '154509.261000', '154509.263000', '154509.266000', '154509.268000', '154509.271000', '154509.273000', '154509.276000', '154509.279000', '154509.281000', '154509.284000', '154509.286000', '154509.289000', '154509.292000', '154509.294000', '154509.297000', '154509.299000', '154509.302000', '154509.305000', '154509.307000', '154509.310000', '154509.312000', '154509.315000', '154509.318000', '154529.208000', '154529.212000', '154529.214000', '154529.217000', '154529.219000', '154529.222000', '154529.225000', '154529.227000', '154529.231000', '154529.234000', '154529.237000', '154529.240000', '154529.242000', '154529.245000', '154529.247000', '154529.250000', '154529.253000', '154529.255000', '154529.258000', '154529.260000', '154529.263000', '154529.265000', '154529.268000', '154529.270000', '154529.273000', '154529.276000', '154529.280000', '154529.283000', '154529.286000', '154529.288000', '154529.291000', '154529.293000', '154529.296000', '154529.299000', '154529.302000', '154529.304000', '154529.307000', '154529.309000', '154529.312000', '154529.315000', '154529.317000', '154529.320000', '154529.323000', '154549.209000', '154549.211000', '154549.214000', '154549.216000', '154549.219000', '154549.222000', '154549.224000', '154549.227000', '154549.230000', '154549.232000', '154549.235000', '154549.237000', '154549.240000', '154549.242000', '154549.245000', '154549.248000', '154549.250000', '154549.253000', '154549.255000', '154549.258000', '154549.260000', '154549.263000', '154549.265000', '154549.268000', '154549.271000', '154549.273000', '154549.276000', '154549.278000', '154549.281000', '154549.283000', '154549.286000', '154549.289000', '154549.291000', '154549.294000', '154549.296000', '154549.299000', '154549.301000', '154549.304000', '154549.307000', '154549.325000', '154549.328000', '154549.330000', '154549.333000', '154549.336000', '154609.208000', '154609.211000', '154609.214000', '154609.216000', '154609.219000', '154609.221000', '154609.224000', '154609.226000', '154609.229000', '154609.232000', '154609.234000', '154609.237000', '154609.239000', '154609.242000', '154609.244000', '154609.247000', '154609.250000', '154609.252000', '154609.255000', '154609.257000', '154609.260000', '154609.262000', '154609.265000', '154609.267000', '154609.270000', '154609.273000', '154609.275000', '154609.278000', '154609.280000', '154609.283000', '154609.285000', '154609.288000', '154609.290000', '154609.293000', '154609.296000', '154609.298000', '154609.301000', '154609.304000', '154609.306000', '154609.309000', '154609.311000', '154609.314000', '154609.317000', '154609.319000', '154628.963000', '154628.966000', '154628.969000', '154628.972000', '154628.975000', '154628.977000', '154628.980000', '154628.983000', '154628.986000', '154628.989000', '154628.992000', '154628.996000', '154628.999000', '154629.001000', '154629.004000', '154629.007000', '154629.010000', '154629.012000', '154629.015000', '154629.017000', '154629.020000', '154629.023000', '154629.027000', '154629.033000', '154629.037000', '154629.040000', '154629.042000', '154629.045000', '154629.047000', '154629.050000', '154629.053000', '154629.055000', '154629.058000', '154629.061000', '154629.064000', '154629.066000', '154629.069000', '154629.072000', '154629.074000', '154629.077000', '154629.080000', '154629.083000', '154629.085000'], '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': [9627, 7568, 9681, 7813, 10612, 8676, 10415, 8333, 7221, 8841, 7033, 10487, 8152, 12127, 8821, 9757, 8643, 7165, 9269, 7541, 12069, 8975, 7468, 9362, 7707, 11152, 8761, 7521, 10074, 8198, 8592, 8672, 7026, 10154, 7925, 8605, 7868, 7026, 10586, 8394, 7980, 9463, 7767, 12147, 8841, 8393, 10659, 8041, 6568, 8721, 8371, 7181, 9530, 9747, 8959, 9772, 12848, 10558, 12170, 8627, 9276, 8409, 8920, 10111, 13136, 12134, 9316, 11593, 8659, 7632, 7744, 9015, 8253, 6724, 9746, 8265, 6704, 10631, 8343, 7456, 9514, 7788, 13201, 9313, 9317, 8962, 7368, 9405, 8600, 7177, 11347, 8277, 13329, 9890, 10873, 8814, 6867, 8974, 7693, 9085, 8416, 6973, 10882, 8480, 8044, 9237, 7010, 11743, 9299, 10481, 10270, 8046, 8516, 8680, 8663, 10559, 8426, 11210, 9745, 8456, 7148, 7502, 6617, 9389, 8565, 7880, 12338, 9522, 8864, 11782, 9386, 8822, 10062, 13133, 11597, 10339, 11371, 8462, 7512, 7474, 7213, 7699, 7894, 6818, 9642, 7881, 7053, 9062, 7350, 12040, 9067, 11918, 8357, 9582, 8528, 7019, 8862, 7035, 11908, 8428, 10635, 8448, 6969, 8543, 7397, 10014, 8540, 7100, 8926, 7490, 9588, 8118, 6664, 8874, 7310, 11047, 8071, 7587, 8710, 7239, 6465, 8687, 7832, 8521, 9832, 8311, 10531, 9451, 8221, 11388, 10348, 8393, 8069, 10939, 8507, 11055, 12046, 9600, 10045, 10029, 7616, 7960, 8841, 7138, 12534, 9660, 8772, 12068, 8594, 7674, 11226, 8130, 14127, 9720, 9428, 8372, 7490, 8795, 7321, 11139, 8033, 8631, 7920, 6800, 8422, 7347, 8699, 7581, 6296, 8446, 7415, 8555, 7942, 6409, 10738, 8024, 7137, 8918, 7776, 10865, 9304, 7027, 11271, 8422, 8745, 9675, 7807, 6965, 8988, 7397, 8538, 10506, 9279, 12643, 10717, 8749, 11898, 10231, 8268, 8283, 12588, 9356, 7829, 10933, 8896, 6846, 7813, 7849, 7020, 11046, 8305, 8848, 9428, 7685, 9643, 9917, 8625, 10483, 7654, 12079, 8686, 9075, 8214, 6909, 10774, 8257, 6843, 11109, 8467, 7836, 12358, 9105, 10602, 9756, 7604, 12310, 8665, 9092, 9438, 7356, 10778, 8202, 6715, 9673, 8055, 6789, 9795, 7939, 6834, 10257, 8157, 7588, 9900, 8035, 9906, 9937, 7728, 7747, 7946, 6839, 10429, 8159, 7473, 10719, 7724, 6919, 8704, 7613, 7212, 9395, 7379, 6452, 8855, 6862, 6206, 8744, 7273, 6774, 10115, 10017, 9835, 10568, 12604, 11760, 12242, 11957, 10552, 9106, 10659, 7853, 6597, 9135, 7822, 6697, 10036, 8023, 10541, 8625, 10683, 10035, 9938, 10752, 8019, 11448, 8012, 10287, 8369, 7109, 8500, 7185, 8330, 7591, 6702, 9168, 7620, 6532, 8630, 7151, 8910, 7856, 6886, 10639, 8070, 6926, 11237, 8513, 6898, 10994, 8013, 8856, 8480, 7301, 11712, 9237, 10606, 8450, 6845, 9292, 6320, 6221, 6730, 7143, 7126, 7703, 8631, 7016, 6361, 9132, 7798, 6711, 7355, 9922, 10384, 7477, 9784, 11408, 8229, 6757, 9336, 7771, 7381, 11473, 8256, 11390, 10012, 8364, 13509, 8802, 9778, 8480, 8322, 9102, 7208, 12214, 8277, 9806, 8178, 7397, 8672, 7094, 10256, 8387, 8138, 8196, 7030, 9007, 8551, 7327, 10281, 7782, 9543, 8102, 6817, 9820, 7812, 13193, 9374, 8419, 8609, 6987, 10774, 7919, 13181, 9248, 8511, 8474, 7432, 8675, 8575, 7127, 10204, 8030, 7363, 10267, 6928, 6944, 7444, 7862, 10270, 10705, 6784, 6401, 7901, 8181, 9162, 12302, 13886, 13146, 13373, 11973, 9207, 7447, 8160, 7546, 8047, 8484, 7116, 11926, 8859, 10943, 8559, 8119, 9804, 7644, 12305, 7940, 8253, 8180, 6517, 8658, 6806, 10470, 7847, 6642, 8680, 7076, 7942, 7598, 6528, 8352, 7282, 10045, 7976, 6870, 9298, 8078, 6883, 9421, 9202, 12156, 9383, 7190, 10423, 7975, 9306, 8875, 7215, 11651, 7982, 11711, 8665, 8431, 8789, 7317, 8014, 7420, 6458, 6424, 7007, 6518, 11111, 10780, 9102, 7159, 9430, 10970, 11484, 10994, 9644, 11696, 15308, 13009, 9834, 7160, 6564, 6556, 6318, 6249, 6135, 7567, 6613, 9764, 7977, 10814, 9480, 11897, 9526, 12327, 9194, 12814, 10917, 10393, 13867, 9671, 13072, 9354, 12722, 9188, 11633, 7858, 10308, 7504, 10611, 7939, 10147, 8415, 7013, 11172, 8305, 10391, 11006, 9003, 13389, 10132, 11024, 8364, 9344, 7968, 13007, 8437, 12115, 9064, 11718, 8323, 10366, 7310, 7155, 7064, 6526, 6608, 6849, 6329, 9181, 7216, 9148, 8918, 6936, 11099, 11543, 10157, 9012, 10206, 9384, 15423, 11304, 11349, 12042, 9190, 13275, 9627, 10320, 9601, 7563, 12448, 8306, 10101, 10176, 9595, 11343, 8104, 11303, 8023, 8288, 7961, 7204, 9539, 8134, 7080, 8351, 7275, 11549, 8053, 10775, 8269, 8096, 7977, 7030, 9426, 7389, 10611, 7811, 8299, 7777, 7060, 8182, 6979, 10333, 7930, 8246, 8093, 6760, 10265, 7950, 11517, 8603, 9233, 8998, 6944, 10621, 7933, 11329, 8694, 8381, 9197, 7548, 11408, 8459, 8391, 9826, 7622, 12743, 8819, 7281, 10656, 7510, 6453, 6903, 6429, 11014, 8640, 8542, 11259, 10511, 10573, 12071, 9158, 9139, 11947, 9956, 7787, 7637, 7962, 7406, 6720, 9442, 8418, 7175, 11588, 8512, 12860, 9334, 12999, 9604, 12636, 9171, 11725, 8663, 10785, 8272, 10504, 7321, 10824, 7691, 8016, 7736, 6628, 8271, 6847, 9000, 7473, 9966, 7755, 9404, 7923, 10099, 8210, 9278, 8211, 8798, 7782, 6376, 7175, 6842, 6440, 7259, 7021, 7889, 7908, 7269, 10000, 8482, 8356, 10919, 9453, 11034, 11966, 9379, 12913, 10312, 11244, 11911, 9175, 10669, 8999, 7929, 12957, 8682, 8228, 9337, 7781, 11348, 8524, 9145, 9849, 8120, 11032, 8487, 8476, 8555, 6997, 10374, 7809, 12116, 8071, 8731, 8120, 7344, 8670, 7094, 9849, 7838, 8961, 7563, 6981, 8358, 7016, 10029, 7961, 7853, 7961, 6848, 10002, 7899, 9730, 8128, 7207, 10588, 8141, 12020, 8914, 9524, 9223, 8052, 10764, 8489, 12610, 8723, 8578, 9021, 7415, 11075, 8591, 11493, 9140, 7291, 8875, 7699, 7414, 10755, 7156, 6489, 9095, 7326, 11904, 9816, 11325, 8750, 13453, 11130, 15924, 11309, 9488, 10245, 8901, 9054, 8283, 7546, 6801, 8485, 7480, 6803, 9993], 'WindowCenter': [4010.0, 3960.0, 3978.0, 3944.0, 3974.0, 3955.0, 3974.0, 3943.0, 3931.0, 3952.0, 3921.0, 3974.0, 3943.0, 3983.0, 3954.0, 3963.0, 3953.0, 3931.0, 3965.0, 3945.0, 3996.0, 3965.0, 3945.0, 3966.0, 3946.0, 3986.0, 3967.0, 3947.0, 3977.0, 3957.0, 3968.0, 3970.0, 3950.0, 3993.0, 3959.0, 3955.0, 3943.0, 3934.0, 3976.0, 3955.0, 3956.0, 3966.0, 3945.0, 3989.0, 3975.0, 3965.0, 3995.0, 3965.0, 3943.0, 3973.0, 3975.0, 3954.0, 3996.0, 3996.0, 3983.0, 3991.0, 3999.0, 3976.0, 3998.0, 3940.0, 3950.0, 3941.0, 3950.0, 3961.0, 3982.0, 3971.0, 3937.0, 3959.0, 3938.0, 3932.0, 3943.0, 3950.0, 3952.0, 3921.0, 3965.0, 3956.0, 3937.0, 3989.0, 3956.0, 3947.0, 3968.0, 3948.0, 3998.0, 3955.0, 3965.0, 3955.0, 3933.0, 3966.0, 3955.0, 3935.0, 3987.0, 3955.0, 4000.0, 3979.0, 3977.0, 3955.0, 3923.0, 3955.0, 3947.0, 3967.0, 3957.0, 3938.0, 3990.0, 3972.0, 3961.0, 3983.0, 3953.0, 3992.0, 3985.0, 3993.0, 3993.0, 3960.0, 3970.0, 3959.0, 3971.0, 3979.0, 3960.0, 3993.0, 3967.0, 3961.0, 3942.0, 3941.0, 3931.0, 3971.0, 3959.0, 3947.0, 3990.0, 3956.0, 3945.0, 3965.0, 3944.0, 3941.0, 3949.0, 3971.0, 3963.0, 3950.0, 3947.0, 3927.0, 3915.0, 3915.0, 3915.0, 3927.0, 3938.0, 3934.0, 3962.0, 3943.0, 3932.0, 3964.0, 3946.0, 3998.0, 3968.0, 3999.0, 3957.0, 3963.0, 3954.0, 3921.0, 3952.0, 3919.0, 3983.0, 3953.0, 3973.0, 3943.0, 3922.0, 3955.0, 3947.0, 3975.0, 3968.0, 3949.0, 3968.0, 3947.0, 3977.0, 3944.0, 3924.0, 3967.0, 3949.0, 4007.0, 3976.0, 3967.0, 3975.0, 3954.0, 3933.0, 3984.0, 3965.0, 3972.0, 3995.0, 3973.0, 3995.0, 3984.0, 3987.0, 4005.0, 3993.0, 3971.0, 3933.0, 3978.0, 3956.0, 3990.0, 3987.0, 3967.0, 3964.0, 3964.0, 3934.0, 3945.0, 3955.0, 3936.0, 3999.0, 3966.0, 3954.0, 3986.0, 3955.0, 3934.0, 3977.0, 3933.0, 3985.0, 3952.0, 3951.0, 3941.0, 3933.0, 3941.0, 3920.0, 3972.0, 3930.0, 3941.0, 3929.0, 3920.0, 3942.0, 3933.0, 3954.0, 3945.0, 3925.0, 3957.0, 3960.0, 3982.0, 3961.0, 3940.0, 4002.0, 3961.0, 3950.0, 3984.0, 3976.0, 4006.0, 3982.0, 3952.0, 4006.0, 3988.0, 3984.0, 3995.0, 3965.0, 3952.0, 3984.0, 3965.0, 3974.0, 3994.0, 3984.0, 4005.0, 3996.0, 3963.0, 3991.0, 3981.0, 3945.0, 3958.0, 4000.0, 3967.0, 3945.0, 3979.0, 3968.0, 3925.0, 3944.0, 3944.0, 3934.0, 4004.0, 3976.0, 3970.0, 3969.0, 3935.0, 3968.0, 3977.0, 3969.0, 3978.0, 3945.0, 3986.0, 3954.0, 3954.0, 3942.0, 3924.0, 3976.0, 3958.0, 3927.0, 3988.0, 3958.0, 3947.0, 3998.0, 3968.0, 3976.0, 3965.0, 3933.0, 3985.0, 3943.0, 3954.0, 3953.0, 3934.0, 3974.0, 3943.0, 3912.0, 3964.0, 3945.0, 3925.0, 3979.0, 3961.0, 3940.0, 3992.0, 3963.0, 3963.0, 3981.0, 3948.0, 3967.0, 3968.0, 3937.0, 3947.0, 3947.0, 3928.0, 3991.0, 3963.0, 3950.0, 3993.0, 3964.0, 3953.0, 3986.0, 3966.0, 3952.0, 3986.0, 3963.0, 3941.0, 3984.0, 3932.0, 3922.0, 3973.0, 3941.0, 3929.0, 3968.0, 3966.0, 3963.0, 3961.0, 3955.0, 3972.0, 3960.0, 3961.0, 3961.0, 3952.0, 3958.0, 3928.0, 3920.0, 3948.0, 3931.0, 3922.0, 3964.0, 3943.0, 3975.0, 3943.0, 3963.0, 3953.0, 3952.0, 3961.0, 3928.0, 3959.0, 3929.0, 3962.0, 3940.0, 3920.0, 3941.0, 3922.0, 3939.0, 3930.0, 3911.0, 3953.0, 3945.0, 3926.0, 3967.0, 3949.0, 3980.0, 3960.0, 3938.0, 3992.0, 3961.0, 3940.0, 3992.0, 3970.0, 3939.0, 3991.0, 3959.0, 3970.0, 3958.0, 3949.0, 4002.0, 3971.0, 3991.0, 3962.0, 3943.0, 3973.0, 3931.0, 3919.0, 3927.0, 3926.0, 3952.0, 3948.0, 3959.0, 3939.0, 3929.0, 3984.0, 3961.0, 3941.0, 3948.0, 3978.0, 3976.0, 3919.0, 3990.0, 3988.0, 3955.0, 3924.0, 3977.0, 3947.0, 3948.0, 3988.0, 3955.0, 3987.0, 3965.0, 3955.0, 3998.0, 3964.0, 3965.0, 3954.0, 3943.0, 3953.0, 3931.0, 3973.0, 3941.0, 3961.0, 3942.0, 3933.0, 3953.0, 3921.0, 3974.0, 3953.0, 3943.0, 3952.0, 3932.0, 3968.0, 3969.0, 3948.0, 3978.0, 3947.0, 3967.0, 3956.0, 3926.0, 3978.0, 3959.0, 4001.0, 3969.0, 3959.0, 3958.0, 3936.0, 3976.0, 3958.0, 3999.0, 3967.0, 3957.0, 3961.0, 3949.0, 3970.0, 3972.0, 3954.0, 3993.0, 3973.0, 3952.0, 3995.0, 3953.0, 3952.0, 3938.0, 3973.0, 3994.0, 3993.0, 3941.0, 3930.0, 3959.0, 3958.0, 3968.0, 3976.0, 3985.0, 3974.0, 3973.0, 3961.0, 3938.0, 3919.0, 3940.0, 3931.0, 3940.0, 3953.0, 3921.0, 3974.0, 3954.0, 3974.0, 3956.0, 3943.0, 3962.0, 3930.0, 3970.0, 3930.0, 3939.0, 3944.0, 3911.0, 3939.0, 3921.0, 3962.0, 3942.0, 3922.0, 3952.0, 3922.0, 3943.0, 3945.0, 3925.0, 3957.0, 3947.0, 3978.0, 3956.0, 3938.0, 3994.0, 3958.0, 3948.0, 3979.0, 3952.0, 4015.0, 3967.0, 3932.0, 3974.0, 3943.0, 3965.0, 3954.0, 3932.0, 3974.0, 3944.0, 3984.0, 3955.0, 3946.0, 3961.0, 3951.0, 3961.0, 3937.0, 3930.0, 3916.0, 3940.0, 3928.0, 3994.0, 3995.0, 3948.0, 3932.0, 3959.0, 3958.0, 3966.0, 3966.0, 3942.0, 3950.0, 3981.0, 3959.0, 3935.0, 3879.0, 3891.0, 3894.0, 3908.0, 3935.0, 3940.0, 3986.0, 3966.0, 4020.0, 4001.0, 4018.0, 3996.0, 4016.0, 3983.0, 4003.0, 3968.0, 4000.0, 3976.0, 3964.0, 3987.0, 3965.0, 3986.0, 3954.0, 3983.0, 3952.0, 3974.0, 3943.0, 3973.0, 3932.0, 3961.0, 3942.0, 3974.0, 3954.0, 3934.0, 3987.0, 3956.0, 3977.0, 3976.0, 3955.0, 3985.0, 3965.0, 3974.0, 3943.0, 3951.0, 3941.0, 3982.0, 3941.0, 3972.0, 3954.0, 3972.0, 3944.0, 3978.0, 3949.0, 3939.0, 3937.0, 3926.0, 3927.0, 3927.0, 3931.0, 3981.0, 3952.0, 3983.0, 3984.0, 3951.0, 4003.0, 4002.0, 3994.0, 3967.0, 3978.0, 3965.0, 3995.0, 3960.0, 3987.0, 3983.0, 3953.0, 3982.0, 3949.0, 3960.0, 3937.0, 3917.0, 3967.0, 3924.0, 3945.0, 3947.0, 3947.0, 3959.0, 3927.0, 3957.0, 3915.0, 3924.0, 3914.0, 3904.0, 3949.0, 3926.0, 3906.0, 3939.0, 3918.0, 3959.0, 3928.0, 3957.0, 3926.0, 3916.0, 3928.0, 3906.0, 3949.0, 3917.0, 3959.0, 3929.0, 3940.0, 3931.0, 3936.0, 3967.0, 3935.0, 3986.0, 3956.0, 3953.0, 3954.0, 3933.0, 3987.0, 3956.0, 4000.0, 3969.0, 3979.0, 3969.0, 3948.0, 3988.0, 3971.0, 3990.0, 3969.0, 3957.0, 3966.0, 3948.0, 3989.0, 3959.0, 3958.0, 3978.0, 3960.0, 4014.0, 3972.0, 3948.0, 3976.0, 3949.0, 3929.0, 3939.0, 3914.0, 3964.0, 3944.0, 3955.0, 3976.0, 3963.0, 3950.0, 3973.0, 3937.0, 3951.0, 3957.0, 3959.0, 3926.0, 3927.0, 3939.0, 3928.0, 3919.0, 3962.0, 3941.0, 3919.0, 3973.0, 3940.0, 3971.0, 3948.0, 3969.0, 3947.0, 3968.0, 3935.0, 3955.0, 3925.0, 3955.0, 3925.0, 3946.0, 3916.0, 3945.0, 3913.0, 3923.0, 3914.0, 3904.0, 3935.0, 3907.0, 3950.0, 3929.0, 3961.0, 3942.0, 3962.0, 3941.0, 3962.0, 3941.0, 3951.0, 3941.0, 3967.0, 3948.0, 3927.0, 3934.0, 3924.0, 3925.0, 3946.0, 3936.0, 3958.0, 3957.0, 3936.0, 3979.0, 3971.0, 3972.0, 4003.0, 3981.0, 3977.0, 3987.0, 3966.0, 3999.0, 3977.0, 3987.0, 3987.0, 3964.0, 3972.0, 3951.0, 3954.0, 3995.0, 3953.0, 3940.0, 3952.0, 3932.0, 3973.0, 3941.0, 3953.0, 3962.0, 3930.0, 3971.0, 3952.0, 3941.0, 3940.0, 3919.0, 3958.0, 3929.0, 3970.0, 3940.0, 3940.0, 3940.0, 3919.0, 3939.0, 3920.0, 3961.0, 3930.0, 3953.0, 3945.0, 3934.0, 3956.0, 3948.0, 3976.0, 3955.0, 3956.0, 3956.0, 3935.0, 3989.0, 3958.0, 3979.0, 3969.0, 3948.0, 3989.0, 3970.0, 4009.0, 3980.0, 3979.0, 3980.0, 3958.0, 3989.0, 3982.0, 4009.0, 3969.0, 3969.0, 3979.0, 3958.0, 3998.0, 3969.0, 4015.0, 3983.0, 3965.0, 3984.0, 3962.0, 3952.0, 4007.0, 3966.0, 3954.0, 3987.0, 3950.0, 3992.0, 3967.0, 3991.0, 3957.0, 4002.0, 3965.0, 3996.0, 3961.0, 3953.0, 3963.0, 3953.0, 3953.0, 3955.0, 3943.0, 3923.0, 3966.0, 3959.0, 3950.0, 3991.0], 'WindowWidth': [8954.0, 8868.0, 8885.0, 8833.0, 8871.0, 8844.0, 8869.0, 8824.0, 8807.0, 8836.0, 8795.0, 8867.0, 8826.0, 8880.0, 8841.0, 8854.0, 8839.0, 8810.0, 8860.0, 8835.0, 8903.0, 8861.0, 8833.0, 8862.0, 8834.0, 8888.0, 8863.0, 8836.0, 8879.0, 8851.0, 8869.0, 8872.0, 8850.0, 8908.0, 8858.0, 8845.0, 8825.0, 8815.0, 8874.0, 8843.0, 8846.0, 8860.0, 8829.0, 8896.0, 8882.0, 8869.0, 8912.0, 8869.0, 8837.0, 8878.0, 8883.0, 8856.0, 8914.0, 8917.0, 8894.0, 8902.0, 8913.0, 8876.0, 8909.0, 8814.0, 8829.0, 8818.0, 8826.0, 8842.0, 8874.0, 8855.0, 8801.0, 8838.0, 8806.0, 8809.0, 8824.0, 8828.0, 8836.0, 8793.0, 8858.0, 8850.0, 8826.0, 8896.0, 8847.0, 8837.0, 8864.0, 8839.0, 8906.0, 8841.0, 8857.0, 8842.0, 8812.0, 8859.0, 8843.0, 8818.0, 8888.0, 8844.0, 8912.0, 8880.0, 8876.0, 8844.0, 8799.0, 8842.0, 8837.0, 8861.0, 8850.0, 8825.0, 8899.0, 8878.0, 8864.0, 8896.0, 8856.0, 8902.0, 8897.0, 8904.0, 8907.0, 8857.0, 8872.0, 8855.0, 8874.0, 8881.0, 8857.0, 8906.0, 8862.0, 8860.0, 8835.0, 8828.0, 8818.0, 8871.0, 8850.0, 8831.0, 8894.0, 8841.0, 8824.0, 8853.0, 8823.0, 8815.0, 8821.0, 8858.0, 8850.0, 8824.0, 8816.0, 8791.0, 8774.0, 8772.0, 8773.0, 8794.0, 8811.0, 8816.0, 8852.0, 8826.0, 8811.0, 8855.0, 8837.0, 8907.0, 8865.0, 8912.0, 8853.0, 8852.0, 8840.0, 8793.0, 8835.0, 8788.0, 8879.0, 8840.0, 8865.0, 8824.0, 8796.0, 8845.0, 8837.0, 8873.0, 8868.0, 8844.0, 8867.0, 8836.0, 8877.0, 8829.0, 8803.0, 8863.0, 8844.0, 8929.0, 8888.0, 8875.0, 8885.0, 8855.0, 8828.0, 8897.0, 8872.0, 8878.0, 8910.0, 8878.0, 8911.0, 8896.0, 8905.0, 8929.0, 8908.0, 8875.0, 8808.0, 8879.0, 8847.0, 8899.0, 8892.0, 8862.0, 8856.0, 8853.0, 8813.0, 8829.0, 8842.0, 8820.0, 8910.0, 8859.0, 8840.0, 8888.0, 8843.0, 8813.0, 8873.0, 8810.0, 8886.0, 8833.0, 8831.0, 8818.0, 8812.0, 8818.0, 8789.0, 8861.0, 8803.0, 8817.0, 8800.0, 8791.0, 8823.0, 8811.0, 8841.0, 8833.0, 8806.0, 8850.0, 8863.0, 8895.0, 8863.0, 8834.0, 8917.0, 8862.0, 8848.0, 8898.0, 8893.0, 8930.0, 8892.0, 8853.0, 8928.0, 8909.0, 8900.0, 8914.0, 8875.0, 8852.0, 8895.0, 8872.0, 8883.0, 8908.0, 8893.0, 8924.0, 8913.0, 8864.0, 8900.0, 8883.0, 8830.0, 8854.0, 8913.0, 8861.0, 8831.0, 8881.0, 8868.0, 8806.0, 8828.0, 8829.0, 8817.0, 8925.0, 8886.0, 8867.0, 8864.0, 8814.0, 8865.0, 8876.0, 8868.0, 8879.0, 8829.0, 8886.0, 8839.0, 8840.0, 8822.0, 8799.0, 8871.0, 8850.0, 8809.0, 8894.0, 8851.0, 8835.0, 8907.0, 8866.0, 8874.0, 8857.0, 8811.0, 8884.0, 8824.0, 8839.0, 8837.0, 8811.0, 8864.0, 8824.0, 8779.0, 8851.0, 8830.0, 8804.0, 8883.0, 8863.0, 8831.0, 8905.0, 8868.0, 8869.0, 8885.0, 8837.0, 8861.0, 8862.0, 8821.0, 8834.0, 8835.0, 8811.0, 8900.0, 8864.0, 8845.0, 8908.0, 8869.0, 8852.0, 8901.0, 8876.0, 8852.0, 8901.0, 8869.0, 8836.0, 8896.0, 8823.0, 8809.0, 8877.0, 8829.0, 8810.0, 8863.0, 8858.0, 8850.0, 8846.0, 8829.0, 8863.0, 8842.0, 8847.0, 8843.0, 8835.0, 8835.0, 8796.0, 8789.0, 8825.0, 8805.0, 8793.0, 8853.0, 8825.0, 8868.0, 8823.0, 8851.0, 8836.0, 8831.0, 8845.0, 8795.0, 8840.0, 8800.0, 8849.0, 8816.0, 8789.0, 8818.0, 8797.0, 8815.0, 8802.0, 8778.0, 8838.0, 8832.0, 8807.0, 8865.0, 8845.0, 8886.0, 8859.0, 8829.0, 8904.0, 8863.0, 8832.0, 8904.0, 8872.0, 8830.0, 8902.0, 8858.0, 8872.0, 8853.0, 8845.0, 8917.0, 8874.0, 8900.0, 8864.0, 8840.0, 8879.0, 8822.0, 8802.0, 8808.0, 8803.0, 8850.0, 8836.0, 8851.0, 8826.0, 8816.0, 8895.0, 8861.0, 8835.0, 8841.0, 8882.0, 8874.0, 8782.0, 8902.0, 8895.0, 8845.0, 8804.0, 8879.0, 8837.0, 8841.0, 8891.0, 8843.0, 8892.0, 8859.0, 8846.0, 8909.0, 8856.0, 8857.0, 8841.0, 8824.0, 8839.0, 8807.0, 8863.0, 8819.0, 8845.0, 8823.0, 8814.0, 8841.0, 8795.0, 8867.0, 8839.0, 8827.0, 8838.0, 8812.0, 8868.0, 8870.0, 8841.0, 8880.0, 8838.0, 8863.0, 8848.0, 8808.0, 8879.0, 8858.0, 8913.0, 8868.0, 8854.0, 8850.0, 8820.0, 8872.0, 8854.0, 8910.0, 8862.0, 8847.0, 8859.0, 8843.0, 8872.0, 8880.0, 8860.0, 8910.0, 8886.0, 8852.0, 8914.0, 8858.0, 8852.0, 8826.0, 8881.0, 8908.0, 8908.0, 8833.0, 8817.0, 8855.0, 8852.0, 8866.0, 8873.0, 8885.0, 8868.0, 8865.0, 8845.0, 8809.0, 8784.0, 8814.0, 8806.0, 8816.0, 8837.0, 8794.0, 8867.0, 8839.0, 8870.0, 8849.0, 8824.0, 8847.0, 8801.0, 8860.0, 8801.0, 8814.0, 8827.0, 8780.0, 8814.0, 8795.0, 8849.0, 8822.0, 8795.0, 8835.0, 8797.0, 8826.0, 8832.0, 8808.0, 8853.0, 8840.0, 8880.0, 8850.0, 8832.0, 8913.0, 8852.0, 8843.0, 8885.0, 8833.0, 8940.0, 8865.0, 8810.0, 8865.0, 8823.0, 8855.0, 8841.0, 8809.0, 8869.0, 8826.0, 8883.0, 8842.0, 8831.0, 8859.0, 8845.0, 8861.0, 8822.0, 8819.0, 8793.0, 8831.0, 8812.0, 8908.0, 8909.0, 8830.0, 8819.0, 8847.0, 8843.0, 8853.0, 8853.0, 8816.0, 8825.0, 8873.0, 8835.0, 8798.0, 8713.0, 8734.0, 8747.0, 8776.0, 8826.0, 8841.0, 8910.0, 8885.0, 8959.0, 8936.0, 8953.0, 8919.0, 8945.0, 8894.0, 8922.0, 8866.0, 8915.0, 8874.0, 8856.0, 8890.0, 8856.0, 8890.0, 8840.0, 8882.0, 8834.0, 8870.0, 8828.0, 8868.0, 8810.0, 8845.0, 8822.0, 8867.0, 8843.0, 8816.0, 8893.0, 8847.0, 8876.0, 8874.0, 8843.0, 8888.0, 8856.0, 8865.0, 8824.0, 8833.0, 8819.0, 8875.0, 8818.0, 8863.0, 8842.0, 8863.0, 8827.0, 8879.0, 8843.0, 8830.0, 8824.0, 8808.0, 8808.0, 8811.0, 8823.0, 8887.0, 8851.0, 8892.0, 8895.0, 8850.0, 8923.0, 8920.0, 8913.0, 8863.0, 8882.0, 8858.0, 8904.0, 8846.0, 8895.0, 8882.0, 8839.0, 8879.0, 8828.0, 8842.0, 8806.0, 8782.0, 8848.0, 8786.0, 8816.0, 8819.0, 8821.0, 8840.0, 8793.0, 8833.0, 8772.0, 8785.0, 8770.0, 8759.0, 8824.0, 8790.0, 8764.0, 8812.0, 8783.0, 8839.0, 8795.0, 8834.0, 8791.0, 8776.0, 8795.0, 8765.0, 8826.0, 8781.0, 8839.0, 8801.0, 8816.0, 8806.0, 8822.0, 8867.0, 8822.0, 8889.0, 8848.0, 8841.0, 8844.0, 8815.0, 8890.0, 8850.0, 8913.0, 8869.0, 8883.0, 8870.0, 8841.0, 8894.0, 8878.0, 8901.0, 8868.0, 8851.0, 8861.0, 8841.0, 8898.0, 8857.0, 8853.0, 8880.0, 8860.0, 8938.0, 8877.0, 8840.0, 8873.0, 8846.0, 8817.0, 8829.0, 8787.0, 8852.0, 8825.0, 8840.0, 8873.0, 8846.0, 8826.0, 8865.0, 8805.0, 8830.0, 8836.0, 8839.0, 8791.0, 8795.0, 8814.0, 8801.0, 8788.0, 8850.0, 8822.0, 8790.0, 8867.0, 8816.0, 8860.0, 8826.0, 8856.0, 8821.0, 8851.0, 8800.0, 8830.0, 8785.0, 8830.0, 8790.0, 8818.0, 8778.0, 8814.0, 8770.0, 8784.0, 8773.0, 8761.0, 8805.0, 8770.0, 8829.0, 8803.0, 8847.0, 8824.0, 8849.0, 8823.0, 8850.0, 8821.0, 8835.0, 8820.0, 8864.0, 8840.0, 8810.0, 8816.0, 8804.0, 8808.0, 8840.0, 8824.0, 8853.0, 8849.0, 8820.0, 8881.0, 8877.0, 8880.0, 8922.0, 8889.0, 8876.0, 8892.0, 8863.0, 8914.0, 8878.0, 8893.0, 8893.0, 8855.0, 8865.0, 8836.0, 8844.0, 8902.0, 8841.0, 8819.0, 8835.0, 8808.0, 8865.0, 8819.0, 8836.0, 8848.0, 8802.0, 8859.0, 8836.0, 8820.0, 8816.0, 8786.0, 8839.0, 8800.0, 8859.0, 8816.0, 8818.0, 8815.0, 8787.0, 8814.0, 8790.0, 8844.0, 8805.0, 8840.0, 8835.0, 8818.0, 8850.0, 8845.0, 8877.0, 8847.0, 8849.0, 8848.0, 8821.0, 8898.0, 8855.0, 8886.0, 8872.0, 8844.0, 8900.0, 8875.0, 8926.0, 8886.0, 8884.0, 8885.0, 8853.0, 8898.0, 8893.0, 8928.0, 8871.0, 8872.0, 8886.0, 8856.0, 8910.0, 8872.0, 8942.0, 8895.0, 8875.0, 8895.0, 8866.0, 8848.0, 8933.0, 8878.0, 8859.0, 8905.0, 8843.0, 8905.0, 8859.0, 8898.0, 8846.0, 8917.0, 8851.0, 8905.0, 8842.0, 8835.0, 8850.0, 8838.0, 8839.0, 8843.0, 8825.0, 8799.0, 8862.0, 8859.0, 8848.0, 8900.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.0026149311926605503</td></tr>
<tr><td colspan=3>aqi</td><td>0.04822889564220184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73571078337542</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1419220268312287</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0253147928587825</td></tr>
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
<tr><td colspan=3>fber</td><td>3419.6506</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21019370384835953</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>322</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.92660550458716</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6362038469489284</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.642595300631982</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.742557025521436</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.523459214693366</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128357</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002583480905741453</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020381536334753036</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1306686063847495</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>24.2755</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4539</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.1746</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300037.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>784.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.5481</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6768</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.1072</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3178.5892</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>813.9065</td></tr>
<tr><td colspan=3>tsnr</td><td>29.2561032443773</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>