ds005256-mriqc/sub-0018_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 283c5df053 [DATALAD RUNCMD] Compute MRIQC for sub-0018
=== 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-0018 --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-0018",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:43 +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-0018_ses-04_task-social_acq-mb8_run-02_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-0018_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0018_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0018_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0018_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0018_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0018_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0018_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0018_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_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-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-social_acq-mb8_run-02_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-0018/ses-04/func/sub-0018_ses-04_task-social_acq-mb8_run-02_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>847d807d5983604831c940c2a4dd2254</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>09:44:36.632500</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_VE11C_LATEST_20160120</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.995475, -0.0588087, 0.074643, 0.0544357, 0.996753, 0.0593271]</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-02_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.100313</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 640, -67, -214, -22, 11]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>232.903</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77c18b31-998e-4a11-83c8-5bb9b5df7041||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670785903930664, 0.14604713022708893, 0.21030192077159882, 99.62892150878906], [0.15777945518493652, 2.6742160320281982, 0.1484876573085785, -89.274658203125], [0.2002616971731186, -0.15917040407657623, 2.6876988410949707, -63.83384323120117], [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': ['094436.632500', '094437.092500', '094437.552500', '094438.012500', '094438.472500', '094438.932500', '094439.392500', '094439.852500', '094440.312500', '094440.772500', '094441.232500', '094441.692500', '094442.152500', '094442.612500', '094443.072500', '094443.532500', '094443.992500', '094444.452500', '094444.912500', '094445.372500', '094445.832500', '094446.292500', '094446.752500', '094447.212500', '094447.672500', '094448.132500', '094448.592500', '094449.052500', '094449.512500', '094449.972500', '094450.432500', '094450.892500', '094451.352500', '094451.812500', '094452.272500', '094452.732500', '094453.192500', '094453.652500', '094454.112500', '094454.572500', '094455.032500', '094455.492500', '094455.952500', '094456.412500', '094456.872500', '094457.332500', '094457.792500', '094458.252500', '094458.712500', '094459.172500', '094459.632500', '094500.092500', '094500.552500', '094501.012500', '094501.472500', '094501.932500', '094502.392500', '094502.852500', '094503.312500', '094503.772500', '094504.232500', '094504.692500', '094505.152500', '094505.612500', '094506.072500', '094506.532500', '094506.992500', '094507.452500', '094507.912500', '094508.372500', '094508.832500', '094509.292500', '094509.752500', '094510.212500', '094510.672500', '094511.132500', '094511.592500', '094512.052500', '094512.512500', '094512.972500', '094513.432500', '094513.892500', '094514.352500', '094514.812500', '094515.272500', '094515.732500', '094516.192500', '094516.652500', '094517.112500', '094517.572500', '094518.032500', '094518.492500', '094518.952500', '094519.412500', '094519.872500', '094520.332500', '094520.792500', '094521.252500', '094521.712500', '094522.172500', '094522.632500', '094523.092500', '094523.552500', '094524.012500', '094524.472500', '094524.932500', '094525.392500', '094525.852500', '094526.312500', '094526.772500', '094527.232500', '094527.692500', '094528.152500', '094528.612500', '094529.072500', '094529.532500', '094529.992500', '094530.452500', '094530.912500', '094531.372500', '094531.832500', '094532.292500', '094532.752500', '094533.212500', '094533.672500', '094534.132500', '094534.592500', '094535.052500', '094535.512500', '094535.972500', '094536.432500', '094536.892500', '094537.352500', '094537.812500', '094538.272500', '094538.732500', '094539.192500', '094539.652500', '094540.112500', '094540.572500', '094541.032500', '094541.492500', '094541.952500', '094542.412500', '094542.872500', '094543.332500', '094543.792500', '094544.252500', '094544.712500', '094545.172500', '094545.632500', '094546.092500', '094546.552500', '094547.012500', '094547.472500', '094547.932500', '094548.392500', '094548.852500', '094549.312500', '094549.772500', '094550.232500', '094550.692500', '094551.152500', '094551.612500', '094552.072500', '094552.532500', '094552.992500', '094553.452500', '094553.912500', '094554.372500', '094554.832500', '094555.292500', '094555.752500', '094556.212500', '094556.672500', '094557.132500', '094557.592500', '094558.052500', '094558.512500', '094558.972500', '094559.432500', '094559.892500', '094600.352500', '094600.812500', '094601.272500', '094601.732500', '094602.192500', '094602.652500', '094603.112500', '094603.572500', '094604.032500', '094604.492500', '094604.952500', '094605.412500', '094605.872500', '094606.332500', '094606.792500', '094607.252500', '094607.712500', '094608.172500', '094608.632500', '094609.092500', '094609.552500', '094610.012500', '094610.472500', '094610.932500', '094611.392500', '094611.852500', '094612.312500', '094612.772500', '094613.232500', '094613.692500', '094614.152500', '094614.612500', '094615.072500', '094615.532500', '094615.992500', '094616.452500', '094616.912500', '094617.372500', '094617.832500', '094618.292500', '094618.752500', '094619.212500', '094619.672500', '094620.132500', '094620.592500', '094621.052500', '094621.512500', '094621.972500', '094622.432500', '094622.892500', '094623.352500', '094623.812500', '094624.272500', '094624.732500', '094625.192500', '094625.652500', '094626.112500', '094626.572500', '094627.032500', '094627.492500', '094627.952500', '094628.412500', '094628.872500', '094629.332500', '094629.792500', '094630.252500', '094630.712500', '094631.172500', '094631.632500', '094632.092500', '094632.552500', '094633.012500', '094633.472500', '094633.932500', '094634.392500', '094634.852500', '094635.312500', '094635.772500', '094636.232500', '094636.692500', '094637.152500', '094637.612500', '094638.072500', '094638.532500', '094638.992500', '094639.452500', '094639.912500', '094640.372500', '094640.832500', '094641.292500', '094641.752500', '094642.212500', '094642.672500', '094643.132500', '094643.592500', '094644.052500', '094644.512500', '094644.972500', '094645.432500', '094645.892500', '094646.352500', '094646.812500', '094647.272500', '094647.732500', '094648.192500', '094648.652500', '094649.112500', '094649.572500', '094650.032500', '094650.492500', '094650.952500', '094651.412500', '094651.872500', '094652.332500', '094652.792500', '094653.252500', '094653.712500', '094654.172500', '094654.632500', '094655.092500', '094655.552500', '094656.012500', '094656.472500', '094656.932500', '094657.392500', '094657.852500', '094658.312500', '094658.772500', '094659.232500', '094659.692500', '094700.152500', '094700.612500', '094701.072500', '094701.532500', '094701.992500', '094702.452500', '094702.912500', '094703.372500', '094703.832500', '094704.292500', '094704.752500', '094705.212500', '094705.672500', '094706.132500', '094706.592500', '094707.052500', '094707.512500', '094707.972500', '094708.432500', '094708.892500', '094709.352500', '094709.812500', '094710.272500', '094710.732500', '094711.192500', '094711.652500', '094712.112500', '094712.572500', '094713.032500', '094713.492500', '094713.952500', '094714.412500', '094714.872500', '094715.332500', '094715.792500', '094716.252500', '094716.712500', '094717.172500', '094717.632500', '094718.092500', '094718.552500', '094719.012500', '094719.472500', '094719.932500', '094720.392500', '094720.852500', '094721.312500', '094721.772500', '094722.232500', '094722.692500', '094723.152500', '094723.612500', '094724.072500', '094724.532500', '094724.992500', '094725.452500', '094725.912500', '094726.372500', '094726.832500', '094727.292500', '094727.752500', '094728.212500', '094728.672500', '094729.132500', '094729.592500', '094730.052500', '094730.512500', '094730.972500', '094731.432500', '094731.892500', '094732.352500', '094732.812500', '094733.272500', '094733.732500', '094734.192500', '094734.652500', '094735.112500', '094735.572500', '094736.032500', '094736.492500', '094736.952500', '094737.412500', '094737.872500', '094738.332500', '094738.792500', '094739.252500', '094739.712500', '094740.172500', '094740.632500', '094741.092500', '094741.552500', '094742.012500', '094742.472500', '094742.932500', '094743.392500', '094743.852500', '094744.312500', '094744.772500', '094745.232500', '094745.692500', '094746.152500', '094746.612500', '094747.072500', '094747.532500', '094747.992500', '094748.452500', '094748.912500', '094749.372500', '094749.832500', '094750.292500', '094750.752500', '094751.212500', '094751.672500', '094752.132500', '094752.592500', '094753.052500', '094753.512500', '094753.972500', '094754.432500', '094754.892500', '094755.352500', '094755.812500', '094756.272500', '094756.732500', '094757.192500', '094757.652500', '094758.112500', '094758.572500', '094759.032500', '094759.492500', '094759.952500', '094800.412500', '094800.872500', '094801.332500', '094801.792500', '094802.252500', '094802.712500', '094803.172500', '094803.632500', '094804.092500', '094804.552500', '094805.012500', '094805.472500', '094805.932500', '094806.392500', '094806.852500', '094807.312500', '094807.772500', '094808.232500', '094808.692500', '094809.152500', '094809.612500', '094810.072500', '094810.532500', '094810.992500', '094811.452500', '094811.912500', '094812.372500', '094812.832500', '094813.292500', '094813.752500', '094814.212500', '094814.672500', '094815.132500', '094815.592500', '094816.052500', '094816.512500', '094816.972500', '094817.432500', '094817.892500', '094818.352500', '094818.812500', '094819.272500', '094819.732500', '094820.192500', '094820.652500', '094821.112500', '094821.572500', '094822.032500', '094822.492500', '094822.952500', '094823.412500', '094823.872500', '094824.332500', '094824.792500', '094825.252500', '094825.712500', '094826.172500', '094826.632500', '094827.092500', '094827.552500', '094828.012500', '094828.472500', '094828.932500', '094829.392500', '094829.852500', '094830.312500', '094830.772500', '094831.232500', '094831.692500', '094832.152500', '094832.612500', '094833.072500', '094833.532500', '094833.992500', '094834.452500', '094834.912500', '094835.372500', '094835.832500', '094836.292500', '094836.752500', '094837.212500', '094837.672500', '094838.132500', '094838.592500', '094839.052500', '094839.512500', '094839.972500', '094840.432500', '094840.892500', '094841.352500', '094841.812500', '094842.272500', '094842.732500', '094843.192500', '094843.652500', '094844.112500', '094844.572500', '094845.032500', '094845.492500', '094845.952500', '094846.412500', '094846.872500', '094847.332500', '094847.792500', '094848.252500', '094848.712500', '094849.172500', '094849.632500', '094850.092500', '094850.552500', '094851.012500', '094851.472500', '094851.932500', '094852.392500', '094852.852500', '094853.312500', '094853.772500', '094854.232500', '094854.692500', '094855.152500', '094855.612500', '094856.072500', '094856.532500', '094856.992500', '094857.452500', '094857.912500', '094858.372500', '094858.832500', '094859.292500', '094859.752500', '094900.212500', '094900.672500', '094901.132500', '094901.592500', '094902.052500', '094902.512500', '094902.972500', '094903.432500', '094903.892500', '094904.352500', '094904.812500', '094905.272500', '094905.732500', '094906.192500', '094906.652500', '094907.112500', '094907.572500', '094908.032500', '094908.492500', '094908.952500', '094909.412500', '094909.872500', '094910.332500', '094910.792500', '094911.252500', '094911.712500', '094912.172500', '094912.632500', '094913.092500', '094913.552500', '094914.012500', '094914.472500', '094914.932500', '094915.392500', '094915.852500', '094916.312500', '094916.772500', '094917.232500', '094917.692500', '094918.152500', '094918.612500', '094919.072500', '094919.532500', '094919.992500', '094920.452500', '094920.912500', '094921.372500', '094921.832500', '094922.292500', '094922.752500', '094923.212500', '094923.672500', '094924.132500', '094924.592500', '094925.052500', '094925.512500', '094925.972500', '094926.432500', '094926.892500', '094927.352500', '094927.812500', '094928.272500', '094928.732500', '094929.192500', '094929.652500', '094930.112500', '094930.572500', '094931.032500', '094931.492500', '094931.952500', '094932.412500', '094932.872500', '094933.332500', '094933.792500', '094934.252500', '094934.712500', '094935.172500', '094935.632500', '094936.092500', '094936.552500', '094937.012500', '094937.472500', '094937.932500', '094938.392500', '094938.852500', '094939.312500', '094939.772500', '094940.232500', '094940.692500', '094941.152500', '094941.612500', '094942.072500', '094942.532500', '094942.992500', '094943.452500', '094943.912500', '094944.372500', '094944.832500', '094945.292500', '094945.752500', '094946.212500', '094946.672500', '094947.132500', '094947.592500', '094948.052500', '094948.512500', '094948.972500', '094949.432500', '094949.892500', '094950.352500', '094950.812500', '094951.272500', '094951.732500', '094952.192500', '094952.652500', '094953.112500', '094953.572500', '094954.032500', '094954.492500', '094954.952500', '094955.412500', '094955.872500', '094956.332500', '094956.792500', '094957.252500', '094957.712500', '094958.172500', '094958.632500', '094959.092500', '094959.552500', '095000.012500', '095000.472500', '095000.932500', '095001.392500', '095001.852500', '095002.312500', '095002.772500', '095003.232500', '095003.692500', '095004.152500', '095004.612500', '095005.072500', '095005.532500', '095005.992500', '095006.452500', '095006.912500', '095007.372500', '095007.832500', '095008.292500', '095008.752500', '095009.212500', '095009.672500', '095010.132500', '095010.592500', '095011.052500', '095011.512500', '095011.972500', '095012.432500', '095012.892500', '095013.352500', '095013.812500', '095014.272500', '095014.732500', '095015.192500', '095015.652500', '095016.112500', '095016.572500', '095017.032500', '095017.492500', '095017.952500', '095018.412500', '095018.872500', '095019.332500', '095019.792500', '095020.252500', '095020.712500', '095021.172500', '095021.632500', '095022.092500', '095022.552500', '095023.012500', '095023.472500', '095023.932500', '095024.392500', '095024.852500', '095025.312500', '095025.772500', '095026.232500', '095026.692500', '095027.152500', '095027.612500', '095028.072500', '095028.532500', '095028.992500', '095029.452500', '095029.912500', '095030.372500', '095030.832500', '095031.292500', '095031.752500', '095032.212500', '095032.672500', '095033.132500', '095033.592500', '095034.052500', '095034.512500', '095034.972500', '095035.432500', '095035.892500', '095036.352500', '095036.812500', '095037.272500', '095037.732500', '095038.192500', '095038.652500', '095039.112500', '095039.572500', '095040.032500', '095040.492500', '095040.952500', '095041.412500', '095041.872500', '095042.332500', '095042.792500', '095043.252500', '095043.712500', '095044.172500', '095044.632500', '095045.092500', '095045.552500', '095046.012500', '095046.472500', '095046.932500', '095047.392500', '095047.852500', '095048.312500', '095048.772500', '095049.232500', '095049.692500', '095050.152500', '095050.612500', '095051.072500', '095051.532500', '095051.992500', '095052.452500', '095052.912500', '095053.372500', '095053.832500', '095054.292500', '095054.752500', '095055.212500', '095055.672500', '095056.132500', '095056.592500', '095057.052500', '095057.512500', '095057.972500', '095058.432500', '095058.892500', '095059.352500', '095059.812500', '095100.272500', '095100.732500', '095101.192500', '095101.652500', '095102.112500', '095102.572500', '095103.032500', '095103.492500', '095103.952500', '095104.412500', '095104.872500', '095105.332500', '095105.792500', '095106.252500', '095106.712500', '095107.172500', '095107.632500', '095108.092500', '095108.552500', '095109.012500', '095109.472500', '095109.932500', '095110.392500', '095110.852500', '095111.312500', '095111.772500', '095112.232500', '095112.692500', '095113.152500', '095113.612500', '095114.072500', '095114.532500', '095114.992500', '095115.452500', '095115.912500', '095116.372500', '095116.832500', '095117.292500'], 'ContentTime': ['094457.942000', '094457.946000', '094457.949000', '094457.952000', '094457.955000', '094457.957000', '094457.960000', '094457.963000', '094457.966000', '094457.968000', '094457.971000', '094457.974000', '094457.977000', '094457.980000', '094457.982000', '094457.985000', '094457.988000', '094457.991000', '094457.994000', '094457.996000', '094458.000000', '094458.003000', '094458.006000', '094458.017000', '094458.020000', '094458.023000', '094458.026000', '094458.029000', '094458.031000', '094458.034000', '094458.037000', '094458.040000', '094458.042000', '094458.045000', '094458.048000', '094458.051000', '094458.053000', '094458.056000', '094458.059000', '094458.062000', '094458.065000', '094458.067000', '094458.070000', '094458.073000', '094517.909000', '094517.912000', '094517.915000', '094517.917000', '094517.920000', '094517.923000', '094517.926000', '094517.928000', '094517.931000', '094517.934000', '094517.937000', '094517.940000', '094517.942000', '094517.945000', '094517.948000', '094517.951000', '094517.953000', '094517.956000', '094517.959000', '094517.962000', '094517.965000', '094517.967000', '094517.970000', '094517.973000', '094517.976000', '094517.978000', '094517.981000', '094517.984000', '094517.987000', '094517.990000', '094517.992000', '094517.995000', '094517.998000', '094518.002000', '094518.005000', '094518.007000', '094518.010000', '094518.013000', '094518.016000', '094518.018000', '094518.021000', '094518.024000', '094518.027000', '094537.909000', '094537.912000', '094537.915000', '094537.917000', '094537.920000', '094537.923000', '094537.926000', '094537.928000', '094537.931000', '094537.934000', '094537.937000', '094537.940000', '094537.942000', '094537.945000', '094537.948000', '094537.951000', '094537.953000', '094537.956000', '094537.959000', '094537.962000', '094537.964000', '094537.967000', '094537.970000', '094537.973000', '094537.975000', '094537.978000', '094537.981000', '094537.984000', '094537.987000', '094537.989000', '094537.992000', '094538.004000', '094538.007000', '094538.010000', '094538.013000', '094538.015000', '094538.018000', '094538.021000', '094538.024000', '094538.036000', '094538.039000', '094538.042000', '094538.045000', '094538.047000', '094557.909000', '094557.912000', '094557.915000', '094557.917000', '094557.920000', '094557.923000', '094557.926000', '094557.929000', '094557.931000', '094557.934000', '094557.937000', '094557.940000', '094557.943000', '094557.945000', '094557.948000', '094557.951000', '094557.954000', '094557.956000', '094557.959000', '094557.962000', '094557.965000', '094557.968000', '094557.971000', '094557.973000', '094557.976000', '094557.979000', '094557.982000', '094557.985000', '094557.988000', '094557.991000', '094557.994000', '094557.997000', '094558.000000', '094558.003000', '094558.006000', '094558.009000', '094558.011000', '094558.014000', '094558.017000', '094558.020000', '094558.023000', '094558.032000', '094558.035000', '094617.909000', '094617.912000', '094617.914000', '094617.917000', '094617.920000', '094617.923000', '094617.926000', '094617.928000', '094617.931000', '094617.934000', '094617.937000', '094617.940000', '094617.942000', '094617.945000', '094617.948000', '094617.952000', '094617.955000', '094617.958000', '094617.960000', '094617.963000', '094617.966000', '094617.969000', '094617.972000', '094617.974000', '094617.977000', '094617.980000', '094617.983000', '094617.986000', '094617.988000', '094617.991000', '094617.994000', '094617.997000', '094618.000000', '094618.003000', '094618.006000', '094618.009000', '094618.011000', '094618.014000', '094618.017000', '094618.020000', '094618.023000', '094618.025000', '094618.028000', '094618.031000', '094637.909000', '094637.912000', '094637.915000', '094637.917000', '094637.920000', '094637.923000', '094637.926000', '094637.929000', '094637.931000', '094637.934000', '094637.937000', '094637.940000', '094637.943000', '094637.945000', '094637.948000', '094637.951000', '094637.954000', '094637.956000', '094637.959000', '094637.962000', '094637.965000', '094637.967000', '094637.970000', '094637.973000', '094637.976000', '094637.979000', '094637.981000', '094637.984000', '094637.987000', '094637.990000', '094637.993000', '094637.996000', '094637.998000', '094638.002000', '094638.005000', '094638.008000', '094638.011000', '094638.013000', '094638.016000', '094638.019000', '094638.022000', '094638.024000', '094638.027000', '094657.909000', '094657.912000', '094657.915000', '094657.917000', '094657.920000', '094657.923000', '094657.926000', '094657.929000', '094657.931000', '094657.934000', '094657.937000', '094657.940000', '094657.943000', '094657.945000', '094657.948000', '094657.951000', '094657.954000', '094657.956000', '094657.959000', '094657.962000', '094657.965000', '094657.968000', '094657.971000', '094657.973000', '094657.976000', '094657.979000', '094657.982000', '094657.985000', '094657.988000', '094657.990000', '094657.993000', '094657.996000', '094658.000000', '094658.003000', '094658.006000', '094658.008000', '094658.011000', '094658.014000', '094658.017000', '094658.020000', '094658.022000', '094658.025000', '094658.028000', '094658.031000', '094717.909000', '094717.912000', '094717.915000', '094717.918000', '094717.920000', '094717.923000', '094717.926000', '094717.929000', '094717.932000', '094717.934000', '094717.937000', '094717.940000', '094717.943000', '094717.945000', '094717.948000', '094717.951000', '094717.954000', '094717.957000', '094717.959000', '094717.962000', '094717.965000', '094717.968000', '094717.971000', '094717.973000', '094717.976000', '094717.979000', '094717.982000', '094717.984000', '094717.987000', '094717.990000', '094717.993000', '094717.996000', '094717.998000', '094718.002000', '094718.021000', '094718.024000', '094718.027000', '094718.037000', '094718.040000', '094718.043000', '094718.046000', '094718.049000', '094718.065000', '094737.909000', '094737.912000', '094737.914000', '094737.917000', '094737.920000', '094737.923000', '094737.926000', '094737.929000', '094737.931000', '094737.934000', '094737.937000', '094737.940000', '094737.943000', '094737.945000', '094737.948000', '094737.951000', '094737.954000', '094737.957000', '094737.959000', '094737.962000', '094737.965000', '094737.968000', '094737.971000', '094737.973000', '094737.976000', '094737.979000', '094737.982000', '094737.985000', '094737.987000', '094737.990000', '094737.993000', '094737.996000', '094738.000000', '094738.002000', '094738.005000', '094738.008000', '094738.011000', '094738.014000', '094738.016000', '094738.019000', '094738.022000', '094738.025000', '094738.028000', '094738.030000', '094757.909000', '094757.912000', '094757.915000', '094757.917000', '094757.920000', '094757.923000', '094757.926000', '094757.929000', '094757.931000', '094757.934000', '094757.937000', '094757.940000', '094757.943000', '094757.945000', '094757.948000', '094757.951000', '094757.954000', '094757.957000', '094757.960000', '094757.962000', '094757.965000', '094757.968000', '094757.971000', '094757.974000', '094757.976000', '094757.979000', '094757.982000', '094757.985000', '094757.987000', '094757.990000', '094757.993000', '094757.996000', '094758.000000', '094758.003000', '094758.006000', '094758.008000', '094758.011000', '094758.014000', '094758.017000', '094758.020000', '094758.022000', '094758.025000', '094758.028000', '094817.908000', '094817.911000', '094817.914000', '094817.917000', '094817.919000', '094817.922000', '094817.925000', '094817.928000', '094817.931000', '094817.933000', '094817.936000', '094817.939000', '094817.942000', '094817.944000', '094817.947000', '094817.950000', '094817.953000', '094817.956000', '094817.959000', '094817.961000', '094817.964000', '094817.967000', '094817.970000', '094817.973000', '094817.975000', '094817.978000', '094817.981000', '094817.984000', '094817.987000', '094817.989000', '094817.992000', '094817.995000', '094817.998000', '094818.002000', '094818.005000', '094818.007000', '094818.010000', '094818.013000', '094818.016000', '094818.019000', '094818.021000', '094818.024000', '094818.027000', '094818.030000', '094837.909000', '094837.912000', '094837.915000', '094837.918000', '094837.920000', '094837.923000', '094837.926000', '094837.929000', '094837.932000', '094837.934000', '094837.937000', '094837.940000', '094837.943000', '094837.945000', '094837.948000', '094837.951000', '094837.954000', '094837.957000', '094837.960000', '094837.962000', '094837.965000', '094837.968000', '094837.971000', '094837.974000', '094837.976000', '094837.979000', '094837.982000', '094837.985000', '094837.988000', '094837.990000', '094837.993000', '094837.996000', '094838.000000', '094838.003000', '094838.006000', '094838.008000', '094838.011000', '094838.014000', '094838.017000', '094838.019000', '094838.022000', '094838.025000', '094838.028000', '094857.909000', '094857.912000', '094857.926000', '094857.929000', '094857.932000', '094857.935000', '094857.937000', '094857.940000', '094857.943000', '094857.946000', '094857.949000', '094857.951000', '094857.954000', '094857.957000', '094857.960000', '094857.962000', '094857.965000', '094857.968000', '094857.971000', '094857.974000', '094857.976000', '094857.979000', '094857.982000', '094857.985000', '094857.988000', '094857.991000', '094857.993000', '094857.996000', '094858.000000', '094858.003000', '094858.006000', '094858.009000', '094858.011000', '094858.014000', '094858.017000', '094858.020000', '094858.023000', '094858.026000', '094858.029000', '094858.032000', '094858.034000', '094858.046000', '094858.049000', '094917.909000', '094917.912000', '094917.915000', '094917.918000', '094917.920000', '094917.923000', '094917.926000', '094917.929000', '094917.932000', '094917.934000', '094917.937000', '094917.940000', '094917.943000', '094917.945000', '094917.948000', '094917.951000', '094917.954000', '094917.957000', '094917.960000', '094917.962000', '094917.965000', '094917.968000', '094917.971000', '094917.974000', '094917.976000', '094917.979000', '094917.982000', '094917.985000', '094917.988000', '094917.990000', '094917.993000', '094917.996000', '094918.000000', '094918.003000', '094918.006000', '094918.008000', '094918.011000', '094918.014000', '094918.017000', '094918.020000', '094918.022000', '094918.025000', '094918.028000', '094918.031000', '094937.909000', '094937.912000', '094937.915000', '094937.918000', '094937.921000', '094937.924000', '094937.927000', '094937.930000', '094937.933000', '094937.936000', '094937.938000', '094937.941000', '094937.944000', '094937.947000', '094937.949000', '094937.952000', '094937.955000', '094937.958000', '094937.961000', '094937.964000', '094937.966000', '094937.969000', '094937.972000', '094937.975000', '094937.978000', '094937.981000', '094937.984000', '094937.987000', '094937.990000', '094937.992000', '094937.995000', '094937.998000', '094938.002000', '094938.005000', '094938.007000', '094938.010000', '094938.013000', '094938.016000', '094938.019000', '094938.021000', '094938.024000', '094938.027000', '094938.030000', '094957.909000', '094957.912000', '094957.915000', '094957.917000', '094957.920000', '094957.923000', '094957.926000', '094957.929000', '094957.931000', '094957.934000', '094957.937000', '094957.940000', '094957.942000', '094957.945000', '094957.948000', '094957.951000', '094957.954000', '094957.957000', '094957.959000', '094957.962000', '094957.965000', '094957.968000', '094957.970000', '094957.973000', '094957.976000', '094957.979000', '094957.982000', '094957.984000', '094957.987000', '094957.990000', '094957.993000', '094957.996000', '094958.000000', '094958.002000', '094958.005000', '094958.008000', '094958.011000', '094958.014000', '094958.016000', '094958.019000', '094958.022000', '094958.025000', '094958.028000', '094958.030000', '095017.909000', '095017.912000', '095017.915000', '095017.918000', '095017.920000', '095017.923000', '095017.926000', '095017.929000', '095017.932000', '095017.934000', '095017.937000', '095017.940000', '095017.943000', '095017.946000', '095017.949000', '095017.952000', '095017.954000', '095017.957000', '095017.960000', '095017.963000', '095017.966000', '095017.968000', '095017.971000', '095017.974000', '095017.977000', '095017.979000', '095017.982000', '095017.991000', '095017.994000', '095017.997000', '095018.000000', '095018.003000', '095018.006000', '095018.009000', '095018.012000', '095018.014000', '095018.017000', '095018.020000', '095018.023000', '095018.026000', '095018.028000', '095018.031000', '095018.034000', '095037.908000', '095037.911000', '095037.914000', '095037.917000', '095037.919000', '095037.922000', '095037.925000', '095037.928000', '095037.931000', '095037.933000', '095037.936000', '095037.939000', '095037.942000', '095037.946000', '095037.949000', '095037.952000', '095037.955000', '095037.958000', '095037.960000', '095037.963000', '095037.966000', '095037.969000', '095037.972000', '095037.975000', '095037.977000', '095037.980000', '095037.983000', '095037.986000', '095037.989000', '095037.991000', '095037.994000', '095037.997000', '095038.001000', '095038.004000', '095038.006000', '095038.009000', '095038.012000', '095038.015000', '095038.018000', '095038.020000', '095038.023000', '095038.026000', '095038.029000', '095038.032000', '095057.909000', '095057.912000', '095057.915000', '095057.918000', '095057.920000', '095057.923000', '095057.926000', '095057.929000', '095057.932000', '095057.934000', '095057.937000', '095057.940000', '095057.943000', '095057.946000', '095057.948000', '095057.952000', '095057.956000', '095057.958000', '095057.961000', '095057.964000', '095057.967000', '095057.970000', '095057.973000', '095057.975000', '095057.978000', '095057.981000', '095057.984000', '095057.987000', '095057.989000', '095057.992000', '095057.995000', '095057.998000', '095058.002000', '095058.005000', '095058.008000', '095058.011000', '095058.013000', '095058.016000', '095058.019000', '095058.022000', '095058.025000', '095058.027000', '095058.030000', '095117.909000', '095117.912000', '095117.915000', '095117.918000', '095117.921000', '095117.923000', '095117.926000', '095117.929000', '095117.932000', '095117.935000', '095117.937000', '095117.940000', '095117.943000', '095117.946000', '095117.949000', '095117.951000', '095117.954000', '095117.957000', '095117.960000', '095117.963000', '095117.966000', '095117.968000', '095117.971000', '095117.974000', '095117.977000', '095117.980000', '095117.983000', '095117.985000', '095117.988000', '095117.991000', '095117.994000', '095117.997000', '095118.000000', '095118.003000', '095118.006000', '095118.009000', '095118.012000', '095118.014000', '095118.017000', '095118.025000', '095118.028000', '095118.031000', '095118.034000', '095118.037000', '095118.713000', '095118.717000'], 'InstanceCreationTime': ['094457.942000', '094457.946000', '094457.949000', '094457.952000', '094457.955000', '094457.957000', '094457.960000', '094457.963000', '094457.966000', '094457.968000', '094457.971000', '094457.974000', '094457.977000', '094457.980000', '094457.982000', '094457.985000', '094457.988000', '094457.991000', '094457.994000', '094457.996000', '094458.000000', '094458.003000', '094458.006000', '094458.017000', '094458.020000', '094458.023000', '094458.026000', '094458.029000', '094458.031000', '094458.034000', '094458.037000', '094458.040000', '094458.042000', '094458.045000', '094458.048000', '094458.051000', '094458.053000', '094458.056000', '094458.059000', '094458.062000', '094458.065000', '094458.067000', '094458.070000', '094458.073000', '094517.909000', '094517.912000', '094517.915000', '094517.917000', '094517.920000', '094517.923000', '094517.926000', '094517.928000', '094517.931000', '094517.934000', '094517.937000', '094517.940000', '094517.942000', '094517.945000', '094517.948000', '094517.951000', '094517.953000', '094517.956000', '094517.959000', '094517.962000', '094517.965000', '094517.967000', '094517.970000', '094517.973000', '094517.976000', '094517.978000', '094517.981000', '094517.984000', '094517.987000', '094517.990000', '094517.992000', '094517.995000', '094517.998000', '094518.002000', '094518.005000', '094518.007000', '094518.010000', '094518.013000', '094518.016000', '094518.018000', '094518.021000', '094518.024000', '094518.027000', '094537.909000', '094537.912000', '094537.915000', '094537.917000', '094537.920000', '094537.923000', '094537.926000', '094537.928000', '094537.931000', '094537.934000', '094537.937000', '094537.940000', '094537.942000', '094537.945000', '094537.948000', '094537.951000', '094537.953000', '094537.956000', '094537.959000', '094537.962000', '094537.964000', '094537.967000', '094537.970000', '094537.973000', '094537.975000', '094537.978000', '094537.981000', '094537.984000', '094537.987000', '094537.989000', '094537.992000', '094538.004000', '094538.007000', '094538.010000', '094538.013000', '094538.015000', '094538.018000', '094538.021000', '094538.024000', '094538.036000', '094538.039000', '094538.042000', '094538.045000', '094538.047000', '094557.909000', '094557.912000', '094557.915000', '094557.917000', '094557.920000', '094557.923000', '094557.926000', '094557.929000', '094557.931000', '094557.934000', '094557.937000', '094557.940000', '094557.943000', '094557.945000', '094557.948000', '094557.951000', '094557.954000', '094557.956000', '094557.959000', '094557.962000', '094557.965000', '094557.968000', '094557.971000', '094557.973000', '094557.976000', '094557.979000', '094557.982000', '094557.985000', '094557.988000', '094557.991000', '094557.994000', '094557.997000', '094558.000000', '094558.003000', '094558.006000', '094558.009000', '094558.011000', '094558.014000', '094558.017000', '094558.020000', '094558.023000', '094558.032000', '094558.035000', '094617.909000', '094617.912000', '094617.914000', '094617.917000', '094617.920000', '094617.923000', '094617.926000', '094617.928000', '094617.931000', '094617.934000', '094617.937000', '094617.940000', '094617.942000', '094617.945000', '094617.948000', '094617.952000', '094617.955000', '094617.958000', '094617.960000', '094617.963000', '094617.966000', '094617.969000', '094617.972000', '094617.974000', '094617.977000', '094617.980000', '094617.983000', '094617.986000', '094617.988000', '094617.991000', '094617.994000', '094617.997000', '094618.000000', '094618.003000', '094618.006000', '094618.009000', '094618.011000', '094618.014000', '094618.017000', '094618.020000', '094618.023000', '094618.025000', '094618.028000', '094618.031000', '094637.909000', '094637.912000', '094637.915000', '094637.917000', '094637.920000', '094637.923000', '094637.926000', '094637.929000', '094637.931000', '094637.934000', '094637.937000', '094637.940000', '094637.943000', '094637.945000', '094637.948000', '094637.951000', '094637.954000', '094637.956000', '094637.959000', '094637.962000', '094637.965000', '094637.967000', '094637.970000', '094637.973000', '094637.976000', '094637.979000', '094637.981000', '094637.984000', '094637.987000', '094637.990000', '094637.993000', '094637.996000', '094637.998000', '094638.002000', '094638.005000', '094638.008000', '094638.011000', '094638.013000', '094638.016000', '094638.019000', '094638.022000', '094638.024000', '094638.027000', '094657.909000', '094657.912000', '094657.915000', '094657.917000', '094657.920000', '094657.923000', '094657.926000', '094657.929000', '094657.931000', '094657.934000', '094657.937000', '094657.940000', '094657.943000', '094657.945000', '094657.948000', '094657.951000', '094657.954000', '094657.956000', '094657.959000', '094657.962000', '094657.965000', '094657.968000', '094657.971000', '094657.973000', '094657.976000', '094657.979000', '094657.982000', '094657.985000', '094657.988000', '094657.990000', '094657.993000', '094657.996000', '094658.000000', '094658.003000', '094658.006000', '094658.008000', '094658.011000', '094658.014000', '094658.017000', '094658.020000', '094658.022000', '094658.025000', '094658.028000', '094658.031000', '094717.909000', '094717.912000', '094717.915000', '094717.918000', '094717.920000', '094717.923000', '094717.926000', '094717.929000', '094717.932000', '094717.934000', '094717.937000', '094717.940000', '094717.943000', '094717.945000', '094717.948000', '094717.951000', '094717.954000', '094717.957000', '094717.959000', '094717.962000', '094717.965000', '094717.968000', '094717.971000', '094717.973000', '094717.976000', '094717.979000', '094717.982000', '094717.984000', '094717.987000', '094717.990000', '094717.993000', '094717.996000', '094717.998000', '094718.002000', '094718.021000', '094718.024000', '094718.027000', '094718.037000', '094718.040000', '094718.043000', '094718.046000', '094718.049000', '094718.065000', '094737.909000', '094737.912000', '094737.914000', '094737.917000', '094737.920000', '094737.923000', '094737.926000', '094737.929000', '094737.931000', '094737.934000', '094737.937000', '094737.940000', '094737.943000', '094737.945000', '094737.948000', '094737.951000', '094737.954000', '094737.957000', '094737.959000', '094737.962000', '094737.965000', '094737.968000', '094737.971000', '094737.973000', '094737.976000', '094737.979000', '094737.982000', '094737.985000', '094737.987000', '094737.990000', '094737.993000', '094737.996000', '094738.000000', '094738.002000', '094738.005000', '094738.008000', '094738.011000', '094738.014000', '094738.016000', '094738.019000', '094738.022000', '094738.025000', '094738.028000', '094738.030000', '094757.909000', '094757.912000', '094757.915000', '094757.917000', '094757.920000', '094757.923000', '094757.926000', '094757.929000', '094757.931000', '094757.934000', '094757.937000', '094757.940000', '094757.943000', '094757.945000', '094757.948000', '094757.951000', '094757.954000', '094757.957000', '094757.960000', '094757.962000', '094757.965000', '094757.968000', '094757.971000', '094757.974000', '094757.976000', '094757.979000', '094757.982000', '094757.985000', '094757.987000', '094757.990000', '094757.993000', '094757.996000', '094758.000000', '094758.003000', '094758.006000', '094758.008000', '094758.011000', '094758.014000', '094758.017000', '094758.020000', '094758.022000', '094758.025000', '094758.028000', '094817.908000', '094817.911000', '094817.914000', '094817.917000', '094817.919000', '094817.922000', '094817.925000', '094817.928000', '094817.931000', '094817.933000', '094817.936000', '094817.939000', '094817.942000', '094817.944000', '094817.947000', '094817.950000', '094817.953000', '094817.956000', '094817.959000', '094817.961000', '094817.964000', '094817.967000', '094817.970000', '094817.973000', '094817.975000', '094817.978000', '094817.981000', '094817.984000', '094817.987000', '094817.989000', '094817.992000', '094817.995000', '094817.998000', '094818.002000', '094818.005000', '094818.007000', '094818.010000', '094818.013000', '094818.016000', '094818.019000', '094818.021000', '094818.024000', '094818.027000', '094818.030000', '094837.909000', '094837.912000', '094837.915000', '094837.918000', '094837.920000', '094837.923000', '094837.926000', '094837.929000', '094837.932000', '094837.934000', '094837.937000', '094837.940000', '094837.943000', '094837.945000', '094837.948000', '094837.951000', '094837.954000', '094837.957000', '094837.960000', '094837.962000', '094837.965000', '094837.968000', '094837.971000', '094837.974000', '094837.976000', '094837.979000', '094837.982000', '094837.985000', '094837.988000', '094837.990000', '094837.993000', '094837.996000', '094838.000000', '094838.003000', '094838.006000', '094838.008000', '094838.011000', '094838.014000', '094838.017000', '094838.019000', '094838.022000', '094838.025000', '094838.028000', '094857.909000', '094857.912000', '094857.926000', '094857.929000', '094857.932000', '094857.935000', '094857.937000', '094857.940000', '094857.943000', '094857.946000', '094857.949000', '094857.951000', '094857.954000', '094857.957000', '094857.960000', '094857.962000', '094857.965000', '094857.968000', '094857.971000', '094857.974000', '094857.976000', '094857.979000', '094857.982000', '094857.985000', '094857.988000', '094857.991000', '094857.993000', '094857.996000', '094858.000000', '094858.003000', '094858.006000', '094858.009000', '094858.011000', '094858.014000', '094858.017000', '094858.020000', '094858.023000', '094858.026000', '094858.029000', '094858.032000', '094858.034000', '094858.046000', '094858.049000', '094917.909000', '094917.912000', '094917.915000', '094917.918000', '094917.920000', '094917.923000', '094917.926000', '094917.929000', '094917.932000', '094917.934000', '094917.937000', '094917.940000', '094917.943000', '094917.945000', '094917.948000', '094917.951000', '094917.954000', '094917.957000', '094917.960000', '094917.962000', '094917.965000', '094917.968000', '094917.971000', '094917.974000', '094917.976000', '094917.979000', '094917.982000', '094917.985000', '094917.988000', '094917.990000', '094917.993000', '094917.996000', '094918.000000', '094918.003000', '094918.006000', '094918.008000', '094918.011000', '094918.014000', '094918.017000', '094918.020000', '094918.022000', '094918.025000', '094918.028000', '094918.031000', '094937.909000', '094937.912000', '094937.915000', '094937.918000', '094937.921000', '094937.924000', '094937.927000', '094937.930000', '094937.933000', '094937.936000', '094937.938000', '094937.941000', '094937.944000', '094937.947000', '094937.949000', '094937.952000', '094937.955000', '094937.958000', '094937.961000', '094937.964000', '094937.966000', '094937.969000', '094937.972000', '094937.975000', '094937.978000', '094937.981000', '094937.984000', '094937.987000', '094937.990000', '094937.992000', '094937.995000', '094937.998000', '094938.002000', '094938.005000', '094938.007000', '094938.010000', '094938.013000', '094938.016000', '094938.019000', '094938.021000', '094938.024000', '094938.027000', '094938.030000', '094957.909000', '094957.912000', '094957.915000', '094957.917000', '094957.920000', '094957.923000', '094957.926000', '094957.929000', '094957.931000', '094957.934000', '094957.937000', '094957.940000', '094957.942000', '094957.945000', '094957.948000', '094957.951000', '094957.954000', '094957.957000', '094957.959000', '094957.962000', '094957.965000', '094957.968000', '094957.970000', '094957.973000', '094957.976000', '094957.979000', '094957.982000', '094957.984000', '094957.987000', '094957.990000', '094957.993000', '094957.996000', '094958.000000', '094958.002000', '094958.005000', '094958.008000', '094958.011000', '094958.014000', '094958.016000', '094958.019000', '094958.022000', '094958.025000', '094958.028000', '094958.030000', '095017.909000', '095017.912000', '095017.915000', '095017.918000', '095017.920000', '095017.923000', '095017.926000', '095017.929000', '095017.932000', '095017.934000', '095017.937000', '095017.940000', '095017.943000', '095017.946000', '095017.949000', '095017.952000', '095017.954000', '095017.957000', '095017.960000', '095017.963000', '095017.966000', '095017.968000', '095017.971000', '095017.974000', '095017.977000', '095017.979000', '095017.982000', '095017.991000', '095017.994000', '095017.997000', '095018.000000', '095018.003000', '095018.006000', '095018.009000', '095018.012000', '095018.014000', '095018.017000', '095018.020000', '095018.023000', '095018.026000', '095018.028000', '095018.031000', '095018.034000', '095037.908000', '095037.911000', '095037.914000', '095037.917000', '095037.919000', '095037.922000', '095037.925000', '095037.928000', '095037.931000', '095037.933000', '095037.936000', '095037.939000', '095037.942000', '095037.946000', '095037.949000', '095037.952000', '095037.955000', '095037.958000', '095037.960000', '095037.963000', '095037.966000', '095037.969000', '095037.972000', '095037.975000', '095037.977000', '095037.980000', '095037.983000', '095037.986000', '095037.989000', '095037.991000', '095037.994000', '095037.997000', '095038.001000', '095038.004000', '095038.006000', '095038.009000', '095038.012000', '095038.015000', '095038.018000', '095038.020000', '095038.023000', '095038.026000', '095038.029000', '095038.032000', '095057.909000', '095057.912000', '095057.915000', '095057.918000', '095057.920000', '095057.923000', '095057.926000', '095057.929000', '095057.932000', '095057.934000', '095057.937000', '095057.940000', '095057.943000', '095057.946000', '095057.948000', '095057.952000', '095057.956000', '095057.958000', '095057.961000', '095057.964000', '095057.967000', '095057.970000', '095057.973000', '095057.975000', '095057.978000', '095057.981000', '095057.984000', '095057.987000', '095057.989000', '095057.992000', '095057.995000', '095057.998000', '095058.002000', '095058.005000', '095058.008000', '095058.011000', '095058.013000', '095058.016000', '095058.019000', '095058.022000', '095058.025000', '095058.027000', '095058.030000', '095117.909000', '095117.912000', '095117.915000', '095117.918000', '095117.921000', '095117.923000', '095117.926000', '095117.929000', '095117.932000', '095117.935000', '095117.937000', '095117.940000', '095117.943000', '095117.946000', '095117.949000', '095117.951000', '095117.954000', '095117.957000', '095117.960000', '095117.963000', '095117.966000', '095117.968000', '095117.971000', '095117.974000', '095117.977000', '095117.980000', '095117.983000', '095117.985000', '095117.988000', '095117.991000', '095117.994000', '095117.997000', '095118.000000', '095118.003000', '095118.006000', '095118.009000', '095118.012000', '095118.014000', '095118.017000', '095118.025000', '095118.028000', '095118.031000', '095118.034000', '095118.037000', '095118.713000', '095118.717000'], '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': [9772, 9066, 10882, 9169, 8901, 10452, 9132, 9045, 8592, 7836, 9080, 8511, 8332, 9505, 9022, 11098, 8049, 9195, 8789, 8127, 9195, 10902, 8725, 9186, 8613, 8150, 9116, 8573, 8516, 9345, 8811, 10655, 8712, 8893, 9599, 9500, 9382, 8679, 11536, 8941, 11733, 9564, 11264, 8139, 8124, 10096, 11085, 11755, 11489, 8064, 8290, 9316, 9558, 8487, 8468, 7827, 9407, 9125, 8407, 9570, 8599, 8294, 8262, 8960, 8405, 8287, 9413, 11332, 10130, 9480, 9125, 8770, 9435, 9424, 9418, 9600, 10272, 9560, 9525, 8723, 9735, 9266, 8458, 9314, 9524, 10229, 9273, 9917, 9600, 8796, 9810, 10914, 10575, 9585, 11892, 10551, 9854, 9123, 9462, 9926, 9317, 10407, 10697, 13343, 10731, 10762, 8840, 8381, 7958, 9603, 9141, 11901, 11960, 8419, 8750, 8428, 8529, 9378, 9676, 9150, 9516, 8843, 9287, 11210, 9518, 8843, 10670, 9113, 9821, 9005, 9464, 9097, 8470, 9588, 8986, 8929, 9649, 9023, 9469, 9351, 9390, 9514, 9587, 9088, 8732, 9516, 9346, 9886, 9390, 9339, 9780, 9358, 9289, 9818, 10807, 10880, 11121, 9421, 9114, 8672, 9725, 8623, 10736, 9496, 9296, 9083, 9587, 9655, 12422, 11362, 8796, 8306, 8275, 9138, 8711, 8882, 11035, 9015, 8534, 8346, 9129, 9084, 9210, 8968, 11329, 8928, 9093, 9197, 8925, 9102, 9365, 9044, 9191, 11208, 9260, 9169, 8702, 9990, 9180, 8493, 9879, 10379, 8793, 8747, 9561, 9587, 8798, 8469, 9577, 10403, 9888, 9112, 8700, 8962, 9491, 9878, 9394, 9058, 11592, 9009, 9125, 8952, 9338, 9237, 9211, 9225, 9289, 11810, 10557, 9461, 9058, 9287, 9435, 9165, 11738, 12480, 9165, 8948, 9618, 9383, 9495, 12416, 12014, 12788, 9041, 9427, 9794, 11097, 8858, 9087, 8966, 8937, 8288, 9154, 8893, 8678, 9156, 9280, 9063, 9185, 9429, 8239, 9332, 11544, 9715, 9351, 9315, 11421, 9813, 8867, 9225, 8987, 9242, 9404, 9307, 9589, 9590, 9042, 9940, 9754, 9093, 11750, 9723, 9877, 9229, 10543, 10394, 10071, 9330, 10331, 10912, 11249, 10135, 9532, 9847, 10120, 12219, 11947, 10717, 12214, 9951, 9996, 9660, 9999, 9305, 12243, 10991, 9346, 9519, 9965, 9491, 11082, 11063, 13309, 10700, 9544, 9336, 9556, 9533, 9777, 12323, 13437, 11976, 12743, 9413, 7926, 9597, 9313, 9211, 9850, 9868, 9433, 9693, 9591, 9892, 9278, 9375, 11136, 9562, 9336, 9676, 9529, 9335, 9284, 9825, 9302, 9960, 9736, 8474, 9513, 9444, 9123, 9462, 8852, 10642, 9183, 9258, 8594, 9106, 9276, 9058, 9160, 8749, 8630, 9179, 10716, 8992, 9179, 9603, 8499, 9399, 8761, 9329, 9991, 9408, 11420, 9129, 9593, 9098, 9403, 9169, 12934, 11460, 9458, 9763, 9189, 9518, 9370, 9767, 9443, 12965, 11500, 9725, 9397, 8526, 9811, 10455, 10776, 9552, 11641, 8904, 9774, 9615, 9363, 9503, 12623, 10733, 9558, 9275, 9625, 9171, 9248, 9278, 12270, 10405, 9313, 8711, 8751, 9399, 8738, 9418, 11103, 11061, 12570, 8247, 9202, 9045, 9126, 8944, 10266, 11958, 12661, 9677, 11303, 8281, 8514, 8340, 8622, 8707, 8798, 8503, 8702, 8772, 8307, 8592, 8416, 11025, 11139, 8894, 8500, 8793, 9025, 9232, 8017, 8852, 10143, 8792, 8553, 10383, 8951, 8594, 10242, 7953, 8580, 9231, 8355, 8572, 8642, 8453, 8720, 8168, 8918, 8841, 8789, 8755, 9042, 9881, 8970, 8959, 10585, 8908, 8870, 9186, 9146, 8926, 8954, 9132, 8699, 10445, 10384, 9157, 9341, 8592, 9274, 9139, 9338, 8713, 12132, 10980, 9408, 8763, 9459, 9240, 11085, 11549, 12394, 11880, 12622, 8643, 8352, 8308, 8244, 12574, 11251, 10025, 8322, 7638, 8499, 8527, 8423, 8697, 8824, 9215, 8444, 8451, 11298, 8859, 8416, 11162, 8131, 8627, 11486, 9023, 8840, 8875, 10444, 9483, 9320, 9128, 8992, 8944, 8653, 9046, 8754, 11248, 8871, 9124, 9003, 8809, 8389, 8980, 9569, 8641, 9098, 8385, 8700, 8967, 9785, 9442, 9215, 11345, 9397, 9164, 10949, 9125, 9195, 11855, 9751, 9460, 8971, 8620, 9615, 8850, 9569, 11213, 11050, 13129, 8553, 9337, 8988, 9506, 11372, 11735, 13640, 11272, 8597, 8524, 10302, 10074, 7813, 9066, 10131, 8455, 8869, 9420, 7921, 8933, 8817, 8128, 9084, 10333, 10048, 9006, 9031, 11782, 10555, 9348, 9184, 8672, 9395, 9294, 8978, 7791, 9299, 9020, 9859, 7927, 9090, 8815, 8929, 9114, 8522, 8138, 9150, 8849, 9099, 10444, 10416, 11577, 10164, 9135, 8534, 8254, 9004, 9420, 8875, 9017, 12842, 11457, 9272, 8571, 8764, 10691, 11462, 11570, 12594, 10331, 9292, 9198, 10187, 9266, 8845, 8849, 8599, 8823, 9001, 8098, 8892, 8723, 8071, 9048, 9509, 9884, 8841, 8747, 8756, 9035, 9286, 9634, 9074, 9289, 11279, 9468, 9148, 8594, 8751, 9365, 8960, 8826, 9199, 8974, 8580, 8911, 8430, 8406, 8815, 9531, 7848, 8754, 9234, 8270, 8798, 10661, 10553, 9229, 8680, 8298, 9076, 8665, 8930, 10039, 12654, 11277, 8581, 8692, 8400, 9042, 11154, 13328, 12063, 10721, 8029, 7512, 8848, 8980, 8839, 8629, 8029, 8781, 8710, 8119, 8764, 9692, 8767, 8651, 9860, 9385, 8601, 8927, 8556, 8873, 8855, 8998, 8376, 8847, 8063, 8279, 10610, 8939, 9890, 8485, 8895, 8725, 8697, 8706, 8679, 11634, 8154, 8981, 8420, 8703, 8844, 9425, 8885, 8815, 12290, 11879, 9524, 9421, 8162, 9204, 8827, 7705, 9424, 8623, 9738, 11100, 9855, 11982, 9095, 9110, 7996, 9210, 11997, 9710, 9238, 8858, 9091, 8491, 12202, 12348, 11252, 11711, 9210, 9182, 9409, 12045, 12126, 11808, 12220, 7974, 9187, 8960, 8542, 9216, 8797, 7789, 9200, 9683, 8712, 9000, 10173, 8779, 8685, 8601, 8793, 8999, 10005, 8989, 8977, 10596, 8267, 9080, 8931, 9249, 8939, 8730, 8355, 9059, 8684, 8532, 8816, 8503, 7671, 8814, 10356, 8948, 8749, 8910, 8993, 8556, 8293, 9052, 8757, 8565, 9122, 8583, 10557, 10809, 9752, 9556, 9293, 8655, 11367, 11692, 11167, 11795, 8971, 9082, 9078, 12053, 9538, 8773, 9117, 8881, 7900, 9140, 8797, 8745, 9290, 11344, 10560, 9294, 10586, 9030, 9145, 9634, 9067, 10539, 8036, 9183, 10099], 'WindowCenter': [4128.0, 4099.0, 4095.0, 4070.0, 4066.0, 4076.0, 4065.0, 4055.0, 4052.0, 4042.0, 4052.0, 4054.0, 4053.0, 4064.0, 4064.0, 4085.0, 4044.0, 4065.0, 4054.0, 4042.0, 4063.0, 4073.0, 4053.0, 4064.0, 4053.0, 4055.0, 4065.0, 4054.0, 4066.0, 4066.0, 4066.0, 4086.0, 4065.0, 4064.0, 4075.0, 4076.0, 4068.0, 4055.0, 4088.0, 4067.0, 4111.0, 4077.0, 4101.0, 4068.0, 4056.0, 4079.0, 4078.0, 4087.0, 4102.0, 4060.0, 4057.0, 4068.0, 4066.0, 4058.0, 4056.0, 4033.0, 4052.0, 4054.0, 4030.0, 4052.0, 4041.0, 4041.0, 4030.0, 4040.0, 4027.0, 4029.0, 4028.0, 4037.0, 4035.0, 4024.0, 4012.0, 4001.0, 4011.0, 4010.0, 4023.0, 4023.0, 4034.0, 4037.0, 4036.0, 4026.0, 4036.0, 4036.0, 4025.0, 4038.0, 4049.0, 4050.0, 4051.0, 4063.0, 4051.0, 4040.0, 4051.0, 4049.0, 4050.0, 4040.0, 4061.0, 4050.0, 4050.0, 4039.0, 4038.0, 4036.0, 4026.0, 4049.0, 4051.0, 4084.0, 4062.0, 4063.0, 4040.0, 4028.0, 4016.0, 4049.0, 4036.0, 4059.0, 4059.0, 4030.0, 4040.0, 4043.0, 4042.0, 4038.0, 4036.0, 4025.0, 4024.0, 4014.0, 4012.0, 4033.0, 4011.0, 4010.0, 4021.0, 4011.0, 4009.0, 3998.0, 4007.0, 3997.0, 3998.0, 4009.0, 4009.0, 4010.0, 4022.0, 4022.0, 4023.0, 4024.0, 4024.0, 4025.0, 4025.0, 4025.0, 4026.0, 4038.0, 4038.0, 4049.0, 4050.0, 4039.0, 4050.0, 4050.0, 4050.0, 4050.0, 4062.0, 4065.0, 4075.0, 4053.0, 4039.0, 4039.0, 4051.0, 4055.0, 4089.0, 4079.0, 4068.0, 4068.0, 4066.0, 4057.0, 4089.0, 4090.0, 4056.0, 4044.0, 4044.0, 4053.0, 4028.0, 4026.0, 4038.0, 4013.0, 4001.0, 4001.0, 4011.0, 4010.0, 4011.0, 4010.0, 4019.0, 3998.0, 3997.0, 3996.0, 3996.0, 3996.0, 3996.0, 3997.0, 4010.0, 4030.0, 4010.0, 4011.0, 4009.0, 4020.0, 4011.0, 4012.0, 4034.0, 4035.0, 4026.0, 4026.0, 4036.0, 4037.0, 4025.0, 4030.0, 4040.0, 4050.0, 4049.0, 4040.0, 4027.0, 4028.0, 4035.0, 4035.0, 4026.0, 4025.0, 4046.0, 4025.0, 4025.0, 4024.0, 4024.0, 4022.0, 4023.0, 4025.0, 4026.0, 4047.0, 4037.0, 4026.0, 4025.0, 4024.0, 4024.0, 4024.0, 4057.0, 4059.0, 4037.0, 4039.0, 4037.0, 4039.0, 4038.0, 4062.0, 4075.0, 4073.0, 4042.0, 4028.0, 4040.0, 4049.0, 4029.0, 4040.0, 4027.0, 4025.0, 4001.0, 4009.0, 4000.0, 3999.0, 3999.0, 3998.0, 3999.0, 4009.0, 4008.0, 3987.0, 3995.0, 4017.0, 3995.0, 3995.0, 3996.0, 4017.0, 4008.0, 4009.0, 4009.0, 3997.0, 4008.0, 4008.0, 4009.0, 4010.0, 4021.0, 4010.0, 4022.0, 4034.0, 4025.0, 4058.0, 4037.0, 4048.0, 4038.0, 4047.0, 4048.0, 4038.0, 4039.0, 4051.0, 4061.0, 4061.0, 4051.0, 4038.0, 4036.0, 4034.0, 4045.0, 4046.0, 4035.0, 4046.0, 4025.0, 4024.0, 4023.0, 4034.0, 4012.0, 4044.0, 4033.0, 4012.0, 4011.0, 4010.0, 4008.0, 4020.0, 4033.0, 4042.0, 4033.0, 4012.0, 4010.0, 4021.0, 4011.0, 4010.0, 4043.0, 4057.0, 4049.0, 4060.0, 4036.0, 4012.0, 4009.0, 4000.0, 3997.0, 4009.0, 4009.0, 4008.0, 4007.0, 4009.0, 4008.0, 3997.0, 3996.0, 4016.0, 3995.0, 3994.0, 3992.0, 3994.0, 3995.0, 3995.0, 4006.0, 4006.0, 4007.0, 4007.0, 3998.0, 4008.0, 4007.0, 4009.0, 4021.0, 4012.0, 4033.0, 4024.0, 4036.0, 4024.0, 4024.0, 4024.0, 4024.0, 4036.0, 4025.0, 4025.0, 4036.0, 4046.0, 4037.0, 4037.0, 4036.0, 4039.0, 4038.0, 4037.0, 4049.0, 4050.0, 4052.0, 4072.0, 4051.0, 4050.0, 4038.0, 4038.0, 4040.0, 4070.0, 4060.0, 4040.0, 4049.0, 4039.0, 4048.0, 4024.0, 4035.0, 4039.0, 4057.0, 4046.0, 4035.0, 4023.0, 4013.0, 4022.0, 4031.0, 4032.0, 4022.0, 4032.0, 4013.0, 4019.0, 4009.0, 4010.0, 4009.0, 4041.0, 4019.0, 4008.0, 4008.0, 4007.0, 3995.0, 3996.0, 4007.0, 4029.0, 4019.0, 4009.0, 4009.0, 3998.0, 4008.0, 3996.0, 4009.0, 4030.0, 4031.0, 4041.0, 4012.0, 4022.0, 4010.0, 4019.0, 4021.0, 4021.0, 4044.0, 4057.0, 4038.0, 4045.0, 4013.0, 4024.0, 4000.0, 4012.0, 3999.0, 3997.0, 3996.0, 3997.0, 3996.0, 3997.0, 3997.0, 3996.0, 4017.0, 4017.0, 3996.0, 3982.0, 3981.0, 3982.0, 3992.0, 3983.0, 3994.0, 4005.0, 3995.0, 3996.0, 4006.0, 3995.0, 3995.0, 4018.0, 3986.0, 3996.0, 4007.0, 3998.0, 4009.0, 4009.0, 4009.0, 4012.0, 4012.0, 4023.0, 4023.0, 4012.0, 4023.0, 4024.0, 4033.0, 4023.0, 4024.0, 4046.0, 4024.0, 4027.0, 4035.0, 4034.0, 4036.0, 4036.0, 4037.0, 4038.0, 4059.0, 4060.0, 4050.0, 4049.0, 4038.0, 4049.0, 4048.0, 4050.0, 4041.0, 4072.0, 4073.0, 4053.0, 4039.0, 4049.0, 4037.0, 4059.0, 4060.0, 4086.0, 4075.0, 4072.0, 4041.0, 4028.0, 4038.0, 4015.0, 4061.0, 4046.0, 4024.0, 4016.0, 4003.0, 4026.0, 4012.0, 3999.0, 3999.0, 3998.0, 3997.0, 3990.0, 3985.0, 4005.0, 3996.0, 3983.0, 4003.0, 3972.0, 3983.0, 4013.0, 3982.0, 3981.0, 3995.0, 4004.0, 3994.0, 3994.0, 3995.0, 3996.0, 3995.0, 3996.0, 4011.0, 4009.0, 4029.0, 4009.0, 4020.0, 4021.0, 4021.0, 4012.0, 4023.0, 4034.0, 4024.0, 4025.0, 4026.0, 4026.0, 4037.0, 4048.0, 4037.0, 4036.0, 4045.0, 4025.0, 4035.0, 4045.0, 4037.0, 4035.0, 4057.0, 4037.0, 4036.0, 4025.0, 4024.0, 4035.0, 4025.0, 4049.0, 4062.0, 4062.0, 4082.0, 4042.0, 4050.0, 4039.0, 4052.0, 4059.0, 4074.0, 4084.0, 4073.0, 4040.0, 4027.0, 4049.0, 4037.0, 4016.0, 4012.0, 4021.0, 3999.0, 3999.0, 4000.0, 3989.0, 3997.0, 3995.0, 3984.0, 3994.0, 3994.0, 3992.0, 3982.0, 3981.0, 4002.0, 3992.0, 3982.0, 3980.0, 3980.0, 3991.0, 3993.0, 3994.0, 3986.0, 4008.0, 4009.0, 4020.0, 4000.0, 4010.0, 4009.0, 4010.0, 4022.0, 4011.0, 4013.0, 4036.0, 4024.0, 4024.0, 4047.0, 4048.0, 4057.0, 4035.0, 4023.0, 4010.0, 3997.0, 4008.0, 4008.0, 4010.0, 4011.0, 4055.0, 4058.0, 4038.0, 4024.0, 4023.0, 4044.0, 4058.0, 4048.0, 4069.0, 4049.0, 4039.0, 4027.0, 4039.0, 4023.0, 4026.0, 4027.0, 3999.0, 3997.0, 3984.0, 3985.0, 3995.0, 3985.0, 3974.0, 3984.0, 3993.0, 3995.0, 3983.0, 3982.0, 3980.0, 3980.0, 3980.0, 3980.0, 3981.0, 3981.0, 4003.0, 3993.0, 3994.0, 3982.0, 3983.0, 3993.0, 3982.0, 3994.0, 4006.0, 3996.0, 3997.0, 4008.0, 3997.0, 3998.0, 4008.0, 4008.0, 3998.0, 4009.0, 4009.0, 4010.0, 4011.0, 4043.0, 4045.0, 4035.0, 4024.0, 4025.0, 4035.0, 4023.0, 4024.0, 4035.0, 4069.0, 4062.0, 4042.0, 4026.0, 4038.0, 4036.0, 4060.0, 4074.0, 4064.0, 4062.0, 4042.0, 4017.0, 4028.0, 4026.0, 4012.0, 4010.0, 3988.0, 3997.0, 3998.0, 3985.0, 3985.0, 3994.0, 3983.0, 3983.0, 3995.0, 3982.0, 3970.0, 3969.0, 3969.0, 3979.0, 3979.0, 3979.0, 3970.0, 3981.0, 3971.0, 3983.0, 4015.0, 3996.0, 4006.0, 3994.0, 3994.0, 3996.0, 3995.0, 3997.0, 3998.0, 4029.0, 3998.0, 4009.0, 4009.0, 4009.0, 4010.0, 4008.0, 4009.0, 4010.0, 4041.0, 4042.0, 4021.0, 4020.0, 4010.0, 4020.0, 4022.0, 4014.0, 4023.0, 4023.0, 4036.0, 4045.0, 4033.0, 4044.0, 4011.0, 4009.0, 3986.0, 4007.0, 4028.0, 4008.0, 4008.0, 3996.0, 4009.0, 3997.0, 4043.0, 4041.0, 4031.0, 4030.0, 4008.0, 4007.0, 4007.0, 4032.0, 4032.0, 4045.0, 4044.0, 4014.0, 4035.0, 4011.0, 3998.0, 4007.0, 3995.0, 3974.0, 3995.0, 3995.0, 3995.0, 3995.0, 4005.0, 3984.0, 3982.0, 3980.0, 3969.0, 3979.0, 3989.0, 3980.0, 3981.0, 4001.0, 3981.0, 3992.0, 3993.0, 3994.0, 3996.0, 3995.0, 3984.0, 3995.0, 3996.0, 4007.0, 4009.0, 4009.0, 3999.0, 4021.0, 4031.0, 4023.0, 4022.0, 4021.0, 4021.0, 4010.0, 4010.0, 4022.0, 4022.0, 4023.0, 4034.0, 4024.0, 4045.0, 4046.0, 4036.0, 4035.0, 4023.0, 4024.0, 4055.0, 4058.0, 4060.0, 4070.0, 4038.0, 4038.0, 4037.0, 4070.0, 4048.0, 4042.0, 4050.0, 4036.0, 4014.0, 4023.0, 4012.0, 4010.0, 4011.0, 4031.0, 4020.0, 3998.0, 4007.0, 3997.0, 3993.0, 3993.0, 3982.0, 4002.0, 3970.0, 3981.0, 3992.0], 'WindowWidth': [9199.0, 9139.0, 9121.0, 9078.0, 9064.0, 9078.0, 9058.0, 9041.0, 9036.0, 9023.0, 9037.0, 9040.0, 9039.0, 9055.0, 9056.0, 9086.0, 9027.0, 9057.0, 9040.0, 9022.0, 9049.0, 9064.0, 9040.0, 9055.0, 9039.0, 9045.0, 9059.0, 9040.0, 9061.0, 9062.0, 9061.0, 9088.0, 9060.0, 9055.0, 9073.0, 9076.0, 9068.0, 9046.0, 9095.0, 9065.0, 9131.0, 9079.0, 9118.0, 9068.0, 9048.0, 9084.0, 9080.0, 9089.0, 9116.0, 9058.0, 9049.0, 9064.0, 9058.0, 9051.0, 9046.0, 9009.0, 9032.0, 9035.0, 8999.0, 9032.0, 9014.0, 9015.0, 9000.0, 9012.0, 8991.0, 8993.0, 8989.0, 9002.0, 8996.0, 8979.0, 8959.0, 8942.0, 8954.0, 8955.0, 8976.0, 8974.0, 8991.0, 9001.0, 8998.0, 8986.0, 9001.0, 9000.0, 8985.0, 9007.0, 9023.0, 9026.0, 9029.0, 9047.0, 9031.0, 9012.0, 9025.0, 9021.0, 9025.0, 9010.0, 9042.0, 9025.0, 9024.0, 9009.0, 9006.0, 9000.0, 8985.0, 9022.0, 9028.0, 9079.0, 9044.0, 9046.0, 9010.0, 8993.0, 8975.0, 9023.0, 8999.0, 9036.0, 9037.0, 9000.0, 9014.0, 9022.0, 9020.0, 9006.0, 9001.0, 8983.0, 8979.0, 8966.0, 8957.0, 8986.0, 8957.0, 8953.0, 8967.0, 8955.0, 8949.0, 8932.0, 8944.0, 8932.0, 8934.0, 8950.0, 8949.0, 8952.0, 8973.0, 8974.0, 8977.0, 8979.0, 8979.0, 8981.0, 8982.0, 8982.0, 8988.0, 9004.0, 9007.0, 9024.0, 9025.0, 9010.0, 9028.0, 9024.0, 9025.0, 9026.0, 9045.0, 9052.0, 9067.0, 9033.0, 9009.0, 9009.0, 9029.0, 9044.0, 9095.0, 9082.0, 9065.0, 9065.0, 9056.0, 9045.0, 9092.0, 9097.0, 9044.0, 9025.0, 9025.0, 9035.0, 8991.0, 8985.0, 9003.0, 8961.0, 8942.0, 8942.0, 8956.0, 8954.0, 8955.0, 8951.0, 8963.0, 8934.0, 8928.0, 8926.0, 8926.0, 8925.0, 8928.0, 8933.0, 8951.0, 8982.0, 8955.0, 8957.0, 8952.0, 8965.0, 8957.0, 8958.0, 8993.0, 8996.0, 8984.0, 8986.0, 9001.0, 9002.0, 8984.0, 8996.0, 9010.0, 9025.0, 9023.0, 9010.0, 8988.0, 8990.0, 8995.0, 8995.0, 8985.0, 8980.0, 9011.0, 8982.0, 8983.0, 8978.0, 8978.0, 8974.0, 8976.0, 8982.0, 8984.0, 9015.0, 9002.0, 8984.0, 8982.0, 8979.0, 8979.0, 8977.0, 9029.0, 9035.0, 9003.0, 9011.0, 9003.0, 9011.0, 9001.0, 9041.0, 9070.0, 9060.0, 9015.0, 8988.0, 9009.0, 9019.0, 8994.0, 9012.0, 8987.0, 8980.0, 8943.0, 8950.0, 8936.0, 8935.0, 8934.0, 8934.0, 8937.0, 8948.0, 8948.0, 8916.0, 8924.0, 8957.0, 8921.0, 8924.0, 8927.0, 8957.0, 8947.0, 8949.0, 8949.0, 8931.0, 8947.0, 8948.0, 8948.0, 8953.0, 8970.0, 8955.0, 8973.0, 8994.0, 8983.0, 9031.0, 9003.0, 9020.0, 9007.0, 9016.0, 9017.0, 9002.0, 9010.0, 9027.0, 9041.0, 9041.0, 9026.0, 9004.0, 8999.0, 8992.0, 9009.0, 9012.0, 8995.0, 9011.0, 8981.0, 8978.0, 8978.0, 8992.0, 8959.0, 9006.0, 8990.0, 8960.0, 8955.0, 8952.0, 8946.0, 8966.0, 8988.0, 9000.0, 8990.0, 8959.0, 8951.0, 8971.0, 8954.0, 8953.0, 9004.0, 9030.0, 9023.0, 9036.0, 9001.0, 8963.0, 8951.0, 8935.0, 8930.0, 8950.0, 8949.0, 8945.0, 8945.0, 8948.0, 8945.0, 8931.0, 8926.0, 8952.0, 8923.0, 8920.0, 8916.0, 8920.0, 8925.0, 8925.0, 8942.0, 8943.0, 8944.0, 8945.0, 8934.0, 8948.0, 8946.0, 8950.0, 8969.0, 8959.0, 8991.0, 8982.0, 8999.0, 8981.0, 8981.0, 8980.0, 8981.0, 8998.0, 8983.0, 8984.0, 9000.0, 9013.0, 9004.0, 9003.0, 8999.0, 9013.0, 9008.0, 9005.0, 9023.0, 9026.0, 9033.0, 9060.0, 9030.0, 9027.0, 9007.0, 9006.0, 9011.0, 9053.0, 9040.0, 9013.0, 9021.0, 9009.0, 9019.0, 8981.0, 8997.0, 9002.0, 9028.0, 9013.0, 8996.0, 8977.0, 8963.0, 8971.0, 8984.0, 8988.0, 8971.0, 8986.0, 8959.0, 8964.0, 8950.0, 8952.0, 8951.0, 8997.0, 8965.0, 8947.0, 8946.0, 8944.0, 8924.0, 8927.0, 8945.0, 8976.0, 8964.0, 8951.0, 8952.0, 8937.0, 8947.0, 8928.0, 8950.0, 8981.0, 8982.0, 8999.0, 8961.0, 8975.0, 8955.0, 8965.0, 8971.0, 8972.0, 9009.0, 9029.0, 9007.0, 9010.0, 8965.0, 8980.0, 8941.0, 8960.0, 8937.0, 8930.0, 8928.0, 8930.0, 8929.0, 8931.0, 8932.0, 8929.0, 8959.0, 8960.0, 8927.0, 8901.0, 8899.0, 8900.0, 8916.0, 8908.0, 8923.0, 8936.0, 8927.0, 8928.0, 8941.0, 8927.0, 8926.0, 8959.0, 8916.0, 8928.0, 8944.0, 8935.0, 8953.0, 8954.0, 8955.0, 8963.0, 8961.0, 8977.0, 8979.0, 8962.0, 8977.0, 8979.0, 8991.0, 8979.0, 8980.0, 9012.0, 8982.0, 8985.0, 8997.0, 8997.0, 8999.0, 9002.0, 9004.0, 9006.0, 9036.0, 9041.0, 9025.0, 9024.0, 9007.0, 9023.0, 9020.0, 9027.0, 9016.0, 9060.0, 9062.0, 9035.0, 9010.0, 9022.0, 9004.0, 9036.0, 9038.0, 9084.0, 9068.0, 9058.0, 9017.0, 8992.0, 9008.0, 8969.0, 9038.0, 9012.0, 8978.0, 8969.0, 8952.0, 8986.0, 8960.0, 8938.0, 8937.0, 8934.0, 8930.0, 8922.0, 8911.0, 8938.0, 8925.0, 8905.0, 8932.0, 8889.0, 8905.0, 8947.0, 8901.0, 8900.0, 8927.0, 8936.0, 8921.0, 8922.0, 8927.0, 8929.0, 8927.0, 8929.0, 8953.0, 8952.0, 8978.0, 8952.0, 8970.0, 8972.0, 8971.0, 8962.0, 8978.0, 8992.0, 8980.0, 8985.0, 8986.0, 8988.0, 9003.0, 9017.0, 9002.0, 8999.0, 9010.0, 8983.0, 8996.0, 9011.0, 9002.0, 8997.0, 9029.0, 9003.0, 9002.0, 8985.0, 8981.0, 8997.0, 8982.0, 9022.0, 9046.0, 9045.0, 9072.0, 9019.0, 9026.0, 9011.0, 9027.0, 9039.0, 9065.0, 9078.0, 9062.0, 9015.0, 8989.0, 9022.0, 9002.0, 8973.0, 8960.0, 8967.0, 8935.0, 8934.0, 8937.0, 8923.0, 8931.0, 8923.0, 8909.0, 8922.0, 8920.0, 8915.0, 8900.0, 8900.0, 8930.0, 8915.0, 8901.0, 8896.0, 8897.0, 8914.0, 8919.0, 8922.0, 8917.0, 8948.0, 8952.0, 8968.0, 8942.0, 8956.0, 8953.0, 8956.0, 8973.0, 8959.0, 8967.0, 9000.0, 8982.0, 8982.0, 9017.0, 9021.0, 9030.0, 8997.0, 8977.0, 8955.0, 8933.0, 8949.0, 8949.0, 8953.0, 8958.0, 9023.0, 9037.0, 9007.0, 8982.0, 8980.0, 9006.0, 9036.0, 9021.0, 9052.0, 9024.0, 9009.0, 8989.0, 9007.0, 8975.0, 8987.0, 8988.0, 8939.0, 8930.0, 8908.0, 8911.0, 8924.0, 8907.0, 8892.0, 8907.0, 8918.0, 8924.0, 8906.0, 8904.0, 8898.0, 8897.0, 8895.0, 8895.0, 8900.0, 8899.0, 8931.0, 8918.0, 8922.0, 8905.0, 8905.0, 8919.0, 8904.0, 8921.0, 8941.0, 8929.0, 8931.0, 8948.0, 8932.0, 8937.0, 8949.0, 8948.0, 8934.0, 8950.0, 8951.0, 8956.0, 8958.0, 9003.0, 9012.0, 8997.0, 8980.0, 8984.0, 8999.0, 8978.0, 8981.0, 8998.0, 9052.0, 9044.0, 9016.0, 8989.0, 9008.0, 9001.0, 9039.0, 9064.0, 9049.0, 9045.0, 9022.0, 8980.0, 8991.0, 8984.0, 8959.0, 8954.0, 8921.0, 8930.0, 8930.0, 8911.0, 8911.0, 8920.0, 8906.0, 8906.0, 8922.0, 8902.0, 8882.0, 8877.0, 8879.0, 8894.0, 8893.0, 8892.0, 8883.0, 8900.0, 8886.0, 8906.0, 8952.0, 8929.0, 8941.0, 8923.0, 8924.0, 8926.0, 8926.0, 8932.0, 8934.0, 8979.0, 8937.0, 8953.0, 8952.0, 8953.0, 8953.0, 8950.0, 8953.0, 8953.0, 8998.0, 9001.0, 8972.0, 8969.0, 8954.0, 8969.0, 8976.0, 8970.0, 8977.0, 8977.0, 9002.0, 9011.0, 8991.0, 9007.0, 8957.0, 8949.0, 8917.0, 8943.0, 8973.0, 8949.0, 8946.0, 8930.0, 8950.0, 8933.0, 9002.0, 9000.0, 8986.0, 8980.0, 8947.0, 8947.0, 8946.0, 8986.0, 8987.0, 9008.0, 9007.0, 8970.0, 9000.0, 8959.0, 8934.0, 8945.0, 8923.0, 8896.0, 8926.0, 8924.0, 8925.0, 8924.0, 8940.0, 8910.0, 8901.0, 8897.0, 8880.0, 8892.0, 8907.0, 8897.0, 8898.0, 8925.0, 8901.0, 8917.0, 8918.0, 8922.0, 8927.0, 8926.0, 8911.0, 8928.0, 8930.0, 8947.0, 8952.0, 8951.0, 8940.0, 8970.0, 8984.0, 8978.0, 8976.0, 8973.0, 8971.0, 8955.0, 8956.0, 8975.0, 8976.0, 8978.0, 8994.0, 8980.0, 9011.0, 9014.0, 9001.0, 8996.0, 8979.0, 8979.0, 9024.0, 9032.0, 9039.0, 9053.0, 9008.0, 9007.0, 9004.0, 9055.0, 9020.0, 9017.0, 9026.0, 9002.0, 8967.0, 8977.0, 8957.0, 8955.0, 8955.0, 8984.0, 8969.0, 8933.0, 8944.0, 8928.0, 8917.0, 8917.0, 8902.0, 8927.0, 8884.0, 8899.0, 8915.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.0008495402298850575</td></tr>
<tr><td colspan=3>aqi</td><td>0.024952613103448273</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.07746822228999</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1882882253509781</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0132842423820483</td></tr>
<tr><td colspan=3>efc</td><td>0.4744</td></tr>
<tr><td colspan=3>fber</td><td>5252.8965</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14337830408326224</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>198</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.75862068965517</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3319131981327605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.251436673594294</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.525491848878491</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.218811071925497</td></tr>
<tr><td colspan=3>gcor</td><td>0.0371747</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010480179451406002</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02553357556462288</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9213500411069724</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.765</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3915</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.7341</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301527.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.2714</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3028</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.0922</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3250.5298</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.1027</td></tr>
<tr><td colspan=3>tsnr</td><td>35.329979344736785</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>