ds005256-mriqc/sub-0091_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 9b98f32f3f [DATALAD RUNCMD] Compute MRIQC for sub-0091
=== 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-0091 --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-0091",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:00:37 +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-0091_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0091_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-03/func/sub-0091_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2272675fccb5056505942809ba35c56a</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:53:6.705000</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.999898, 0.0119927, 0.0076995, -0.00994769, 0.974186, -0.225527]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109651</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7708, -7264, 586, -100, -187, -92, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>797d9630-4be4-49ec-9e6f-fd96d5ffa0d0||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.68265438079834, -0.026688937097787857, 0.027554631233215332, 112.75200653076172], [-0.032175544649362564, 2.6136703491210938, -0.6086530089378357, -75.23147583007812], [0.020657192915678024, 0.6050711870193481, 2.6303579807281494, -100.48424530029297], [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': ['125306.705000', '125307.165000', '125307.625000', '125308.085000', '125308.545000', '125309.005000', '125309.465000', '125309.925000', '125310.385000', '125310.845000', '125311.305000', '125311.765000', '125312.225000', '125312.685000', '125313.145000', '125313.605000', '125314.065000', '125314.525000', '125314.985000', '125315.445000', '125315.905000', '125316.365000', '125316.825000', '125317.285000', '125317.745000', '125318.205000', '125318.665000', '125319.125000', '125319.585000', '125320.045000', '125320.505000', '125320.965000', '125321.425000', '125321.885000', '125322.345000', '125322.805000', '125323.265000', '125323.725000', '125324.185000', '125324.645000', '125325.105000', '125325.565000', '125326.025000', '125326.485000', '125326.945000', '125327.405000', '125327.865000', '125328.325000', '125328.785000', '125329.245000', '125329.705000', '125330.165000', '125330.625000', '125331.085000', '125331.545000', '125332.005000', '125332.465000', '125332.925000', '125333.385000', '125333.845000', '125334.305000', '125334.765000', '125335.225000', '125335.685000', '125336.145000', '125336.605000', '125337.065000', '125337.525000', '125337.985000', '125338.445000', '125338.905000', '125339.365000', '125339.825000', '125340.285000', '125340.745000', '125341.205000', '125341.665000', '125342.125000', '125342.585000', '125343.045000', '125343.505000', '125343.965000', '125344.425000', '125344.885000', '125345.345000', '125345.805000', '125346.265000', '125346.725000', '125347.185000', '125347.645000', '125348.105000', '125348.565000', '125349.025000', '125349.485000', '125349.945000', '125350.405000', '125350.865000', '125351.325000', '125351.785000', '125352.245000', '125352.705000', '125353.165000', '125353.625000', '125354.085000', '125354.545000', '125355.005000', '125355.465000', '125355.925000', '125356.385000', '125356.845000', '125357.305000', '125357.765000', '125358.225000', '125358.685000', '125359.145000', '125359.605000', '125400.065000', '125400.525000', '125400.985000', '125401.445000', '125401.905000', '125402.365000', '125402.825000', '125403.285000', '125403.745000', '125404.205000', '125404.665000', '125405.125000', '125405.585000', '125406.045000', '125406.505000', '125406.965000', '125407.425000', '125407.885000', '125408.345000', '125408.805000', '125409.265000', '125409.725000', '125410.185000', '125410.645000', '125411.105000', '125411.565000', '125412.025000', '125412.485000', '125412.945000', '125413.405000', '125413.865000', '125414.325000', '125414.785000', '125415.245000', '125415.705000', '125416.165000', '125416.625000', '125417.085000', '125417.545000', '125418.005000', '125418.465000', '125418.925000', '125419.385000', '125419.845000', '125420.305000', '125420.765000', '125421.225000', '125421.685000', '125422.145000', '125422.605000', '125423.065000', '125423.525000', '125423.985000', '125424.445000', '125424.905000', '125425.365000', '125425.825000', '125426.285000', '125426.745000', '125427.205000', '125427.665000', '125428.125000', '125428.585000', '125429.045000', '125429.505000', '125429.965000', '125430.425000', '125430.885000', '125431.345000', '125431.805000', '125432.265000', '125432.725000', '125433.185000', '125433.645000', '125434.105000', '125434.565000', '125435.025000', '125435.485000', '125435.945000', '125436.405000', '125436.865000', '125437.325000', '125437.785000', '125438.245000', '125438.705000', '125439.165000', '125439.625000', '125440.085000', '125440.545000', '125441.005000', '125441.465000', '125441.925000', '125442.385000', '125442.845000', '125443.305000', '125443.765000', '125444.225000', '125444.685000', '125445.145000', '125445.605000', '125446.065000', '125446.525000', '125446.985000', '125447.445000', '125447.905000', '125448.365000', '125448.825000', '125449.285000', '125449.745000', '125450.205000', '125450.665000', '125451.125000', '125451.585000', '125452.045000', '125452.505000', '125452.965000', '125453.425000', '125453.885000', '125454.345000', '125454.805000', '125455.265000', '125455.725000', '125456.185000', '125456.645000', '125457.105000', '125457.565000', '125458.025000', '125458.485000', '125458.945000', '125459.405000', '125459.865000', '125500.325000', '125500.785000', '125501.245000', '125501.705000', '125502.165000', '125502.625000', '125503.085000', '125503.545000', '125504.005000', '125504.465000', '125504.925000', '125505.385000', '125505.845000', '125506.305000', '125506.765000', '125507.225000', '125507.685000', '125508.145000', '125508.605000', '125509.065000', '125509.525000', '125509.985000', '125510.445000', '125510.905000', '125511.365000', '125511.825000', '125512.285000', '125512.745000', '125513.205000', '125513.665000', '125514.125000', '125514.585000', '125515.045000', '125515.505000', '125515.965000', '125516.425000', '125516.885000', '125517.345000', '125517.805000', '125518.265000', '125518.725000', '125519.185000', '125519.645000', '125520.105000', '125520.565000', '125521.025000', '125521.485000', '125521.945000', '125522.405000', '125522.865000', '125523.325000', '125523.785000', '125524.245000', '125524.705000', '125525.165000', '125525.625000', '125526.085000', '125526.545000', '125527.005000', '125527.465000', '125527.925000', '125528.385000', '125528.845000', '125529.305000', '125529.765000', '125530.225000', '125530.685000', '125531.145000', '125531.605000', '125532.065000', '125532.525000', '125532.985000', '125533.445000', '125533.905000', '125534.365000', '125534.825000', '125535.285000', '125535.745000', '125536.205000', '125536.665000', '125537.125000', '125537.585000', '125538.045000', '125538.505000', '125538.965000', '125539.425000', '125539.885000', '125540.345000', '125540.805000', '125541.265000', '125541.725000', '125542.185000', '125542.645000', '125543.105000', '125543.565000', '125544.025000', '125544.485000', '125544.945000', '125545.405000', '125545.865000', '125546.325000', '125546.785000', '125547.245000', '125547.705000', '125548.165000', '125548.625000', '125549.085000', '125549.545000', '125550.005000', '125550.465000', '125550.925000', '125551.385000', '125551.845000', '125552.305000', '125552.765000', '125553.225000', '125553.685000', '125554.145000', '125554.605000', '125555.065000', '125555.525000', '125555.985000', '125556.445000', '125556.905000', '125557.365000', '125557.825000', '125558.285000', '125558.745000', '125559.205000', '125559.665000', '125600.125000', '125600.585000', '125601.045000', '125601.505000', '125601.965000', '125602.425000', '125602.885000', '125603.345000', '125603.805000', '125604.265000', '125604.725000', '125605.185000', '125605.645000', '125606.105000', '125606.565000', '125607.025000', '125607.485000', '125607.945000', '125608.405000', '125608.865000', '125609.325000', '125609.785000', '125610.245000', '125610.705000', '125611.165000', '125611.625000', '125612.085000', '125612.545000', '125613.005000', '125613.465000', '125613.925000', '125614.385000', '125614.845000', '125615.305000', '125615.765000', '125616.225000', '125616.685000', '125617.145000', '125617.605000', '125618.065000', '125618.525000', '125618.985000', '125619.445000', '125619.905000', '125620.365000', '125620.825000', '125621.285000', '125621.745000', '125622.205000', '125622.665000', '125623.125000', '125623.585000', '125624.045000', '125624.505000', '125624.965000', '125625.425000', '125625.885000', '125626.345000', '125626.805000', '125627.265000', '125627.725000', '125628.185000', '125628.645000', '125629.105000', '125629.565000', '125630.025000', '125630.485000', '125630.945000', '125631.405000', '125631.865000', '125632.325000', '125632.785000', '125633.245000', '125633.705000', '125634.165000', '125634.625000', '125635.085000', '125635.545000', '125636.005000', '125636.465000', '125636.925000', '125637.385000', '125637.845000', '125638.305000', '125638.765000', '125639.225000', '125639.685000', '125640.145000', '125640.605000', '125641.065000', '125641.525000', '125641.985000', '125642.445000', '125642.905000', '125643.365000', '125643.825000', '125644.285000', '125644.745000', '125645.205000', '125645.665000', '125646.125000', '125646.585000', '125647.045000', '125647.505000', '125647.965000', '125648.425000', '125648.885000', '125649.345000', '125649.805000', '125650.265000', '125650.725000', '125651.185000', '125651.645000', '125652.105000', '125652.565000', '125653.025000', '125653.485000', '125653.945000', '125654.405000', '125654.865000', '125655.325000', '125655.785000', '125656.245000', '125656.705000', '125657.165000', '125657.625000', '125658.085000', '125658.545000', '125659.005000', '125659.465000', '125659.925000', '125700.385000', '125700.845000', '125701.305000', '125701.765000', '125702.225000', '125702.685000', '125703.145000', '125703.605000', '125704.065000', '125704.525000', '125704.985000', '125705.445000', '125705.905000', '125706.365000', '125706.825000', '125707.285000', '125707.745000', '125708.205000', '125708.665000', '125709.125000', '125709.585000', '125710.045000', '125710.505000', '125710.965000', '125711.425000', '125711.885000', '125712.345000', '125712.805000', '125713.265000', '125713.725000', '125714.185000', '125714.645000', '125715.105000', '125715.565000', '125716.025000', '125716.485000', '125716.945000', '125717.405000', '125717.865000', '125718.325000', '125718.785000', '125719.245000', '125719.705000', '125720.165000', '125720.625000', '125721.085000', '125721.545000', '125722.005000', '125722.465000', '125722.925000', '125723.385000', '125723.845000', '125724.305000', '125724.765000', '125725.225000', '125725.685000', '125726.145000', '125726.605000', '125727.065000', '125727.525000', '125727.985000', '125728.445000', '125728.905000', '125729.365000', '125729.825000', '125730.285000', '125730.745000', '125731.205000', '125731.665000', '125732.125000', '125732.585000', '125733.045000', '125733.505000', '125733.965000', '125734.425000', '125734.885000', '125735.345000', '125735.805000', '125736.265000', '125736.725000', '125737.185000', '125737.645000', '125738.105000', '125738.565000', '125739.025000', '125739.485000', '125739.945000', '125740.405000', '125740.865000', '125741.325000', '125741.785000', '125742.245000', '125742.705000', '125743.165000', '125743.625000', '125744.085000', '125744.545000', '125745.005000', '125745.465000', '125745.925000', '125746.385000', '125746.845000', '125747.305000', '125747.765000', '125748.225000', '125748.685000', '125749.145000', '125749.605000', '125750.065000', '125750.525000', '125750.985000', '125751.445000', '125751.905000', '125752.365000', '125752.825000', '125753.285000', '125753.745000', '125754.205000', '125754.665000', '125755.125000', '125755.585000', '125756.045000', '125756.505000', '125756.965000', '125757.425000', '125757.885000', '125758.345000', '125758.805000', '125759.265000', '125759.725000', '125800.185000', '125800.645000', '125801.105000', '125801.565000', '125802.025000', '125802.485000', '125802.945000', '125803.405000', '125803.865000', '125804.325000', '125804.785000', '125805.245000', '125805.705000', '125806.165000', '125806.625000', '125807.085000', '125807.545000', '125808.005000', '125808.465000', '125808.925000', '125809.385000', '125809.845000', '125810.305000', '125810.765000', '125811.225000', '125811.685000', '125812.145000', '125812.605000', '125813.065000', '125813.525000', '125813.985000', '125814.445000', '125814.905000', '125815.365000', '125815.825000', '125816.285000', '125816.745000', '125817.205000', '125817.665000', '125818.125000', '125818.585000', '125819.045000', '125819.505000', '125819.965000', '125820.425000', '125820.885000', '125821.345000', '125821.805000', '125822.265000', '125822.725000', '125823.185000', '125823.645000', '125824.105000', '125824.565000', '125825.025000', '125825.485000', '125825.945000', '125826.405000', '125826.865000', '125827.325000', '125827.785000', '125828.245000', '125828.705000', '125829.165000', '125829.625000', '125830.085000', '125830.545000', '125831.005000', '125831.465000', '125831.925000', '125832.385000', '125832.845000', '125833.305000', '125833.765000', '125834.225000', '125834.685000', '125835.145000', '125835.605000', '125836.065000', '125836.525000', '125836.985000', '125837.445000', '125837.905000', '125838.365000', '125838.825000', '125839.285000', '125839.745000', '125840.205000', '125840.665000', '125841.125000', '125841.585000', '125842.045000', '125842.505000', '125842.965000', '125843.425000', '125843.885000', '125844.345000', '125844.805000', '125845.265000', '125845.725000', '125846.185000', '125846.645000', '125847.105000', '125847.565000', '125848.025000', '125848.485000', '125848.945000', '125849.405000', '125849.865000', '125850.325000', '125850.785000', '125851.245000', '125851.705000', '125852.165000', '125852.625000', '125853.085000', '125853.545000', '125854.005000', '125854.465000', '125854.925000', '125855.385000', '125855.845000', '125856.305000', '125856.765000', '125857.225000', '125857.685000', '125858.145000', '125858.605000', '125859.065000', '125859.525000', '125859.985000', '125900.445000', '125900.905000', '125901.365000', '125901.825000', '125902.285000', '125902.745000', '125903.205000', '125903.665000', '125904.125000', '125904.585000', '125905.045000', '125905.505000', '125905.965000', '125906.425000', '125906.885000', '125907.345000', '125907.805000', '125908.265000', '125908.725000', '125909.185000', '125909.645000', '125910.105000', '125910.565000', '125911.025000', '125911.485000', '125911.945000', '125912.405000', '125912.865000', '125913.325000', '125913.785000', '125914.245000', '125914.705000', '125915.165000', '125915.625000', '125916.085000', '125916.545000', '125917.005000', '125917.465000', '125917.925000', '125918.385000', '125918.845000', '125919.305000', '125919.765000', '125920.225000', '125920.685000', '125921.145000', '125921.605000', '125922.065000', '125922.525000', '125922.985000', '125923.445000', '125923.905000', '125924.365000', '125924.825000', '125925.285000', '125925.745000', '125926.205000', '125926.665000', '125927.125000', '125927.585000', '125928.045000', '125928.505000', '125928.965000', '125929.425000', '125929.885000', '125930.345000', '125930.805000', '125931.265000', '125931.725000', '125932.185000', '125932.645000', '125933.105000', '125933.565000', '125934.025000', '125934.485000', '125934.945000', '125935.405000', '125935.865000', '125936.325000', '125936.785000', '125937.245000', '125937.705000', '125938.165000', '125938.625000', '125939.085000', '125939.545000', '125940.005000', '125940.465000', '125940.925000', '125941.385000', '125941.845000', '125942.305000', '125942.765000', '125943.225000', '125943.685000', '125944.145000', '125944.605000', '125945.065000', '125945.525000', '125945.985000', '125946.445000', '125946.905000', '125947.365000'], 'ContentTime': ['125330.615000', '125330.618000', '125330.621000', '125330.623000', '125330.626000', '125330.628000', '125330.631000', '125330.634000', '125330.636000', '125330.639000', '125330.641000', '125330.644000', '125330.646000', '125330.649000', '125330.652000', '125330.654000', '125330.657000', '125330.659000', '125330.662000', '125330.665000', '125330.667000', '125330.670000', '125330.672000', '125330.675000', '125330.677000', '125330.680000', '125330.683000', '125330.690000', '125330.692000', '125330.695000', '125330.697000', '125330.700000', '125330.703000', '125330.705000', '125330.708000', '125330.710000', '125330.713000', '125330.715000', '125330.718000', '125330.720000', '125330.723000', '125330.726000', '125330.728000', '125330.731000', '125330.733000', '125330.736000', '125330.738000', '125330.741000', '125330.743000', '125330.746000', '125350.586000', '125350.589000', '125350.592000', '125350.595000', '125350.597000', '125350.600000', '125350.602000', '125350.605000', '125350.608000', '125350.610000', '125350.613000', '125350.615000', '125350.618000', '125350.621000', '125350.623000', '125350.626000', '125350.628000', '125350.631000', '125350.634000', '125350.636000', '125350.639000', '125350.641000', '125350.644000', '125350.647000', '125350.649000', '125350.652000', '125350.654000', '125350.657000', '125350.662000', '125350.665000', '125350.667000', '125350.670000', '125350.672000', '125350.675000', '125350.678000', '125350.680000', '125350.683000', '125350.685000', '125350.688000', '125350.690000', '125350.693000', '125350.696000', '125350.698000', '125350.701000', '125410.586000', '125410.589000', '125410.592000', '125410.594000', '125410.621000', '125410.624000', '125410.627000', '125410.629000', '125410.632000', '125410.635000', '125410.637000', '125410.640000', '125410.642000', '125410.645000', '125410.647000', '125410.650000', '125410.652000', '125410.655000', '125410.658000', '125410.660000', '125410.663000', '125410.666000', '125410.668000', '125410.671000', '125410.673000', '125410.676000', '125410.678000', '125410.681000', '125410.683000', '125410.686000', '125410.689000', '125410.692000', '125410.694000', '125410.709000', '125410.711000', '125410.714000', '125410.716000', '125410.719000', '125410.722000', '125410.724000', '125410.727000', '125410.730000', '125410.733000', '125430.586000', '125430.589000', '125430.592000', '125430.595000', '125430.597000', '125430.600000', '125430.603000', '125430.605000', '125430.608000', '125430.610000', '125430.613000', '125430.616000', '125430.618000', '125430.621000', '125430.623000', '125430.626000', '125430.629000', '125430.631000', '125430.634000', '125430.636000', '125430.639000', '125430.642000', '125430.644000', '125430.647000', '125430.649000', '125430.652000', '125430.654000', '125430.657000', '125430.659000', '125430.662000', '125430.665000', '125430.667000', '125430.670000', '125430.672000', '125430.675000', '125430.677000', '125430.680000', '125430.683000', '125430.685000', '125430.688000', '125430.690000', '125430.693000', '125430.698000', '125430.700000', '125450.587000', '125450.589000', '125450.592000', '125450.594000', '125450.597000', '125450.605000', '125450.607000', '125450.610000', '125450.613000', '125450.615000', '125450.618000', '125450.620000', '125450.623000', '125450.626000', '125450.628000', '125450.631000', '125450.633000', '125450.636000', '125450.638000', '125450.641000', '125450.644000', '125450.646000', '125450.649000', '125450.651000', '125450.654000', '125450.656000', '125450.659000', '125450.662000', '125450.664000', '125450.667000', '125450.669000', '125450.672000', '125450.674000', '125450.677000', '125450.679000', '125450.682000', '125450.685000', '125450.688000', '125450.690000', '125450.693000', '125450.695000', '125450.698000', '125450.701000', '125510.586000', '125510.589000', '125510.610000', '125510.613000', '125510.615000', '125510.618000', '125510.621000', '125510.623000', '125510.626000', '125510.628000', '125510.631000', '125510.634000', '125510.636000', '125510.643000', '125510.645000', '125510.648000', '125510.650000', '125510.653000', '125510.656000', '125510.658000', '125510.661000', '125510.664000', '125510.666000', '125510.669000', '125510.671000', '125510.674000', '125510.677000', '125510.679000', '125510.682000', '125510.684000', '125510.687000', '125510.690000', '125510.692000', '125510.695000', '125510.697000', '125510.700000', '125510.702000', '125510.705000', '125510.708000', '125510.710000', '125510.713000', '125510.715000', '125510.718000', '125510.720000', '125530.586000', '125530.588000', '125530.591000', '125530.594000', '125530.596000', '125530.599000', '125530.601000', '125530.604000', '125530.606000', '125530.609000', '125530.612000', '125530.614000', '125530.617000', '125530.619000', '125530.622000', '125530.632000', '125530.634000', '125530.637000', '125530.640000', '125530.642000', '125530.645000', '125530.648000', '125530.650000', '125530.653000', '125530.655000', '125530.658000', '125530.660000', '125530.663000', '125530.665000', '125530.668000', '125530.671000', '125530.673000', '125530.676000', '125530.678000', '125530.681000', '125530.683000', '125530.686000', '125530.688000', '125530.691000', '125530.694000', '125530.696000', '125530.699000', '125530.701000', '125550.585000', '125550.588000', '125550.591000', '125550.593000', '125550.596000', '125550.599000', '125550.604000', '125550.606000', '125550.609000', '125550.612000', '125550.614000', '125550.617000', '125550.619000', '125550.622000', '125550.634000', '125550.637000', '125550.639000', '125550.642000', '125550.645000', '125550.647000', '125550.650000', '125550.652000', '125550.655000', '125550.657000', '125550.660000', '125550.663000', '125550.665000', '125550.668000', '125550.670000', '125550.673000', '125550.675000', '125550.678000', '125550.681000', '125550.683000', '125550.686000', '125550.688000', '125550.691000', '125550.693000', '125550.696000', '125550.699000', '125550.701000', '125550.704000', '125550.706000', '125550.709000', '125610.587000', '125610.589000', '125610.592000', '125610.595000', '125610.597000', '125610.600000', '125610.603000', '125610.605000', '125610.608000', '125610.610000', '125610.613000', '125610.615000', '125610.618000', '125610.621000', '125610.623000', '125610.626000', '125610.628000', '125610.631000', '125610.634000', '125610.636000', '125610.639000', '125610.641000', '125610.644000', '125610.647000', '125610.649000', '125610.652000', '125610.654000', '125610.657000', '125610.659000', '125610.662000', '125610.665000', '125610.667000', '125610.670000', '125610.672000', '125610.675000', '125610.677000', '125610.680000', '125610.683000', '125610.685000', '125610.688000', '125610.690000', '125610.693000', '125610.696000', '125630.587000', '125630.589000', '125630.592000', '125630.595000', '125630.597000', '125630.600000', '125630.602000', '125630.605000', '125630.608000', '125630.610000', '125630.613000', '125630.616000', '125630.618000', '125630.621000', '125630.623000', '125630.626000', '125630.629000', '125630.631000', '125630.634000', '125630.636000', '125630.639000', '125630.642000', '125630.644000', '125630.647000', '125630.649000', '125630.652000', '125630.655000', '125630.657000', '125630.660000', '125630.662000', '125630.665000', '125630.668000', '125630.670000', '125630.673000', '125630.675000', '125630.678000', '125630.680000', '125630.683000', '125630.685000', '125630.688000', '125630.691000', '125630.693000', '125630.696000', '125630.698000', '125650.586000', '125650.589000', '125650.592000', '125650.594000', '125650.597000', '125650.600000', '125650.602000', '125650.605000', '125650.607000', '125650.610000', '125650.613000', '125650.615000', '125650.618000', '125650.620000', '125650.623000', '125650.626000', '125650.628000', '125650.631000', '125650.633000', '125650.636000', '125650.638000', '125650.641000', '125650.644000', '125650.646000', '125650.649000', '125650.652000', '125650.654000', '125650.657000', '125650.659000', '125650.662000', '125650.664000', '125650.667000', '125650.669000', '125650.672000', '125650.675000', '125650.677000', '125650.680000', '125650.682000', '125650.685000', '125650.687000', '125650.690000', '125650.693000', '125650.695000', '125710.586000', '125710.589000', '125710.592000', '125710.595000', '125710.597000', '125710.600000', '125710.602000', '125710.605000', '125710.608000', '125710.610000', '125710.613000', '125710.615000', '125710.618000', '125710.620000', '125710.623000', '125710.626000', '125710.628000', '125710.631000', '125710.634000', '125710.636000', '125710.639000', '125710.641000', '125710.644000', '125710.647000', '125710.649000', '125710.678000', '125710.681000', '125710.683000', '125710.686000', '125710.689000', '125710.691000', '125710.694000', '125710.696000', '125710.699000', '125710.702000', '125710.704000', '125710.707000', '125710.709000', '125710.712000', '125710.715000', '125710.717000', '125710.720000', '125710.723000', '125710.725000', '125730.586000', '125730.589000', '125730.592000', '125730.594000', '125730.597000', '125730.600000', '125730.602000', '125730.605000', '125730.608000', '125730.610000', '125730.613000', '125730.615000', '125730.618000', '125730.620000', '125730.623000', '125730.626000', '125730.628000', '125730.631000', '125730.633000', '125730.636000', '125730.639000', '125730.641000', '125730.644000', '125730.646000', '125730.649000', '125730.652000', '125730.654000', '125730.657000', '125730.659000', '125730.662000', '125730.664000', '125730.667000', '125730.670000', '125730.672000', '125730.675000', '125730.677000', '125730.680000', '125730.683000', '125730.685000', '125730.688000', '125730.690000', '125730.693000', '125730.695000', '125750.585000', '125750.588000', '125750.591000', '125750.594000', '125750.596000', '125750.599000', '125750.601000', '125750.604000', '125750.608000', '125750.612000', '125750.615000', '125750.618000', '125750.620000', '125750.623000', '125750.626000', '125750.628000', '125750.631000', '125750.634000', '125750.636000', '125750.639000', '125750.641000', '125750.644000', '125750.647000', '125750.649000', '125750.652000', '125750.655000', '125750.657000', '125750.660000', '125750.663000', '125750.665000', '125750.668000', '125750.671000', '125750.673000', '125750.676000', '125750.678000', '125750.681000', '125750.683000', '125750.687000', '125750.689000', '125750.692000', '125750.694000', '125750.697000', '125750.699000', '125810.586000', '125810.588000', '125810.591000', '125810.593000', '125810.597000', '125810.600000', '125810.602000', '125810.605000', '125810.608000', '125810.610000', '125810.613000', '125810.615000', '125810.618000', '125810.621000', '125810.623000', '125810.626000', '125810.628000', '125810.631000', '125810.634000', '125810.636000', '125810.639000', '125810.641000', '125810.644000', '125810.647000', '125810.649000', '125810.652000', '125810.654000', '125810.657000', '125810.660000', '125810.662000', '125810.665000', '125810.667000', '125810.670000', '125810.673000', '125810.675000', '125810.678000', '125810.680000', '125810.683000', '125810.685000', '125810.688000', '125810.691000', '125810.693000', '125810.696000', '125810.698000', '125830.586000', '125830.589000', '125830.592000', '125830.594000', '125830.597000', '125830.600000', '125830.602000', '125830.605000', '125830.608000', '125830.610000', '125830.613000', '125830.615000', '125830.618000', '125830.620000', '125830.623000', '125830.626000', '125830.628000', '125830.631000', '125830.633000', '125830.636000', '125830.639000', '125830.641000', '125830.644000', '125830.647000', '125830.649000', '125830.652000', '125830.654000', '125830.657000', '125830.660000', '125830.662000', '125830.665000', '125830.667000', '125830.670000', '125830.673000', '125830.675000', '125830.678000', '125830.680000', '125830.683000', '125830.686000', '125830.688000', '125830.691000', '125830.693000', '125830.696000', '125830.698000', '125850.586000', '125850.589000', '125850.592000', '125850.595000', '125850.597000', '125850.600000', '125850.608000', '125850.611000', '125850.614000', '125850.616000', '125850.619000', '125850.621000', '125850.624000', '125850.627000', '125850.629000', '125850.632000', '125850.634000', '125850.637000', '125850.640000', '125850.642000', '125850.645000', '125850.647000', '125850.650000', '125850.653000', '125850.655000', '125850.658000', '125850.661000', '125850.663000', '125850.666000', '125850.668000', '125850.671000', '125850.673000', '125850.676000', '125850.678000', '125850.681000', '125850.684000', '125850.686000', '125850.689000', '125850.692000', '125850.694000', '125850.697000', '125850.699000', '125850.702000', '125910.586000', '125910.589000', '125910.592000', '125910.595000', '125910.597000', '125910.600000', '125910.603000', '125910.605000', '125910.608000', '125910.611000', '125910.613000', '125910.616000', '125910.618000', '125910.621000', '125910.624000', '125910.626000', '125910.629000', '125910.631000', '125910.634000', '125910.637000', '125910.639000', '125910.642000', '125910.644000', '125910.648000', '125910.650000', '125910.653000', '125910.655000', '125910.659000', '125910.661000', '125910.664000', '125910.666000', '125910.669000', '125910.671000', '125910.674000', '125910.677000', '125910.679000', '125910.682000', '125910.684000', '125910.687000', '125910.690000', '125910.692000', '125910.695000', '125910.697000', '125930.587000', '125930.591000', '125930.593000', '125930.596000', '125930.599000', '125930.601000', '125930.604000', '125930.607000', '125930.609000', '125930.612000', '125930.615000', '125930.617000', '125930.620000', '125930.622000', '125930.625000', '125930.627000', '125930.630000', '125930.633000', '125930.635000', '125930.638000', '125930.640000', '125930.643000', '125930.646000', '125930.648000', '125930.651000', '125930.653000', '125930.656000', '125930.659000', '125930.661000', '125930.664000', '125930.666000', '125930.669000', '125930.672000', '125930.674000', '125930.677000', '125930.679000', '125930.682000', '125930.685000', '125930.687000', '125930.690000', '125930.693000', '125930.695000', '125930.698000', '125930.700000', '125948.318000', '125948.321000', '125948.324000', '125948.326000', '125948.329000', '125948.332000', '125948.335000', '125948.337000', '125948.341000', '125948.343000', '125948.346000', '125948.349000', '125948.352000', '125948.354000', '125948.357000', '125948.359000', '125948.362000', '125948.365000', '125948.368000', '125948.370000', '125948.373000', '125948.376000', '125948.379000', '125948.385000', '125948.389000', '125948.392000', '125948.395000', '125948.397000', '125948.400000', '125948.404000', '125948.407000', '125948.409000', '125948.412000', '125948.416000', '125948.421000', '125948.425000', '125948.427000', '125948.430000', '125948.433000'], 'InstanceCreationTime': ['125330.615000', '125330.618000', '125330.621000', '125330.623000', '125330.626000', '125330.628000', '125330.631000', '125330.634000', '125330.636000', '125330.639000', '125330.641000', '125330.644000', '125330.646000', '125330.649000', '125330.652000', '125330.654000', '125330.657000', '125330.659000', '125330.662000', '125330.665000', '125330.667000', '125330.670000', '125330.672000', '125330.675000', '125330.677000', '125330.680000', '125330.683000', '125330.690000', '125330.692000', '125330.695000', '125330.697000', '125330.700000', '125330.703000', '125330.705000', '125330.708000', '125330.710000', '125330.713000', '125330.715000', '125330.718000', '125330.720000', '125330.723000', '125330.726000', '125330.728000', '125330.731000', '125330.733000', '125330.736000', '125330.738000', '125330.741000', '125330.743000', '125330.746000', '125350.586000', '125350.589000', '125350.592000', '125350.595000', '125350.597000', '125350.600000', '125350.602000', '125350.605000', '125350.608000', '125350.610000', '125350.613000', '125350.615000', '125350.618000', '125350.621000', '125350.623000', '125350.626000', '125350.628000', '125350.631000', '125350.634000', '125350.636000', '125350.639000', '125350.641000', '125350.644000', '125350.647000', '125350.649000', '125350.652000', '125350.654000', '125350.657000', '125350.662000', '125350.665000', '125350.667000', '125350.670000', '125350.672000', '125350.675000', '125350.678000', '125350.680000', '125350.683000', '125350.685000', '125350.688000', '125350.690000', '125350.693000', '125350.696000', '125350.698000', '125350.701000', '125410.586000', '125410.589000', '125410.592000', '125410.594000', '125410.621000', '125410.624000', '125410.627000', '125410.629000', '125410.632000', '125410.635000', '125410.637000', '125410.640000', '125410.642000', '125410.645000', '125410.647000', '125410.650000', '125410.652000', '125410.655000', '125410.658000', '125410.660000', '125410.663000', '125410.666000', '125410.668000', '125410.671000', '125410.673000', '125410.676000', '125410.678000', '125410.681000', '125410.683000', '125410.686000', '125410.689000', '125410.692000', '125410.694000', '125410.709000', '125410.711000', '125410.714000', '125410.716000', '125410.719000', '125410.722000', '125410.724000', '125410.727000', '125410.730000', '125410.733000', '125430.586000', '125430.589000', '125430.592000', '125430.595000', '125430.597000', '125430.600000', '125430.603000', '125430.605000', '125430.608000', '125430.610000', '125430.613000', '125430.616000', '125430.618000', '125430.621000', '125430.623000', '125430.626000', '125430.629000', '125430.631000', '125430.634000', '125430.636000', '125430.639000', '125430.642000', '125430.644000', '125430.647000', '125430.649000', '125430.652000', '125430.654000', '125430.657000', '125430.659000', '125430.662000', '125430.665000', '125430.667000', '125430.670000', '125430.672000', '125430.675000', '125430.677000', '125430.680000', '125430.683000', '125430.685000', '125430.688000', '125430.690000', '125430.693000', '125430.698000', '125430.700000', '125450.587000', '125450.589000', '125450.592000', '125450.594000', '125450.597000', '125450.605000', '125450.607000', '125450.610000', '125450.613000', '125450.615000', '125450.618000', '125450.620000', '125450.623000', '125450.626000', '125450.628000', '125450.631000', '125450.633000', '125450.636000', '125450.638000', '125450.641000', '125450.644000', '125450.646000', '125450.649000', '125450.651000', '125450.654000', '125450.656000', '125450.659000', '125450.662000', '125450.664000', '125450.667000', '125450.669000', '125450.672000', '125450.674000', '125450.677000', '125450.679000', '125450.682000', '125450.685000', '125450.688000', '125450.690000', '125450.693000', '125450.695000', '125450.698000', '125450.701000', '125510.586000', '125510.589000', '125510.610000', '125510.613000', '125510.615000', '125510.618000', '125510.621000', '125510.623000', '125510.626000', '125510.628000', '125510.631000', '125510.634000', '125510.636000', '125510.643000', '125510.645000', '125510.648000', '125510.650000', '125510.653000', '125510.656000', '125510.658000', '125510.661000', '125510.664000', '125510.666000', '125510.669000', '125510.671000', '125510.674000', '125510.677000', '125510.679000', '125510.682000', '125510.684000', '125510.687000', '125510.690000', '125510.692000', '125510.695000', '125510.697000', '125510.700000', '125510.702000', '125510.705000', '125510.708000', '125510.710000', '125510.713000', '125510.715000', '125510.718000', '125510.720000', '125530.586000', '125530.588000', '125530.591000', '125530.594000', '125530.596000', '125530.599000', '125530.601000', '125530.604000', '125530.606000', '125530.609000', '125530.612000', '125530.614000', '125530.617000', '125530.619000', '125530.622000', '125530.632000', '125530.634000', '125530.637000', '125530.640000', '125530.642000', '125530.645000', '125530.648000', '125530.650000', '125530.653000', '125530.655000', '125530.658000', '125530.660000', '125530.663000', '125530.665000', '125530.668000', '125530.671000', '125530.673000', '125530.676000', '125530.678000', '125530.681000', '125530.683000', '125530.686000', '125530.688000', '125530.691000', '125530.694000', '125530.696000', '125530.699000', '125530.701000', '125550.585000', '125550.588000', '125550.591000', '125550.593000', '125550.596000', '125550.599000', '125550.604000', '125550.606000', '125550.609000', '125550.612000', '125550.614000', '125550.617000', '125550.619000', '125550.622000', '125550.634000', '125550.637000', '125550.639000', '125550.642000', '125550.645000', '125550.647000', '125550.650000', '125550.652000', '125550.655000', '125550.657000', '125550.660000', '125550.663000', '125550.665000', '125550.668000', '125550.670000', '125550.673000', '125550.675000', '125550.678000', '125550.681000', '125550.683000', '125550.686000', '125550.688000', '125550.691000', '125550.693000', '125550.696000', '125550.699000', '125550.701000', '125550.704000', '125550.706000', '125550.709000', '125610.587000', '125610.589000', '125610.592000', '125610.595000', '125610.597000', '125610.600000', '125610.603000', '125610.605000', '125610.608000', '125610.610000', '125610.613000', '125610.615000', '125610.618000', '125610.621000', '125610.623000', '125610.626000', '125610.628000', '125610.631000', '125610.634000', '125610.636000', '125610.639000', '125610.641000', '125610.644000', '125610.647000', '125610.649000', '125610.652000', '125610.654000', '125610.657000', '125610.659000', '125610.662000', '125610.665000', '125610.667000', '125610.670000', '125610.672000', '125610.675000', '125610.677000', '125610.680000', '125610.683000', '125610.685000', '125610.688000', '125610.690000', '125610.693000', '125610.696000', '125630.587000', '125630.589000', '125630.592000', '125630.595000', '125630.597000', '125630.600000', '125630.602000', '125630.605000', '125630.608000', '125630.610000', '125630.613000', '125630.616000', '125630.618000', '125630.621000', '125630.623000', '125630.626000', '125630.629000', '125630.631000', '125630.634000', '125630.636000', '125630.639000', '125630.642000', '125630.644000', '125630.647000', '125630.649000', '125630.652000', '125630.655000', '125630.657000', '125630.660000', '125630.662000', '125630.665000', '125630.668000', '125630.670000', '125630.673000', '125630.675000', '125630.678000', '125630.680000', '125630.683000', '125630.685000', '125630.688000', '125630.691000', '125630.693000', '125630.696000', '125630.698000', '125650.586000', '125650.589000', '125650.592000', '125650.594000', '125650.597000', '125650.600000', '125650.602000', '125650.605000', '125650.607000', '125650.610000', '125650.613000', '125650.615000', '125650.618000', '125650.620000', '125650.623000', '125650.626000', '125650.628000', '125650.631000', '125650.633000', '125650.636000', '125650.638000', '125650.641000', '125650.644000', '125650.646000', '125650.649000', '125650.652000', '125650.654000', '125650.657000', '125650.659000', '125650.662000', '125650.664000', '125650.667000', '125650.669000', '125650.672000', '125650.675000', '125650.677000', '125650.680000', '125650.682000', '125650.685000', '125650.687000', '125650.690000', '125650.693000', '125650.695000', '125710.586000', '125710.589000', '125710.592000', '125710.595000', '125710.597000', '125710.600000', '125710.602000', '125710.605000', '125710.608000', '125710.610000', '125710.613000', '125710.615000', '125710.618000', '125710.620000', '125710.623000', '125710.626000', '125710.628000', '125710.631000', '125710.634000', '125710.636000', '125710.639000', '125710.641000', '125710.644000', '125710.647000', '125710.649000', '125710.678000', '125710.681000', '125710.683000', '125710.686000', '125710.689000', '125710.691000', '125710.694000', '125710.696000', '125710.699000', '125710.702000', '125710.704000', '125710.707000', '125710.709000', '125710.712000', '125710.715000', '125710.717000', '125710.720000', '125710.723000', '125710.725000', '125730.586000', '125730.589000', '125730.592000', '125730.594000', '125730.597000', '125730.600000', '125730.602000', '125730.605000', '125730.608000', '125730.610000', '125730.613000', '125730.615000', '125730.618000', '125730.620000', '125730.623000', '125730.626000', '125730.628000', '125730.631000', '125730.633000', '125730.636000', '125730.639000', '125730.641000', '125730.644000', '125730.646000', '125730.649000', '125730.652000', '125730.654000', '125730.657000', '125730.659000', '125730.662000', '125730.664000', '125730.667000', '125730.670000', '125730.672000', '125730.675000', '125730.677000', '125730.680000', '125730.683000', '125730.685000', '125730.688000', '125730.690000', '125730.693000', '125730.695000', '125750.585000', '125750.588000', '125750.591000', '125750.594000', '125750.596000', '125750.599000', '125750.601000', '125750.604000', '125750.608000', '125750.612000', '125750.615000', '125750.618000', '125750.620000', '125750.623000', '125750.626000', '125750.628000', '125750.631000', '125750.634000', '125750.636000', '125750.639000', '125750.641000', '125750.644000', '125750.647000', '125750.649000', '125750.652000', '125750.655000', '125750.657000', '125750.660000', '125750.663000', '125750.665000', '125750.668000', '125750.671000', '125750.673000', '125750.676000', '125750.678000', '125750.681000', '125750.683000', '125750.687000', '125750.689000', '125750.692000', '125750.694000', '125750.697000', '125750.699000', '125810.586000', '125810.588000', '125810.591000', '125810.593000', '125810.597000', '125810.600000', '125810.602000', '125810.605000', '125810.608000', '125810.610000', '125810.613000', '125810.615000', '125810.618000', '125810.621000', '125810.623000', '125810.626000', '125810.628000', '125810.631000', '125810.634000', '125810.636000', '125810.639000', '125810.641000', '125810.644000', '125810.647000', '125810.649000', '125810.652000', '125810.654000', '125810.657000', '125810.660000', '125810.662000', '125810.665000', '125810.667000', '125810.670000', '125810.673000', '125810.675000', '125810.678000', '125810.680000', '125810.683000', '125810.685000', '125810.688000', '125810.691000', '125810.693000', '125810.696000', '125810.698000', '125830.586000', '125830.589000', '125830.592000', '125830.594000', '125830.597000', '125830.600000', '125830.602000', '125830.605000', '125830.608000', '125830.610000', '125830.613000', '125830.615000', '125830.618000', '125830.620000', '125830.623000', '125830.626000', '125830.628000', '125830.631000', '125830.633000', '125830.636000', '125830.639000', '125830.641000', '125830.644000', '125830.647000', '125830.649000', '125830.652000', '125830.654000', '125830.657000', '125830.660000', '125830.662000', '125830.665000', '125830.667000', '125830.670000', '125830.673000', '125830.675000', '125830.678000', '125830.680000', '125830.683000', '125830.686000', '125830.688000', '125830.691000', '125830.693000', '125830.696000', '125830.698000', '125850.586000', '125850.589000', '125850.592000', '125850.595000', '125850.597000', '125850.600000', '125850.608000', '125850.611000', '125850.614000', '125850.616000', '125850.619000', '125850.621000', '125850.624000', '125850.627000', '125850.629000', '125850.632000', '125850.634000', '125850.637000', '125850.640000', '125850.642000', '125850.645000', '125850.647000', '125850.650000', '125850.653000', '125850.655000', '125850.658000', '125850.661000', '125850.663000', '125850.666000', '125850.668000', '125850.671000', '125850.673000', '125850.676000', '125850.678000', '125850.681000', '125850.684000', '125850.686000', '125850.689000', '125850.692000', '125850.694000', '125850.697000', '125850.699000', '125850.702000', '125910.586000', '125910.589000', '125910.592000', '125910.595000', '125910.597000', '125910.600000', '125910.603000', '125910.605000', '125910.608000', '125910.611000', '125910.613000', '125910.616000', '125910.618000', '125910.621000', '125910.624000', '125910.626000', '125910.629000', '125910.631000', '125910.634000', '125910.637000', '125910.639000', '125910.642000', '125910.644000', '125910.648000', '125910.650000', '125910.653000', '125910.655000', '125910.659000', '125910.661000', '125910.664000', '125910.666000', '125910.669000', '125910.671000', '125910.674000', '125910.677000', '125910.679000', '125910.682000', '125910.684000', '125910.687000', '125910.690000', '125910.692000', '125910.695000', '125910.697000', '125930.587000', '125930.591000', '125930.593000', '125930.596000', '125930.599000', '125930.601000', '125930.604000', '125930.607000', '125930.609000', '125930.612000', '125930.615000', '125930.617000', '125930.620000', '125930.622000', '125930.625000', '125930.627000', '125930.630000', '125930.633000', '125930.635000', '125930.638000', '125930.640000', '125930.643000', '125930.646000', '125930.648000', '125930.651000', '125930.653000', '125930.656000', '125930.659000', '125930.661000', '125930.664000', '125930.666000', '125930.669000', '125930.672000', '125930.674000', '125930.677000', '125930.679000', '125930.682000', '125930.685000', '125930.687000', '125930.690000', '125930.693000', '125930.695000', '125930.698000', '125930.700000', '125948.318000', '125948.321000', '125948.324000', '125948.326000', '125948.329000', '125948.332000', '125948.335000', '125948.337000', '125948.341000', '125948.343000', '125948.346000', '125948.349000', '125948.352000', '125948.354000', '125948.357000', '125948.359000', '125948.362000', '125948.365000', '125948.368000', '125948.370000', '125948.373000', '125948.376000', '125948.379000', '125948.385000', '125948.389000', '125948.392000', '125948.395000', '125948.397000', '125948.400000', '125948.404000', '125948.407000', '125948.409000', '125948.412000', '125948.416000', '125948.421000', '125948.425000', '125948.427000', '125948.430000', '125948.433000'], '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': [11156, 8941, 10042, 10383, 8952, 9479, 8636, 10500, 8715, 7194, 8445, 9941, 8516, 11910, 10418, 10722, 10008, 8667, 12148, 9379, 10679, 10262, 9133, 10891, 8620, 12409, 9581, 8708, 9003, 7210, 8535, 8131, 7773, 9747, 8545, 7867, 8452, 8909, 7169, 7309, 8396, 8430, 7436, 11152, 10356, 9918, 9502, 10655, 11801, 10143, 13129, 12777, 10710, 13246, 9681, 10617, 10813, 11475, 12398, 10264, 9287, 11674, 8535, 8566, 9612, 9001, 10880, 9331, 8781, 9961, 8309, 7966, 7655, 8819, 7875, 8014, 9530, 7291, 8390, 9989, 8481, 10450, 8282, 11987, 9378, 8124, 10144, 8307, 11989, 8274, 8609, 10187, 8364, 10454, 7799, 12117, 9530, 8499, 10194, 7559, 10952, 8138, 8750, 10253, 9111, 10586, 7836, 11401, 7703, 11838, 9171, 9674, 10042, 8283, 9533, 7705, 9970, 7963, 7717, 9521, 8297, 10545, 7491, 11775, 8954, 8189, 10319, 7835, 11391, 8194, 10766, 9783, 8491, 12025, 8142, 10921, 9445, 7898, 9674, 8315, 11366, 8785, 12266, 8982, 10009, 11345, 8870, 12562, 8542, 13390, 10799, 8110, 8646, 8901, 9747, 7242, 8133, 7849, 10020, 7871, 7137, 8272, 7103, 9728, 8708, 10330, 9956, 8377, 11225, 8407, 12058, 9768, 9124, 9942, 8145, 10308, 8580, 10184, 8527, 8123, 8688, 10322, 8636, 8421, 9224, 7284, 7534, 9888, 9138, 10118, 7358, 11056, 9488, 11139, 12017, 9345, 11740, 10604, 10330, 10338, 10596, 8730, 10173, 8568, 8020, 9932, 9543, 9671, 7847, 7882, 9871, 9207, 8976, 8118, 9357, 9160, 9584, 11852, 10092, 13208, 10334, 13095, 10703, 11153, 9876, 11227, 8256, 10841, 8215, 7368, 9403, 10380, 9703, 8189, 10016, 8293, 9844, 10122, 10726, 10948, 8509, 11036, 9521, 12444, 11827, 9163, 10157, 10655, 11108, 9204, 11570, 9323, 8345, 9657, 9496, 9951, 8830, 10467, 9553, 10785, 10627, 10444, 10072, 9765, 10933, 9891, 11123, 9129, 10834, 8310, 9267, 9699, 9734, 9886, 8944, 10478, 8954, 10153, 8727, 9090, 8813, 10600, 9892, 8784, 10295, 10171, 10299, 9132, 9792, 8366, 8725, 9036, 9033, 9485, 8877, 10220, 8132, 11158, 9769, 11241, 11096, 9845, 11410, 9427, 11209, 10760, 11862, 9162, 11596, 10838, 9610, 10590, 9841, 11452, 9315, 11393, 7938, 9641, 9652, 10863, 10014, 7821, 9671, 10022, 10660, 10333, 10415, 11741, 9001, 11719, 8997, 11810, 9123, 11485, 9828, 9409, 9226, 11274, 9819, 10784, 10339, 9150, 10621, 8604, 9450, 9827, 10416, 9564, 7836, 9238, 8192, 10714, 7980, 10812, 7408, 10675, 7895, 11507, 8095, 11801, 7952, 11276, 8504, 7981, 8676, 8495, 10157, 8567, 10388, 8543, 10037, 10241, 8876, 11308, 8250, 8840, 9568, 9437, 11421, 8675, 12141, 9942, 10459, 11802, 13023, 11871, 11204, 12435, 9683, 11971, 9676, 8870, 8655, 11468, 9894, 11494, 10397, 8644, 10173, 8271, 9464, 9495, 10218, 11009, 8398, 10970, 9691, 11538, 9664, 8122, 10250, 9580, 11470, 10282, 11368, 9468, 10297, 8495, 10700, 9604, 10447, 10812, 8812, 11565, 9351, 8742, 8355, 11087, 9978, 9920, 10449, 9249, 11161, 8393, 11327, 8234, 10890, 8194, 8092, 9428, 8483, 9475, 7950, 9206, 7719, 8695, 9143, 9555, 10818, 8494, 11587, 8575, 13191, 9723, 13491, 10553, 13510, 9934, 13336, 9793, 9646, 9687, 8557, 11100, 10211, 11393, 9722, 9404, 9563, 8995, 11545, 8589, 8610, 8965, 9405, 9639, 9336, 8938, 10538, 9371, 12052, 10398, 11352, 9239, 11461, 11382, 11847, 9322, 11491, 9453, 9766, 9782, 11523, 10887, 11267, 12032, 9826, 8309, 9559, 8894, 10702, 9943, 11024, 8245, 11052, 10123, 9863, 10675, 8412, 9288, 10059, 11319, 12177, 9815, 8318, 9862, 10309, 10744, 9442, 12539, 9692, 10481, 11445, 9940, 11374, 11465, 12319, 10075, 11614, 9975, 10922, 8077, 10079, 9185, 9705, 9948, 9261, 8503, 8633, 8141, 8687, 9032, 10090, 9021, 8303, 8747, 10876, 9450, 11452, 8774, 11162, 9358, 12484, 9926, 12770, 12253, 11959, 13668, 10937, 11691, 10066, 11469, 8764, 8262, 9256, 11133, 10969, 9368, 8461, 9287, 9276, 11761, 9299, 12762, 11041, 10679, 11281, 10599, 11573, 10004, 12071, 9592, 11933, 8590, 10485, 9951, 7665, 10074, 9865, 10376, 9501, 8303, 8801, 9193, 8976, 7718, 8564, 8662, 7701, 10081, 8943, 8898, 11308, 9805, 11262, 8735, 9651, 8828, 11084, 8495, 11587, 7779, 7814, 9009, 9638, 11318, 8378, 12224, 8423, 12616, 8115, 12516, 7819, 11424, 8875, 9409, 8725, 8351, 8588, 8004, 9423, 8176, 9491, 9122, 10337, 7572, 8972, 7956, 8488, 8924, 7958, 10060, 7708, 8820, 9975, 7976, 11264, 8276, 11975, 9027, 12504, 8753, 12888, 10894, 10903, 13020, 10309, 10666, 9764, 9459, 8340, 9555, 9229, 7681, 10027, 8114, 9864, 9051, 9418, 8924, 9440, 9687, 8734, 10871, 9254, 10698, 10198, 10253, 13953, 8837, 13593, 9156, 10593, 9380, 9984, 8827, 8268, 9000, 8324, 8483, 7853, 9571, 8340, 10305, 8220, 12031, 8651, 11722, 8659, 8291, 9562, 8373, 10453, 8823, 11645, 10077, 12338, 8613, 12645, 8750, 11773, 9025, 9170, 10312, 8976, 11362, 8497, 12035, 8061, 12374, 7769, 10757, 8466, 9574, 8154, 8848, 9012, 7995, 8759, 8298, 9187, 7964, 9248, 7706, 8328, 7446, 8786, 8999, 8137, 9965, 8310, 10406, 8791, 10271, 9955, 12112, 10816, 14131, 10362, 13900, 10084, 14242, 9783, 10620, 9190, 8820, 9672, 9022, 8799, 8699, 9484, 8183, 10284, 7833, 9743, 7420, 8691, 8961, 8352, 8459, 8091, 9595, 8002, 12208, 8557, 12297, 9182, 12002, 8197, 12073, 9988, 11141, 12479, 9484, 12781, 8807, 9723, 8927, 8176, 9641, 7974, 11465, 8111, 10459, 8264, 10661, 7510, 9900, 7933, 8271, 8759, 7985, 9716, 7759, 11874, 8419, 12222, 9203, 13465, 9562, 14143, 9217, 13161, 9809, 14289, 9242, 9081, 9824, 11352, 9609, 9091, 10629, 8552, 10672, 8235, 11693, 9615, 9077, 8522, 7864, 8587, 7964, 9275, 7518, 8402, 8247, 8743, 8949, 7893, 10965, 8785, 10894, 11306, 8959, 13625, 9337, 10622, 8446, 9659, 10075, 7900, 11489, 8057, 10512, 7955, 10547, 8124, 10286, 8195, 9530, 8737, 10008, 7657, 10595, 7692, 11850, 8379, 12892, 9874, 12865, 9375, 10517], 'WindowCenter': [4555.0, 4510.0, 4503.0, 4512.0, 4506.0, 4513.0, 4493.0, 4525.0, 4492.0, 4473.0, 4480.0, 4501.0, 4504.0, 4522.0, 4515.0, 4510.0, 4501.0, 4491.0, 4519.0, 4491.0, 4498.0, 4489.0, 4475.0, 4497.0, 4492.0, 4521.0, 4504.0, 4477.0, 4465.0, 4455.0, 4474.0, 4468.0, 4470.0, 4501.0, 4522.0, 4496.0, 4479.0, 4505.0, 4486.0, 4497.0, 4504.0, 4506.0, 4515.0, 4554.0, 4545.0, 4531.0, 4519.0, 4527.0, 4526.0, 4513.0, 4521.0, 4522.0, 4500.0, 4520.0, 4488.0, 4485.0, 4484.0, 4508.0, 4489.0, 4468.0, 4458.0, 4476.0, 4446.0, 4448.0, 4457.0, 4462.0, 4494.0, 4472.0, 4475.0, 4485.0, 4478.0, 4480.0, 4465.0, 4489.0, 4493.0, 4480.0, 4488.0, 4468.0, 4480.0, 4502.0, 4492.0, 4524.0, 4496.0, 4523.0, 4505.0, 4497.0, 4514.0, 4480.0, 4519.0, 4481.0, 4478.0, 4511.0, 4480.0, 4513.0, 4496.0, 4533.0, 4504.0, 4479.0, 4499.0, 4469.0, 4508.0, 4482.0, 4479.0, 4513.0, 4490.0, 4500.0, 4481.0, 4511.0, 4470.0, 4509.0, 4491.0, 4489.0, 4500.0, 4467.0, 4487.0, 4469.0, 4498.0, 4481.0, 4483.0, 4514.0, 4509.0, 4527.0, 4485.0, 4535.0, 4505.0, 4493.0, 4514.0, 4483.0, 4521.0, 4493.0, 4510.0, 4503.0, 4492.0, 4522.0, 4482.0, 4509.0, 4495.0, 4478.0, 4499.0, 4493.0, 4520.0, 4494.0, 4520.0, 4491.0, 4487.0, 4497.0, 4488.0, 4519.0, 4479.0, 4496.0, 4497.0, 4443.0, 4444.0, 4461.0, 4459.0, 4441.0, 4440.0, 4452.0, 4473.0, 4452.0, 4447.0, 4464.0, 4457.0, 4488.0, 4480.0, 4499.0, 4488.0, 4480.0, 4495.0, 4467.0, 4506.0, 4488.0, 4475.0, 4487.0, 4466.0, 4485.0, 4478.0, 4483.0, 4475.0, 4465.0, 4479.0, 4496.0, 4491.0, 4478.0, 4486.0, 4470.0, 4482.0, 4513.0, 4503.0, 4512.0, 4473.0, 4504.0, 4504.0, 4509.0, 4524.0, 4490.0, 4510.0, 4497.0, 4486.0, 4483.0, 4483.0, 4457.0, 4483.0, 4477.0, 4467.0, 4498.0, 4480.0, 4480.0, 4468.0, 4466.0, 4499.0, 4501.0, 4501.0, 4483.0, 4496.0, 4504.0, 4502.0, 4522.0, 4500.0, 4532.0, 4498.0, 4532.0, 4499.0, 4498.0, 4485.0, 4494.0, 4465.0, 4494.0, 4478.0, 4466.0, 4487.0, 4497.0, 4487.0, 4478.0, 4497.0, 4492.0, 4512.0, 4500.0, 4510.0, 4499.0, 4477.0, 4495.0, 4486.0, 4517.0, 4508.0, 4474.0, 4486.0, 4483.0, 4492.0, 4473.0, 4492.0, 4474.0, 4463.0, 4484.0, 4485.0, 4485.0, 4475.0, 4477.0, 4488.0, 4510.0, 4499.0, 4485.0, 4479.0, 4472.0, 4482.0, 4472.0, 4481.0, 4473.0, 4495.0, 4476.0, 4474.0, 4486.0, 4473.0, 4484.0, 4477.0, 4496.0, 4489.0, 4495.0, 4477.0, 4486.0, 4488.0, 4496.0, 4486.0, 4474.0, 4496.0, 4498.0, 4497.0, 4487.0, 4485.0, 4476.0, 4476.0, 4487.0, 4501.0, 4501.0, 4501.0, 4500.0, 4481.0, 4497.0, 4500.0, 4505.0, 4509.0, 4486.0, 4497.0, 4475.0, 4495.0, 4482.0, 4492.0, 4476.0, 4493.0, 4484.0, 4470.0, 4472.0, 4469.0, 4479.0, 4459.0, 4478.0, 4449.0, 4483.0, 4472.0, 4493.0, 4483.0, 4454.0, 4474.0, 4485.0, 4495.0, 4500.0, 4498.0, 4495.0, 4475.0, 4492.0, 4463.0, 4490.0, 4460.0, 4490.0, 4483.0, 4471.0, 4461.0, 4479.0, 4470.0, 4481.0, 4470.0, 4471.0, 4494.0, 4464.0, 4482.0, 4484.0, 4482.0, 4483.0, 4465.0, 4486.0, 4491.0, 4511.0, 4482.0, 4523.0, 4482.0, 4512.0, 4493.0, 4509.0, 4468.0, 4506.0, 4468.0, 4520.0, 4489.0, 4467.0, 4480.0, 4477.0, 4496.0, 4477.0, 4503.0, 4478.0, 4497.0, 4499.0, 4488.0, 4495.0, 4466.0, 4487.0, 4488.0, 4486.0, 4507.0, 4477.0, 4504.0, 4485.0, 4482.0, 4489.0, 4516.0, 4494.0, 4482.0, 4473.0, 4457.0, 4465.0, 4459.0, 4446.0, 4447.0, 4479.0, 4468.0, 4489.0, 4469.0, 4461.0, 4479.0, 4462.0, 4485.0, 4485.0, 4495.0, 4496.0, 4466.0, 4494.0, 4486.0, 4492.0, 4475.0, 4464.0, 4483.0, 4473.0, 4492.0, 4471.0, 4491.0, 4473.0, 4495.0, 4468.0, 4483.0, 4474.0, 4483.0, 4482.0, 4463.0, 4492.0, 4474.0, 4475.0, 4477.0, 4495.0, 4486.0, 4485.0, 4497.0, 4488.0, 4495.0, 4477.0, 4495.0, 4467.0, 4510.0, 4492.0, 4478.0, 4489.0, 4478.0, 4488.0, 4480.0, 4502.0, 4483.0, 4492.0, 4504.0, 4502.0, 4513.0, 4493.0, 4524.0, 4493.0, 4519.0, 4492.0, 4516.0, 4500.0, 4503.0, 4473.0, 4502.0, 4474.0, 4471.0, 4471.0, 4460.0, 4492.0, 4471.0, 4490.0, 4485.0, 4472.0, 4474.0, 4462.0, 4492.0, 4461.0, 4460.0, 4473.0, 4486.0, 4485.0, 4488.0, 4476.0, 4498.0, 4474.0, 4506.0, 4483.0, 4483.0, 4461.0, 4497.0, 4492.0, 4491.0, 4472.0, 4492.0, 4472.0, 4470.0, 4483.0, 4491.0, 4482.0, 4493.0, 4502.0, 4483.0, 4461.0, 4472.0, 4459.0, 4481.0, 4484.0, 4491.0, 4464.0, 4493.0, 4483.0, 4482.0, 4495.0, 4477.0, 4478.0, 4485.0, 4507.0, 4506.0, 4484.0, 4462.0, 4484.0, 4498.0, 4495.0, 4474.0, 4502.0, 4473.0, 4481.0, 4492.0, 4469.0, 4494.0, 4493.0, 4490.0, 4463.0, 4478.0, 4470.0, 4479.0, 4451.0, 4467.0, 4460.0, 4482.0, 4481.0, 4472.0, 4473.0, 4475.0, 4479.0, 4489.0, 4503.0, 4525.0, 4503.0, 4507.0, 4505.0, 4526.0, 4501.0, 4523.0, 4493.0, 4511.0, 4491.0, 4519.0, 4486.0, 4505.0, 4500.0, 4506.0, 4516.0, 4482.0, 4493.0, 4471.0, 4478.0, 4463.0, 4475.0, 4474.0, 4507.0, 4489.0, 4477.0, 4463.0, 4473.0, 4487.0, 4506.0, 4476.0, 4503.0, 4494.0, 4482.0, 4492.0, 4483.0, 4494.0, 4483.0, 4491.0, 4472.0, 4489.0, 4461.0, 4480.0, 4472.0, 4440.0, 4482.0, 4483.0, 4482.0, 4472.0, 4461.0, 4472.0, 4484.0, 4474.0, 4468.0, 4501.0, 4491.0, 4482.0, 4511.0, 4504.0, 4490.0, 4526.0, 4502.0, 4511.0, 4481.0, 4489.0, 4488.0, 4508.0, 4478.0, 4506.0, 4467.0, 4467.0, 4489.0, 4498.0, 4508.0, 4481.0, 4519.0, 4481.0, 4518.0, 4469.0, 4519.0, 4468.0, 4499.0, 4489.0, 4487.0, 4479.0, 4463.0, 4471.0, 4463.0, 4476.0, 4477.0, 4487.0, 4487.0, 4497.0, 4466.0, 4487.0, 4481.0, 4491.0, 4491.0, 4492.0, 4513.0, 4496.0, 4504.0, 4517.0, 4495.0, 4525.0, 4481.0, 4522.0, 4478.0, 4523.0, 4461.0, 4520.0, 4495.0, 4496.0, 4501.0, 4485.0, 4482.0, 4468.0, 4460.0, 4452.0, 4473.0, 4472.0, 4450.0, 4472.0, 4463.0, 4482.0, 4487.0, 4475.0, 4490.0, 4499.0, 4488.0, 4464.0, 4497.0, 4473.0, 4487.0, 4483.0, 4485.0, 4512.0, 4464.0, 4500.0, 4462.0, 4469.0, 4473.0, 4472.0, 4462.0, 4464.0, 4475.0, 4475.0, 4474.0, 4478.0, 4487.0, 4482.0, 4496.0, 4480.0, 4519.0, 4480.0, 4505.0, 4478.0, 4465.0, 4487.0, 4465.0, 4498.0, 4477.0, 4507.0, 4485.0, 4505.0, 4465.0, 4504.0, 4464.0, 4505.0, 4475.0, 4473.0, 4483.0, 4463.0, 4508.0, 4477.0, 4503.0, 4455.0, 4504.0, 4456.0, 4492.0, 4464.0, 4470.0, 4452.0, 4460.0, 4464.0, 4453.0, 4463.0, 4479.0, 4487.0, 4467.0, 4485.0, 4467.0, 4465.0, 4457.0, 4477.0, 4485.0, 4469.0, 4500.0, 4480.0, 4511.0, 4491.0, 4498.0, 4501.0, 4520.0, 4513.0, 4517.0, 4500.0, 4516.0, 4486.0, 4511.0, 4473.0, 4468.0, 4473.0, 4474.0, 4474.0, 4472.0, 4463.0, 4462.0, 4475.0, 4461.0, 4481.0, 4449.0, 4486.0, 4467.0, 4487.0, 4488.0, 4478.0, 4477.0, 4480.0, 4500.0, 4481.0, 4533.0, 4493.0, 4510.0, 4490.0, 4511.0, 4467.0, 4497.0, 4468.0, 4497.0, 4490.0, 4475.0, 4505.0, 4475.0, 4471.0, 4462.0, 4451.0, 4487.0, 4467.0, 4498.0, 4455.0, 4495.0, 4467.0, 4495.0, 4454.0, 4485.0, 4469.0, 4476.0, 4491.0, 4482.0, 4489.0, 4469.0, 4507.0, 4479.0, 4507.0, 4477.0, 4504.0, 4476.0, 4514.0, 4463.0, 4485.0, 4461.0, 4498.0, 4454.0, 4447.0, 4459.0, 4480.0, 4460.0, 4448.0, 4468.0, 4447.0, 4465.0, 4450.0, 4478.0, 4472.0, 4459.0, 4463.0, 4463.0, 4469.0, 4466.0, 4486.0, 4484.0, 4480.0, 4494.0, 4494.0, 4494.0, 4464.0, 4514.0, 4480.0, 4515.0, 4510.0, 4491.0, 4531.0, 4491.0, 4499.0, 4468.0, 4487.0, 4503.0, 4468.0, 4510.0, 4466.0, 4498.0, 4455.0, 4486.0, 4455.0, 4488.0, 4465.0, 4488.0, 4479.0, 4487.0, 4466.0, 4485.0, 4457.0, 4507.0, 4483.0, 4507.0, 4489.0, 4507.0, 4477.0, 4484.0], 'WindowWidth': [9988.0, 9917.0, 9897.0, 9904.0, 9902.0, 9908.0, 9879.0, 9926.0, 9879.0, 9853.0, 9859.0, 9888.0, 9897.0, 9917.0, 9911.0, 9899.0, 9887.0, 9872.0, 9910.0, 9874.0, 9877.0, 9865.0, 9843.0, 9875.0, 9874.0, 9913.0, 9894.0, 9847.0, 9826.0, 9814.0, 9841.0, 9838.0, 9843.0, 9889.0, 9935.0, 9888.0, 9856.0, 9898.0, 9876.0, 9896.0, 9901.0, 9903.0, 9930.0, 9981.0, 9971.0, 9942.0, 9924.0, 9932.0, 9927.0, 9904.0, 9915.0, 9916.0, 9882.0, 9911.0, 9863.0, 9854.0, 9850.0, 9888.0, 9849.0, 9818.0, 9807.0, 9830.0, 9789.0, 9792.0, 9806.0, 9819.0, 9865.0, 9835.0, 9842.0, 9856.0, 9855.0, 9858.0, 9832.0, 9868.0, 9881.0, 9858.0, 9864.0, 9838.0, 9858.0, 9888.0, 9878.0, 9925.0, 9887.0, 9920.0, 9898.0, 9893.0, 9908.0, 9859.0, 9910.0, 9861.0, 9853.0, 9900.0, 9858.0, 9907.0, 9889.0, 9934.0, 9894.0, 9855.0, 9880.0, 9842.0, 9893.0, 9862.0, 9855.0, 9907.0, 9872.0, 9885.0, 9862.0, 9900.0, 9846.0, 9896.0, 9873.0, 9869.0, 9881.0, 9835.0, 9862.0, 9843.0, 9879.0, 9863.0, 9870.0, 9912.0, 9914.0, 9935.0, 9874.0, 9940.0, 9897.0, 9881.0, 9912.0, 9866.0, 9914.0, 9879.0, 9898.0, 9894.0, 9877.0, 9920.0, 9866.0, 9894.0, 9877.0, 9854.0, 9883.0, 9879.0, 9914.0, 9884.0, 9911.0, 9872.0, 9860.0, 9874.0, 9866.0, 9910.0, 9855.0, 9855.0, 9875.0, 9790.0, 9785.0, 9812.0, 9810.0, 9787.0, 9784.0, 9802.0, 9834.0, 9805.0, 9805.0, 9826.0, 9820.0, 9863.0, 9855.0, 9879.0, 9863.0, 9853.0, 9869.0, 9833.0, 9884.0, 9861.0, 9841.0, 9858.0, 9828.0, 9857.0, 9849.0, 9850.0, 9843.0, 9832.0, 9850.0, 9871.0, 9873.0, 9852.0, 9859.0, 9842.0, 9863.0, 9905.0, 9892.0, 9905.0, 9852.0, 9887.0, 9895.0, 9894.0, 9921.0, 9869.0, 9894.0, 9872.0, 9857.0, 9850.0, 9849.0, 9812.0, 9850.0, 9848.0, 9836.0, 9877.0, 9851.0, 9851.0, 9837.0, 9834.0, 9878.0, 9889.0, 9890.0, 9866.0, 9880.0, 9894.0, 9887.0, 9916.0, 9883.0, 9931.0, 9875.0, 9929.0, 9879.0, 9875.0, 9855.0, 9864.0, 9828.0, 9869.0, 9851.0, 9834.0, 9861.0, 9875.0, 9862.0, 9853.0, 9877.0, 9876.0, 9903.0, 9885.0, 9895.0, 9881.0, 9847.0, 9868.0, 9858.0, 9903.0, 9891.0, 9840.0, 9858.0, 9850.0, 9859.0, 9834.0, 9857.0, 9841.0, 9825.0, 9855.0, 9855.0, 9856.0, 9841.0, 9840.0, 9863.0, 9897.0, 9878.0, 9854.0, 9845.0, 9833.0, 9847.0, 9832.0, 9842.0, 9838.0, 9871.0, 9845.0, 9840.0, 9856.0, 9836.0, 9853.0, 9844.0, 9872.0, 9867.0, 9869.0, 9849.0, 9859.0, 9864.0, 9870.0, 9858.0, 9839.0, 9870.0, 9878.0, 9876.0, 9861.0, 9856.0, 9845.0, 9845.0, 9862.0, 9890.0, 9890.0, 9889.0, 9883.0, 9859.0, 9875.0, 9881.0, 9885.0, 9893.0, 9857.0, 9875.0, 9839.0, 9866.0, 9843.0, 9861.0, 9844.0, 9863.0, 9851.0, 9827.0, 9830.0, 9822.0, 9838.0, 9811.0, 9835.0, 9799.0, 9850.0, 9836.0, 9864.0, 9848.0, 9813.0, 9838.0, 9854.0, 9867.0, 9884.0, 9877.0, 9868.0, 9840.0, 9859.0, 9820.0, 9852.0, 9813.0, 9855.0, 9848.0, 9830.0, 9815.0, 9836.0, 9827.0, 9841.0, 9827.0, 9830.0, 9865.0, 9826.0, 9848.0, 9851.0, 9846.0, 9850.0, 9829.0, 9859.0, 9873.0, 9900.0, 9862.0, 9921.0, 9864.0, 9902.0, 9878.0, 9892.0, 9837.0, 9884.0, 9837.0, 9911.0, 9869.0, 9834.0, 9855.0, 9846.0, 9871.0, 9848.0, 9887.0, 9853.0, 9875.0, 9879.0, 9863.0, 9869.0, 9831.0, 9861.0, 9866.0, 9859.0, 9889.0, 9845.0, 9878.0, 9852.0, 9843.0, 9856.0, 9896.0, 9866.0, 9840.0, 9826.0, 9803.0, 9812.0, 9808.0, 9789.0, 9792.0, 9835.0, 9822.0, 9850.0, 9825.0, 9816.0, 9838.0, 9818.0, 9855.0, 9856.0, 9869.0, 9871.0, 9832.0, 9865.0, 9856.0, 9859.0, 9840.0, 9826.0, 9848.0, 9834.0, 9859.0, 9828.0, 9853.0, 9835.0, 9871.0, 9830.0, 9848.0, 9837.0, 9846.0, 9844.0, 9820.0, 9857.0, 9835.0, 9843.0, 9848.0, 9868.0, 9857.0, 9854.0, 9872.0, 9862.0, 9870.0, 9845.0, 9866.0, 9832.0, 9899.0, 9875.0, 9850.0, 9867.0, 9850.0, 9863.0, 9858.0, 9893.0, 9867.0, 9879.0, 9897.0, 9891.0, 9904.0, 9877.0, 9924.0, 9879.0, 9906.0, 9871.0, 9897.0, 9881.0, 9876.0, 9834.0, 9874.0, 9837.0, 9830.0, 9830.0, 9813.0, 9858.0, 9828.0, 9854.0, 9855.0, 9833.0, 9836.0, 9820.0, 9859.0, 9814.0, 9815.0, 9838.0, 9861.0, 9857.0, 9865.0, 9846.0, 9877.0, 9839.0, 9884.0, 9850.0, 9850.0, 9814.0, 9871.0, 9858.0, 9855.0, 9834.0, 9862.0, 9834.0, 9829.0, 9851.0, 9855.0, 9843.0, 9863.0, 9875.0, 9850.0, 9818.0, 9833.0, 9812.0, 9844.0, 9853.0, 9860.0, 9828.0, 9863.0, 9848.0, 9846.0, 9869.0, 9851.0, 9846.0, 9857.0, 9888.0, 9886.0, 9852.0, 9821.0, 9853.0, 9877.0, 9869.0, 9839.0, 9873.0, 9834.0, 9841.0, 9860.0, 9823.0, 9864.0, 9863.0, 9855.0, 9814.0, 9833.0, 9827.0, 9838.0, 9802.0, 9817.0, 9811.0, 9847.0, 9844.0, 9834.0, 9839.0, 9846.0, 9856.0, 9871.0, 9895.0, 9929.0, 9897.0, 9905.0, 9900.0, 9927.0, 9885.0, 9920.0, 9879.0, 9901.0, 9872.0, 9906.0, 9859.0, 9881.0, 9875.0, 9885.0, 9897.0, 9846.0, 9864.0, 9829.0, 9837.0, 9823.0, 9843.0, 9840.0, 9885.0, 9860.0, 9846.0, 9823.0, 9837.0, 9862.0, 9887.0, 9843.0, 9876.0, 9865.0, 9844.0, 9860.0, 9849.0, 9866.0, 9848.0, 9856.0, 9833.0, 9850.0, 9815.0, 9839.0, 9832.0, 9786.0, 9847.0, 9848.0, 9847.0, 9832.0, 9818.0, 9834.0, 9853.0, 9843.0, 9839.0, 9891.0, 9874.0, 9865.0, 9902.0, 9895.0, 9871.0, 9928.0, 9888.0, 9898.0, 9857.0, 9867.0, 9864.0, 9890.0, 9849.0, 9885.0, 9835.0, 9837.0, 9869.0, 9879.0, 9892.0, 9859.0, 9908.0, 9860.0, 9905.0, 9839.0, 9908.0, 9837.0, 9872.0, 9865.0, 9860.0, 9853.0, 9823.0, 9837.0, 9823.0, 9844.0, 9847.0, 9861.0, 9859.0, 9872.0, 9831.0, 9863.0, 9862.0, 9877.0, 9874.0, 9878.0, 9907.0, 9890.0, 9896.0, 9917.0, 9886.0, 9924.0, 9858.0, 9915.0, 9849.0, 9917.0, 9822.0, 9909.0, 9867.0, 9868.0, 9868.0, 9853.0, 9844.0, 9828.0, 9811.0, 9805.0, 9835.0, 9833.0, 9802.0, 9833.0, 9823.0, 9848.0, 9862.0, 9842.0, 9869.0, 9881.0, 9862.0, 9823.0, 9869.0, 9835.0, 9859.0, 9846.0, 9852.0, 9888.0, 9823.0, 9866.0, 9816.0, 9821.0, 9835.0, 9831.0, 9817.0, 9825.0, 9840.0, 9843.0, 9839.0, 9853.0, 9862.0, 9862.0, 9872.0, 9856.0, 9910.0, 9855.0, 9884.0, 9848.0, 9827.0, 9859.0, 9826.0, 9874.0, 9848.0, 9886.0, 9854.0, 9883.0, 9827.0, 9876.0, 9822.0, 9883.0, 9843.0, 9835.0, 9848.0, 9821.0, 9890.0, 9846.0, 9877.0, 9813.0, 9875.0, 9817.0, 9862.0, 9824.0, 9826.0, 9805.0, 9813.0, 9824.0, 9807.0, 9821.0, 9853.0, 9862.0, 9836.0, 9856.0, 9833.0, 9828.0, 9820.0, 9848.0, 9861.0, 9840.0, 9885.0, 9859.0, 9901.0, 9872.0, 9876.0, 9885.0, 9909.0, 9903.0, 9898.0, 9880.0, 9898.0, 9855.0, 9882.0, 9832.0, 9819.0, 9833.0, 9838.0, 9838.0, 9833.0, 9820.0, 9817.0, 9839.0, 9817.0, 9843.0, 9802.0, 9859.0, 9839.0, 9863.0, 9864.0, 9851.0, 9851.0, 9858.0, 9884.0, 9860.0, 9935.0, 9878.0, 9895.0, 9869.0, 9898.0, 9831.0, 9873.0, 9824.0, 9870.0, 9851.0, 9839.0, 9880.0, 9838.0, 9828.0, 9816.0, 9802.0, 9859.0, 9830.0, 9871.0, 9812.0, 9867.0, 9832.0, 9868.0, 9813.0, 9853.0, 9839.0, 9846.0, 9871.0, 9862.0, 9867.0, 9840.0, 9889.0, 9853.0, 9888.0, 9847.0, 9881.0, 9843.0, 9893.0, 9821.0, 9845.0, 9811.0, 9858.0, 9801.0, 9789.0, 9807.0, 9838.0, 9811.0, 9791.0, 9820.0, 9788.0, 9811.0, 9798.0, 9834.0, 9833.0, 9813.0, 9822.0, 9826.0, 9832.0, 9832.0, 9859.0, 9869.0, 9857.0, 9879.0, 9882.0, 9879.0, 9832.0, 9905.0, 9854.0, 9909.0, 9893.0, 9871.0, 9927.0, 9871.0, 9879.0, 9836.0, 9858.0, 9891.0, 9836.0, 9893.0, 9832.0, 9874.0, 9813.0, 9856.0, 9811.0, 9860.0, 9825.0, 9863.0, 9853.0, 9860.0, 9831.0, 9853.0, 9818.0, 9887.0, 9863.0, 9887.0, 9863.0, 9887.0, 9844.0, 9850.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.005746158256880735</td></tr>
<tr><td colspan=3>aqi</td><td>0.059821560665137614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.0322899452927</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2449366495292762</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0509563003214701</td></tr>
<tr><td colspan=3>efc</td><td>0.5431</td></tr>
<tr><td colspan=3>fber</td><td>2868.8113</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1499886004213875</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.513761467889907</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.450550593823905</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.38694912490888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.701750844676149</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2629518118866847</td></tr>
<tr><td colspan=3>gcor</td><td>0.00900189</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013708637095987797</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07099740207195282</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.679288787546872</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>15.4115</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.2771</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>263.774</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283502.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>1213.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>461.159</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9703</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.413</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3634.6448</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1806.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.331</td></tr>
<tr><td colspan=3>tsnr</td><td>26.416224996501114</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>