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

616 lines
No EOL
107 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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-01/func/sub-0098_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>a5b577e6d39326d6cf039cb9cc29bff3</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>14:09:45.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994573, -0.104038, 0.000427383, 0.101376, 0.970028, 0.220835]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0896926</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7806, -7152, 270, -139, 104, -50, 90]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>246.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d59cbab8-5463-45b1-abbf-f724042cc0f0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6683671474456787, 0.2719839811325073, 0.06315259635448456, 101.84870910644531], [0.2791271209716797, 2.6025149822235107, 0.5929012894630432, -114.95855712890625], [0.0011466372525319457, -0.5924836993217468, 2.6333401203155518, -18.487125396728516], [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': ['140945.902500', '140946.362500', '140946.822500', '140947.282500', '140947.742500', '140948.202500', '140948.662500', '140949.122500', '140949.582500', '140950.042500', '140950.502500', '140950.962500', '140951.422500', '140951.882500', '140952.342500', '140952.802500', '140953.262500', '140953.722500', '140954.182500', '140954.642500', '140955.102500', '140955.562500', '140956.022500', '140956.482500', '140956.942500', '140957.402500', '140957.862500', '140958.322500', '140958.782500', '140959.242500', '140959.702500', '141000.162500', '141000.622500', '141001.082500', '141001.542500', '141002.002500', '141002.462500', '141002.922500', '141003.382500', '141003.842500', '141004.302500', '141004.762500', '141005.222500', '141005.682500', '141006.142500', '141006.602500', '141007.062500', '141007.522500', '141007.982500', '141008.442500', '141008.902500', '141009.362500', '141009.822500', '141010.282500', '141010.742500', '141011.202500', '141011.662500', '141012.122500', '141012.582500', '141013.042500', '141013.502500', '141013.962500', '141014.422500', '141014.882500', '141015.342500', '141015.802500', '141016.262500', '141016.722500', '141017.182500', '141017.642500', '141018.102500', '141018.562500', '141019.022500', '141019.482500', '141019.942500', '141020.402500', '141020.862500', '141021.322500', '141021.782500', '141022.242500', '141022.702500', '141023.162500', '141023.622500', '141024.082500', '141024.542500', '141025.002500', '141025.462500', '141025.922500', '141026.382500', '141026.842500', '141027.302500', '141027.762500', '141028.222500', '141028.682500', '141029.142500', '141029.602500', '141030.062500', '141030.522500', '141030.982500', '141031.442500', '141031.902500', '141032.362500', '141032.822500', '141033.282500', '141033.742500', '141034.202500', '141034.662500', '141035.122500', '141035.582500', '141036.042500', '141036.502500', '141036.962500', '141037.422500', '141037.882500', '141038.342500', '141038.802500', '141039.262500', '141039.722500', '141040.182500', '141040.642500', '141041.102500', '141041.562500', '141042.022500', '141042.482500', '141042.942500', '141043.402500', '141043.862500', '141044.322500', '141044.782500', '141045.242500', '141045.702500', '141046.162500', '141046.622500', '141047.082500', '141047.542500', '141048.002500', '141048.462500', '141048.922500', '141049.382500', '141049.842500', '141050.302500', '141050.762500', '141051.222500', '141051.682500', '141052.142500', '141052.602500', '141053.062500', '141053.522500', '141053.982500', '141054.442500', '141054.902500', '141055.362500', '141055.822500', '141056.282500', '141056.742500', '141057.202500', '141057.662500', '141058.122500', '141058.582500', '141059.042500', '141059.502500', '141059.962500', '141100.422500', '141100.882500', '141101.342500', '141101.802500', '141102.262500', '141102.722500', '141103.182500', '141103.642500', '141104.102500', '141104.562500', '141105.022500', '141105.482500', '141105.942500', '141106.402500', '141106.862500', '141107.322500', '141107.782500', '141108.242500', '141108.702500', '141109.162500', '141109.622500', '141110.082500', '141110.542500', '141111.002500', '141111.462500', '141111.922500', '141112.382500', '141112.842500', '141113.302500', '141113.762500', '141114.222500', '141114.682500', '141115.142500', '141115.602500', '141116.062500', '141116.522500', '141116.982500', '141117.442500', '141117.902500', '141118.362500', '141118.822500', '141119.282500', '141119.742500', '141120.202500', '141120.662500', '141121.122500', '141121.582500', '141122.042500', '141122.502500', '141122.962500', '141123.422500', '141123.882500', '141124.342500', '141124.802500', '141125.262500', '141125.722500', '141126.182500', '141126.642500', '141127.102500', '141127.562500', '141128.022500', '141128.482500', '141128.942500', '141129.402500', '141129.862500', '141130.322500', '141130.782500', '141131.242500', '141131.702500', '141132.162500', '141132.622500', '141133.082500', '141133.542500', '141134.002500', '141134.462500', '141134.922500', '141135.382500', '141135.842500', '141136.302500', '141136.762500', '141137.222500', '141137.682500', '141138.142500', '141138.602500', '141139.062500', '141139.522500', '141139.982500', '141140.442500', '141140.902500', '141141.362500', '141141.822500', '141142.282500', '141142.742500', '141143.202500', '141143.662500', '141144.122500', '141144.582500', '141145.042500', '141145.502500', '141145.962500', '141146.422500', '141146.882500', '141147.342500', '141147.802500', '141148.262500', '141148.722500', '141149.182500', '141149.642500', '141150.102500', '141150.562500', '141151.022500', '141151.482500', '141151.942500', '141152.402500', '141152.862500', '141153.322500', '141153.782500', '141154.242500', '141154.702500', '141155.162500', '141155.622500', '141156.082500', '141156.542500', '141157.002500', '141157.462500', '141157.922500', '141158.382500', '141158.842500', '141159.302500', '141159.762500', '141200.222500', '141200.682500', '141201.142500', '141201.602500', '141202.062500', '141202.522500', '141202.982500', '141203.442500', '141203.902500', '141204.362500', '141204.822500', '141205.282500', '141205.742500', '141206.202500', '141206.662500', '141207.122500', '141207.582500', '141208.042500', '141208.502500', '141208.962500', '141209.422500', '141209.882500', '141210.342500', '141210.802500', '141211.262500', '141211.722500', '141212.182500', '141212.642500', '141213.102500', '141213.562500', '141214.022500', '141214.482500', '141214.942500', '141215.402500', '141215.862500', '141216.322500', '141216.782500', '141217.242500', '141217.702500', '141218.162500', '141218.622500', '141219.082500', '141219.542500', '141220.002500', '141220.462500', '141220.922500', '141221.382500', '141221.842500', '141222.302500', '141222.762500', '141223.222500', '141223.682500', '141224.142500', '141224.602500', '141225.062500', '141225.522500', '141225.982500', '141226.442500', '141226.902500', '141227.362500', '141227.822500', '141228.282500', '141228.742500', '141229.202500', '141229.662500', '141230.122500', '141230.582500', '141231.042500', '141231.502500', '141231.962500', '141232.422500', '141232.882500', '141233.342500', '141233.802500', '141234.262500', '141234.722500', '141235.182500', '141235.642500', '141236.102500', '141236.562500', '141237.022500', '141237.482500', '141237.942500', '141238.402500', '141238.862500', '141239.322500', '141239.782500', '141240.242500', '141240.702500', '141241.162500', '141241.622500', '141242.082500', '141242.542500', '141243.002500', '141243.462500', '141243.922500', '141244.382500', '141244.842500', '141245.302500', '141245.762500', '141246.222500', '141246.682500', '141247.142500', '141247.602500', '141248.062500', '141248.522500', '141248.982500', '141249.442500', '141249.902500', '141250.362500', '141250.822500', '141251.282500', '141251.742500', '141252.202500', '141252.662500', '141253.122500', '141253.582500', '141254.042500', '141254.502500', '141254.962500', '141255.422500', '141255.882500', '141256.342500', '141256.802500', '141257.262500', '141257.722500', '141258.182500', '141258.642500', '141259.102500', '141259.562500', '141300.022500', '141300.482500', '141300.942500', '141301.402500', '141301.862500', '141302.322500', '141302.782500', '141303.242500', '141303.702500', '141304.162500', '141304.622500', '141305.082500', '141305.542500', '141306.002500', '141306.462500', '141306.922500', '141307.382500', '141307.842500', '141308.302500', '141308.762500', '141309.222500', '141309.682500', '141310.142500', '141310.602500', '141311.062500', '141311.522500', '141311.982500', '141312.442500', '141312.902500', '141313.362500', '141313.822500', '141314.282500', '141314.742500', '141315.202500', '141315.662500', '141316.122500', '141316.582500', '141317.042500', '141317.502500', '141317.962500', '141318.422500', '141318.882500', '141319.342500', '141319.802500', '141320.262500', '141320.722500', '141321.182500', '141321.642500', '141322.102500', '141322.562500', '141323.022500', '141323.482500', '141323.942500', '141324.402500', '141324.862500', '141325.322500', '141325.782500', '141326.242500', '141326.702500', '141327.162500', '141327.622500', '141328.082500', '141328.542500', '141329.002500', '141329.462500', '141329.922500', '141330.382500', '141330.842500', '141331.302500', '141331.762500', '141332.222500', '141332.682500', '141333.142500', '141333.602500', '141334.062500', '141334.522500', '141334.982500', '141335.442500', '141335.902500', '141336.362500', '141336.822500', '141337.282500', '141337.742500', '141338.202500', '141338.662500', '141339.122500', '141339.582500', '141340.042500', '141340.502500', '141340.962500', '141341.422500', '141341.882500', '141342.342500', '141342.802500', '141343.262500', '141343.722500', '141344.182500', '141344.642500', '141345.102500', '141345.562500', '141346.022500', '141346.482500', '141346.942500', '141347.402500', '141347.862500', '141348.322500', '141348.782500', '141349.242500', '141349.702500', '141350.162500', '141350.622500', '141351.082500', '141351.542500', '141352.002500', '141352.462500', '141352.922500', '141353.382500', '141353.842500', '141354.302500', '141354.762500', '141355.222500', '141355.682500', '141356.142500', '141356.602500', '141357.062500', '141357.522500', '141357.982500', '141358.442500', '141358.902500', '141359.362500', '141359.822500', '141400.282500', '141400.742500', '141401.202500', '141401.662500', '141402.122500', '141402.582500', '141403.042500', '141403.502500', '141403.962500', '141404.422500', '141404.882500', '141405.342500', '141405.802500', '141406.262500', '141406.722500', '141407.182500', '141407.642500', '141408.102500', '141408.562500', '141409.022500', '141409.482500', '141409.942500', '141410.402500', '141410.862500', '141411.322500', '141411.782500', '141412.242500', '141412.702500', '141413.162500', '141413.622500', '141414.082500', '141414.542500', '141415.002500', '141415.462500', '141415.922500', '141416.382500', '141416.842500', '141417.302500', '141417.762500', '141418.222500', '141418.682500', '141419.142500', '141419.602500', '141420.062500', '141420.522500', '141420.982500', '141421.442500', '141421.902500', '141422.362500', '141422.822500', '141423.282500', '141423.742500', '141424.202500', '141424.662500', '141425.122500', '141425.582500', '141426.042500', '141426.502500', '141426.962500', '141427.422500', '141427.882500', '141428.342500', '141428.802500', '141429.262500', '141429.722500', '141430.182500', '141430.642500', '141431.102500', '141431.562500', '141432.022500', '141432.482500', '141432.942500', '141433.402500', '141433.862500', '141434.322500', '141434.782500', '141435.242500', '141435.702500', '141436.162500', '141436.622500', '141437.082500', '141437.542500', '141438.002500', '141438.462500', '141438.922500', '141439.382500', '141439.842500', '141440.302500', '141440.762500', '141441.222500', '141441.682500', '141442.142500', '141442.602500', '141443.062500', '141443.522500', '141443.982500', '141444.442500', '141444.902500', '141445.362500', '141445.822500', '141446.282500', '141446.742500', '141447.202500', '141447.662500', '141448.122500', '141448.582500', '141449.042500', '141449.502500', '141449.962500', '141450.422500', '141450.882500', '141451.342500', '141451.802500', '141452.262500', '141452.722500', '141453.182500', '141453.642500', '141454.102500', '141454.562500', '141455.022500', '141455.482500', '141455.942500', '141456.402500', '141456.862500', '141457.322500', '141457.782500', '141458.242500', '141458.702500', '141459.162500', '141459.622500', '141500.082500', '141500.542500', '141501.002500', '141501.462500', '141501.922500', '141502.382500', '141502.842500', '141503.302500', '141503.762500', '141504.222500', '141504.682500', '141505.142500', '141505.602500', '141506.062500', '141506.522500', '141506.982500', '141507.442500', '141507.902500', '141508.362500', '141508.822500', '141509.282500', '141509.742500', '141510.202500', '141510.662500', '141511.122500', '141511.582500', '141512.042500', '141512.502500', '141512.962500', '141513.422500', '141513.882500', '141514.342500', '141514.802500', '141515.262500', '141515.722500', '141516.182500', '141516.642500', '141517.102500', '141517.562500', '141518.022500', '141518.482500', '141518.942500', '141519.402500', '141519.862500', '141520.322500', '141520.782500', '141521.242500', '141521.702500', '141522.162500', '141522.622500', '141523.082500', '141523.542500', '141524.002500', '141524.462500', '141524.922500', '141525.382500', '141525.842500', '141526.302500', '141526.762500', '141527.222500', '141527.682500', '141528.142500', '141528.602500', '141529.062500', '141529.522500', '141529.982500', '141530.442500', '141530.902500', '141531.362500', '141531.822500', '141532.282500', '141532.742500', '141533.202500', '141533.662500', '141534.122500', '141534.582500', '141535.042500', '141535.502500', '141535.962500', '141536.422500', '141536.882500', '141537.342500', '141537.802500', '141538.262500', '141538.722500', '141539.182500', '141539.642500', '141540.102500', '141540.562500', '141541.022500', '141541.482500', '141541.942500', '141542.402500', '141542.862500', '141543.322500', '141543.782500', '141544.242500', '141544.702500', '141545.162500', '141545.622500', '141546.082500', '141546.542500', '141547.002500', '141547.462500', '141547.922500', '141548.382500', '141548.842500', '141549.302500', '141549.762500', '141550.222500', '141550.682500', '141551.142500', '141551.602500', '141552.062500', '141552.522500', '141552.982500', '141553.442500', '141553.902500', '141554.362500', '141554.822500', '141555.282500', '141555.742500', '141556.202500', '141556.662500', '141557.122500', '141557.582500', '141558.042500', '141558.502500', '141558.962500', '141559.422500', '141559.882500', '141600.342500', '141600.802500', '141601.262500', '141601.722500', '141602.182500', '141602.642500', '141603.102500', '141603.562500', '141604.022500', '141604.482500', '141604.942500', '141605.402500', '141605.862500', '141606.322500', '141606.782500', '141607.242500', '141607.702500', '141608.162500', '141608.622500', '141609.082500', '141609.542500', '141610.002500', '141610.462500', '141610.922500', '141611.382500', '141611.842500', '141612.302500', '141612.762500', '141613.222500', '141613.682500', '141614.142500', '141614.602500', '141615.062500', '141615.522500', '141615.982500', '141616.442500', '141616.902500', '141617.362500', '141617.822500', '141618.282500', '141618.742500', '141619.202500', '141619.662500', '141620.122500', '141620.582500', '141621.042500', '141621.502500', '141621.962500', '141622.422500', '141622.882500', '141623.342500', '141623.802500', '141624.262500', '141624.722500', '141625.182500', '141625.642500', '141626.102500', '141626.562500'], 'ContentTime': ['141005.434000', '141005.438000', '141005.441000', '141005.443000', '141005.446000', '141005.449000', '141005.451000', '141005.454000', '141005.457000', '141005.459000', '141005.462000', '141005.465000', '141005.467000', '141005.493000', '141005.496000', '141005.498000', '141005.501000', '141005.511000', '141005.513000', '141005.516000', '141005.518000', '141005.521000', '141005.524000', '141005.526000', '141005.529000', '141005.531000', '141005.534000', '141005.537000', '141005.539000', '141005.542000', '141005.544000', '141005.547000', '141005.549000', '141005.552000', '141005.555000', '141005.557000', '141005.560000', '141005.562000', '141005.565000', '141005.568000', '141005.570000', '141025.388000', '141025.391000', '141025.394000', '141025.396000', '141025.399000', '141025.401000', '141025.404000', '141025.407000', '141025.409000', '141025.412000', '141025.414000', '141025.417000', '141025.420000', '141025.422000', '141025.425000', '141025.428000', '141025.430000', '141025.433000', '141025.436000', '141025.438000', '141025.441000', '141025.443000', '141025.446000', '141025.448000', '141025.451000', '141025.455000', '141025.457000', '141025.460000', '141025.463000', '141025.465000', '141025.468000', '141025.470000', '141025.473000', '141025.476000', '141025.478000', '141025.481000', '141025.483000', '141025.486000', '141025.488000', '141025.491000', '141025.493000', '141025.496000', '141025.499000', '141045.389000', '141045.391000', '141045.394000', '141045.396000', '141045.399000', '141045.402000', '141045.404000', '141045.407000', '141045.409000', '141045.412000', '141045.414000', '141045.417000', '141045.420000', '141045.422000', '141045.425000', '141045.427000', '141045.430000', '141045.433000', '141045.435000', '141045.438000', '141045.440000', '141045.448000', '141045.451000', '141045.453000', '141045.456000', '141045.458000', '141045.461000', '141045.463000', '141045.466000', '141045.469000', '141045.471000', '141045.474000', '141045.476000', '141045.479000', '141045.481000', '141045.484000', '141045.486000', '141045.489000', '141045.492000', '141045.494000', '141045.497000', '141045.499000', '141045.502000', '141045.505000', '141105.389000', '141105.392000', '141105.395000', '141105.398000', '141105.400000', '141105.403000', '141105.405000', '141105.408000', '141105.410000', '141105.413000', '141105.416000', '141105.418000', '141105.421000', '141105.423000', '141105.426000', '141105.429000', '141105.431000', '141105.434000', '141105.436000', '141105.439000', '141105.442000', '141105.444000', '141105.447000', '141105.449000', '141105.452000', '141105.455000', '141105.457000', '141105.460000', '141105.463000', '141105.465000', '141105.468000', '141105.470000', '141105.473000', '141105.475000', '141105.478000', '141105.481000', '141105.490000', '141105.493000', '141105.495000', '141105.498000', '141105.500000', '141105.503000', '141105.506000', '141125.388000', '141125.391000', '141125.394000', '141125.396000', '141125.399000', '141125.401000', '141125.404000', '141125.406000', '141125.409000', '141125.412000', '141125.414000', '141125.417000', '141125.419000', '141125.422000', '141125.425000', '141125.427000', '141125.430000', '141125.432000', '141125.435000', '141125.437000', '141125.440000', '141125.442000', '141125.445000', '141125.448000', '141125.450000', '141125.453000', '141125.455000', '141125.458000', '141125.461000', '141125.463000', '141125.466000', '141125.468000', '141125.471000', '141125.474000', '141125.476000', '141125.479000', '141125.482000', '141125.484000', '141125.487000', '141125.490000', '141125.492000', '141125.495000', '141125.497000', '141125.500000', '141145.388000', '141145.391000', '141145.394000', '141145.397000', '141145.399000', '141145.402000', '141145.404000', '141145.407000', '141145.409000', '141145.412000', '141145.415000', '141145.417000', '141145.420000', '141145.422000', '141145.425000', '141145.428000', '141145.430000', '141145.433000', '141145.435000', '141145.438000', '141145.441000', '141145.443000', '141145.446000', '141145.448000', '141145.451000', '141145.467000', '141145.470000', '141145.472000', '141145.475000', '141145.479000', '141145.482000', '141145.484000', '141145.487000', '141145.490000', '141145.492000', '141145.495000', '141145.497000', '141145.500000', '141145.502000', '141145.505000', '141145.508000', '141145.510000', '141145.513000', '141205.389000', '141205.391000', '141205.394000', '141205.397000', '141205.399000', '141205.402000', '141205.404000', '141205.407000', '141205.410000', '141205.412000', '141205.415000', '141205.417000', '141205.420000', '141205.423000', '141205.425000', '141205.428000', '141205.430000', '141205.433000', '141205.436000', '141205.438000', '141205.441000', '141205.443000', '141205.446000', '141205.449000', '141205.451000', '141205.454000', '141205.456000', '141205.459000', '141205.462000', '141205.464000', '141205.467000', '141205.469000', '141205.472000', '141205.474000', '141205.477000', '141205.480000', '141205.482000', '141205.485000', '141205.487000', '141205.490000', '141205.493000', '141205.495000', '141205.498000', '141205.500000', '141225.389000', '141225.391000', '141225.394000', '141225.397000', '141225.399000', '141225.402000', '141225.404000', '141225.407000', '141225.409000', '141225.412000', '141225.415000', '141225.417000', '141225.420000', '141225.423000', '141225.425000', '141225.428000', '141225.431000', '141225.433000', '141225.436000', '141225.438000', '141225.441000', '141225.443000', '141225.446000', '141225.449000', '141225.451000', '141225.454000', '141225.456000', '141225.459000', '141225.462000', '141225.464000', '141225.467000', '141225.469000', '141225.472000', '141225.474000', '141225.477000', '141225.480000', '141225.482000', '141225.485000', '141225.487000', '141225.490000', '141225.492000', '141225.495000', '141225.498000', '141245.388000', '141245.391000', '141245.394000', '141245.396000', '141245.399000', '141245.402000', '141245.404000', '141245.407000', '141245.409000', '141245.412000', '141245.415000', '141245.417000', '141245.420000', '141245.422000', '141245.425000', '141245.427000', '141245.430000', '141245.433000', '141245.435000', '141245.438000', '141245.440000', '141245.443000', '141245.445000', '141245.448000', '141245.451000', '141245.453000', '141245.456000', '141245.458000', '141245.461000', '141245.463000', '141245.466000', '141245.469000', '141245.471000', '141245.474000', '141245.476000', '141245.479000', '141245.482000', '141245.484000', '141245.487000', '141245.489000', '141245.492000', '141245.495000', '141245.497000', '141245.500000', '141305.389000', '141305.392000', '141305.394000', '141305.397000', '141305.399000', '141305.402000', '141305.405000', '141305.407000', '141305.410000', '141305.412000', '141305.415000', '141305.417000', '141305.420000', '141305.423000', '141305.425000', '141305.428000', '141305.430000', '141305.433000', '141305.436000', '141305.438000', '141305.441000', '141305.443000', '141305.446000', '141305.449000', '141305.451000', '141305.454000', '141305.456000', '141305.459000', '141305.462000', '141305.464000', '141305.467000', '141305.469000', '141305.472000', '141305.474000', '141305.477000', '141305.480000', '141305.482000', '141305.485000', '141305.488000', '141305.490000', '141305.493000', '141305.496000', '141305.498000', '141325.389000', '141325.392000', '141325.395000', '141325.398000', '141325.400000', '141325.403000', '141325.405000', '141325.419000', '141325.422000', '141325.425000', '141325.427000', '141325.430000', '141325.432000', '141325.435000', '141325.438000', '141325.440000', '141325.443000', '141325.445000', '141325.448000', '141325.450000', '141325.453000', '141325.456000', '141325.458000', '141325.461000', '141325.464000', '141325.466000', '141325.469000', '141325.471000', '141325.474000', '141325.477000', '141325.479000', '141325.482000', '141325.484000', '141325.487000', '141325.490000', '141325.492000', '141325.495000', '141325.498000', '141325.500000', '141325.503000', '141325.505000', '141325.508000', '141325.511000', '141345.388000', '141345.391000', '141345.394000', '141345.396000', '141345.399000', '141345.402000', '141345.404000', '141345.407000', '141345.410000', '141345.412000', '141345.415000', '141345.417000', '141345.420000', '141345.423000', '141345.425000', '141345.428000', '141345.430000', '141345.433000', '141345.436000', '141345.438000', '141345.441000', '141345.443000', '141345.446000', '141345.449000', '141345.451000', '141345.454000', '141345.457000', '141345.459000', '141345.462000', '141345.464000', '141345.467000', '141345.469000', '141345.472000', '141345.475000', '141345.477000', '141345.480000', '141345.482000', '141345.485000', '141345.487000', '141345.490000', '141345.493000', '141345.495000', '141345.498000', '141345.501000', '141405.389000', '141405.391000', '141405.394000', '141405.397000', '141405.399000', '141405.402000', '141405.404000', '141405.407000', '141405.410000', '141405.412000', '141405.415000', '141405.417000', '141405.420000', '141405.423000', '141405.425000', '141405.428000', '141405.430000', '141405.433000', '141405.436000', '141405.438000', '141405.441000', '141405.443000', '141405.446000', '141405.449000', '141405.451000', '141405.454000', '141405.456000', '141405.459000', '141405.462000', '141405.464000', '141405.467000', '141405.469000', '141405.472000', '141405.475000', '141405.477000', '141405.480000', '141405.483000', '141405.485000', '141405.488000', '141405.490000', '141405.493000', '141405.496000', '141405.498000', '141405.501000', '141425.388000', '141425.391000', '141425.394000', '141425.396000', '141425.399000', '141425.402000', '141425.404000', '141425.407000', '141425.409000', '141425.412000', '141425.415000', '141425.417000', '141425.420000', '141425.422000', '141425.425000', '141425.428000', '141425.430000', '141425.433000', '141425.436000', '141425.438000', '141425.441000', '141425.443000', '141425.446000', '141425.448000', '141425.451000', '141425.454000', '141425.456000', '141425.459000', '141425.461000', '141425.464000', '141425.467000', '141425.469000', '141425.472000', '141425.474000', '141425.477000', '141425.480000', '141425.482000', '141425.485000', '141425.487000', '141425.490000', '141425.493000', '141425.495000', '141425.498000', '141445.389000', '141445.392000', '141445.394000', '141445.397000', '141445.399000', '141445.402000', '141445.405000', '141445.407000', '141445.410000', '141445.412000', '141445.415000', '141445.418000', '141445.420000', '141445.423000', '141445.425000', '141445.428000', '141445.431000', '141445.433000', '141445.436000', '141445.439000', '141445.441000', '141445.444000', '141445.446000', '141445.449000', '141445.452000', '141445.454000', '141445.457000', '141445.459000', '141445.462000', '141445.465000', '141445.467000', '141445.470000', '141445.485000', '141445.487000', '141445.490000', '141445.493000', '141445.495000', '141445.498000', '141445.500000', '141445.503000', '141445.505000', '141445.508000', '141445.511000', '141445.513000', '141505.389000', '141505.392000', '141505.394000', '141505.397000', '141505.399000', '141505.402000', '141505.405000', '141505.407000', '141505.410000', '141505.412000', '141505.415000', '141505.417000', '141505.420000', '141505.423000', '141505.425000', '141505.428000', '141505.430000', '141505.433000', '141505.436000', '141505.438000', '141505.441000', '141505.443000', '141505.446000', '141505.449000', '141505.451000', '141505.454000', '141505.456000', '141505.459000', '141505.461000', '141505.464000', '141505.467000', '141505.469000', '141505.472000', '141505.475000', '141505.477000', '141505.480000', '141505.482000', '141505.485000', '141505.488000', '141505.490000', '141505.493000', '141505.495000', '141505.498000', '141525.389000', '141525.391000', '141525.394000', '141525.397000', '141525.399000', '141525.402000', '141525.405000', '141525.407000', '141525.410000', '141525.412000', '141525.415000', '141525.418000', '141525.420000', '141525.423000', '141525.425000', '141525.428000', '141525.431000', '141525.433000', '141525.436000', '141525.439000', '141525.441000', '141525.444000', '141525.446000', '141525.449000', '141525.452000', '141525.454000', '141525.457000', '141525.460000', '141525.462000', '141525.465000', '141525.468000', '141525.470000', '141525.473000', '141525.475000', '141525.478000', '141525.481000', '141525.483000', '141525.486000', '141525.488000', '141525.491000', '141525.494000', '141525.496000', '141525.499000', '141545.390000', '141545.392000', '141545.395000', '141545.398000', '141545.400000', '141545.403000', '141545.405000', '141545.408000', '141545.411000', '141545.413000', '141545.416000', '141545.418000', '141545.421000', '141545.424000', '141545.426000', '141545.429000', '141545.431000', '141545.434000', '141545.437000', '141545.439000', '141545.442000', '141545.445000', '141545.447000', '141545.450000', '141545.452000', '141545.455000', '141545.458000', '141545.461000', '141545.463000', '141545.466000', '141545.468000', '141545.471000', '141545.474000', '141545.476000', '141545.479000', '141545.481000', '141545.484000', '141545.487000', '141545.489000', '141545.492000', '141545.494000', '141545.497000', '141545.499000', '141545.502000', '141605.389000', '141605.391000', '141605.394000', '141605.397000', '141605.399000', '141605.402000', '141605.404000', '141605.407000', '141605.409000', '141605.412000', '141605.415000', '141605.417000', '141605.420000', '141605.422000', '141605.426000', '141605.429000', '141605.431000', '141605.434000', '141605.436000', '141605.439000', '141605.442000', '141605.444000', '141605.447000', '141605.449000', '141605.452000', '141605.454000', '141605.457000', '141605.460000', '141605.462000', '141605.465000', '141605.468000', '141605.470000', '141605.473000', '141605.475000', '141605.478000', '141605.481000', '141605.483000', '141605.486000', '141605.489000', '141605.491000', '141605.494000', '141605.496000', '141605.506000', '141605.509000', '141625.389000', '141625.391000', '141625.394000', '141625.397000', '141625.399000', '141625.402000', '141625.404000', '141625.407000', '141625.410000', '141625.413000', '141625.415000', '141625.418000', '141625.420000', '141625.423000', '141625.426000', '141625.428000', '141625.431000', '141625.433000', '141625.436000', '141625.438000', '141625.441000', '141625.443000', '141625.446000', '141625.449000', '141625.451000', '141625.454000', '141625.456000', '141625.459000', '141625.462000', '141625.464000', '141625.467000', '141625.469000', '141625.472000', '141625.474000', '141625.477000', '141625.480000', '141625.482000', '141625.485000', '141625.488000', '141625.490000', '141625.493000', '141625.496000', '141625.498000', '141627.452000', '141627.455000', '141627.457000', '141627.460000', '141627.463000'], 'InstanceCreationTime': ['141005.434000', '141005.438000', '141005.441000', '141005.443000', '141005.446000', '141005.449000', '141005.451000', '141005.454000', '141005.457000', '141005.459000', '141005.462000', '141005.465000', '141005.467000', '141005.493000', '141005.496000', '141005.498000', '141005.501000', '141005.511000', '141005.513000', '141005.516000', '141005.518000', '141005.521000', '141005.524000', '141005.526000', '141005.529000', '141005.531000', '141005.534000', '141005.537000', '141005.539000', '141005.542000', '141005.544000', '141005.547000', '141005.549000', '141005.552000', '141005.555000', '141005.557000', '141005.560000', '141005.562000', '141005.565000', '141005.568000', '141005.570000', '141025.388000', '141025.391000', '141025.394000', '141025.396000', '141025.399000', '141025.401000', '141025.404000', '141025.407000', '141025.409000', '141025.412000', '141025.414000', '141025.417000', '141025.420000', '141025.422000', '141025.425000', '141025.428000', '141025.430000', '141025.433000', '141025.436000', '141025.438000', '141025.441000', '141025.443000', '141025.446000', '141025.448000', '141025.451000', '141025.455000', '141025.457000', '141025.460000', '141025.463000', '141025.465000', '141025.468000', '141025.470000', '141025.473000', '141025.476000', '141025.478000', '141025.481000', '141025.483000', '141025.486000', '141025.488000', '141025.491000', '141025.493000', '141025.496000', '141025.499000', '141045.389000', '141045.391000', '141045.394000', '141045.396000', '141045.399000', '141045.402000', '141045.404000', '141045.407000', '141045.409000', '141045.412000', '141045.414000', '141045.417000', '141045.420000', '141045.422000', '141045.425000', '141045.427000', '141045.430000', '141045.433000', '141045.435000', '141045.438000', '141045.440000', '141045.448000', '141045.451000', '141045.453000', '141045.456000', '141045.458000', '141045.461000', '141045.463000', '141045.466000', '141045.469000', '141045.471000', '141045.474000', '141045.476000', '141045.479000', '141045.481000', '141045.484000', '141045.486000', '141045.489000', '141045.492000', '141045.494000', '141045.497000', '141045.499000', '141045.502000', '141045.505000', '141105.389000', '141105.392000', '141105.395000', '141105.398000', '141105.400000', '141105.403000', '141105.405000', '141105.408000', '141105.410000', '141105.413000', '141105.416000', '141105.418000', '141105.421000', '141105.423000', '141105.426000', '141105.429000', '141105.431000', '141105.434000', '141105.436000', '141105.439000', '141105.442000', '141105.444000', '141105.447000', '141105.449000', '141105.452000', '141105.455000', '141105.457000', '141105.460000', '141105.463000', '141105.465000', '141105.468000', '141105.470000', '141105.473000', '141105.475000', '141105.478000', '141105.481000', '141105.490000', '141105.493000', '141105.495000', '141105.498000', '141105.500000', '141105.503000', '141105.506000', '141125.388000', '141125.391000', '141125.394000', '141125.396000', '141125.399000', '141125.401000', '141125.404000', '141125.406000', '141125.409000', '141125.412000', '141125.414000', '141125.417000', '141125.419000', '141125.422000', '141125.425000', '141125.427000', '141125.430000', '141125.432000', '141125.435000', '141125.437000', '141125.440000', '141125.442000', '141125.445000', '141125.448000', '141125.450000', '141125.453000', '141125.455000', '141125.458000', '141125.461000', '141125.463000', '141125.466000', '141125.468000', '141125.471000', '141125.474000', '141125.476000', '141125.479000', '141125.482000', '141125.484000', '141125.487000', '141125.490000', '141125.492000', '141125.495000', '141125.497000', '141125.500000', '141145.388000', '141145.391000', '141145.394000', '141145.397000', '141145.399000', '141145.402000', '141145.404000', '141145.407000', '141145.409000', '141145.412000', '141145.415000', '141145.417000', '141145.420000', '141145.422000', '141145.425000', '141145.428000', '141145.430000', '141145.433000', '141145.435000', '141145.438000', '141145.441000', '141145.443000', '141145.446000', '141145.448000', '141145.451000', '141145.467000', '141145.470000', '141145.472000', '141145.475000', '141145.479000', '141145.482000', '141145.484000', '141145.487000', '141145.490000', '141145.492000', '141145.495000', '141145.497000', '141145.500000', '141145.502000', '141145.505000', '141145.508000', '141145.510000', '141145.513000', '141205.389000', '141205.391000', '141205.394000', '141205.397000', '141205.399000', '141205.402000', '141205.404000', '141205.407000', '141205.410000', '141205.412000', '141205.415000', '141205.417000', '141205.420000', '141205.423000', '141205.425000', '141205.428000', '141205.430000', '141205.433000', '141205.436000', '141205.438000', '141205.441000', '141205.443000', '141205.446000', '141205.449000', '141205.451000', '141205.454000', '141205.456000', '141205.459000', '141205.462000', '141205.464000', '141205.467000', '141205.469000', '141205.472000', '141205.474000', '141205.477000', '141205.480000', '141205.482000', '141205.485000', '141205.487000', '141205.490000', '141205.493000', '141205.495000', '141205.498000', '141205.500000', '141225.389000', '141225.391000', '141225.394000', '141225.397000', '141225.399000', '141225.402000', '141225.404000', '141225.407000', '141225.409000', '141225.412000', '141225.415000', '141225.417000', '141225.420000', '141225.423000', '141225.425000', '141225.428000', '141225.431000', '141225.433000', '141225.436000', '141225.438000', '141225.441000', '141225.443000', '141225.446000', '141225.449000', '141225.451000', '141225.454000', '141225.456000', '141225.459000', '141225.462000', '141225.464000', '141225.467000', '141225.469000', '141225.472000', '141225.474000', '141225.477000', '141225.480000', '141225.482000', '141225.485000', '141225.487000', '141225.490000', '141225.492000', '141225.495000', '141225.498000', '141245.388000', '141245.391000', '141245.394000', '141245.396000', '141245.399000', '141245.402000', '141245.404000', '141245.407000', '141245.409000', '141245.412000', '141245.415000', '141245.417000', '141245.420000', '141245.422000', '141245.425000', '141245.427000', '141245.430000', '141245.433000', '141245.435000', '141245.438000', '141245.440000', '141245.443000', '141245.445000', '141245.448000', '141245.451000', '141245.453000', '141245.456000', '141245.458000', '141245.461000', '141245.463000', '141245.466000', '141245.469000', '141245.471000', '141245.474000', '141245.476000', '141245.479000', '141245.482000', '141245.484000', '141245.487000', '141245.489000', '141245.492000', '141245.495000', '141245.497000', '141245.500000', '141305.389000', '141305.392000', '141305.394000', '141305.397000', '141305.399000', '141305.402000', '141305.405000', '141305.407000', '141305.410000', '141305.412000', '141305.415000', '141305.417000', '141305.420000', '141305.423000', '141305.425000', '141305.428000', '141305.430000', '141305.433000', '141305.436000', '141305.438000', '141305.441000', '141305.443000', '141305.446000', '141305.449000', '141305.451000', '141305.454000', '141305.456000', '141305.459000', '141305.462000', '141305.464000', '141305.467000', '141305.469000', '141305.472000', '141305.474000', '141305.477000', '141305.480000', '141305.482000', '141305.485000', '141305.488000', '141305.490000', '141305.493000', '141305.496000', '141305.498000', '141325.389000', '141325.392000', '141325.395000', '141325.398000', '141325.400000', '141325.403000', '141325.405000', '141325.419000', '141325.422000', '141325.425000', '141325.427000', '141325.430000', '141325.432000', '141325.435000', '141325.438000', '141325.440000', '141325.443000', '141325.445000', '141325.448000', '141325.450000', '141325.453000', '141325.456000', '141325.458000', '141325.461000', '141325.464000', '141325.466000', '141325.469000', '141325.471000', '141325.474000', '141325.477000', '141325.479000', '141325.482000', '141325.484000', '141325.487000', '141325.490000', '141325.492000', '141325.495000', '141325.498000', '141325.500000', '141325.503000', '141325.505000', '141325.508000', '141325.511000', '141345.388000', '141345.391000', '141345.394000', '141345.396000', '141345.399000', '141345.402000', '141345.404000', '141345.407000', '141345.410000', '141345.412000', '141345.415000', '141345.417000', '141345.420000', '141345.423000', '141345.425000', '141345.428000', '141345.430000', '141345.433000', '141345.436000', '141345.438000', '141345.441000', '141345.443000', '141345.446000', '141345.449000', '141345.451000', '141345.454000', '141345.457000', '141345.459000', '141345.462000', '141345.464000', '141345.467000', '141345.469000', '141345.472000', '141345.475000', '141345.477000', '141345.480000', '141345.482000', '141345.485000', '141345.487000', '141345.490000', '141345.493000', '141345.495000', '141345.498000', '141345.501000', '141405.389000', '141405.391000', '141405.394000', '141405.397000', '141405.399000', '141405.402000', '141405.404000', '141405.407000', '141405.410000', '141405.412000', '141405.415000', '141405.417000', '141405.420000', '141405.423000', '141405.425000', '141405.428000', '141405.430000', '141405.433000', '141405.436000', '141405.438000', '141405.441000', '141405.443000', '141405.446000', '141405.449000', '141405.451000', '141405.454000', '141405.456000', '141405.459000', '141405.462000', '141405.464000', '141405.467000', '141405.469000', '141405.472000', '141405.475000', '141405.477000', '141405.480000', '141405.483000', '141405.485000', '141405.488000', '141405.490000', '141405.493000', '141405.496000', '141405.498000', '141405.501000', '141425.388000', '141425.391000', '141425.394000', '141425.396000', '141425.399000', '141425.402000', '141425.404000', '141425.407000', '141425.409000', '141425.412000', '141425.415000', '141425.417000', '141425.420000', '141425.422000', '141425.425000', '141425.428000', '141425.430000', '141425.433000', '141425.436000', '141425.438000', '141425.441000', '141425.443000', '141425.446000', '141425.448000', '141425.451000', '141425.454000', '141425.456000', '141425.459000', '141425.461000', '141425.464000', '141425.467000', '141425.469000', '141425.472000', '141425.474000', '141425.477000', '141425.480000', '141425.482000', '141425.485000', '141425.487000', '141425.490000', '141425.493000', '141425.495000', '141425.498000', '141445.389000', '141445.392000', '141445.394000', '141445.397000', '141445.399000', '141445.402000', '141445.405000', '141445.407000', '141445.410000', '141445.412000', '141445.415000', '141445.418000', '141445.420000', '141445.423000', '141445.425000', '141445.428000', '141445.431000', '141445.433000', '141445.436000', '141445.439000', '141445.441000', '141445.444000', '141445.446000', '141445.449000', '141445.452000', '141445.454000', '141445.457000', '141445.459000', '141445.462000', '141445.465000', '141445.467000', '141445.470000', '141445.485000', '141445.487000', '141445.490000', '141445.493000', '141445.495000', '141445.498000', '141445.500000', '141445.503000', '141445.505000', '141445.508000', '141445.511000', '141445.513000', '141505.389000', '141505.392000', '141505.394000', '141505.397000', '141505.399000', '141505.402000', '141505.405000', '141505.407000', '141505.410000', '141505.412000', '141505.415000', '141505.417000', '141505.420000', '141505.423000', '141505.425000', '141505.428000', '141505.430000', '141505.433000', '141505.436000', '141505.438000', '141505.441000', '141505.443000', '141505.446000', '141505.449000', '141505.451000', '141505.454000', '141505.456000', '141505.459000', '141505.461000', '141505.464000', '141505.467000', '141505.469000', '141505.472000', '141505.475000', '141505.477000', '141505.480000', '141505.482000', '141505.485000', '141505.488000', '141505.490000', '141505.493000', '141505.495000', '141505.498000', '141525.389000', '141525.391000', '141525.394000', '141525.397000', '141525.399000', '141525.402000', '141525.405000', '141525.407000', '141525.410000', '141525.412000', '141525.415000', '141525.418000', '141525.420000', '141525.423000', '141525.425000', '141525.428000', '141525.431000', '141525.433000', '141525.436000', '141525.439000', '141525.441000', '141525.444000', '141525.446000', '141525.449000', '141525.452000', '141525.454000', '141525.457000', '141525.460000', '141525.462000', '141525.465000', '141525.468000', '141525.470000', '141525.473000', '141525.475000', '141525.478000', '141525.481000', '141525.483000', '141525.486000', '141525.488000', '141525.491000', '141525.494000', '141525.496000', '141525.499000', '141545.390000', '141545.392000', '141545.395000', '141545.398000', '141545.400000', '141545.403000', '141545.405000', '141545.408000', '141545.411000', '141545.413000', '141545.416000', '141545.418000', '141545.421000', '141545.424000', '141545.426000', '141545.429000', '141545.431000', '141545.434000', '141545.437000', '141545.439000', '141545.442000', '141545.445000', '141545.447000', '141545.450000', '141545.452000', '141545.455000', '141545.458000', '141545.461000', '141545.463000', '141545.466000', '141545.468000', '141545.471000', '141545.474000', '141545.476000', '141545.479000', '141545.481000', '141545.484000', '141545.487000', '141545.489000', '141545.492000', '141545.494000', '141545.497000', '141545.499000', '141545.502000', '141605.389000', '141605.391000', '141605.394000', '141605.397000', '141605.399000', '141605.402000', '141605.404000', '141605.407000', '141605.409000', '141605.412000', '141605.415000', '141605.417000', '141605.420000', '141605.422000', '141605.426000', '141605.429000', '141605.431000', '141605.434000', '141605.436000', '141605.439000', '141605.442000', '141605.444000', '141605.447000', '141605.449000', '141605.452000', '141605.454000', '141605.457000', '141605.460000', '141605.462000', '141605.465000', '141605.468000', '141605.470000', '141605.473000', '141605.475000', '141605.478000', '141605.481000', '141605.483000', '141605.486000', '141605.489000', '141605.491000', '141605.494000', '141605.496000', '141605.506000', '141605.509000', '141625.389000', '141625.391000', '141625.394000', '141625.397000', '141625.399000', '141625.402000', '141625.404000', '141625.407000', '141625.410000', '141625.413000', '141625.415000', '141625.418000', '141625.420000', '141625.423000', '141625.426000', '141625.428000', '141625.431000', '141625.433000', '141625.436000', '141625.438000', '141625.441000', '141625.443000', '141625.446000', '141625.449000', '141625.451000', '141625.454000', '141625.456000', '141625.459000', '141625.462000', '141625.464000', '141625.467000', '141625.469000', '141625.472000', '141625.474000', '141625.477000', '141625.480000', '141625.482000', '141625.485000', '141625.488000', '141625.490000', '141625.493000', '141625.496000', '141625.498000', '141627.452000', '141627.455000', '141627.457000', '141627.460000', '141627.463000'], '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': [12845, 9151, 12476, 10371, 11522, 10736, 12735, 9551, 12592, 9418, 12709, 9715, 13024, 9227, 13149, 9138, 12103, 12579, 11299, 9970, 10941, 11130, 10494, 12105, 10452, 11784, 9633, 11863, 9948, 11428, 9195, 11639, 8855, 11713, 11248, 10986, 13986, 10487, 12783, 10009, 11523, 9090, 11544, 9081, 11105, 8453, 10779, 10364, 10902, 10864, 10709, 14841, 9789, 12337, 15772, 11459, 15151, 10228, 12152, 8911, 11631, 9128, 10984, 11684, 10390, 13679, 10357, 12013, 9779, 11543, 9107, 11426, 9455, 10904, 12381, 11023, 14181, 10295, 12138, 10521, 12015, 8973, 11842, 9282, 11604, 9121, 11345, 8906, 11392, 11018, 10922, 13167, 10445, 12766, 10553, 12817, 10399, 12236, 9956, 11882, 9636, 11271, 9320, 11735, 9137, 12425, 15588, 10536, 13230, 10368, 12583, 8409, 11746, 11841, 10154, 12204, 10637, 11422, 9977, 11433, 9404, 11668, 9374, 11984, 8773, 10143, 8196, 11462, 9106, 11537, 9085, 12275, 11692, 10795, 14771, 11067, 13518, 9107, 12430, 8930, 11469, 9142, 11244, 8495, 11319, 8351, 10803, 10846, 9989, 9861, 10394, 10368, 10466, 11072, 10382, 8924, 10937, 8806, 11384, 8941, 12041, 10516, 11735, 10513, 12370, 10307, 17115, 12742, 14508, 9786, 12814, 9104, 12460, 14095, 12311, 10176, 11649, 14347, 10215, 12790, 10036, 12167, 8870, 11581, 8493, 11489, 9155, 10741, 8193, 10367, 8094, 10760, 9053, 11638, 9224, 11418, 8984, 10784, 8906, 12042, 9277, 12266, 9143, 13359, 14914, 11360, 15387, 10851, 13363, 8769, 12719, 8622, 11795, 9506, 10985, 8428, 10885, 8385, 10899, 8635, 11348, 8790, 12077, 9957, 10756, 11121, 8664, 12285, 10092, 11908, 9465, 11662, 11211, 13477, 12218, 17421, 12715, 15735, 10757, 14336, 10350, 13115, 10459, 13704, 8965, 12197, 8983, 11497, 9081, 11710, 8925, 11289, 8470, 11642, 8715, 11421, 8506, 11426, 8709, 11443, 11766, 10650, 14002, 10687, 13217, 10593, 11929, 10453, 12680, 10724, 12897, 9842, 11600, 9405, 11750, 9289, 12333, 9464, 10889, 8350, 10964, 8872, 12099, 9460, 12702, 9494, 12664, 10573, 13239, 11941, 13361, 10832, 13094, 10840, 12262, 10771, 12090, 12532, 10761, 13621, 10427, 12501, 8651, 12408, 8310, 11523, 10379, 10821, 11030, 10385, 12441, 10202, 11897, 9178, 12706, 8591, 12285, 8455, 11589, 12237, 10746, 9624, 11272, 11548, 10455, 12489, 10340, 11637, 9317, 11941, 9269, 11348, 9079, 11520, 8734, 12123, 8534, 11707, 11972, 10481, 10021, 11102, 11339, 10493, 12798, 10179, 11132, 10433, 9523, 11003, 9469, 11571, 9559, 12786, 9244, 12175, 9110, 13645, 13544, 13543, 17466, 11164, 13881, 11933, 13408, 9347, 11599, 10774, 10458, 12215, 10414, 10849, 10149, 12028, 10120, 11842, 10238, 12361, 8994, 11886, 8866, 11414, 9360, 11726, 8743, 11350, 11968, 10478, 12698, 10035, 10897, 9168, 11178, 9748, 11009, 9468, 11374, 8725, 11733, 8909, 11482, 12211, 11089, 10974, 10945, 10126, 11160, 9314, 11181, 8459, 11442, 8553, 11251, 11420, 11074, 14510, 10579, 12817, 9432, 13816, 15014, 11457, 14586, 9571, 12042, 9366, 11164, 8370, 11313, 8583, 9913, 9320, 11621, 8597, 10985, 9836, 10758, 14545, 10095, 12414, 10286, 12164, 8738, 11918, 9492, 11807, 12074, 11124, 11374, 10363, 11856, 10811, 11528, 10899, 12165, 9950, 11928, 10420, 12211, 10341, 11911, 9158, 11450, 9808, 11263, 10481, 11658, 8198, 11181, 9886, 11202, 10989, 8926, 9669, 9387, 13502, 11564, 15812, 12088, 16226, 12380, 16004, 11279, 16533, 11692, 14887, 11030, 14031, 9329, 12517, 8660, 11550, 8953, 12078, 8784, 11975, 10147, 10834, 10459, 9259, 11034, 12313, 10902, 12490, 9166, 12747, 9364, 11748, 12796, 10488, 13211, 11131, 11843, 10284, 11934, 10551, 11925, 10739, 11466, 10583, 11994, 10923, 14364, 11050, 13834, 10698, 12702, 10930, 13389, 10426, 13064, 9030, 12448, 10731, 11920, 14126, 10541, 11643, 11224, 8757, 11988, 9146, 12377, 10056, 12216, 10243, 12403, 9958, 12109, 9172, 12842, 8854, 12048, 9000, 12146, 9329, 13488, 9797, 11540, 9389, 11692, 10505, 14153, 10674, 13602, 9675, 12588, 9301, 12210, 9192, 12443, 8870, 11832, 8809, 11853, 9009, 11389, 8753, 11920, 8915, 11366, 9455, 11002, 9093, 10184, 8612, 12141, 10065, 12418, 10147, 13563, 10991, 12828, 11346, 12905, 10869, 11047, 11336, 12608, 11132, 13675, 10767, 13515, 11121, 12057, 11072, 10885, 11271, 9403, 12309, 9131, 12136, 9243, 11298, 8704, 11887, 9703, 12026, 10560, 11003, 11448, 9111, 13122, 11017, 12355, 11500, 13530, 11523, 10231, 12624, 9450, 12552, 10802, 15707, 11231, 14231, 12468, 9582, 13200, 9249, 12803, 14959, 13014, 16617, 11760, 14725, 10864, 10916, 10412, 8800, 10896, 8312, 11292, 9237, 11325, 9425, 11404, 8818, 11977, 9212, 11793, 10299, 11310, 8459, 12044, 8854, 11851, 9430, 10826, 8219, 11719, 8584, 12013, 9316, 11599, 10387, 12284, 11169, 9554, 12201, 10193, 14184, 11905, 11955, 12395, 15174, 14971, 14238, 12877, 15083, 12639, 17325, 12430, 10581, 11617, 8454, 11007, 9209, 13156, 10284, 12709, 10208, 11932, 10360, 10894, 10710, 13563, 12286, 10156, 12757, 9699, 12574, 9068, 12028, 9116, 13804, 10573, 13699, 11506, 9203, 12033, 9160, 12736, 10859, 12483, 10437, 12405, 9837, 12685, 9344, 12720, 8962, 12224, 9300, 12377, 9027, 11743, 9022, 11107, 8658, 11644, 8908, 11413, 9722, 9003, 10652, 9244, 11198, 8697, 13289, 13963, 12425, 16317, 12262, 14836, 10229, 12783, 9435, 13563, 11123, 13411, 8837, 12293, 9278, 12013, 9063, 12789, 9964, 12485, 13069, 11398, 16173, 11111, 13424, 9156, 11922, 8678, 12030, 10753, 11116, 11290, 11033, 9319, 11429, 9294, 11493, 10630, 10501, 10402, 10705, 12444, 10926, 13748, 10821, 13327, 10014, 12571, 9581, 11894, 8950, 13345, 9105, 12273, 9422, 12750, 9894, 13423, 10044, 12120, 9049, 12410, 9906, 12973, 8800, 12360, 8970, 11701, 8752, 11234, 9407, 9137, 10886, 8902, 10686, 8986, 11965, 8328, 12410, 11072, 12003, 16763, 10558, 10118, 10839, 13191, 10430, 14741, 11110, 11821, 10454, 12047, 9469, 11501, 9375, 11754, 9205, 11128, 8887, 13148, 9677, 11134, 8643, 11814, 9633, 11276, 10243, 10365, 11079, 8573, 11925, 12601, 14402, 15415, 12429, 17309, 11566, 14233, 10533, 13037, 16325, 11280, 14629], 'WindowCenter': [4955.0, 4889.0, 4917.0, 4883.0, 4905.0, 4882.0, 4898.0, 4857.0, 4885.0, 4846.0, 4886.0, 4846.0, 4885.0, 4845.0, 4884.0, 4845.0, 4876.0, 4873.0, 4866.0, 4843.0, 4865.0, 4862.0, 4864.0, 4872.0, 4865.0, 4875.0, 4856.0, 4875.0, 4867.0, 4878.0, 4849.0, 4876.0, 4847.0, 4888.0, 4878.0, 4868.0, 4895.0, 4868.0, 4884.0, 4855.0, 4866.0, 4835.0, 4876.0, 4845.0, 4866.0, 4836.0, 4878.0, 4867.0, 4877.0, 4867.0, 4869.0, 4906.0, 4858.0, 4889.0, 4905.0, 4878.0, 4904.0, 4855.0, 4873.0, 4834.0, 4865.0, 4846.0, 4865.0, 4863.0, 4856.0, 4882.0, 4856.0, 4873.0, 4854.0, 4864.0, 4835.0, 4864.0, 4845.0, 4854.0, 4871.0, 4853.0, 4882.0, 4855.0, 4872.0, 4855.0, 4874.0, 4835.0, 4863.0, 4843.0, 4865.0, 4844.0, 4864.0, 4836.0, 4875.0, 4854.0, 4866.0, 4882.0, 4854.0, 4872.0, 4854.0, 4873.0, 4854.0, 4873.0, 4843.0, 4863.0, 4844.0, 4863.0, 4834.0, 4863.0, 4833.0, 4872.0, 4891.0, 4852.0, 4871.0, 4844.0, 4872.0, 4811.0, 4860.0, 4848.0, 4841.0, 4860.0, 4852.0, 4860.0, 4844.0, 4863.0, 4833.0, 4863.0, 4844.0, 4863.0, 4848.0, 4867.0, 4836.0, 4875.0, 4834.0, 4863.0, 4833.0, 4872.0, 4861.0, 4864.0, 4892.0, 4853.0, 4870.0, 4822.0, 4869.0, 4833.0, 4862.0, 4832.0, 4862.0, 4832.0, 4862.0, 4823.0, 4865.0, 4863.0, 4854.0, 4856.0, 4867.0, 4854.0, 4867.0, 4865.0, 4868.0, 4847.0, 4866.0, 4846.0, 4877.0, 4848.0, 4887.0, 4869.0, 4887.0, 4869.0, 4887.0, 4869.0, 4919.0, 4887.0, 4895.0, 4846.0, 4875.0, 4836.0, 4874.0, 4881.0, 4862.0, 4853.0, 4864.0, 4879.0, 4842.0, 4870.0, 4841.0, 4861.0, 4821.0, 4861.0, 4822.0, 4861.0, 4833.0, 4853.0, 4840.0, 4868.0, 4835.0, 4865.0, 4846.0, 4863.0, 4845.0, 4877.0, 4859.0, 4880.0, 4862.0, 4888.0, 4857.0, 4887.0, 4847.0, 4897.0, 4893.0, 4865.0, 4891.0, 4851.0, 4870.0, 4822.0, 4870.0, 4822.0, 4862.0, 4830.0, 4851.0, 4821.0, 4851.0, 4821.0, 4853.0, 4834.0, 4875.0, 4837.0, 4875.0, 4857.0, 4866.0, 4880.0, 4852.0, 4889.0, 4873.0, 4905.0, 4875.0, 4891.0, 4892.0, 4899.0, 4879.0, 4916.0, 4877.0, 4905.0, 4868.0, 4883.0, 4844.0, 4873.0, 4844.0, 4871.0, 4822.0, 4862.0, 4822.0, 4853.0, 4822.0, 4862.0, 4823.0, 4853.0, 4823.0, 4865.0, 4823.0, 4863.0, 4825.0, 4864.0, 4837.0, 4877.0, 4874.0, 4855.0, 4884.0, 4857.0, 4873.0, 4855.0, 4864.0, 4856.0, 4885.0, 4865.0, 4875.0, 4856.0, 4864.0, 4845.0, 4865.0, 4847.0, 4888.0, 4858.0, 4881.0, 4852.0, 4881.0, 4847.0, 4888.0, 4847.0, 4887.0, 4847.0, 4885.0, 4855.0, 4886.0, 4865.0, 4885.0, 4855.0, 4884.0, 4854.0, 4874.0, 4853.0, 4873.0, 4872.0, 4854.0, 4883.0, 4854.0, 4888.0, 4836.0, 4875.0, 4823.0, 4864.0, 4844.0, 4854.0, 4853.0, 4855.0, 4873.0, 4857.0, 4875.0, 4844.0, 4883.0, 4834.0, 4873.0, 4824.0, 4865.0, 4862.0, 4853.0, 4843.0, 4864.0, 4863.0, 4866.0, 4897.0, 4881.0, 4878.0, 4846.0, 4875.0, 4845.0, 4865.0, 4836.0, 4874.0, 4835.0, 4874.0, 4835.0, 4875.0, 4874.0, 4855.0, 4845.0, 4864.0, 4863.0, 4865.0, 4885.0, 4856.0, 4864.0, 4866.0, 4846.0, 4867.0, 4857.0, 4878.0, 4859.0, 4887.0, 4848.0, 4877.0, 4848.0, 4897.0, 4885.0, 4885.0, 4903.0, 4854.0, 4887.0, 4863.0, 4871.0, 4821.0, 4852.0, 4840.0, 4851.0, 4860.0, 4854.0, 4852.0, 4854.0, 4862.0, 4855.0, 4876.0, 4856.0, 4874.0, 4834.0, 4863.0, 4833.0, 4863.0, 4833.0, 4865.0, 4824.0, 4863.0, 4863.0, 4854.0, 4896.0, 4869.0, 4864.0, 4845.0, 4863.0, 4845.0, 4863.0, 4845.0, 4865.0, 4835.0, 4874.0, 4835.0, 4865.0, 4887.0, 4866.0, 4854.0, 4853.0, 4842.0, 4865.0, 4846.0, 4864.0, 4828.0, 4878.0, 4850.0, 4869.0, 4865.0, 4867.0, 4885.0, 4856.0, 4874.0, 4834.0, 4884.0, 4880.0, 4865.0, 4882.0, 4831.0, 4849.0, 4820.0, 4849.0, 4810.0, 4851.0, 4823.0, 4844.0, 4844.0, 4867.0, 4826.0, 4879.0, 4857.0, 4880.0, 4896.0, 4856.0, 4875.0, 4846.0, 4863.0, 4824.0, 4864.0, 4833.0, 4865.0, 4864.0, 4853.0, 4851.0, 4854.0, 4860.0, 4854.0, 4851.0, 4855.0, 4861.0, 4844.0, 4862.0, 4855.0, 4873.0, 4857.0, 4866.0, 4837.0, 4864.0, 4844.0, 4854.0, 4853.0, 4866.0, 4851.0, 4879.0, 4869.0, 4879.0, 4881.0, 4862.0, 4874.0, 4861.0, 4912.0, 4882.0, 4907.0, 4890.0, 4907.0, 4879.0, 4894.0, 4857.0, 4904.0, 4853.0, 4883.0, 4843.0, 4871.0, 4820.0, 4859.0, 4810.0, 4850.0, 4822.0, 4859.0, 4822.0, 4860.0, 4854.0, 4851.0, 4866.0, 4847.0, 4868.0, 4875.0, 4868.0, 4888.0, 4846.0, 4874.0, 4835.0, 4864.0, 4874.0, 4855.0, 4871.0, 4864.0, 4862.0, 4856.0, 4864.0, 4856.0, 4863.0, 4866.0, 4864.0, 4866.0, 4874.0, 4868.0, 4895.0, 4867.0, 4883.0, 4854.0, 4874.0, 4856.0, 4884.0, 4855.0, 4874.0, 4823.0, 4873.0, 4853.0, 4875.0, 4909.0, 4854.0, 4862.0, 4863.0, 4836.0, 4873.0, 4843.0, 4874.0, 4855.0, 4874.0, 4856.0, 4875.0, 4846.0, 4875.0, 4833.0, 4873.0, 4835.0, 4863.0, 4833.0, 4864.0, 4836.0, 4886.0, 4870.0, 4887.0, 4846.0, 4874.0, 4853.0, 4882.0, 4842.0, 4870.0, 4831.0, 4859.0, 4831.0, 4862.0, 4832.0, 4862.0, 4821.0, 4849.0, 4819.0, 4860.0, 4822.0, 4852.0, 4822.0, 4863.0, 4834.0, 4874.0, 4857.0, 4881.0, 4862.0, 4868.0, 4848.0, 4876.0, 4845.0, 4874.0, 4856.0, 4884.0, 4866.0, 4875.0, 4867.0, 4887.0, 4868.0, 4866.0, 4866.0, 4875.0, 4892.0, 4899.0, 4879.0, 4886.0, 4867.0, 4873.0, 4864.0, 4854.0, 4864.0, 4845.0, 4874.0, 4835.0, 4889.0, 4861.0, 4877.0, 4837.0, 4876.0, 4846.0, 4874.0, 4868.0, 4866.0, 4881.0, 4849.0, 4887.0, 4869.0, 4887.0, 4879.0, 4887.0, 4879.0, 4858.0, 4877.0, 4847.0, 4888.0, 4867.0, 4904.0, 4867.0, 4885.0, 4875.0, 4835.0, 4873.0, 4833.0, 4885.0, 4893.0, 4875.0, 4889.0, 4851.0, 4868.0, 4854.0, 4853.0, 4841.0, 4821.0, 4840.0, 4810.0, 4851.0, 4843.0, 4863.0, 4845.0, 4874.0, 4836.0, 4875.0, 4846.0, 4890.0, 4857.0, 4866.0, 4826.0, 4875.0, 4849.0, 4877.0, 4860.0, 4879.0, 4852.0, 4888.0, 4851.0, 4890.0, 4859.0, 4879.0, 4871.0, 4878.0, 4877.0, 4859.0, 4890.0, 4872.0, 4900.0, 4879.0, 4876.0, 4879.0, 4895.0, 4896.0, 4884.0, 4874.0, 4882.0, 4863.0, 4901.0, 4875.0, 4844.0, 4850.0, 4810.0, 4850.0, 4823.0, 4871.0, 4843.0, 4871.0, 4843.0, 4861.0, 4844.0, 4852.0, 4855.0, 4872.0, 4864.0, 4832.0, 4863.0, 4831.0, 4862.0, 4834.0, 4875.0, 4824.0, 4872.0, 4845.0, 4881.0, 4863.0, 4835.0, 4874.0, 4836.0, 4877.0, 4857.0, 4875.0, 4857.0, 4876.0, 4845.0, 4873.0, 4834.0, 4872.0, 4835.0, 4876.0, 4833.0, 4863.0, 4823.0, 4876.0, 4863.0, 4878.0, 4836.0, 4877.0, 4861.0, 4904.0, 4873.0, 4849.0, 4881.0, 4861.0, 4882.0, 4852.0, 4902.0, 4899.0, 4890.0, 4907.0, 4880.0, 4897.0, 4846.0, 4874.0, 4823.0, 4874.0, 4852.0, 4871.0, 4823.0, 4863.0, 4833.0, 4863.0, 4835.0, 4874.0, 4844.0, 4875.0, 4872.0, 4855.0, 4893.0, 4854.0, 4872.0, 4834.0, 4861.0, 4823.0, 4862.0, 4853.0, 4854.0, 4851.0, 4854.0, 4833.0, 4865.0, 4835.0, 4865.0, 4855.0, 4868.0, 4881.0, 4872.0, 4887.0, 4868.0, 4885.0, 4868.0, 4885.0, 4845.0, 4874.0, 4847.0, 4878.0, 4835.0, 4885.0, 4836.0, 4863.0, 4836.0, 4874.0, 4843.0, 4874.0, 4845.0, 4862.0, 4823.0, 4862.0, 4832.0, 4872.0, 4823.0, 4862.0, 4836.0, 4876.0, 4837.0, 4865.0, 4844.0, 4833.0, 4865.0, 4848.0, 4867.0, 4846.0, 4889.0, 4838.0, 4889.0, 4876.0, 4877.0, 4918.0, 4869.0, 4844.0, 4855.0, 4871.0, 4854.0, 4893.0, 4865.0, 4862.0, 4856.0, 4863.0, 4845.0, 4865.0, 4836.0, 4863.0, 4834.0, 4855.0, 4825.0, 4874.0, 4846.0, 4865.0, 4826.0, 4877.0, 4861.0, 4879.0, 4871.0, 4871.0, 4878.0, 4838.0, 4880.0, 4878.0, 4899.0, 4897.0, 4877.0, 4905.0, 4866.0, 4884.0, 4841.0, 4862.0, 4888.0, 4842.0, 4868.0], 'WindowWidth': [10776.0, 10669.0, 10700.0, 10648.0, 10677.0, 10640.0, 10657.0, 10598.0, 10634.0, 10581.0, 10635.0, 10581.0, 10631.0, 10576.0, 10630.0, 10577.0, 10622.0, 10613.0, 10604.0, 10571.0, 10603.0, 10597.0, 10603.0, 10611.0, 10606.0, 10616.0, 10595.0, 10618.0, 10613.0, 10628.0, 10588.0, 10623.0, 10583.0, 10641.0, 10624.0, 10612.0, 10645.0, 10610.0, 10629.0, 10591.0, 10606.0, 10565.0, 10621.0, 10579.0, 10607.0, 10567.0, 10629.0, 10611.0, 10627.0, 10613.0, 10617.0, 10665.0, 10600.0, 10645.0, 10660.0, 10625.0, 10659.0, 10592.0, 10615.0, 10561.0, 10603.0, 10579.0, 10605.0, 10599.0, 10592.0, 10626.0, 10594.0, 10613.0, 10589.0, 10602.0, 10565.0, 10603.0, 10576.0, 10588.0, 10607.0, 10585.0, 10624.0, 10589.0, 10611.0, 10589.0, 10614.0, 10562.0, 10598.0, 10573.0, 10603.0, 10576.0, 10603.0, 10565.0, 10619.0, 10589.0, 10607.0, 10626.0, 10589.0, 10611.0, 10587.0, 10614.0, 10589.0, 10612.0, 10573.0, 10598.0, 10574.0, 10600.0, 10560.0, 10600.0, 10557.0, 10611.0, 10635.0, 10583.0, 10609.0, 10574.0, 10610.0, 10523.0, 10591.0, 10572.0, 10566.0, 10590.0, 10582.0, 10590.0, 10574.0, 10598.0, 10558.0, 10600.0, 10573.0, 10598.0, 10590.0, 10612.0, 10569.0, 10618.0, 10561.0, 10598.0, 10556.0, 10611.0, 10593.0, 10600.0, 10639.0, 10584.0, 10606.0, 10540.0, 10602.0, 10556.0, 10595.0, 10556.0, 10596.0, 10557.0, 10596.0, 10545.0, 10604.0, 10599.0, 10589.0, 10592.0, 10609.0, 10592.0, 10611.0, 10605.0, 10617.0, 10583.0, 10610.0, 10580.0, 10626.0, 10587.0, 10640.0, 10618.0, 10640.0, 10618.0, 10638.0, 10616.0, 10686.0, 10637.0, 10648.0, 10578.0, 10618.0, 10565.0, 10616.0, 10620.0, 10595.0, 10585.0, 10604.0, 10616.0, 10567.0, 10603.0, 10565.0, 10592.0, 10539.0, 10592.0, 10541.0, 10594.0, 10555.0, 10584.0, 10580.0, 10616.0, 10566.0, 10607.0, 10582.0, 10600.0, 10578.0, 10624.0, 10606.0, 10636.0, 10614.0, 10642.0, 10599.0, 10638.0, 10581.0, 10652.0, 10642.0, 10602.0, 10635.0, 10578.0, 10604.0, 10539.0, 10602.0, 10538.0, 10592.0, 10546.0, 10577.0, 10538.0, 10579.0, 10539.0, 10584.0, 10560.0, 10619.0, 10569.0, 10618.0, 10597.0, 10608.0, 10632.0, 10595.0, 10643.0, 10625.0, 10676.0, 10634.0, 10649.0, 10653.0, 10657.0, 10629.0, 10679.0, 10622.0, 10658.0, 10610.0, 10627.0, 10570.0, 10610.0, 10569.0, 10604.0, 10537.0, 10590.0, 10537.0, 10580.0, 10537.0, 10591.0, 10541.0, 10582.0, 10542.0, 10599.0, 10542.0, 10597.0, 10547.0, 10601.0, 10568.0, 10623.0, 10614.0, 10590.0, 10628.0, 10593.0, 10609.0, 10590.0, 10600.0, 10592.0, 10632.0, 10604.0, 10616.0, 10593.0, 10601.0, 10576.0, 10602.0, 10583.0, 10640.0, 10597.0, 10637.0, 10599.0, 10636.0, 10581.0, 10640.0, 10582.0, 10636.0, 10581.0, 10631.0, 10588.0, 10633.0, 10603.0, 10632.0, 10588.0, 10628.0, 10587.0, 10614.0, 10584.0, 10612.0, 10610.0, 10587.0, 10626.0, 10589.0, 10643.0, 10566.0, 10616.0, 10544.0, 10600.0, 10572.0, 10586.0, 10586.0, 10590.0, 10614.0, 10597.0, 10618.0, 10575.0, 10626.0, 10559.0, 10612.0, 10548.0, 10604.0, 10597.0, 10586.0, 10571.0, 10601.0, 10599.0, 10610.0, 10654.0, 10640.0, 10627.0, 10581.0, 10617.0, 10577.0, 10605.0, 10565.0, 10616.0, 10564.0, 10617.0, 10564.0, 10619.0, 10614.0, 10590.0, 10576.0, 10602.0, 10599.0, 10606.0, 10632.0, 10593.0, 10602.0, 10609.0, 10580.0, 10611.0, 10596.0, 10627.0, 10600.0, 10638.0, 10585.0, 10625.0, 10585.0, 10652.0, 10630.0, 10631.0, 10655.0, 10585.0, 10638.0, 10596.0, 10605.0, 10537.0, 10579.0, 10560.0, 10579.0, 10590.0, 10586.0, 10580.0, 10587.0, 10595.0, 10593.0, 10619.0, 10591.0, 10615.0, 10559.0, 10597.0, 10555.0, 10598.0, 10555.0, 10601.0, 10546.0, 10598.0, 10598.0, 10589.0, 10651.0, 10619.0, 10602.0, 10577.0, 10598.0, 10576.0, 10599.0, 10575.0, 10603.0, 10563.0, 10615.0, 10564.0, 10603.0, 10639.0, 10607.0, 10586.0, 10584.0, 10568.0, 10602.0, 10577.0, 10603.0, 10556.0, 10628.0, 10590.0, 10613.0, 10604.0, 10608.0, 10630.0, 10590.0, 10613.0, 10556.0, 10628.0, 10616.0, 10601.0, 10621.0, 10550.0, 10571.0, 10531.0, 10570.0, 10520.0, 10576.0, 10543.0, 10571.0, 10572.0, 10607.0, 10550.0, 10630.0, 10595.0, 10631.0, 10647.0, 10591.0, 10614.0, 10576.0, 10596.0, 10543.0, 10600.0, 10555.0, 10599.0, 10596.0, 10580.0, 10576.0, 10585.0, 10589.0, 10586.0, 10579.0, 10586.0, 10592.0, 10573.0, 10596.0, 10589.0, 10613.0, 10593.0, 10605.0, 10566.0, 10600.0, 10571.0, 10585.0, 10584.0, 10605.0, 10595.0, 10630.0, 10617.0, 10631.0, 10637.0, 10612.0, 10629.0, 10608.0, 10682.0, 10636.0, 10668.0, 10645.0, 10666.0, 10625.0, 10642.0, 10592.0, 10655.0, 10580.0, 10625.0, 10566.0, 10601.0, 10532.0, 10584.0, 10518.0, 10573.0, 10536.0, 10585.0, 10539.0, 10588.0, 10586.0, 10582.0, 10607.0, 10581.0, 10612.0, 10619.0, 10612.0, 10640.0, 10579.0, 10615.0, 10559.0, 10599.0, 10612.0, 10587.0, 10607.0, 10601.0, 10597.0, 10594.0, 10600.0, 10593.0, 10599.0, 10606.0, 10602.0, 10607.0, 10615.0, 10610.0, 10645.0, 10608.0, 10624.0, 10588.0, 10613.0, 10592.0, 10630.0, 10587.0, 10614.0, 10543.0, 10612.0, 10583.0, 10617.0, 10675.0, 10590.0, 10594.0, 10599.0, 10565.0, 10612.0, 10572.0, 10615.0, 10591.0, 10616.0, 10594.0, 10616.0, 10578.0, 10615.0, 10557.0, 10612.0, 10561.0, 10597.0, 10557.0, 10600.0, 10563.0, 10635.0, 10621.0, 10641.0, 10581.0, 10616.0, 10585.0, 10622.0, 10565.0, 10603.0, 10548.0, 10587.0, 10549.0, 10596.0, 10553.0, 10594.0, 10535.0, 10571.0, 10532.0, 10589.0, 10540.0, 10579.0, 10541.0, 10599.0, 10561.0, 10615.0, 10598.0, 10637.0, 10614.0, 10616.0, 10588.0, 10622.0, 10574.0, 10614.0, 10589.0, 10628.0, 10605.0, 10617.0, 10609.0, 10639.0, 10612.0, 10606.0, 10606.0, 10617.0, 10651.0, 10660.0, 10630.0, 10632.0, 10609.0, 10611.0, 10600.0, 10584.0, 10602.0, 10575.0, 10615.0, 10561.0, 10644.0, 10610.0, 10625.0, 10569.0, 10621.0, 10579.0, 10616.0, 10613.0, 10608.0, 10633.0, 10589.0, 10636.0, 10614.0, 10638.0, 10627.0, 10636.0, 10628.0, 10596.0, 10621.0, 10579.0, 10638.0, 10607.0, 10657.0, 10610.0, 10633.0, 10616.0, 10560.0, 10611.0, 10555.0, 10629.0, 10637.0, 10613.0, 10627.0, 10575.0, 10595.0, 10586.0, 10584.0, 10564.0, 10536.0, 10561.0, 10523.0, 10579.0, 10572.0, 10599.0, 10577.0, 10615.0, 10567.0, 10620.0, 10579.0, 10644.0, 10595.0, 10605.0, 10551.0, 10616.0, 10588.0, 10624.0, 10606.0, 10631.0, 10599.0, 10641.0, 10596.0, 10646.0, 10601.0, 10628.0, 10618.0, 10625.0, 10623.0, 10602.0, 10646.0, 10623.0, 10657.0, 10628.0, 10619.0, 10625.0, 10644.0, 10645.0, 10624.0, 10612.0, 10621.0, 10595.0, 10647.0, 10617.0, 10570.0, 10572.0, 10518.0, 10574.0, 10541.0, 10606.0, 10567.0, 10606.0, 10569.0, 10591.0, 10570.0, 10579.0, 10588.0, 10607.0, 10596.0, 10549.0, 10593.0, 10550.0, 10592.0, 10560.0, 10615.0, 10541.0, 10606.0, 10572.0, 10618.0, 10596.0, 10560.0, 10613.0, 10565.0, 10619.0, 10593.0, 10615.0, 10592.0, 10618.0, 10573.0, 10609.0, 10556.0, 10607.0, 10560.0, 10617.0, 10553.0, 10594.0, 10539.0, 10620.0, 10613.0, 10625.0, 10565.0, 10622.0, 10609.0, 10674.0, 10628.0, 10590.0, 10634.0, 10607.0, 10638.0, 10595.0, 10663.0, 10654.0, 10643.0, 10666.0, 10628.0, 10650.0, 10575.0, 10613.0, 10541.0, 10610.0, 10578.0, 10604.0, 10540.0, 10595.0, 10556.0, 10597.0, 10560.0, 10614.0, 10571.0, 10616.0, 10609.0, 10586.0, 10636.0, 10584.0, 10608.0, 10558.0, 10592.0, 10541.0, 10592.0, 10581.0, 10585.0, 10578.0, 10584.0, 10554.0, 10600.0, 10561.0, 10604.0, 10590.0, 10610.0, 10637.0, 10623.0, 10636.0, 10612.0, 10632.0, 10609.0, 10630.0, 10576.0, 10614.0, 10579.0, 10626.0, 10564.0, 10630.0, 10563.0, 10597.0, 10562.0, 10614.0, 10571.0, 10612.0, 10574.0, 10596.0, 10543.0, 10595.0, 10553.0, 10607.0, 10541.0, 10592.0, 10564.0, 10621.0, 10573.0, 10606.0, 10575.0, 10560.0, 10607.0, 10584.0, 10611.0, 10583.0, 10643.0, 10574.0, 10642.0, 10623.0, 10622.0, 10684.0, 10614.0, 10570.0, 10588.0, 10606.0, 10585.0, 10639.0, 10603.0, 10594.0, 10589.0, 10597.0, 10575.0, 10603.0, 10564.0, 10598.0, 10559.0, 10587.0, 10546.0, 10614.0, 10578.0, 10603.0, 10551.0, 10623.0, 10611.0, 10631.0, 10624.0, 10622.0, 10627.0, 10573.0, 10631.0, 10626.0, 10655.0, 10649.0, 10619.0, 10657.0, 10602.0, 10626.0, 10561.0, 10592.0, 10624.0, 10563.0, 10595.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.00045676674364896077</td></tr>
<tr><td colspan=3>aqi</td><td>0.01869082771362587</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.23503342550292</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1753948526936415</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.993765762809249</td></tr>
<tr><td colspan=3>efc</td><td>0.5066</td></tr>
<tr><td colspan=3>fber</td><td>4088.3752</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09735770290398539</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.429561200923787</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502027319979769</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39120939753458</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7983207514646526</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3165518109400747</td></tr>
<tr><td colspan=3>gcor</td><td>0.00948489</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014025801792740822</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027202021330595016</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.6209779950030554</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>16.7141</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.9864</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.582</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292026.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1235.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>468.5723</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>673.5104</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3966.8159</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1159.6246</td></tr>
<tr><td colspan=3>tsnr</td><td>40.77973111299798</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>