ds005256-mriqc/sub-0015_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter caa4bfa36a [DATALAD RUNCMD] Compute MRIQC for sub-0015
=== 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-0015 --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-0015",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 04:48:05 +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-0015_ses-01_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-0015_ses-01_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-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_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-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_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-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_ses-01_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_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-0015/ses-01/func/sub-0015_ses-01_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>2b24c2c0a44a3dd4f46a88761b9f6e9c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:23:43.002500</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.997626, 0.0676043, 0.0131461, -0.0683612, 0.995212, 0.069853]</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_brain_imaging_center</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.105804</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>[4156, -7781, -7174, 565, -33, -216, -86, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ecafa849-4887-4d85-8831-86996db76b19||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.6765565872192383, -0.18340805172920227, 0.022574180737137794, 117.70127868652344], [-0.18137726187705994, 2.670081615447998, 0.19058163464069366, -87.66722869873047], [0.03527004271745682, -0.1874103993177414, 2.6931707859039307, -47.477108001708984], [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': ['152343.002500', '152343.462500', '152343.922500', '152344.382500', '152344.842500', '152345.302500', '152345.762500', '152346.222500', '152346.682500', '152347.142500', '152347.602500', '152348.062500', '152348.522500', '152348.982500', '152349.442500', '152349.902500', '152350.362500', '152350.822500', '152351.282500', '152351.742500', '152352.202500', '152352.662500', '152353.122500', '152353.582500', '152354.042500', '152354.502500', '152354.962500', '152355.422500', '152355.882500', '152356.342500', '152356.802500', '152357.262500', '152357.722500', '152358.182500', '152358.642500', '152359.102500', '152359.562500', '152400.022500', '152400.482500', '152400.942500', '152401.402500', '152401.862500', '152402.322500', '152402.782500', '152403.242500', '152403.702500', '152404.162500', '152404.622500', '152405.082500', '152405.542500', '152406.002500', '152406.462500', '152406.922500', '152407.382500', '152407.842500', '152408.302500', '152408.762500', '152409.222500', '152409.682500', '152410.142500', '152410.602500', '152411.062500', '152411.522500', '152411.982500', '152412.442500', '152412.902500', '152413.362500', '152413.822500', '152414.282500', '152414.742500', '152415.202500', '152415.662500', '152416.122500', '152416.582500', '152417.042500', '152417.502500', '152417.962500', '152418.422500', '152418.882500', '152419.342500', '152419.802500', '152420.262500', '152420.722500', '152421.182500', '152421.642500', '152422.102500', '152422.562500', '152423.022500', '152423.482500', '152423.942500', '152424.402500', '152424.862500', '152425.322500', '152425.782500', '152426.242500', '152426.702500', '152427.162500', '152427.622500', '152428.082500', '152428.542500', '152429.002500', '152429.462500', '152429.922500', '152430.382500', '152430.842500', '152431.302500', '152431.762500', '152432.222500', '152432.682500', '152433.142500', '152433.602500', '152434.062500', '152434.522500', '152434.982500', '152435.442500', '152435.902500', '152436.362500', '152436.822500', '152437.282500', '152437.742500', '152438.202500', '152438.662500', '152439.122500', '152439.582500', '152440.042500', '152440.502500', '152440.962500', '152441.422500', '152441.882500', '152442.342500', '152442.802500', '152443.262500', '152443.722500', '152444.182500', '152444.642500', '152445.102500', '152445.562500', '152446.022500', '152446.482500', '152446.942500', '152447.402500', '152447.862500', '152448.322500', '152448.782500', '152449.242500', '152449.702500', '152450.162500', '152450.622500', '152451.082500', '152451.542500', '152452.002500', '152452.462500', '152452.922500', '152453.382500', '152453.842500', '152454.302500', '152454.762500', '152455.222500', '152455.682500', '152456.142500', '152456.602500', '152457.062500', '152457.522500', '152457.982500', '152458.442500', '152458.902500', '152459.362500', '152459.822500', '152500.282500', '152500.742500', '152501.202500', '152501.662500', '152502.122500', '152502.582500', '152503.042500', '152503.502500', '152503.962500', '152504.422500', '152504.882500', '152505.342500', '152505.802500', '152506.262500', '152506.722500', '152507.182500', '152507.642500', '152508.102500', '152508.562500', '152509.022500', '152509.482500', '152509.942500', '152510.402500', '152510.862500', '152511.322500', '152511.782500', '152512.242500', '152512.702500', '152513.162500', '152513.622500', '152514.082500', '152514.542500', '152515.002500', '152515.462500', '152515.922500', '152516.382500', '152516.842500', '152517.302500', '152517.762500', '152518.222500', '152518.682500', '152519.142500', '152519.602500', '152520.062500', '152520.522500', '152520.982500', '152521.442500', '152521.902500', '152522.362500', '152522.822500', '152523.282500', '152523.742500', '152524.202500', '152524.662500', '152525.122500', '152525.582500', '152526.042500', '152526.502500', '152526.962500', '152527.422500', '152527.882500', '152528.342500', '152528.802500', '152529.262500', '152529.722500', '152530.182500', '152530.642500', '152531.102500', '152531.562500', '152532.022500', '152532.482500', '152532.942500', '152533.402500', '152533.862500', '152534.322500', '152534.782500', '152535.242500', '152535.702500', '152536.162500', '152536.622500', '152537.082500', '152537.542500', '152538.002500', '152538.462500', '152538.922500', '152539.382500', '152539.842500', '152540.302500', '152540.762500', '152541.222500', '152541.682500', '152542.142500', '152542.602500', '152543.062500', '152543.522500', '152543.982500', '152544.442500', '152544.902500', '152545.362500', '152545.822500', '152546.282500', '152546.742500', '152547.202500', '152547.662500', '152548.122500', '152548.582500', '152549.042500', '152549.502500', '152549.962500', '152550.422500', '152550.882500', '152551.342500', '152551.802500', '152552.262500', '152552.722500', '152553.182500', '152553.642500', '152554.102500', '152554.562500', '152555.022500', '152555.482500', '152555.942500', '152556.402500', '152556.862500', '152557.322500', '152557.782500', '152558.242500', '152558.702500', '152559.162500', '152559.622500', '152600.082500', '152600.542500', '152601.002500', '152601.462500', '152601.922500', '152602.382500', '152602.842500', '152603.302500', '152603.762500', '152604.222500', '152604.682500', '152605.142500', '152605.602500', '152606.062500', '152606.522500', '152606.982500', '152607.442500', '152607.902500', '152608.362500', '152608.822500', '152609.282500', '152609.742500', '152610.202500', '152610.662500', '152611.122500', '152611.582500', '152612.042500', '152612.502500', '152612.962500', '152613.422500', '152613.882500', '152614.342500', '152614.802500', '152615.262500', '152615.722500', '152616.182500', '152616.642500', '152617.102500', '152617.562500', '152618.022500', '152618.482500', '152618.942500', '152619.402500', '152619.862500', '152620.322500', '152620.782500', '152621.242500', '152621.702500', '152622.162500', '152622.622500', '152623.082500', '152623.542500', '152624.002500', '152624.462500', '152624.922500', '152625.382500', '152625.842500', '152626.302500', '152626.762500', '152627.222500', '152627.682500', '152628.142500', '152628.602500', '152629.062500', '152629.522500', '152629.982500', '152630.442500', '152630.902500', '152631.362500', '152631.822500', '152632.282500', '152632.742500', '152633.202500', '152633.662500', '152634.122500', '152634.582500', '152635.042500', '152635.502500', '152635.962500', '152636.422500', '152636.882500', '152637.342500', '152637.802500', '152638.262500', '152638.722500', '152639.182500', '152639.642500', '152640.102500', '152640.562500', '152641.022500', '152641.482500', '152641.942500', '152642.402500', '152642.862500', '152643.322500', '152643.782500', '152644.242500', '152644.702500', '152645.162500', '152645.622500', '152646.082500', '152646.542500', '152647.002500', '152647.462500', '152647.922500', '152648.382500', '152648.842500', '152649.302500', '152649.762500', '152650.222500', '152650.682500', '152651.142500', '152651.602500', '152652.062500', '152652.522500', '152652.982500', '152653.442500', '152653.902500', '152654.362500', '152654.822500', '152655.282500', '152655.742500', '152656.202500', '152656.662500', '152657.122500', '152657.582500', '152658.042500', '152658.502500', '152658.962500', '152659.422500', '152659.882500', '152700.342500', '152700.802500', '152701.262500', '152701.722500', '152702.182500', '152702.642500', '152703.102500', '152703.562500', '152704.022500', '152704.482500', '152704.942500', '152705.402500', '152705.862500', '152706.322500', '152706.782500', '152707.242500', '152707.702500', '152708.162500', '152708.622500', '152709.082500', '152709.542500', '152710.002500', '152710.462500', '152710.922500', '152711.382500', '152711.842500', '152712.302500', '152712.762500', '152713.222500', '152713.682500', '152714.142500', '152714.602500', '152715.062500', '152715.522500', '152715.982500', '152716.442500', '152716.902500', '152717.362500', '152717.822500', '152718.282500', '152718.742500', '152719.202500', '152719.662500', '152720.122500', '152720.582500', '152721.042500', '152721.502500', '152721.962500', '152722.422500', '152722.882500', '152723.342500', '152723.802500', '152724.262500', '152724.722500', '152725.182500', '152725.642500', '152726.102500', '152726.562500', '152727.022500', '152727.482500', '152727.942500', '152728.402500', '152728.862500', '152729.322500', '152729.782500', '152730.242500', '152730.702500', '152731.162500', '152731.622500', '152732.082500', '152732.542500', '152733.002500', '152733.462500', '152733.922500', '152734.382500', '152734.842500', '152735.302500', '152735.762500', '152736.222500', '152736.682500', '152737.142500', '152737.602500', '152738.062500', '152738.522500', '152738.982500', '152739.442500', '152739.902500', '152740.362500', '152740.822500', '152741.282500', '152741.742500', '152742.202500', '152742.662500', '152743.122500', '152743.582500', '152744.042500', '152744.502500', '152744.962500', '152745.422500', '152745.882500', '152746.342500', '152746.802500', '152747.262500', '152747.722500', '152748.182500', '152748.642500', '152749.102500', '152749.562500', '152750.022500', '152750.482500', '152750.942500', '152751.402500', '152751.862500', '152752.322500', '152752.782500', '152753.242500', '152753.702500', '152754.162500', '152754.622500', '152755.082500', '152755.542500', '152756.002500', '152756.462500', '152756.922500', '152757.382500', '152757.842500', '152758.302500', '152758.762500', '152759.222500', '152759.682500', '152800.142500', '152800.602500', '152801.062500', '152801.522500', '152801.982500', '152802.442500', '152802.902500', '152803.362500', '152803.822500', '152804.282500', '152804.742500', '152805.202500', '152805.662500', '152806.122500', '152806.582500', '152807.042500', '152807.502500', '152807.962500', '152808.422500', '152808.882500', '152809.342500', '152809.802500', '152810.262500', '152810.722500', '152811.182500', '152811.642500', '152812.102500', '152812.562500', '152813.022500', '152813.482500', '152813.942500', '152814.402500', '152814.862500', '152815.322500', '152815.782500', '152816.242500', '152816.702500', '152817.162500', '152817.622500', '152818.082500', '152818.542500', '152819.002500', '152819.462500', '152819.922500', '152820.382500', '152820.842500', '152821.302500', '152821.762500', '152822.222500', '152822.682500', '152823.142500', '152823.602500', '152824.062500', '152824.522500', '152824.982500', '152825.442500', '152825.902500', '152826.362500', '152826.822500', '152827.282500', '152827.742500', '152828.202500', '152828.662500', '152829.122500', '152829.582500', '152830.042500', '152830.502500', '152830.962500', '152831.422500', '152831.882500', '152832.342500', '152832.802500', '152833.262500', '152833.722500', '152834.182500', '152834.642500', '152835.102500', '152835.562500', '152836.022500', '152836.482500', '152836.942500', '152837.402500', '152837.862500', '152838.322500', '152838.782500', '152839.242500', '152839.702500', '152840.162500', '152840.622500', '152841.082500', '152841.542500', '152842.002500', '152842.462500', '152842.922500', '152843.382500', '152843.842500', '152844.302500', '152844.762500', '152845.222500', '152845.682500', '152846.142500', '152846.602500', '152847.062500', '152847.522500', '152847.982500', '152848.442500', '152848.902500', '152849.362500', '152849.822500', '152850.282500', '152850.742500', '152851.202500', '152851.662500', '152852.122500', '152852.582500', '152853.042500', '152853.502500', '152853.962500', '152854.422500', '152854.882500', '152855.342500', '152855.802500', '152856.262500', '152856.722500', '152857.182500', '152857.642500', '152858.102500', '152858.562500', '152859.022500', '152859.482500', '152859.942500', '152900.402500', '152900.862500', '152901.322500', '152901.782500', '152902.242500', '152902.702500', '152903.162500', '152903.622500', '152904.082500', '152904.542500', '152905.002500', '152905.462500', '152905.922500', '152906.382500', '152906.842500', '152907.302500', '152907.762500', '152908.222500', '152908.682500', '152909.142500', '152909.602500', '152910.062500', '152910.522500', '152910.982500', '152911.442500', '152911.902500', '152912.362500', '152912.822500', '152913.282500', '152913.742500', '152914.202500', '152914.662500', '152915.122500', '152915.582500', '152916.042500', '152916.502500', '152916.962500', '152917.422500', '152917.882500', '152918.342500', '152918.802500', '152919.262500', '152919.722500', '152920.182500', '152920.642500', '152921.102500', '152921.562500', '152922.022500', '152922.482500', '152922.942500', '152923.402500', '152923.862500', '152924.322500', '152924.782500', '152925.242500', '152925.702500', '152926.162500', '152926.622500', '152927.082500', '152927.542500', '152928.002500', '152928.462500', '152928.922500', '152929.382500', '152929.842500', '152930.302500', '152930.762500', '152931.222500', '152931.682500', '152932.142500', '152932.602500', '152933.062500', '152933.522500', '152933.982500', '152934.442500', '152934.902500', '152935.362500', '152935.822500', '152936.282500', '152936.742500', '152937.202500', '152937.662500', '152938.122500', '152938.582500', '152939.042500', '152939.502500', '152939.962500', '152940.422500', '152940.882500', '152941.342500', '152941.802500', '152942.262500', '152942.722500', '152943.182500', '152943.642500', '152944.102500', '152944.562500', '152945.022500', '152945.482500', '152945.942500', '152946.402500', '152946.862500', '152947.322500', '152947.782500', '152948.242500', '152948.702500', '152949.162500', '152949.622500', '152950.082500', '152950.542500', '152951.002500', '152951.462500', '152951.922500', '152952.382500', '152952.842500', '152953.302500', '152953.762500', '152954.222500', '152954.682500', '152955.142500', '152955.602500', '152956.062500', '152956.522500', '152956.982500', '152957.442500', '152957.902500', '152958.362500', '152958.822500', '152959.282500', '152959.742500', '153000.202500', '153000.662500', '153001.122500', '153001.582500', '153002.042500', '153002.502500', '153002.962500', '153003.422500', '153003.882500', '153004.342500', '153004.802500', '153005.262500', '153005.722500', '153006.182500', '153006.642500', '153007.102500', '153007.562500', '153008.022500', '153008.482500', '153008.942500', '153009.402500', '153009.862500', '153010.322500', '153010.782500', '153011.242500', '153011.702500', '153012.162500', '153012.622500', '153013.082500', '153013.542500', '153014.002500', '153014.462500', '153014.922500', '153015.382500', '153015.842500', '153016.302500', '153016.762500', '153017.222500', '153017.682500', '153018.142500', '153018.602500', '153019.062500', '153019.522500', '153019.982500', '153020.442500', '153020.902500', '153021.362500', '153021.822500', '153022.282500', '153022.742500', '153023.202500', '153023.662500'], 'ContentTime': ['152353.816000', '152353.820000', '152353.823000', '152353.826000', '152353.828000', '152353.831000', '152353.834000', '152353.837000', '152353.840000', '152353.847000', '152353.850000', '152353.852000', '152353.855000', '152353.858000', '152353.861000', '152353.864000', '152353.875000', '152353.878000', '152353.881000', '152353.884000', '152353.892000', '152353.895000', '152353.898000', '152413.781000', '152413.784000', '152413.787000', '152413.790000', '152413.793000', '152413.795000', '152413.798000', '152413.801000', '152413.804000', '152413.807000', '152413.810000', '152413.813000', '152413.815000', '152413.818000', '152413.830000', '152413.833000', '152413.836000', '152413.839000', '152413.859000', '152413.862000', '152413.864000', '152413.867000', '152413.874000', '152413.877000', '152413.881000', '152413.885000', '152413.888000', '152413.890000', '152413.893000', '152413.896000', '152413.899000', '152413.902000', '152413.905000', '152413.908000', '152413.911000', '152413.914000', '152413.916000', '152413.919000', '152413.922000', '152413.925000', '152413.928000', '152413.931000', '152413.934000', '152433.781000', '152433.784000', '152433.787000', '152433.789000', '152433.792000', '152433.799000', '152433.801000', '152433.804000', '152433.807000', '152433.810000', '152433.813000', '152433.816000', '152433.818000', '152433.821000', '152433.824000', '152433.827000', '152433.830000', '152433.833000', '152433.835000', '152433.838000', '152433.841000', '152433.844000', '152433.847000', '152433.850000', '152433.853000', '152433.855000', '152433.858000', '152433.861000', '152433.864000', '152433.867000', '152433.870000', '152433.873000', '152433.875000', '152433.878000', '152433.881000', '152433.884000', '152433.887000', '152433.890000', '152433.893000', '152433.896000', '152433.898000', '152433.901000', '152433.904000', '152433.911000', '152453.781000', '152453.784000', '152453.787000', '152453.790000', '152453.793000', '152453.795000', '152453.798000', '152453.801000', '152453.804000', '152453.807000', '152453.810000', '152453.812000', '152453.815000', '152453.818000', '152453.821000', '152453.824000', '152453.827000', '152453.829000', '152453.832000', '152453.835000', '152453.838000', '152453.841000', '152453.844000', '152453.846000', '152453.849000', '152453.852000', '152453.855000', '152453.858000', '152453.861000', '152453.863000', '152453.866000', '152453.869000', '152453.872000', '152453.875000', '152453.878000', '152453.881000', '152453.883000', '152453.886000', '152453.889000', '152453.892000', '152453.895000', '152453.898000', '152453.900000', '152513.781000', '152513.784000', '152513.787000', '152513.790000', '152513.792000', '152513.795000', '152513.798000', '152513.801000', '152513.804000', '152513.807000', '152513.809000', '152513.812000', '152513.815000', '152513.818000', '152513.821000', '152513.824000', '152513.827000', '152513.830000', '152513.832000', '152513.835000', '152513.838000', '152513.841000', '152513.844000', '152513.846000', '152513.849000', '152513.852000', '152513.855000', '152513.858000', '152513.861000', '152513.864000', '152513.866000', '152513.869000', '152513.872000', '152513.875000', '152513.878000', '152513.881000', '152513.884000', '152513.886000', '152513.889000', '152513.892000', '152513.895000', '152513.898000', '152513.901000', '152513.904000', '152533.781000', '152533.784000', '152533.787000', '152533.790000', '152533.793000', '152533.795000', '152533.798000', '152533.801000', '152533.804000', '152533.807000', '152533.810000', '152533.812000', '152533.815000', '152533.818000', '152533.821000', '152533.824000', '152533.827000', '152533.830000', '152533.832000', '152533.835000', '152533.838000', '152533.841000', '152533.844000', '152533.846000', '152533.849000', '152533.852000', '152533.855000', '152533.858000', '152533.861000', '152533.864000', '152533.866000', '152533.869000', '152533.872000', '152533.875000', '152533.878000', '152533.880000', '152533.883000', '152533.886000', '152533.889000', '152533.892000', '152533.895000', '152533.898000', '152533.901000', '152553.781000', '152553.784000', '152553.787000', '152553.789000', '152553.792000', '152553.802000', '152553.805000', '152553.808000', '152553.811000', '152553.813000', '152553.816000', '152553.819000', '152553.822000', '152553.825000', '152553.838000', '152553.841000', '152553.843000', '152553.846000', '152553.849000', '152553.852000', '152553.855000', '152553.858000', '152553.861000', '152553.863000', '152553.866000', '152553.869000', '152553.872000', '152553.875000', '152553.878000', '152553.881000', '152553.883000', '152553.886000', '152553.889000', '152553.892000', '152553.895000', '152553.898000', '152553.901000', '152553.904000', '152553.907000', '152553.909000', '152553.912000', '152553.915000', '152553.918000', '152553.921000', '152613.781000', '152613.784000', '152613.787000', '152613.790000', '152613.792000', '152613.795000', '152613.798000', '152613.801000', '152613.804000', '152613.807000', '152613.810000', '152613.812000', '152613.815000', '152613.818000', '152613.821000', '152613.824000', '152613.827000', '152613.830000', '152613.833000', '152613.835000', '152613.838000', '152613.841000', '152613.844000', '152613.847000', '152613.849000', '152613.852000', '152613.855000', '152613.858000', '152613.861000', '152613.864000', '152613.867000', '152613.870000', '152613.872000', '152613.875000', '152613.878000', '152613.881000', '152613.884000', '152613.887000', '152613.890000', '152613.893000', '152613.896000', '152613.899000', '152613.901000', '152633.781000', '152633.784000', '152633.788000', '152633.792000', '152633.795000', '152633.798000', '152633.801000', '152633.804000', '152633.807000', '152633.809000', '152633.812000', '152633.815000', '152633.818000', '152633.821000', '152633.824000', '152633.827000', '152633.830000', '152633.832000', '152633.835000', '152633.838000', '152633.841000', '152633.844000', '152633.847000', '152633.849000', '152633.852000', '152633.855000', '152633.858000', '152633.861000', '152633.864000', '152633.867000', '152633.869000', '152633.872000', '152633.875000', '152633.878000', '152633.881000', '152633.884000', '152633.887000', '152633.890000', '152633.893000', '152633.895000', '152633.898000', '152633.901000', '152633.904000', '152653.781000', '152653.784000', '152653.787000', '152653.790000', '152653.792000', '152653.795000', '152653.798000', '152653.801000', '152653.804000', '152653.807000', '152653.810000', '152653.813000', '152653.815000', '152653.818000', '152653.821000', '152653.824000', '152653.827000', '152653.830000', '152653.833000', '152653.836000', '152653.838000', '152653.841000', '152653.844000', '152653.847000', '152653.850000', '152653.852000', '152653.855000', '152653.858000', '152653.861000', '152653.864000', '152653.867000', '152653.870000', '152653.873000', '152653.875000', '152653.878000', '152653.881000', '152653.884000', '152653.887000', '152653.890000', '152653.893000', '152653.895000', '152653.898000', '152653.901000', '152653.904000', '152713.781000', '152713.784000', '152713.787000', '152713.790000', '152713.793000', '152713.795000', '152713.798000', '152713.801000', '152713.804000', '152713.809000', '152713.812000', '152713.815000', '152713.818000', '152713.820000', '152713.823000', '152713.826000', '152713.829000', '152713.832000', '152713.835000', '152713.838000', '152713.841000', '152713.843000', '152713.846000', '152713.849000', '152713.852000', '152713.855000', '152713.858000', '152713.860000', '152713.863000', '152713.866000', '152713.869000', '152713.872000', '152713.875000', '152713.878000', '152713.881000', '152713.883000', '152713.886000', '152713.889000', '152713.892000', '152713.895000', '152713.898000', '152713.900000', '152713.903000', '152733.781000', '152733.784000', '152733.787000', '152733.790000', '152733.792000', '152733.795000', '152733.798000', '152733.801000', '152733.804000', '152733.807000', '152733.817000', '152733.820000', '152733.822000', '152733.825000', '152733.828000', '152733.831000', '152733.834000', '152733.837000', '152733.840000', '152733.843000', '152733.845000', '152733.848000', '152733.851000', '152733.854000', '152733.857000', '152733.860000', '152733.863000', '152733.865000', '152733.868000', '152733.871000', '152733.874000', '152733.877000', '152733.880000', '152733.883000', '152733.885000', '152733.888000', '152733.891000', '152733.894000', '152733.897000', '152733.900000', '152733.903000', '152733.905000', '152733.908000', '152733.911000', '152753.781000', '152753.784000', '152753.787000', '152753.790000', '152753.792000', '152753.795000', '152753.798000', '152753.801000', '152753.804000', '152753.807000', '152753.816000', '152753.819000', '152753.822000', '152753.825000', '152753.828000', '152753.831000', '152753.834000', '152753.837000', '152753.840000', '152753.843000', '152753.846000', '152753.848000', '152753.851000', '152753.854000', '152753.857000', '152753.860000', '152753.863000', '152753.866000', '152753.869000', '152753.871000', '152753.874000', '152753.877000', '152753.880000', '152753.883000', '152753.886000', '152753.888000', '152753.891000', '152753.894000', '152753.897000', '152753.900000', '152753.903000', '152753.906000', '152753.909000', '152813.781000', '152813.784000', '152813.787000', '152813.790000', '152813.792000', '152813.795000', '152813.798000', '152813.801000', '152813.804000', '152813.807000', '152813.810000', '152813.812000', '152813.815000', '152813.818000', '152813.821000', '152813.824000', '152813.827000', '152813.830000', '152813.832000', '152813.835000', '152813.838000', '152813.841000', '152813.844000', '152813.847000', '152813.849000', '152813.852000', '152813.855000', '152813.858000', '152813.861000', '152813.864000', '152813.866000', '152813.869000', '152813.872000', '152813.875000', '152813.878000', '152813.881000', '152813.884000', '152813.890000', '152813.893000', '152813.896000', '152813.898000', '152813.902000', '152813.904000', '152813.907000', '152833.781000', '152833.784000', '152833.787000', '152833.790000', '152833.792000', '152833.795000', '152833.798000', '152833.801000', '152833.804000', '152833.807000', '152833.810000', '152833.813000', '152833.816000', '152833.818000', '152833.821000', '152833.824000', '152833.827000', '152833.830000', '152833.833000', '152833.836000', '152833.838000', '152833.841000', '152833.844000', '152833.847000', '152833.850000', '152833.853000', '152833.856000', '152833.859000', '152833.862000', '152833.865000', '152833.868000', '152833.870000', '152833.873000', '152833.876000', '152833.879000', '152833.882000', '152833.885000', '152833.888000', '152833.891000', '152833.894000', '152833.896000', '152833.900000', '152833.902000', '152853.781000', '152853.784000', '152853.787000', '152853.790000', '152853.792000', '152853.795000', '152853.798000', '152853.801000', '152853.804000', '152853.807000', '152853.810000', '152853.813000', '152853.815000', '152853.818000', '152853.821000', '152853.824000', '152853.827000', '152853.830000', '152853.833000', '152853.836000', '152853.838000', '152853.847000', '152853.850000', '152853.853000', '152853.856000', '152853.859000', '152853.862000', '152853.865000', '152853.868000', '152853.871000', '152853.873000', '152853.876000', '152853.879000', '152853.882000', '152853.885000', '152853.888000', '152853.891000', '152853.894000', '152853.897000', '152853.899000', '152853.902000', '152853.905000', '152853.908000', '152853.911000', '152913.781000', '152913.784000', '152913.787000', '152913.790000', '152913.793000', '152913.797000', '152913.800000', '152913.803000', '152913.805000', '152913.808000', '152913.811000', '152913.814000', '152913.817000', '152913.820000', '152913.823000', '152913.826000', '152913.829000', '152913.831000', '152913.834000', '152913.837000', '152913.840000', '152913.843000', '152913.846000', '152913.849000', '152913.852000', '152913.855000', '152913.858000', '152913.860000', '152913.863000', '152913.867000', '152913.870000', '152913.873000', '152913.876000', '152913.879000', '152913.882000', '152913.884000', '152913.887000', '152913.890000', '152913.893000', '152913.896000', '152913.899000', '152913.901000', '152913.904000', '152933.781000', '152933.784000', '152933.787000', '152933.790000', '152933.792000', '152933.795000', '152933.798000', '152933.801000', '152933.804000', '152933.807000', '152933.810000', '152933.813000', '152933.815000', '152933.818000', '152933.821000', '152933.824000', '152933.827000', '152933.830000', '152933.833000', '152933.835000', '152933.838000', '152933.841000', '152933.844000', '152933.847000', '152933.850000', '152933.852000', '152933.855000', '152933.858000', '152933.861000', '152933.864000', '152933.867000', '152933.870000', '152933.872000', '152933.875000', '152933.878000', '152933.881000', '152933.884000', '152933.887000', '152933.890000', '152933.892000', '152933.895000', '152933.898000', '152933.901000', '152933.904000', '152953.781000', '152953.784000', '152953.787000', '152953.790000', '152953.793000', '152953.796000', '152953.798000', '152953.801000', '152953.804000', '152953.807000', '152953.810000', '152953.812000', '152953.815000', '152953.818000', '152953.822000', '152953.825000', '152953.828000', '152953.831000', '152953.834000', '152953.837000', '152953.840000', '152953.842000', '152953.845000', '152953.848000', '152953.851000', '152953.854000', '152953.857000', '152953.860000', '152953.862000', '152953.865000', '152953.868000', '152953.874000', '152953.877000', '152953.880000', '152953.883000', '152953.886000', '152953.889000', '152953.892000', '152953.895000', '152953.906000', '152953.909000', '152953.912000', '152953.915000', '153013.781000', '153013.784000', '153013.787000', '153013.790000', '153013.793000', '153013.795000', '153013.798000', '153013.801000', '153013.804000', '153013.807000', '153013.810000', '153013.812000', '153013.815000', '153013.818000', '153013.821000', '153013.824000', '153013.827000', '153013.829000', '153013.832000', '153013.835000', '153013.838000', '153013.841000', '153013.844000', '153013.846000', '153013.849000', '153013.852000', '153013.855000', '153013.858000', '153013.861000', '153013.864000', '153013.866000', '153013.869000', '153013.872000', '153013.875000', '153013.878000', '153013.881000', '153013.884000', '153013.886000', '153013.890000', '153013.892000', '153013.895000', '153013.898000', '153013.901000', '153013.904000', '153024.284000', '153024.287000', '153024.302000', '153024.305000', '153024.309000', '153024.312000', '153024.315000', '153024.318000', '153024.321000', '153024.324000', '153024.327000', '153024.330000', '153024.333000', '153024.336000', '153024.339000', '153024.342000', '153024.346000', '153024.349000', '153024.351000', '153024.354000', '153024.358000', '153024.361000', '153024.363000'], 'InstanceCreationTime': ['152353.816000', '152353.820000', '152353.823000', '152353.826000', '152353.828000', '152353.831000', '152353.834000', '152353.837000', '152353.840000', '152353.847000', '152353.850000', '152353.852000', '152353.855000', '152353.858000', '152353.861000', '152353.864000', '152353.875000', '152353.878000', '152353.881000', '152353.884000', '152353.892000', '152353.895000', '152353.898000', '152413.781000', '152413.784000', '152413.787000', '152413.790000', '152413.793000', '152413.795000', '152413.798000', '152413.801000', '152413.804000', '152413.807000', '152413.810000', '152413.813000', '152413.815000', '152413.818000', '152413.830000', '152413.833000', '152413.836000', '152413.839000', '152413.859000', '152413.862000', '152413.864000', '152413.867000', '152413.874000', '152413.877000', '152413.881000', '152413.885000', '152413.888000', '152413.890000', '152413.893000', '152413.896000', '152413.899000', '152413.902000', '152413.905000', '152413.908000', '152413.911000', '152413.914000', '152413.916000', '152413.919000', '152413.922000', '152413.925000', '152413.928000', '152413.931000', '152413.934000', '152433.781000', '152433.784000', '152433.787000', '152433.789000', '152433.792000', '152433.799000', '152433.801000', '152433.804000', '152433.807000', '152433.810000', '152433.813000', '152433.816000', '152433.818000', '152433.821000', '152433.824000', '152433.827000', '152433.830000', '152433.833000', '152433.835000', '152433.838000', '152433.841000', '152433.844000', '152433.847000', '152433.850000', '152433.853000', '152433.855000', '152433.858000', '152433.861000', '152433.864000', '152433.867000', '152433.870000', '152433.873000', '152433.875000', '152433.878000', '152433.881000', '152433.884000', '152433.887000', '152433.890000', '152433.893000', '152433.896000', '152433.898000', '152433.901000', '152433.904000', '152433.911000', '152453.781000', '152453.784000', '152453.787000', '152453.790000', '152453.793000', '152453.795000', '152453.798000', '152453.801000', '152453.804000', '152453.807000', '152453.810000', '152453.812000', '152453.815000', '152453.818000', '152453.821000', '152453.824000', '152453.827000', '152453.829000', '152453.832000', '152453.835000', '152453.838000', '152453.841000', '152453.844000', '152453.846000', '152453.849000', '152453.852000', '152453.855000', '152453.858000', '152453.861000', '152453.863000', '152453.866000', '152453.869000', '152453.872000', '152453.875000', '152453.878000', '152453.881000', '152453.883000', '152453.886000', '152453.889000', '152453.892000', '152453.895000', '152453.898000', '152453.900000', '152513.781000', '152513.784000', '152513.787000', '152513.790000', '152513.792000', '152513.795000', '152513.798000', '152513.801000', '152513.804000', '152513.807000', '152513.809000', '152513.812000', '152513.815000', '152513.818000', '152513.821000', '152513.824000', '152513.827000', '152513.830000', '152513.832000', '152513.835000', '152513.838000', '152513.841000', '152513.844000', '152513.846000', '152513.849000', '152513.852000', '152513.855000', '152513.858000', '152513.861000', '152513.864000', '152513.866000', '152513.869000', '152513.872000', '152513.875000', '152513.878000', '152513.881000', '152513.884000', '152513.886000', '152513.889000', '152513.892000', '152513.895000', '152513.898000', '152513.901000', '152513.904000', '152533.781000', '152533.784000', '152533.787000', '152533.790000', '152533.793000', '152533.795000', '152533.798000', '152533.801000', '152533.804000', '152533.807000', '152533.810000', '152533.812000', '152533.815000', '152533.818000', '152533.821000', '152533.824000', '152533.827000', '152533.830000', '152533.832000', '152533.835000', '152533.838000', '152533.841000', '152533.844000', '152533.846000', '152533.849000', '152533.852000', '152533.855000', '152533.858000', '152533.861000', '152533.864000', '152533.866000', '152533.869000', '152533.872000', '152533.875000', '152533.878000', '152533.880000', '152533.883000', '152533.886000', '152533.889000', '152533.892000', '152533.895000', '152533.898000', '152533.901000', '152553.781000', '152553.784000', '152553.787000', '152553.789000', '152553.792000', '152553.802000', '152553.805000', '152553.808000', '152553.811000', '152553.813000', '152553.816000', '152553.819000', '152553.822000', '152553.825000', '152553.838000', '152553.841000', '152553.843000', '152553.846000', '152553.849000', '152553.852000', '152553.855000', '152553.858000', '152553.861000', '152553.863000', '152553.866000', '152553.869000', '152553.872000', '152553.875000', '152553.878000', '152553.881000', '152553.883000', '152553.886000', '152553.889000', '152553.892000', '152553.895000', '152553.898000', '152553.901000', '152553.904000', '152553.907000', '152553.909000', '152553.912000', '152553.915000', '152553.918000', '152553.921000', '152613.781000', '152613.784000', '152613.787000', '152613.790000', '152613.792000', '152613.795000', '152613.798000', '152613.801000', '152613.804000', '152613.807000', '152613.810000', '152613.812000', '152613.815000', '152613.818000', '152613.821000', '152613.824000', '152613.827000', '152613.830000', '152613.833000', '152613.835000', '152613.838000', '152613.841000', '152613.844000', '152613.847000', '152613.849000', '152613.852000', '152613.855000', '152613.858000', '152613.861000', '152613.864000', '152613.867000', '152613.870000', '152613.872000', '152613.875000', '152613.878000', '152613.881000', '152613.884000', '152613.887000', '152613.890000', '152613.893000', '152613.896000', '152613.899000', '152613.901000', '152633.781000', '152633.784000', '152633.788000', '152633.792000', '152633.795000', '152633.798000', '152633.801000', '152633.804000', '152633.807000', '152633.809000', '152633.812000', '152633.815000', '152633.818000', '152633.821000', '152633.824000', '152633.827000', '152633.830000', '152633.832000', '152633.835000', '152633.838000', '152633.841000', '152633.844000', '152633.847000', '152633.849000', '152633.852000', '152633.855000', '152633.858000', '152633.861000', '152633.864000', '152633.867000', '152633.869000', '152633.872000', '152633.875000', '152633.878000', '152633.881000', '152633.884000', '152633.887000', '152633.890000', '152633.893000', '152633.895000', '152633.898000', '152633.901000', '152633.904000', '152653.781000', '152653.784000', '152653.787000', '152653.790000', '152653.792000', '152653.795000', '152653.798000', '152653.801000', '152653.804000', '152653.807000', '152653.810000', '152653.813000', '152653.815000', '152653.818000', '152653.821000', '152653.824000', '152653.827000', '152653.830000', '152653.833000', '152653.836000', '152653.838000', '152653.841000', '152653.844000', '152653.847000', '152653.850000', '152653.852000', '152653.855000', '152653.858000', '152653.861000', '152653.864000', '152653.867000', '152653.870000', '152653.873000', '152653.875000', '152653.878000', '152653.881000', '152653.884000', '152653.887000', '152653.890000', '152653.893000', '152653.895000', '152653.898000', '152653.901000', '152653.904000', '152713.781000', '152713.784000', '152713.787000', '152713.790000', '152713.793000', '152713.795000', '152713.798000', '152713.801000', '152713.804000', '152713.809000', '152713.812000', '152713.815000', '152713.818000', '152713.820000', '152713.823000', '152713.826000', '152713.829000', '152713.832000', '152713.835000', '152713.838000', '152713.841000', '152713.843000', '152713.846000', '152713.849000', '152713.852000', '152713.855000', '152713.858000', '152713.860000', '152713.863000', '152713.866000', '152713.869000', '152713.872000', '152713.875000', '152713.878000', '152713.881000', '152713.883000', '152713.886000', '152713.889000', '152713.892000', '152713.895000', '152713.898000', '152713.900000', '152713.903000', '152733.781000', '152733.784000', '152733.787000', '152733.790000', '152733.792000', '152733.795000', '152733.798000', '152733.801000', '152733.804000', '152733.807000', '152733.817000', '152733.820000', '152733.822000', '152733.825000', '152733.828000', '152733.831000', '152733.834000', '152733.837000', '152733.840000', '152733.843000', '152733.845000', '152733.848000', '152733.851000', '152733.854000', '152733.857000', '152733.860000', '152733.863000', '152733.865000', '152733.868000', '152733.871000', '152733.874000', '152733.877000', '152733.880000', '152733.883000', '152733.885000', '152733.888000', '152733.891000', '152733.894000', '152733.897000', '152733.900000', '152733.903000', '152733.905000', '152733.908000', '152733.911000', '152753.781000', '152753.784000', '152753.787000', '152753.790000', '152753.792000', '152753.795000', '152753.798000', '152753.801000', '152753.804000', '152753.807000', '152753.816000', '152753.819000', '152753.822000', '152753.825000', '152753.828000', '152753.831000', '152753.834000', '152753.837000', '152753.840000', '152753.843000', '152753.846000', '152753.848000', '152753.851000', '152753.854000', '152753.857000', '152753.860000', '152753.863000', '152753.866000', '152753.869000', '152753.871000', '152753.874000', '152753.877000', '152753.880000', '152753.883000', '152753.886000', '152753.888000', '152753.891000', '152753.894000', '152753.897000', '152753.900000', '152753.903000', '152753.906000', '152753.909000', '152813.781000', '152813.784000', '152813.787000', '152813.790000', '152813.792000', '152813.795000', '152813.798000', '152813.801000', '152813.804000', '152813.807000', '152813.810000', '152813.812000', '152813.815000', '152813.818000', '152813.821000', '152813.824000', '152813.827000', '152813.830000', '152813.832000', '152813.835000', '152813.838000', '152813.841000', '152813.844000', '152813.847000', '152813.849000', '152813.852000', '152813.855000', '152813.858000', '152813.861000', '152813.864000', '152813.866000', '152813.869000', '152813.872000', '152813.875000', '152813.878000', '152813.881000', '152813.884000', '152813.890000', '152813.893000', '152813.896000', '152813.898000', '152813.902000', '152813.904000', '152813.907000', '152833.781000', '152833.784000', '152833.787000', '152833.790000', '152833.792000', '152833.795000', '152833.798000', '152833.801000', '152833.804000', '152833.807000', '152833.810000', '152833.813000', '152833.816000', '152833.818000', '152833.821000', '152833.824000', '152833.827000', '152833.830000', '152833.833000', '152833.836000', '152833.838000', '152833.841000', '152833.844000', '152833.847000', '152833.850000', '152833.853000', '152833.856000', '152833.859000', '152833.862000', '152833.865000', '152833.868000', '152833.870000', '152833.873000', '152833.876000', '152833.879000', '152833.882000', '152833.885000', '152833.888000', '152833.891000', '152833.894000', '152833.896000', '152833.900000', '152833.902000', '152853.781000', '152853.784000', '152853.787000', '152853.790000', '152853.792000', '152853.795000', '152853.798000', '152853.801000', '152853.804000', '152853.807000', '152853.810000', '152853.813000', '152853.815000', '152853.818000', '152853.821000', '152853.824000', '152853.827000', '152853.830000', '152853.833000', '152853.836000', '152853.838000', '152853.847000', '152853.850000', '152853.853000', '152853.856000', '152853.859000', '152853.862000', '152853.865000', '152853.868000', '152853.871000', '152853.873000', '152853.876000', '152853.879000', '152853.882000', '152853.885000', '152853.888000', '152853.891000', '152853.894000', '152853.897000', '152853.899000', '152853.902000', '152853.905000', '152853.908000', '152853.911000', '152913.781000', '152913.784000', '152913.787000', '152913.790000', '152913.793000', '152913.797000', '152913.800000', '152913.803000', '152913.805000', '152913.808000', '152913.811000', '152913.814000', '152913.817000', '152913.820000', '152913.823000', '152913.826000', '152913.829000', '152913.831000', '152913.834000', '152913.837000', '152913.840000', '152913.843000', '152913.846000', '152913.849000', '152913.852000', '152913.855000', '152913.858000', '152913.860000', '152913.863000', '152913.867000', '152913.870000', '152913.873000', '152913.876000', '152913.879000', '152913.882000', '152913.884000', '152913.887000', '152913.890000', '152913.893000', '152913.896000', '152913.899000', '152913.901000', '152913.904000', '152933.781000', '152933.784000', '152933.787000', '152933.790000', '152933.792000', '152933.795000', '152933.798000', '152933.801000', '152933.804000', '152933.807000', '152933.810000', '152933.813000', '152933.815000', '152933.818000', '152933.821000', '152933.824000', '152933.827000', '152933.830000', '152933.833000', '152933.835000', '152933.838000', '152933.841000', '152933.844000', '152933.847000', '152933.850000', '152933.852000', '152933.855000', '152933.858000', '152933.861000', '152933.864000', '152933.867000', '152933.870000', '152933.872000', '152933.875000', '152933.878000', '152933.881000', '152933.884000', '152933.887000', '152933.890000', '152933.892000', '152933.895000', '152933.898000', '152933.901000', '152933.904000', '152953.781000', '152953.784000', '152953.787000', '152953.790000', '152953.793000', '152953.796000', '152953.798000', '152953.801000', '152953.804000', '152953.807000', '152953.810000', '152953.812000', '152953.815000', '152953.818000', '152953.822000', '152953.825000', '152953.828000', '152953.831000', '152953.834000', '152953.837000', '152953.840000', '152953.842000', '152953.845000', '152953.848000', '152953.851000', '152953.854000', '152953.857000', '152953.860000', '152953.862000', '152953.865000', '152953.868000', '152953.874000', '152953.877000', '152953.880000', '152953.883000', '152953.886000', '152953.889000', '152953.892000', '152953.895000', '152953.906000', '152953.909000', '152953.912000', '152953.915000', '153013.781000', '153013.784000', '153013.787000', '153013.790000', '153013.793000', '153013.795000', '153013.798000', '153013.801000', '153013.804000', '153013.807000', '153013.810000', '153013.812000', '153013.815000', '153013.818000', '153013.821000', '153013.824000', '153013.827000', '153013.829000', '153013.832000', '153013.835000', '153013.838000', '153013.841000', '153013.844000', '153013.846000', '153013.849000', '153013.852000', '153013.855000', '153013.858000', '153013.861000', '153013.864000', '153013.866000', '153013.869000', '153013.872000', '153013.875000', '153013.878000', '153013.881000', '153013.884000', '153013.886000', '153013.890000', '153013.892000', '153013.895000', '153013.898000', '153013.901000', '153013.904000', '153024.284000', '153024.287000', '153024.302000', '153024.305000', '153024.309000', '153024.312000', '153024.315000', '153024.318000', '153024.321000', '153024.324000', '153024.327000', '153024.330000', '153024.333000', '153024.336000', '153024.339000', '153024.342000', '153024.346000', '153024.349000', '153024.351000', '153024.354000', '153024.358000', '153024.361000', '153024.363000'], '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': [8200, 6426, 5343, 7394, 7067, 5181, 7741, 5554, 5229, 7661, 8007, 5200, 7445, 6567, 5049, 7332, 7220, 5172, 6530, 5582, 5243, 6289, 5527, 5477, 6184, 5326, 5216, 5551, 5244, 5221, 5309, 5369, 5249, 5505, 5305, 5545, 6405, 5334, 5174, 6352, 5114, 5192, 5222, 5780, 5435, 5320, 6434, 5437, 5250, 7157, 6156, 5025, 5939, 5974, 5204, 5216, 6916, 5466, 5011, 6954, 5769, 5360, 5124, 6606, 6160, 5154, 8069, 5260, 5282, 6351, 6193, 5900, 5186, 7449, 5371, 5304, 6927, 5780, 5363, 5226, 7014, 5419, 5306, 5565, 6048, 5491, 5279, 7961, 5360, 5270, 5312, 6688, 5342, 5104, 5051, 5643, 6278, 5177, 7549, 5095, 5181, 5294, 6165, 6041, 5006, 6649, 5786, 5370, 5130, 7502, 5523, 5043, 5286, 6250, 5680, 5127, 7306, 6821, 5417, 7757, 5410, 5297, 7068, 5896, 5531, 5189, 6314, 5528, 5058, 6474, 5894, 5271, 5141, 7554, 7124, 5021, 8251, 5563, 5286, 6273, 5933, 5491, 5795, 5617, 5103, 4979, 5664, 5207, 5156, 5480, 5285, 5227, 5617, 5569, 5167, 5899, 5384, 5263, 6526, 5873, 5281, 6213, 5668, 5468, 7324, 6367, 5199, 6783, 5648, 5387, 7325, 5993, 5468, 7115, 5205, 5184, 7304, 5367, 5447, 5836, 5430, 7338, 7653, 5372, 7107, 5412, 5443, 6165, 5344, 5164, 5914, 5097, 5335, 5636, 5490, 5131, 6256, 5409, 6921, 5144, 8191, 5817, 5454, 6055, 5163, 6395, 5387, 5167, 6866, 5208, 5343, 6256, 5539, 5329, 5486, 5145, 5264, 6403, 4982, 7251, 5414, 5358, 5738, 5159, 6836, 5829, 5070, 5641, 5349, 5270, 5615, 5465, 5159, 5473, 5262, 5485, 6933, 5683, 5213, 7003, 7187, 5599, 8145, 5238, 8151, 5777, 5258, 6300, 5222, 7055, 5573, 5453, 5524, 5306, 5143, 5495, 5355, 6803, 5632, 5482, 5660, 5132, 7854, 5483, 5361, 6596, 5415, 5498, 6143, 5263, 5624, 6241, 5314, 6982, 5336, 4977, 5506, 5539, 6795, 5439, 5186, 5539, 5343, 5281, 5503, 5565, 6705, 5454, 5270, 5442, 5105, 7703, 6023, 5408, 6056, 5506, 7137, 5794, 5171, 6724, 5446, 5287, 6373, 5042, 7746, 6156, 5576, 6636, 5345, 8886, 6498, 5391, 6184, 5425, 6131, 7256, 5353, 7048, 5495, 5220, 6688, 5188, 7587, 5436, 5054, 5546, 5244, 7334, 5637, 5314, 5477, 5311, 7174, 6466, 5465, 5978, 5225, 6778, 7029, 5330, 6610, 5487, 5137, 5836, 5197, 6024, 5729, 5040, 7559, 7903, 5262, 7322, 6052, 5570, 5169, 6784, 7273, 6218, 6949, 5566, 5066, 6025, 5351, 4981, 5697, 5162, 5142, 6474, 5493, 5196, 5182, 5906, 5493, 5185, 6789, 6483, 5633, 7730, 5745, 5356, 5980, 5340, 5198, 5953, 5306, 5195, 5791, 5647, 5391, 6316, 6001, 5139, 5465, 6633, 6613, 5208, 7297, 8027, 5357, 6694, 5400, 5260, 6140, 5457, 5439, 6929, 5413, 5215, 6030, 5410, 5347, 5957, 5241, 5473, 5699, 5275, 5394, 6387, 5260, 5312, 5810, 5205, 7499, 6117, 5525, 7252, 5443, 5173, 5766, 5217, 5448, 5658, 5151, 6173, 5490, 5155, 7064, 5443, 5133, 6374, 6289, 5544, 6199, 5506, 5114, 6486, 5127, 7821, 5676, 5242, 6357, 5278, 5518, 6303, 5356, 5324, 5833, 5387, 5504, 8369, 6414, 5197, 6931, 5616, 6703, 6563, 5353, 7237, 7108, 5297, 7515, 6691, 5310, 8264, 7358, 6250, 9515, 6304, 5417, 5751, 5694, 5187, 5437, 7775, 5249, 5133, 6976, 6444, 5547, 5708, 6038, 5294, 5808, 5784, 6059, 5197, 8351, 5241, 5412, 5223, 7447, 5348, 5145, 5096, 5271, 5520, 5061, 5219, 5419, 5046, 5345, 5050, 5073, 5220, 6113, 5034, 7348, 7133, 5434, 7469, 6311, 8430, 6847, 5466, 5531, 5991, 5800, 5177, 7635, 5605, 5120, 7440, 7529, 5281, 9122, 6719, 5937, 7267, 6038, 7532, 7531, 5194, 7742, 6121, 5231, 7541, 5480, 5070, 6212, 5630, 5665, 6078, 5414, 5377, 5803, 5390, 6848, 5603, 5138, 7048, 5662, 5426, 6294, 5625, 5374, 8025, 5677, 5160, 5913, 5989, 5704, 5998, 6591, 5442, 5687, 5870, 5788, 5013, 6157, 5807, 5763, 5440, 8084, 5306, 5335, 6425, 5533, 5204, 6739, 5468, 5321, 5002, 5426, 5355, 4904, 5502, 5343, 5058, 5306, 5671, 5077, 6315, 5618, 5857, 6182, 5876, 7847, 5984, 5335, 8709, 8002, 5300, 8041, 5630, 5096, 6193, 5588, 5333, 6430, 5315, 4985, 6160, 5332, 7717, 6530, 4952, 6863, 5930, 6926, 6760, 5160, 7095, 5463, 5042, 6815, 6160, 4969, 6595, 5629, 7590, 7752, 5382, 6956, 5427, 7678, 6106, 5018, 7443, 5292, 5118, 5360, 5413, 4994, 6161, 5533, 4996, 5411, 5169, 5964, 5403, 5579, 5147, 6554, 5277, 5118, 7589, 7121, 5038, 8163, 5273, 5098, 7465, 6318, 5441, 6799, 5294, 5118, 5556, 5564, 5352, 5226, 5728, 5478, 5127, 6465, 6072, 5309, 6681, 5534, 5052, 7586, 6431, 5083, 6765, 5674, 5270, 8151, 6056, 5369, 7384, 5699, 5401, 7213, 6034, 5155, 5401, 5734, 5638, 5108, 6565, 5587, 4899, 5626, 5735, 5186, 7560, 5460, 5087, 5462, 5537, 5049, 7183, 5583, 5296, 6094, 5455, 5279, 5113, 5790, 5791, 5074, 5950, 5433, 5688, 5495, 6369, 5385, 5029, 6176, 6602, 5747, 5208, 8117, 6686, 5551, 7829, 5549, 5011, 6175, 5718, 5142, 6292, 5557, 5493, 6239, 6897, 5431, 6707, 5836, 5100, 5713, 6191, 5947, 6416, 7331, 7325, 5414, 6704, 7106, 5823, 5838, 7928, 6812, 5629, 8220, 6192, 5556, 5122, 5904, 5889, 5094, 7460, 5913, 5087, 7845, 5510, 5521, 6255, 7925, 5606, 4962, 7142, 8392, 5615, 8852, 5895, 5268, 5599, 5894, 5045, 7941, 6025, 5043, 6976, 5509, 5855, 6381, 5352, 5468, 6532, 5161, 7558, 7409, 5152, 7982, 6406, 5556, 7610, 5099, 7940, 7262, 5287, 7189, 6129, 5204, 6358, 5811, 4941, 6184, 5308, 5136, 5981, 5442, 5491, 5639, 5256, 5900, 6592, 4989, 7627, 5577, 4993, 6327, 5273, 5555, 6276, 5334, 6087, 6613, 5096, 7408, 5844, 5021, 6744, 5299, 8295, 7610, 5906, 7326, 5385, 6092, 6260, 5178, 8058, 6455, 5246, 6949, 5220, 6955, 7352, 5153, 7391], 'WindowCenter': [3408.0, 3386.0, 3348.0, 3379.0, 3368.0, 3346.0, 3378.0, 3347.0, 3346.0, 3378.0, 3378.0, 3336.0, 3368.0, 3356.0, 3335.0, 3366.0, 3365.0, 3321.0, 3343.0, 3332.0, 3321.0, 3341.0, 3331.0, 3331.0, 3341.0, 3332.0, 3320.0, 3332.0, 3332.0, 3332.0, 3333.0, 3347.0, 3335.0, 3333.0, 3345.0, 3345.0, 3356.0, 3346.0, 3335.0, 3356.0, 3335.0, 3335.0, 3335.0, 3345.0, 3346.0, 3344.0, 3356.0, 3345.0, 3335.0, 3367.0, 3357.0, 3336.0, 3357.0, 3357.0, 3337.0, 3348.0, 3380.0, 3348.0, 3350.0, 3381.0, 3359.0, 3348.0, 3348.0, 3369.0, 3359.0, 3349.0, 3391.0, 3337.0, 3361.0, 3368.0, 3356.0, 3346.0, 3335.0, 3367.0, 3347.0, 3346.0, 3367.0, 3346.0, 3347.0, 3338.0, 3380.0, 3347.0, 3346.0, 3346.0, 3356.0, 3335.0, 3335.0, 3377.0, 3346.0, 3336.0, 3346.0, 3367.0, 3346.0, 3336.0, 3335.0, 3358.0, 3370.0, 3349.0, 3379.0, 3337.0, 3336.0, 3346.0, 3357.0, 3359.0, 3336.0, 3367.0, 3358.0, 3348.0, 3337.0, 3379.0, 3347.0, 3349.0, 3347.0, 3369.0, 3359.0, 3348.0, 3380.0, 3369.0, 3348.0, 3379.0, 3347.0, 3346.0, 3368.0, 3346.0, 3346.0, 3335.0, 3358.0, 3346.0, 3334.0, 3356.0, 3346.0, 3336.0, 3337.0, 3380.0, 3380.0, 3337.0, 3378.0, 3347.0, 3335.0, 3355.0, 3345.0, 3335.0, 3344.0, 3345.0, 3334.0, 3334.0, 3346.0, 3335.0, 3335.0, 3346.0, 3347.0, 3349.0, 3357.0, 3348.0, 3337.0, 3358.0, 3348.0, 3335.0, 3367.0, 3347.0, 3346.0, 3356.0, 3347.0, 3349.0, 3379.0, 3369.0, 3336.0, 3367.0, 3346.0, 3333.0, 3366.0, 3356.0, 3345.0, 3366.0, 3336.0, 3336.0, 3379.0, 3346.0, 3346.0, 3344.0, 3346.0, 3365.0, 3366.0, 3334.0, 3366.0, 3333.0, 3332.0, 3343.0, 3332.0, 3321.0, 3343.0, 3333.0, 3332.0, 3344.0, 3346.0, 3334.0, 3358.0, 3346.0, 3368.0, 3334.0, 3377.0, 3345.0, 3332.0, 3342.0, 3322.0, 3342.0, 3332.0, 3332.0, 3353.0, 3322.0, 3333.0, 3356.0, 3346.0, 3346.0, 3346.0, 3334.0, 3334.0, 3357.0, 3334.0, 3367.0, 3334.0, 3334.0, 3343.0, 3335.0, 3355.0, 3344.0, 3333.0, 3344.0, 3334.0, 3322.0, 3345.0, 3346.0, 3337.0, 3347.0, 3337.0, 3347.0, 3380.0, 3360.0, 3348.0, 3381.0, 3381.0, 3347.0, 3378.0, 3335.0, 3368.0, 3346.0, 3323.0, 3342.0, 3321.0, 3353.0, 3332.0, 3332.0, 3333.0, 3334.0, 3333.0, 3334.0, 3346.0, 3366.0, 3359.0, 3348.0, 3346.0, 3336.0, 3378.0, 3347.0, 3346.0, 3355.0, 3346.0, 3334.0, 3355.0, 3335.0, 3345.0, 3357.0, 3346.0, 3367.0, 3346.0, 3335.0, 3334.0, 3347.0, 3356.0, 3335.0, 3335.0, 3334.0, 3346.0, 3346.0, 3346.0, 3347.0, 3369.0, 3348.0, 3337.0, 3347.0, 3336.0, 3378.0, 3357.0, 3335.0, 3345.0, 3335.0, 3355.0, 3346.0, 3335.0, 3355.0, 3335.0, 3334.0, 3356.0, 3337.0, 3378.0, 3356.0, 3346.0, 3367.0, 3335.0, 3389.0, 3357.0, 3346.0, 3345.0, 3345.0, 3356.0, 3366.0, 3334.0, 3366.0, 3334.0, 3322.0, 3355.0, 3334.0, 3367.0, 3346.0, 3348.0, 3346.0, 3334.0, 3367.0, 3346.0, 3334.0, 3334.0, 3345.0, 3366.0, 3357.0, 3346.0, 3357.0, 3337.0, 3356.0, 3366.0, 3334.0, 3367.0, 3335.0, 3334.0, 3345.0, 3335.0, 3356.0, 3346.0, 3334.0, 3366.0, 3378.0, 3334.0, 3366.0, 3346.0, 3335.0, 3334.0, 3355.0, 3367.0, 3345.0, 3366.0, 3334.0, 3321.0, 3343.0, 3332.0, 3321.0, 3332.0, 3321.0, 3335.0, 3356.0, 3346.0, 3348.0, 3337.0, 3346.0, 3347.0, 3348.0, 3367.0, 3356.0, 3334.0, 3366.0, 3346.0, 3333.0, 3343.0, 3333.0, 3320.0, 3344.0, 3333.0, 3333.0, 3344.0, 3343.0, 3335.0, 3369.0, 3357.0, 3336.0, 3347.0, 3368.0, 3368.0, 3335.0, 3367.0, 3367.0, 3335.0, 3355.0, 3335.0, 3334.0, 3342.0, 3332.0, 3332.0, 3355.0, 3333.0, 3334.0, 3355.0, 3334.0, 3334.0, 3356.0, 3335.0, 3334.0, 3344.0, 3334.0, 3334.0, 3355.0, 3335.0, 3334.0, 3345.0, 3335.0, 3366.0, 3359.0, 3347.0, 3365.0, 3346.0, 3323.0, 3344.0, 3322.0, 3333.0, 3344.0, 3334.0, 3343.0, 3333.0, 3333.0, 3366.0, 3347.0, 3334.0, 3355.0, 3356.0, 3345.0, 3356.0, 3346.0, 3335.0, 3356.0, 3322.0, 3365.0, 3344.0, 3333.0, 3354.0, 3321.0, 3333.0, 3354.0, 3334.0, 3334.0, 3358.0, 3348.0, 3338.0, 3367.0, 3345.0, 3321.0, 3353.0, 3346.0, 3355.0, 3355.0, 3332.0, 3354.0, 3352.0, 3319.0, 3351.0, 3340.0, 3319.0, 3362.0, 3366.0, 3344.0, 3374.0, 3332.0, 3321.0, 3333.0, 3334.0, 3325.0, 3335.0, 3367.0, 3325.0, 3325.0, 3355.0, 3330.0, 3334.0, 3346.0, 3371.0, 3334.0, 3332.0, 3332.0, 3342.0, 3321.0, 3376.0, 3322.0, 3333.0, 3321.0, 3364.0, 3331.0, 3320.0, 3320.0, 3319.0, 3334.0, 3333.0, 3333.0, 3347.0, 3349.0, 3360.0, 3348.0, 3361.0, 3360.0, 3370.0, 3349.0, 3391.0, 3381.0, 3347.0, 3378.0, 3368.0, 3389.0, 3367.0, 3344.0, 3332.0, 3342.0, 3342.0, 3320.0, 3376.0, 3345.0, 3346.0, 3378.0, 3376.0, 3346.0, 3388.0, 3367.0, 3354.0, 3364.0, 3353.0, 3364.0, 3362.0, 3332.0, 3362.0, 3340.0, 3320.0, 3362.0, 3331.0, 3319.0, 3340.0, 3341.0, 3340.0, 3340.0, 3329.0, 3330.0, 3341.0, 3331.0, 3364.0, 3342.0, 3332.0, 3363.0, 3342.0, 3343.0, 3353.0, 3342.0, 3343.0, 3375.0, 3344.0, 3332.0, 3341.0, 3353.0, 3343.0, 3353.0, 3366.0, 3344.0, 3354.0, 3344.0, 3343.0, 3332.0, 3352.0, 3342.0, 3343.0, 3346.0, 3388.0, 3344.0, 3345.0, 3363.0, 3342.0, 3332.0, 3365.0, 3343.0, 3344.0, 3332.0, 3343.0, 3343.0, 3333.0, 3345.0, 3358.0, 3345.0, 3346.0, 3357.0, 3347.0, 3367.0, 3357.0, 3356.0, 3356.0, 3357.0, 3389.0, 3356.0, 3345.0, 3376.0, 3376.0, 3345.0, 3378.0, 3343.0, 3331.0, 3342.0, 3331.0, 3331.0, 3353.0, 3344.0, 3332.0, 3355.0, 3344.0, 3376.0, 3353.0, 3321.0, 3352.0, 3344.0, 3351.0, 3351.0, 3320.0, 3363.0, 3330.0, 3331.0, 3352.0, 3354.0, 3331.0, 3353.0, 3344.0, 3376.0, 3364.0, 3331.0, 3364.0, 3330.0, 3363.0, 3342.0, 3319.0, 3361.0, 3330.0, 3332.0, 3331.0, 3332.0, 3332.0, 3354.0, 3344.0, 3333.0, 3347.0, 3348.0, 3356.0, 3345.0, 3344.0, 3346.0, 3367.0, 3335.0, 3346.0, 3378.0, 3366.0, 3333.0, 3376.0, 3332.0, 3331.0, 3376.0, 3354.0, 3343.0, 3364.0, 3344.0, 3335.0, 3345.0, 3344.0, 3344.0, 3333.0, 3344.0, 3344.0, 3333.0, 3354.0, 3357.0, 3345.0, 3365.0, 3343.0, 3331.0, 3364.0, 3354.0, 3331.0, 3365.0, 3342.0, 3332.0, 3375.0, 3355.0, 3343.0, 3364.0, 3343.0, 3331.0, 3363.0, 3354.0, 3333.0, 3343.0, 3341.0, 3342.0, 3332.0, 3354.0, 3344.0, 3322.0, 3342.0, 3343.0, 3333.0, 3376.0, 3343.0, 3332.0, 3343.0, 3344.0, 3332.0, 3364.0, 3343.0, 3342.0, 3354.0, 3343.0, 3344.0, 3333.0, 3356.0, 3368.0, 3346.0, 3367.0, 3344.0, 3356.0, 3342.0, 3366.0, 3344.0, 3335.0, 3356.0, 3378.0, 3357.0, 3346.0, 3377.0, 3366.0, 3343.0, 3364.0, 3332.0, 3345.0, 3355.0, 3357.0, 3331.0, 3366.0, 3355.0, 3344.0, 3355.0, 3365.0, 3345.0, 3365.0, 3354.0, 3345.0, 3355.0, 3355.0, 3355.0, 3366.0, 3376.0, 3377.0, 3345.0, 3366.0, 3364.0, 3343.0, 3344.0, 3376.0, 3353.0, 3342.0, 3376.0, 3353.0, 3342.0, 3332.0, 3344.0, 3356.0, 3344.0, 3389.0, 3358.0, 3334.0, 3388.0, 3346.0, 3346.0, 3369.0, 3389.0, 3356.0, 3346.0, 3378.0, 3387.0, 3343.0, 3387.0, 3355.0, 3332.0, 3341.0, 3340.0, 3329.0, 3362.0, 3341.0, 3317.0, 3362.0, 3330.0, 3341.0, 3352.0, 3341.0, 3329.0, 3350.0, 3318.0, 3359.0, 3359.0, 3317.0, 3360.0, 3338.0, 3315.0, 3358.0, 3315.0, 3358.0, 3347.0, 3315.0, 3347.0, 3336.0, 3315.0, 3338.0, 3338.0, 3317.0, 3339.0, 3329.0, 3330.0, 3351.0, 3342.0, 3341.0, 3341.0, 3332.0, 3343.0, 3363.0, 3331.0, 3374.0, 3343.0, 3344.0, 3365.0, 3332.0, 3343.0, 3366.0, 3343.0, 3353.0, 3364.0, 3331.0, 3375.0, 3355.0, 3332.0, 3364.0, 3343.0, 3374.0, 3374.0, 3353.0, 3373.0, 3342.0, 3352.0, 3352.0, 3345.0, 3387.0, 3378.0, 3333.0, 3352.0, 3318.0, 3335.0, 3374.0, 3345.0, 3375.0], 'WindowWidth': [7767.0, 7734.0, 7670.0, 7710.0, 7692.0, 7665.0, 7708.0, 7667.0, 7665.0, 7707.0, 7706.0, 7650.0, 7692.0, 7674.0, 7644.0, 7688.0, 7683.0, 7620.0, 7652.0, 7636.0, 7618.0, 7646.0, 7634.0, 7633.0, 7646.0, 7634.0, 7618.0, 7634.0, 7637.0, 7637.0, 7638.0, 7667.0, 7648.0, 7641.0, 7659.0, 7661.0, 7675.0, 7660.0, 7646.0, 7672.0, 7645.0, 7647.0, 7645.0, 7659.0, 7661.0, 7656.0, 7675.0, 7660.0, 7645.0, 7691.0, 7678.0, 7649.0, 7678.0, 7678.0, 7652.0, 7668.0, 7713.0, 7670.0, 7675.0, 7716.0, 7684.0, 7670.0, 7669.0, 7696.0, 7683.0, 7670.0, 7726.0, 7653.0, 7690.0, 7695.0, 7674.0, 7662.0, 7646.0, 7690.0, 7663.0, 7661.0, 7689.0, 7660.0, 7665.0, 7654.0, 7712.0, 7665.0, 7662.0, 7662.0, 7675.0, 7645.0, 7646.0, 7703.0, 7662.0, 7649.0, 7661.0, 7689.0, 7661.0, 7649.0, 7647.0, 7680.0, 7701.0, 7671.0, 7708.0, 7652.0, 7650.0, 7662.0, 7678.0, 7682.0, 7649.0, 7690.0, 7681.0, 7667.0, 7653.0, 7710.0, 7665.0, 7670.0, 7665.0, 7696.0, 7682.0, 7669.0, 7715.0, 7696.0, 7667.0, 7708.0, 7663.0, 7662.0, 7693.0, 7660.0, 7661.0, 7645.0, 7679.0, 7660.0, 7642.0, 7674.0, 7661.0, 7650.0, 7652.0, 7711.0, 7712.0, 7653.0, 7705.0, 7662.0, 7645.0, 7670.0, 7657.0, 7646.0, 7654.0, 7657.0, 7642.0, 7642.0, 7661.0, 7646.0, 7646.0, 7661.0, 7665.0, 7674.0, 7679.0, 7667.0, 7652.0, 7681.0, 7667.0, 7647.0, 7691.0, 7664.0, 7662.0, 7673.0, 7664.0, 7671.0, 7708.0, 7698.0, 7649.0, 7689.0, 7662.0, 7640.0, 7688.0, 7674.0, 7659.0, 7686.0, 7647.0, 7650.0, 7708.0, 7661.0, 7661.0, 7657.0, 7662.0, 7684.0, 7687.0, 7640.0, 7685.0, 7639.0, 7636.0, 7650.0, 7635.0, 7621.0, 7650.0, 7638.0, 7636.0, 7653.0, 7662.0, 7642.0, 7678.0, 7661.0, 7691.0, 7643.0, 7701.0, 7658.0, 7635.0, 7648.0, 7622.0, 7648.0, 7635.0, 7636.0, 7665.0, 7623.0, 7640.0, 7674.0, 7660.0, 7660.0, 7660.0, 7644.0, 7643.0, 7676.0, 7641.0, 7687.0, 7640.0, 7640.0, 7653.0, 7644.0, 7669.0, 7655.0, 7639.0, 7655.0, 7642.0, 7624.0, 7657.0, 7663.0, 7653.0, 7666.0, 7653.0, 7664.0, 7712.0, 7688.0, 7670.0, 7715.0, 7716.0, 7665.0, 7706.0, 7645.0, 7690.0, 7659.0, 7624.0, 7649.0, 7618.0, 7663.0, 7634.0, 7635.0, 7638.0, 7641.0, 7638.0, 7641.0, 7660.0, 7687.0, 7683.0, 7665.0, 7660.0, 7647.0, 7703.0, 7664.0, 7659.0, 7670.0, 7660.0, 7643.0, 7672.0, 7647.0, 7658.0, 7675.0, 7661.0, 7690.0, 7662.0, 7644.0, 7641.0, 7663.0, 7674.0, 7644.0, 7646.0, 7643.0, 7659.0, 7660.0, 7661.0, 7663.0, 7696.0, 7667.0, 7652.0, 7664.0, 7648.0, 7705.0, 7676.0, 7644.0, 7657.0, 7644.0, 7668.0, 7659.0, 7644.0, 7671.0, 7646.0, 7643.0, 7675.0, 7651.0, 7706.0, 7675.0, 7661.0, 7691.0, 7645.0, 7720.0, 7677.0, 7662.0, 7658.0, 7659.0, 7673.0, 7688.0, 7643.0, 7685.0, 7642.0, 7624.0, 7669.0, 7643.0, 7687.0, 7660.0, 7669.0, 7661.0, 7643.0, 7689.0, 7660.0, 7643.0, 7641.0, 7659.0, 7686.0, 7675.0, 7662.0, 7678.0, 7651.0, 7675.0, 7687.0, 7642.0, 7688.0, 7644.0, 7641.0, 7656.0, 7644.0, 7674.0, 7661.0, 7642.0, 7685.0, 7706.0, 7641.0, 7683.0, 7658.0, 7645.0, 7643.0, 7672.0, 7688.0, 7658.0, 7684.0, 7640.0, 7618.0, 7650.0, 7635.0, 7618.0, 7634.0, 7620.0, 7644.0, 7672.0, 7664.0, 7670.0, 7652.0, 7663.0, 7666.0, 7668.0, 7689.0, 7672.0, 7639.0, 7683.0, 7658.0, 7637.0, 7650.0, 7638.0, 7617.0, 7653.0, 7637.0, 7638.0, 7653.0, 7654.0, 7645.0, 7696.0, 7675.0, 7650.0, 7664.0, 7693.0, 7693.0, 7644.0, 7687.0, 7685.0, 7641.0, 7669.0, 7642.0, 7641.0, 7647.0, 7633.0, 7634.0, 7669.0, 7637.0, 7640.0, 7671.0, 7640.0, 7640.0, 7673.0, 7646.0, 7643.0, 7653.0, 7642.0, 7640.0, 7671.0, 7645.0, 7643.0, 7658.0, 7646.0, 7685.0, 7682.0, 7662.0, 7681.0, 7661.0, 7624.0, 7652.0, 7623.0, 7639.0, 7654.0, 7642.0, 7651.0, 7638.0, 7639.0, 7686.0, 7666.0, 7643.0, 7672.0, 7674.0, 7658.0, 7674.0, 7662.0, 7647.0, 7672.0, 7624.0, 7682.0, 7654.0, 7639.0, 7667.0, 7622.0, 7638.0, 7668.0, 7643.0, 7642.0, 7682.0, 7668.0, 7653.0, 7687.0, 7653.0, 7615.0, 7661.0, 7660.0, 7668.0, 7668.0, 7634.0, 7663.0, 7658.0, 7613.0, 7654.0, 7638.0, 7610.0, 7670.0, 7684.0, 7651.0, 7689.0, 7629.0, 7616.0, 7633.0, 7638.0, 7629.0, 7642.0, 7685.0, 7628.0, 7629.0, 7668.0, 7627.0, 7644.0, 7662.0, 7704.0, 7639.0, 7634.0, 7632.0, 7648.0, 7621.0, 7699.0, 7623.0, 7636.0, 7622.0, 7681.0, 7633.0, 7616.0, 7616.0, 7614.0, 7640.0, 7638.0, 7641.0, 7667.0, 7675.0, 7693.0, 7674.0, 7696.0, 7693.0, 7702.0, 7673.0, 7731.0, 7717.0, 7666.0, 7709.0, 7695.0, 7723.0, 7690.0, 7658.0, 7639.0, 7649.0, 7649.0, 7620.0, 7700.0, 7662.0, 7667.0, 7709.0, 7702.0, 7665.0, 7723.0, 7694.0, 7670.0, 7684.0, 7669.0, 7682.0, 7677.0, 7638.0, 7677.0, 7646.0, 7618.0, 7678.0, 7635.0, 7617.0, 7645.0, 7647.0, 7643.0, 7644.0, 7631.0, 7632.0, 7650.0, 7636.0, 7684.0, 7650.0, 7639.0, 7681.0, 7651.0, 7655.0, 7670.0, 7652.0, 7654.0, 7699.0, 7656.0, 7640.0, 7649.0, 7666.0, 7654.0, 7668.0, 7690.0, 7660.0, 7672.0, 7658.0, 7653.0, 7638.0, 7667.0, 7652.0, 7655.0, 7665.0, 7722.0, 7657.0, 7661.0, 7682.0, 7652.0, 7640.0, 7685.0, 7653.0, 7657.0, 7640.0, 7654.0, 7656.0, 7644.0, 7661.0, 7684.0, 7666.0, 7666.0, 7681.0, 7668.0, 7695.0, 7680.0, 7676.0, 7676.0, 7680.0, 7726.0, 7678.0, 7661.0, 7701.0, 7701.0, 7659.0, 7707.0, 7655.0, 7636.0, 7650.0, 7636.0, 7637.0, 7667.0, 7657.0, 7641.0, 7672.0, 7657.0, 7700.0, 7668.0, 7622.0, 7664.0, 7654.0, 7659.0, 7660.0, 7618.0, 7679.0, 7633.0, 7636.0, 7663.0, 7671.0, 7638.0, 7668.0, 7657.0, 7700.0, 7683.0, 7634.0, 7681.0, 7631.0, 7678.0, 7647.0, 7616.0, 7674.0, 7632.0, 7638.0, 7636.0, 7638.0, 7638.0, 7671.0, 7658.0, 7643.0, 7668.0, 7671.0, 7677.0, 7662.0, 7658.0, 7664.0, 7692.0, 7647.0, 7666.0, 7708.0, 7690.0, 7642.0, 7700.0, 7638.0, 7637.0, 7701.0, 7669.0, 7654.0, 7683.0, 7657.0, 7648.0, 7660.0, 7657.0, 7658.0, 7642.0, 7657.0, 7658.0, 7642.0, 7671.0, 7679.0, 7663.0, 7685.0, 7654.0, 7637.0, 7682.0, 7671.0, 7638.0, 7688.0, 7652.0, 7637.0, 7698.0, 7673.0, 7656.0, 7682.0, 7655.0, 7636.0, 7680.0, 7669.0, 7643.0, 7655.0, 7650.0, 7653.0, 7638.0, 7670.0, 7657.0, 7626.0, 7652.0, 7654.0, 7640.0, 7701.0, 7654.0, 7640.0, 7655.0, 7659.0, 7638.0, 7685.0, 7655.0, 7654.0, 7672.0, 7657.0, 7660.0, 7645.0, 7682.0, 7700.0, 7669.0, 7695.0, 7659.0, 7676.0, 7654.0, 7689.0, 7657.0, 7647.0, 7678.0, 7708.0, 7680.0, 7664.0, 7704.0, 7688.0, 7655.0, 7681.0, 7640.0, 7662.0, 7676.0, 7680.0, 7637.0, 7691.0, 7675.0, 7659.0, 7673.0, 7686.0, 7660.0, 7688.0, 7672.0, 7663.0, 7675.0, 7676.0, 7674.0, 7689.0, 7703.0, 7704.0, 7661.0, 7689.0, 7685.0, 7657.0, 7658.0, 7701.0, 7667.0, 7651.0, 7702.0, 7669.0, 7652.0, 7639.0, 7660.0, 7678.0, 7662.0, 7727.0, 7686.0, 7645.0, 7722.0, 7666.0, 7665.0, 7701.0, 7724.0, 7678.0, 7667.0, 7711.0, 7719.0, 7655.0, 7716.0, 7674.0, 7642.0, 7650.0, 7646.0, 7629.0, 7675.0, 7646.0, 7613.0, 7676.0, 7634.0, 7649.0, 7664.0, 7648.0, 7630.0, 7658.0, 7614.0, 7668.0, 7669.0, 7611.0, 7670.0, 7638.0, 7606.0, 7664.0, 7606.0, 7664.0, 7647.0, 7604.0, 7647.0, 7633.0, 7605.0, 7638.0, 7641.0, 7613.0, 7643.0, 7633.0, 7634.0, 7664.0, 7653.0, 7651.0, 7652.0, 7640.0, 7654.0, 7681.0, 7639.0, 7698.0, 7656.0, 7661.0, 7690.0, 7644.0, 7656.0, 7690.0, 7658.0, 7669.0, 7684.0, 7640.0, 7701.0, 7675.0, 7642.0, 7686.0, 7656.0, 7698.0, 7697.0, 7668.0, 7696.0, 7652.0, 7666.0, 7666.0, 7663.0, 7720.0, 7712.0, 7642.0, 7661.0, 7612.0, 7628.0, 7700.0, 7666.0, 7703.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.008453954022988507</td></tr>
<tr><td colspan=3>aqi</td><td>0.048181016666666666</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.55174042914842</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1476484319677802</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0635282389873426</td></tr>
<tr><td colspan=3>efc</td><td>0.4152</td></tr>
<tr><td colspan=3>fber</td><td>8784.3369</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19312043382625865</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>240</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.586206896551722</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.71615400582728</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5863656656089646</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897555658189617</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.664540693683259</td></tr>
<tr><td colspan=3>gcor</td><td>0.00563995</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002092179376631975</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03024463914334774</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.8906861860099546</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>31.8096</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>19.6675</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>92.0781</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>29.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>315053.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>382.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>199.3719</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9817</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.6382</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2611.4907</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>61491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>708.6096</td></tr>
<tr><td colspan=3>tsnr</td><td>27.220431559486315</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>