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

616 lines
No EOL
106 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-0066_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0066_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0066/ses-04/func/sub-0066_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ad3ae1a28e2040e16298a6b78dfcfc08</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:44:36.310000</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.999955, 0.00712951, -0.00626337, -0.00750474, 0.998043, -0.0620828]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.121909</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7734, -7272, 503, -127, -81, 30, 82]</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>290.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>87bb919c-938a-4e19-bfdb-5743cccf28a4||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.6828060150146484, -0.020134665071964264, -0.015682926401495934, 111.54747772216797], [-0.019127944484353065, 2.677675724029541, -0.1677430421113968, -90.65872192382812], [-0.016804164275527, 0.1665637344121933, 2.6947386264801025, -72.99662017822266], [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': ['144436.310000', '144436.770000', '144437.230000', '144437.690000', '144438.150000', '144438.610000', '144439.070000', '144439.530000', '144439.990000', '144440.450000', '144440.910000', '144441.370000', '144441.830000', '144442.290000', '144442.750000', '144443.210000', '144443.670000', '144444.130000', '144444.590000', '144445.050000', '144445.510000', '144445.970000', '144446.430000', '144446.890000', '144447.350000', '144447.810000', '144448.270000', '144448.730000', '144449.190000', '144449.650000', '144450.110000', '144450.570000', '144451.030000', '144451.490000', '144451.950000', '144452.410000', '144452.870000', '144453.330000', '144453.790000', '144454.250000', '144454.710000', '144455.170000', '144455.630000', '144456.090000', '144456.550000', '144457.010000', '144457.470000', '144457.930000', '144458.390000', '144458.850000', '144459.310000', '144459.770000', '144500.230000', '144500.690000', '144501.150000', '144501.610000', '144502.070000', '144502.530000', '144502.990000', '144503.450000', '144503.910000', '144504.370000', '144504.830000', '144505.290000', '144505.750000', '144506.210000', '144506.670000', '144507.130000', '144507.590000', '144508.050000', '144508.510000', '144508.970000', '144509.430000', '144509.890000', '144510.350000', '144510.810000', '144511.270000', '144511.730000', '144512.190000', '144512.650000', '144513.110000', '144513.570000', '144514.030000', '144514.490000', '144514.950000', '144515.410000', '144515.870000', '144516.330000', '144516.790000', '144517.250000', '144517.710000', '144518.170000', '144518.630000', '144519.090000', '144519.550000', '144520.010000', '144520.470000', '144520.930000', '144521.390000', '144521.850000', '144522.310000', '144522.770000', '144523.230000', '144523.690000', '144524.150000', '144524.610000', '144525.070000', '144525.530000', '144525.990000', '144526.450000', '144526.910000', '144527.370000', '144527.830000', '144528.290000', '144528.750000', '144529.210000', '144529.670000', '144530.130000', '144530.590000', '144531.050000', '144531.510000', '144531.970000', '144532.430000', '144532.890000', '144533.350000', '144533.810000', '144534.270000', '144534.730000', '144535.190000', '144535.650000', '144536.110000', '144536.570000', '144537.030000', '144537.490000', '144537.950000', '144538.410000', '144538.870000', '144539.330000', '144539.790000', '144540.250000', '144540.710000', '144541.170000', '144541.630000', '144542.090000', '144542.550000', '144543.010000', '144543.470000', '144543.930000', '144544.390000', '144544.850000', '144545.310000', '144545.770000', '144546.230000', '144546.690000', '144547.150000', '144547.610000', '144548.070000', '144548.530000', '144548.990000', '144549.450000', '144549.910000', '144550.370000', '144550.830000', '144551.290000', '144551.750000', '144552.210000', '144552.670000', '144553.130000', '144553.590000', '144554.050000', '144554.510000', '144554.970000', '144555.430000', '144555.890000', '144556.350000', '144556.810000', '144557.270000', '144557.730000', '144558.190000', '144558.650000', '144559.110000', '144559.570000', '144600.030000', '144600.490000', '144600.950000', '144601.410000', '144601.870000', '144602.330000', '144602.790000', '144603.250000', '144603.710000', '144604.170000', '144604.630000', '144605.090000', '144605.550000', '144606.010000', '144606.470000', '144606.930000', '144607.390000', '144607.850000', '144608.310000', '144608.770000', '144609.230000', '144609.690000', '144610.150000', '144610.610000', '144611.070000', '144611.530000', '144611.990000', '144612.450000', '144612.910000', '144613.370000', '144613.830000', '144614.290000', '144614.750000', '144615.210000', '144615.670000', '144616.130000', '144616.590000', '144617.050000', '144617.510000', '144617.970000', '144618.430000', '144618.890000', '144619.350000', '144619.810000', '144620.270000', '144620.730000', '144621.190000', '144621.650000', '144622.110000', '144622.570000', '144623.030000', '144623.490000', '144623.950000', '144624.410000', '144624.870000', '144625.330000', '144625.790000', '144626.250000', '144626.710000', '144627.170000', '144627.630000', '144628.090000', '144628.550000', '144629.010000', '144629.470000', '144629.930000', '144630.390000', '144630.850000', '144631.310000', '144631.770000', '144632.230000', '144632.690000', '144633.150000', '144633.610000', '144634.070000', '144634.530000', '144634.990000', '144635.450000', '144635.910000', '144636.370000', '144636.830000', '144637.290000', '144637.750000', '144638.210000', '144638.670000', '144639.130000', '144639.590000', '144640.050000', '144640.510000', '144640.970000', '144641.430000', '144641.890000', '144642.350000', '144642.810000', '144643.270000', '144643.730000', '144644.190000', '144644.650000', '144645.110000', '144645.570000', '144646.030000', '144646.490000', '144646.950000', '144647.410000', '144647.870000', '144648.330000', '144648.790000', '144649.250000', '144649.710000', '144650.170000', '144650.630000', '144651.090000', '144651.550000', '144652.010000', '144652.470000', '144652.930000', '144653.390000', '144653.850000', '144654.310000', '144654.770000', '144655.230000', '144655.690000', '144656.150000', '144656.610000', '144657.070000', '144657.530000', '144657.990000', '144658.450000', '144658.910000', '144659.370000', '144659.830000', '144700.290000', '144700.750000', '144701.210000', '144701.670000', '144702.130000', '144702.590000', '144703.050000', '144703.510000', '144703.970000', '144704.430000', '144704.890000', '144705.350000', '144705.810000', '144706.270000', '144706.730000', '144707.190000', '144707.650000', '144708.110000', '144708.570000', '144709.030000', '144709.490000', '144709.950000', '144710.410000', '144710.870000', '144711.330000', '144711.790000', '144712.250000', '144712.710000', '144713.170000', '144713.630000', '144714.090000', '144714.550000', '144715.010000', '144715.470000', '144715.930000', '144716.390000', '144716.850000', '144717.310000', '144717.770000', '144718.230000', '144718.690000', '144719.150000', '144719.610000', '144720.070000', '144720.530000', '144720.990000', '144721.450000', '144721.910000', '144722.370000', '144722.830000', '144723.290000', '144723.750000', '144724.210000', '144724.670000', '144725.130000', '144725.590000', '144726.050000', '144726.510000', '144726.970000', '144727.430000', '144727.890000', '144728.350000', '144728.810000', '144729.270000', '144729.730000', '144730.190000', '144730.650000', '144731.110000', '144731.570000', '144732.030000', '144732.490000', '144732.950000', '144733.410000', '144733.870000', '144734.330000', '144734.790000', '144735.250000', '144735.710000', '144736.170000', '144736.630000', '144737.090000', '144737.550000', '144738.010000', '144738.470000', '144738.930000', '144739.390000', '144739.850000', '144740.310000', '144740.770000', '144741.230000', '144741.690000', '144742.150000', '144742.610000', '144743.070000', '144743.530000', '144743.990000', '144744.450000', '144744.910000', '144745.370000', '144745.830000', '144746.290000', '144746.750000', '144747.210000', '144747.670000', '144748.130000', '144748.590000', '144749.050000', '144749.510000', '144749.970000', '144750.430000', '144750.890000', '144751.350000', '144751.810000', '144752.270000', '144752.730000', '144753.190000', '144753.650000', '144754.110000', '144754.570000', '144755.030000', '144755.490000', '144755.950000', '144756.410000', '144756.870000', '144757.330000', '144757.790000', '144758.250000', '144758.710000', '144759.170000', '144759.630000', '144800.090000', '144800.550000', '144801.010000', '144801.470000', '144801.930000', '144802.390000', '144802.850000', '144803.310000', '144803.770000', '144804.230000', '144804.690000', '144805.150000', '144805.610000', '144806.070000', '144806.530000', '144806.990000', '144807.450000', '144807.910000', '144808.370000', '144808.830000', '144809.290000', '144809.750000', '144810.210000', '144810.670000', '144811.130000', '144811.590000', '144812.050000', '144812.510000', '144812.970000', '144813.430000', '144813.890000', '144814.350000', '144814.810000', '144815.270000', '144815.730000', '144816.190000', '144816.650000', '144817.110000', '144817.570000', '144818.030000', '144818.490000', '144818.950000', '144819.410000', '144819.870000', '144820.330000', '144820.790000', '144821.250000', '144821.710000', '144822.170000', '144822.630000', '144823.090000', '144823.550000', '144824.010000', '144824.470000', '144824.930000', '144825.390000', '144825.850000', '144826.310000', '144826.770000', '144827.230000', '144827.690000', '144828.150000', '144828.610000', '144829.070000', '144829.530000', '144829.990000', '144830.450000', '144830.910000', '144831.370000', '144831.830000', '144832.290000', '144832.750000', '144833.210000', '144833.670000', '144834.130000', '144834.590000', '144835.050000', '144835.510000', '144835.970000', '144836.430000', '144836.890000', '144837.350000', '144837.810000', '144838.270000', '144838.730000', '144839.190000', '144839.650000', '144840.110000', '144840.570000', '144841.030000', '144841.490000', '144841.950000', '144842.410000', '144842.870000', '144843.330000', '144843.790000', '144844.250000', '144844.710000', '144845.170000', '144845.630000', '144846.090000', '144846.550000', '144847.010000', '144847.470000', '144847.930000', '144848.390000', '144848.850000', '144849.310000', '144849.770000', '144850.230000', '144850.690000', '144851.150000', '144851.610000', '144852.070000', '144852.530000', '144852.990000', '144853.450000', '144853.910000', '144854.370000', '144854.830000', '144855.290000', '144855.750000', '144856.210000', '144856.670000', '144857.130000', '144857.590000', '144858.050000', '144858.510000', '144858.970000', '144859.430000', '144859.890000', '144900.350000', '144900.810000', '144901.270000', '144901.730000', '144902.190000', '144902.650000', '144903.110000', '144903.570000', '144904.030000', '144904.490000', '144904.950000', '144905.410000', '144905.870000', '144906.330000', '144906.790000', '144907.250000', '144907.710000', '144908.170000', '144908.630000', '144909.090000', '144909.550000', '144910.010000', '144910.470000', '144910.930000', '144911.390000', '144911.850000', '144912.310000', '144912.770000', '144913.230000', '144913.690000', '144914.150000', '144914.610000', '144915.070000', '144915.530000', '144915.990000', '144916.450000', '144916.910000', '144917.370000', '144917.830000', '144918.290000', '144918.750000', '144919.210000', '144919.670000', '144920.130000', '144920.590000', '144921.050000', '144921.510000', '144921.970000', '144922.430000', '144922.890000', '144923.350000', '144923.810000', '144924.270000', '144924.730000', '144925.190000', '144925.650000', '144926.110000', '144926.570000', '144927.030000', '144927.490000', '144927.950000', '144928.410000', '144928.870000', '144929.330000', '144929.790000', '144930.250000', '144930.710000', '144931.170000', '144931.630000', '144932.090000', '144932.550000', '144933.010000', '144933.470000', '144933.930000', '144934.390000', '144934.850000', '144935.310000', '144935.770000', '144936.230000', '144936.690000', '144937.150000', '144937.610000', '144938.070000', '144938.530000', '144938.990000', '144939.450000', '144939.910000', '144940.370000', '144940.830000', '144941.290000', '144941.750000', '144942.210000', '144942.670000', '144943.130000', '144943.590000', '144944.050000', '144944.510000', '144944.970000', '144945.430000', '144945.890000', '144946.350000', '144946.810000', '144947.270000', '144947.730000', '144948.190000', '144948.650000', '144949.110000', '144949.570000', '144950.030000', '144950.490000', '144950.950000', '144951.410000', '144951.870000', '144952.330000', '144952.790000', '144953.250000', '144953.710000', '144954.170000', '144954.630000', '144955.090000', '144955.550000', '144956.010000', '144956.470000', '144956.930000', '144957.390000', '144957.850000', '144958.310000', '144958.770000', '144959.230000', '144959.690000', '145000.150000', '145000.610000', '145001.070000', '145001.530000', '145001.990000', '145002.450000', '145002.910000', '145003.370000', '145003.830000', '145004.290000', '145004.750000', '145005.210000', '145005.670000', '145006.130000', '145006.590000', '145007.050000', '145007.510000', '145007.970000', '145008.430000', '145008.890000', '145009.350000', '145009.810000', '145010.270000', '145010.730000', '145011.190000', '145011.650000', '145012.110000', '145012.570000', '145013.030000', '145013.490000', '145013.950000', '145014.410000', '145014.870000', '145015.330000', '145015.790000', '145016.250000', '145016.710000', '145017.170000', '145017.630000', '145018.090000', '145018.550000', '145019.010000', '145019.470000', '145019.930000', '145020.390000', '145020.850000', '145021.310000', '145021.770000', '145022.230000', '145022.690000', '145023.150000', '145023.610000', '145024.070000', '145024.530000', '145024.990000', '145025.450000', '145025.910000', '145026.370000', '145026.830000', '145027.290000', '145027.750000', '145028.210000', '145028.670000', '145029.130000', '145029.590000', '145030.050000', '145030.510000', '145030.970000', '145031.430000', '145031.890000', '145032.350000', '145032.810000', '145033.270000', '145033.730000', '145034.190000', '145034.650000', '145035.110000', '145035.570000', '145036.030000', '145036.490000', '145036.950000', '145037.410000', '145037.870000', '145038.330000', '145038.790000', '145039.250000', '145039.710000', '145040.170000', '145040.630000', '145041.090000', '145041.550000', '145042.010000', '145042.470000', '145042.930000', '145043.390000', '145043.850000', '145044.310000', '145044.770000', '145045.230000', '145045.690000', '145046.150000', '145046.610000', '145047.070000', '145047.530000', '145047.990000', '145048.450000', '145048.910000', '145049.370000', '145049.830000', '145050.290000', '145050.750000', '145051.210000', '145051.670000', '145052.130000', '145052.590000', '145053.050000', '145053.510000', '145053.970000', '145054.430000', '145054.890000', '145055.350000', '145055.810000', '145056.270000', '145056.730000', '145057.190000', '145057.650000', '145058.110000', '145058.570000', '145059.030000', '145059.490000', '145059.950000', '145100.410000', '145100.870000', '145101.330000', '145101.790000', '145102.250000', '145102.710000', '145103.170000', '145103.630000', '145104.090000', '145104.550000', '145105.010000', '145105.470000', '145105.930000', '145106.390000', '145106.850000', '145107.310000', '145107.770000', '145108.230000', '145108.690000', '145109.150000', '145109.610000', '145110.070000', '145110.530000', '145110.990000', '145111.450000', '145111.910000', '145112.370000', '145112.830000', '145113.290000', '145113.750000', '145114.210000', '145114.670000', '145115.130000', '145115.590000', '145116.050000', '145116.510000', '145116.970000'], 'ContentTime': ['144458.492000', '144458.495000', '144458.498000', '144458.501000', '144458.503000', '144458.506000', '144458.508000', '144458.511000', '144458.514000', '144458.516000', '144458.519000', '144458.521000', '144458.524000', '144458.527000', '144458.529000', '144458.532000', '144458.534000', '144458.537000', '144458.540000', '144458.542000', '144458.545000', '144458.548000', '144458.550000', '144458.553000', '144458.555000', '144458.558000', '144458.560000', '144458.563000', '144458.566000', '144458.568000', '144458.571000', '144458.574000', '144458.576000', '144458.579000', '144458.582000', '144458.584000', '144458.587000', '144458.590000', '144458.592000', '144458.595000', '144458.597000', '144458.600000', '144458.603000', '144458.605000', '144458.608000', '144518.463000', '144518.467000', '144518.469000', '144518.472000', '144518.476000', '144518.479000', '144518.482000', '144518.485000', '144518.487000', '144518.490000', '144518.493000', '144518.495000', '144518.498000', '144518.500000', '144518.503000', '144518.506000', '144518.508000', '144518.511000', '144518.513000', '144518.516000', '144518.519000', '144518.521000', '144518.524000', '144518.527000', '144518.529000', '144518.532000', '144518.535000', '144518.537000', '144518.540000', '144518.543000', '144518.545000', '144518.548000', '144518.550000', '144518.553000', '144518.556000', '144518.558000', '144518.561000', '144518.563000', '144518.566000', '144518.569000', '144518.571000', '144518.574000', '144518.577000', '144538.462000', '144538.465000', '144538.468000', '144538.471000', '144538.473000', '144538.476000', '144538.479000', '144538.481000', '144538.484000', '144538.486000', '144538.489000', '144538.492000', '144538.495000', '144538.497000', '144538.500000', '144538.502000', '144538.505000', '144538.507000', '144538.510000', '144538.513000', '144538.516000', '144538.518000', '144538.521000', '144538.524000', '144538.526000', '144538.529000', '144538.531000', '144538.534000', '144538.537000', '144538.539000', '144538.542000', '144538.545000', '144538.547000', '144538.550000', '144538.552000', '144538.555000', '144538.558000', '144538.560000', '144538.563000', '144538.566000', '144538.568000', '144538.571000', '144538.573000', '144538.576000', '144558.463000', '144558.465000', '144558.468000', '144558.471000', '144558.474000', '144558.476000', '144558.479000', '144558.481000', '144558.484000', '144558.487000', '144558.489000', '144558.492000', '144558.495000', '144558.497000', '144558.500000', '144558.502000', '144558.505000', '144558.508000', '144558.510000', '144558.513000', '144558.515000', '144558.518000', '144558.521000', '144558.535000', '144558.538000', '144558.540000', '144558.547000', '144558.550000', '144558.553000', '144558.555000', '144558.558000', '144558.561000', '144558.563000', '144558.566000', '144558.568000', '144558.571000', '144558.574000', '144558.577000', '144558.579000', '144558.582000', '144558.584000', '144558.587000', '144558.590000', '144618.462000', '144618.466000', '144618.468000', '144618.471000', '144618.473000', '144618.476000', '144618.479000', '144618.481000', '144618.484000', '144618.487000', '144618.489000', '144618.492000', '144618.495000', '144618.498000', '144618.500000', '144618.503000', '144618.506000', '144618.508000', '144618.511000', '144618.513000', '144618.516000', '144618.519000', '144618.521000', '144618.524000', '144618.526000', '144618.529000', '144618.532000', '144618.534000', '144618.537000', '144618.540000', '144618.543000', '144618.546000', '144618.548000', '144618.551000', '144618.553000', '144618.556000', '144618.559000', '144618.561000', '144618.564000', '144618.566000', '144618.569000', '144618.572000', '144618.574000', '144618.577000', '144638.463000', '144638.466000', '144638.469000', '144638.472000', '144638.475000', '144638.477000', '144638.480000', '144638.483000', '144638.486000', '144638.488000', '144638.491000', '144638.493000', '144638.496000', '144638.499000', '144638.502000', '144638.504000', '144638.507000', '144638.510000', '144638.512000', '144638.515000', '144638.517000', '144638.520000', '144638.523000', '144638.525000', '144638.528000', '144638.531000', '144638.533000', '144638.536000', '144638.538000', '144638.541000', '144638.543000', '144638.546000', '144638.549000', '144638.551000', '144638.554000', '144638.557000', '144638.559000', '144638.562000', '144638.565000', '144638.567000', '144638.570000', '144638.572000', '144638.575000', '144658.463000', '144658.466000', '144658.469000', '144658.471000', '144658.475000', '144658.477000', '144658.480000', '144658.482000', '144658.485000', '144658.488000', '144658.490000', '144658.493000', '144658.496000', '144658.498000', '144658.501000', '144658.504000', '144658.506000', '144658.509000', '144658.511000', '144658.514000', '144658.517000', '144658.520000', '144658.522000', '144658.525000', '144658.527000', '144658.530000', '144658.533000', '144658.535000', '144658.538000', '144658.541000', '144658.543000', '144658.546000', '144658.548000', '144658.551000', '144658.554000', '144658.556000', '144658.559000', '144658.562000', '144658.564000', '144658.567000', '144658.569000', '144658.572000', '144658.575000', '144658.577000', '144718.464000', '144718.466000', '144718.469000', '144718.472000', '144718.474000', '144718.477000', '144718.480000', '144718.483000', '144718.485000', '144718.488000', '144718.491000', '144718.493000', '144718.496000', '144718.498000', '144718.501000', '144718.504000', '144718.506000', '144718.509000', '144718.512000', '144718.515000', '144718.518000', '144718.521000', '144718.523000', '144718.526000', '144718.529000', '144718.531000', '144718.534000', '144718.537000', '144718.539000', '144718.542000', '144718.545000', '144718.547000', '144718.550000', '144718.553000', '144718.555000', '144718.558000', '144718.561000', '144718.566000', '144718.568000', '144718.571000', '144718.574000', '144718.576000', '144718.579000', '144738.464000', '144738.466000', '144738.469000', '144738.472000', '144738.474000', '144738.477000', '144738.480000', '144738.482000', '144738.485000', '144738.488000', '144738.490000', '144738.493000', '144738.496000', '144738.498000', '144738.501000', '144738.504000', '144738.506000', '144738.509000', '144738.511000', '144738.540000', '144738.543000', '144738.546000', '144738.548000', '144738.551000', '144738.554000', '144738.556000', '144738.559000', '144738.562000', '144738.564000', '144738.567000', '144738.569000', '144738.572000', '144738.575000', '144738.577000', '144738.580000', '144738.583000', '144738.585000', '144738.588000', '144738.591000', '144738.593000', '144738.596000', '144738.599000', '144738.601000', '144758.462000', '144758.465000', '144758.468000', '144758.471000', '144758.474000', '144758.476000', '144758.479000', '144758.482000', '144758.484000', '144758.487000', '144758.490000', '144758.492000', '144758.495000', '144758.498000', '144758.500000', '144758.503000', '144758.506000', '144758.508000', '144758.511000', '144758.514000', '144758.517000', '144758.520000', '144758.523000', '144758.526000', '144758.528000', '144758.531000', '144758.534000', '144758.543000', '144758.546000', '144758.548000', '144758.551000', '144758.554000', '144758.556000', '144758.559000', '144758.562000', '144758.564000', '144758.567000', '144758.569000', '144758.572000', '144758.575000', '144758.578000', '144758.580000', '144758.583000', '144758.585000', '144818.463000', '144818.465000', '144818.469000', '144818.471000', '144818.474000', '144818.477000', '144818.479000', '144818.482000', '144818.485000', '144818.487000', '144818.490000', '144818.493000', '144818.495000', '144818.498000', '144818.500000', '144818.503000', '144818.506000', '144818.508000', '144818.511000', '144818.514000', '144818.516000', '144818.519000', '144818.522000', '144818.524000', '144818.527000', '144818.529000', '144818.532000', '144818.535000', '144818.537000', '144818.540000', '144818.543000', '144818.546000', '144818.548000', '144818.551000', '144818.554000', '144818.556000', '144818.559000', '144818.562000', '144818.564000', '144818.567000', '144818.569000', '144818.572000', '144818.575000', '144818.577000', '144838.463000', '144838.466000', '144838.469000', '144838.472000', '144838.475000', '144838.478000', '144838.480000', '144838.483000', '144838.486000', '144838.488000', '144838.491000', '144838.493000', '144838.496000', '144838.499000', '144838.501000', '144838.504000', '144838.507000', '144838.509000', '144838.512000', '144838.514000', '144838.517000', '144838.520000', '144838.522000', '144838.525000', '144838.528000', '144838.530000', '144838.533000', '144838.535000', '144838.538000', '144838.541000', '144838.543000', '144838.546000', '144838.549000', '144838.551000', '144838.554000', '144838.557000', '144838.559000', '144838.562000', '144838.565000', '144838.567000', '144838.570000', '144838.572000', '144838.575000', '144858.464000', '144858.467000', '144858.469000', '144858.472000', '144858.475000', '144858.477000', '144858.480000', '144858.483000', '144858.485000', '144858.488000', '144858.491000', '144858.493000', '144858.496000', '144858.498000', '144858.501000', '144858.504000', '144858.506000', '144858.509000', '144858.512000', '144858.515000', '144858.517000', '144858.520000', '144858.523000', '144858.525000', '144858.528000', '144858.530000', '144858.533000', '144858.536000', '144858.538000', '144858.541000', '144858.544000', '144858.546000', '144858.549000', '144858.552000', '144858.555000', '144858.557000', '144858.560000', '144858.563000', '144858.565000', '144858.568000', '144858.570000', '144858.573000', '144858.576000', '144858.579000', '144918.463000', '144918.466000', '144918.469000', '144918.472000', '144918.474000', '144918.477000', '144918.480000', '144918.482000', '144918.485000', '144918.488000', '144918.490000', '144918.493000', '144918.495000', '144918.498000', '144918.501000', '144918.504000', '144918.506000', '144918.509000', '144918.511000', '144918.514000', '144918.517000', '144918.519000', '144918.522000', '144918.525000', '144918.527000', '144918.530000', '144918.532000', '144918.535000', '144918.538000', '144918.540000', '144918.543000', '144918.546000', '144918.548000', '144918.551000', '144918.553000', '144918.556000', '144918.559000', '144918.562000', '144918.564000', '144918.567000', '144918.570000', '144918.572000', '144918.575000', '144938.464000', '144938.467000', '144938.469000', '144938.472000', '144938.475000', '144938.477000', '144938.480000', '144938.482000', '144938.485000', '144938.488000', '144938.490000', '144938.493000', '144938.496000', '144938.498000', '144938.501000', '144938.503000', '144938.506000', '144938.509000', '144938.511000', '144938.514000', '144938.517000', '144938.519000', '144938.522000', '144938.525000', '144938.527000', '144938.530000', '144938.533000', '144938.535000', '144938.538000', '144938.541000', '144938.543000', '144938.546000', '144938.549000', '144938.551000', '144938.554000', '144938.556000', '144938.559000', '144938.562000', '144938.564000', '144938.567000', '144938.569000', '144938.572000', '144938.575000', '144938.578000', '144958.463000', '144958.467000', '144958.470000', '144958.472000', '144958.475000', '144958.478000', '144958.480000', '144958.483000', '144958.486000', '144958.488000', '144958.491000', '144958.493000', '144958.496000', '144958.499000', '144958.501000', '144958.504000', '144958.507000', '144958.509000', '144958.512000', '144958.515000', '144958.517000', '144958.520000', '144958.523000', '144958.525000', '144958.528000', '144958.531000', '144958.533000', '144958.536000', '144958.539000', '144958.541000', '144958.544000', '144958.547000', '144958.549000', '144958.552000', '144958.554000', '144958.557000', '144958.560000', '144958.562000', '144958.565000', '144958.568000', '144958.570000', '144958.573000', '144958.576000', '145018.463000', '145018.465000', '145018.468000', '145018.471000', '145018.473000', '145018.476000', '145018.478000', '145018.481000', '145018.483000', '145018.486000', '145018.489000', '145018.491000', '145018.494000', '145018.496000', '145018.499000', '145018.502000', '145018.504000', '145018.507000', '145018.509000', '145018.512000', '145018.514000', '145018.517000', '145018.519000', '145018.522000', '145018.525000', '145018.527000', '145018.530000', '145018.532000', '145018.535000', '145018.538000', '145018.540000', '145018.543000', '145018.545000', '145018.548000', '145018.551000', '145018.553000', '145018.556000', '145018.558000', '145018.561000', '145018.564000', '145018.566000', '145018.569000', '145018.571000', '145018.574000', '145038.462000', '145038.465000', '145038.470000', '145038.472000', '145038.475000', '145038.477000', '145038.480000', '145038.483000', '145038.485000', '145038.488000', '145038.497000', '145038.500000', '145038.502000', '145038.505000', '145038.508000', '145038.510000', '145038.513000', '145038.516000', '145038.518000', '145038.521000', '145038.523000', '145038.526000', '145038.529000', '145038.531000', '145038.534000', '145038.536000', '145038.539000', '145038.541000', '145038.544000', '145038.547000', '145038.549000', '145038.552000', '145038.554000', '145038.557000', '145038.559000', '145038.562000', '145038.564000', '145038.567000', '145038.570000', '145038.572000', '145038.575000', '145038.578000', '145038.580000', '145058.464000', '145058.467000', '145058.469000', '145058.472000', '145058.474000', '145058.477000', '145058.479000', '145058.482000', '145058.485000', '145058.487000', '145058.490000', '145058.492000', '145058.495000', '145058.498000', '145058.500000', '145058.503000', '145058.506000', '145058.508000', '145058.511000', '145058.513000', '145058.516000', '145058.519000', '145058.521000', '145058.524000', '145058.526000', '145058.529000', '145058.532000', '145058.534000', '145058.537000', '145058.539000', '145058.542000', '145058.544000', '145058.547000', '145058.550000', '145058.552000', '145058.555000', '145058.557000', '145058.560000', '145058.563000', '145058.565000', '145058.568000', '145058.570000', '145058.573000', '145058.576000', '145118.464000', '145118.467000', '145118.470000', '145118.473000', '145118.476000', '145118.479000', '145118.481000', '145118.484000', '145118.487000', '145118.489000', '145118.492000', '145118.495000', '145118.497000', '145118.500000', '145118.503000', '145118.505000', '145118.508000', '145118.511000', '145118.513000', '145118.516000', '145118.518000', '145118.521000', '145118.524000', '145118.527000', '145118.530000', '145118.533000', '145118.536000', '145118.539000', '145118.543000', '145118.546000', '145118.550000', '145118.553000', '145118.557000', '145118.560000', '145118.563000', '145118.566000', '145118.570000', '145118.573000', '145118.575000', '145118.578000', '145118.581000', '145118.584000', '145118.586000', '145118.644000'], 'InstanceCreationTime': ['144458.492000', '144458.495000', '144458.498000', '144458.501000', '144458.503000', '144458.506000', '144458.508000', '144458.511000', '144458.514000', '144458.516000', '144458.519000', '144458.521000', '144458.524000', '144458.527000', '144458.529000', '144458.532000', '144458.534000', '144458.537000', '144458.540000', '144458.542000', '144458.545000', '144458.548000', '144458.550000', '144458.553000', '144458.555000', '144458.558000', '144458.560000', '144458.563000', '144458.566000', '144458.568000', '144458.571000', '144458.574000', '144458.576000', '144458.579000', '144458.582000', '144458.584000', '144458.587000', '144458.590000', '144458.592000', '144458.595000', '144458.597000', '144458.600000', '144458.603000', '144458.605000', '144458.608000', '144518.463000', '144518.467000', '144518.469000', '144518.472000', '144518.476000', '144518.479000', '144518.482000', '144518.485000', '144518.487000', '144518.490000', '144518.493000', '144518.495000', '144518.498000', '144518.500000', '144518.503000', '144518.506000', '144518.508000', '144518.511000', '144518.513000', '144518.516000', '144518.519000', '144518.521000', '144518.524000', '144518.527000', '144518.529000', '144518.532000', '144518.535000', '144518.537000', '144518.540000', '144518.543000', '144518.545000', '144518.548000', '144518.550000', '144518.553000', '144518.556000', '144518.558000', '144518.561000', '144518.563000', '144518.566000', '144518.569000', '144518.571000', '144518.574000', '144518.577000', '144538.462000', '144538.465000', '144538.468000', '144538.471000', '144538.473000', '144538.476000', '144538.479000', '144538.481000', '144538.484000', '144538.486000', '144538.489000', '144538.492000', '144538.495000', '144538.497000', '144538.500000', '144538.502000', '144538.505000', '144538.507000', '144538.510000', '144538.513000', '144538.516000', '144538.518000', '144538.521000', '144538.524000', '144538.526000', '144538.529000', '144538.531000', '144538.534000', '144538.537000', '144538.539000', '144538.542000', '144538.545000', '144538.547000', '144538.550000', '144538.552000', '144538.555000', '144538.558000', '144538.560000', '144538.563000', '144538.566000', '144538.568000', '144538.571000', '144538.573000', '144538.576000', '144558.463000', '144558.465000', '144558.468000', '144558.471000', '144558.474000', '144558.476000', '144558.479000', '144558.481000', '144558.484000', '144558.487000', '144558.489000', '144558.492000', '144558.495000', '144558.497000', '144558.500000', '144558.502000', '144558.505000', '144558.508000', '144558.510000', '144558.513000', '144558.515000', '144558.518000', '144558.521000', '144558.535000', '144558.538000', '144558.540000', '144558.547000', '144558.550000', '144558.553000', '144558.555000', '144558.558000', '144558.561000', '144558.563000', '144558.566000', '144558.568000', '144558.571000', '144558.574000', '144558.577000', '144558.579000', '144558.582000', '144558.584000', '144558.587000', '144558.590000', '144618.462000', '144618.466000', '144618.468000', '144618.471000', '144618.473000', '144618.476000', '144618.479000', '144618.481000', '144618.484000', '144618.487000', '144618.489000', '144618.492000', '144618.495000', '144618.498000', '144618.500000', '144618.503000', '144618.506000', '144618.508000', '144618.511000', '144618.513000', '144618.516000', '144618.519000', '144618.521000', '144618.524000', '144618.526000', '144618.529000', '144618.532000', '144618.534000', '144618.537000', '144618.540000', '144618.543000', '144618.546000', '144618.548000', '144618.551000', '144618.553000', '144618.556000', '144618.559000', '144618.561000', '144618.564000', '144618.566000', '144618.569000', '144618.572000', '144618.574000', '144618.577000', '144638.463000', '144638.466000', '144638.469000', '144638.472000', '144638.475000', '144638.477000', '144638.480000', '144638.483000', '144638.486000', '144638.488000', '144638.491000', '144638.493000', '144638.496000', '144638.499000', '144638.502000', '144638.504000', '144638.507000', '144638.510000', '144638.512000', '144638.515000', '144638.517000', '144638.520000', '144638.523000', '144638.525000', '144638.528000', '144638.531000', '144638.533000', '144638.536000', '144638.538000', '144638.541000', '144638.543000', '144638.546000', '144638.549000', '144638.551000', '144638.554000', '144638.557000', '144638.559000', '144638.562000', '144638.565000', '144638.567000', '144638.570000', '144638.572000', '144638.575000', '144658.463000', '144658.466000', '144658.469000', '144658.471000', '144658.475000', '144658.477000', '144658.480000', '144658.482000', '144658.485000', '144658.488000', '144658.490000', '144658.493000', '144658.496000', '144658.498000', '144658.501000', '144658.504000', '144658.506000', '144658.509000', '144658.511000', '144658.514000', '144658.517000', '144658.520000', '144658.522000', '144658.525000', '144658.527000', '144658.530000', '144658.533000', '144658.535000', '144658.538000', '144658.541000', '144658.543000', '144658.546000', '144658.548000', '144658.551000', '144658.554000', '144658.556000', '144658.559000', '144658.562000', '144658.564000', '144658.567000', '144658.569000', '144658.572000', '144658.575000', '144658.577000', '144718.464000', '144718.466000', '144718.469000', '144718.472000', '144718.474000', '144718.477000', '144718.480000', '144718.483000', '144718.485000', '144718.488000', '144718.491000', '144718.493000', '144718.496000', '144718.498000', '144718.501000', '144718.504000', '144718.506000', '144718.509000', '144718.512000', '144718.515000', '144718.518000', '144718.521000', '144718.523000', '144718.526000', '144718.529000', '144718.531000', '144718.534000', '144718.537000', '144718.539000', '144718.542000', '144718.545000', '144718.547000', '144718.550000', '144718.553000', '144718.555000', '144718.558000', '144718.561000', '144718.566000', '144718.568000', '144718.571000', '144718.574000', '144718.576000', '144718.579000', '144738.464000', '144738.466000', '144738.469000', '144738.472000', '144738.474000', '144738.477000', '144738.480000', '144738.482000', '144738.485000', '144738.488000', '144738.490000', '144738.493000', '144738.496000', '144738.498000', '144738.501000', '144738.504000', '144738.506000', '144738.509000', '144738.511000', '144738.540000', '144738.543000', '144738.546000', '144738.548000', '144738.551000', '144738.554000', '144738.556000', '144738.559000', '144738.562000', '144738.564000', '144738.567000', '144738.569000', '144738.572000', '144738.575000', '144738.577000', '144738.580000', '144738.583000', '144738.585000', '144738.588000', '144738.591000', '144738.593000', '144738.596000', '144738.599000', '144738.601000', '144758.462000', '144758.465000', '144758.468000', '144758.471000', '144758.474000', '144758.476000', '144758.479000', '144758.482000', '144758.484000', '144758.487000', '144758.490000', '144758.492000', '144758.495000', '144758.498000', '144758.500000', '144758.503000', '144758.506000', '144758.508000', '144758.511000', '144758.514000', '144758.517000', '144758.520000', '144758.523000', '144758.526000', '144758.528000', '144758.531000', '144758.534000', '144758.543000', '144758.546000', '144758.548000', '144758.551000', '144758.554000', '144758.556000', '144758.559000', '144758.562000', '144758.564000', '144758.567000', '144758.569000', '144758.572000', '144758.575000', '144758.578000', '144758.580000', '144758.583000', '144758.585000', '144818.463000', '144818.465000', '144818.469000', '144818.471000', '144818.474000', '144818.477000', '144818.479000', '144818.482000', '144818.485000', '144818.487000', '144818.490000', '144818.493000', '144818.495000', '144818.498000', '144818.500000', '144818.503000', '144818.506000', '144818.508000', '144818.511000', '144818.514000', '144818.516000', '144818.519000', '144818.522000', '144818.524000', '144818.527000', '144818.529000', '144818.532000', '144818.535000', '144818.537000', '144818.540000', '144818.543000', '144818.546000', '144818.548000', '144818.551000', '144818.554000', '144818.556000', '144818.559000', '144818.562000', '144818.564000', '144818.567000', '144818.569000', '144818.572000', '144818.575000', '144818.577000', '144838.463000', '144838.466000', '144838.469000', '144838.472000', '144838.475000', '144838.478000', '144838.480000', '144838.483000', '144838.486000', '144838.488000', '144838.491000', '144838.493000', '144838.496000', '144838.499000', '144838.501000', '144838.504000', '144838.507000', '144838.509000', '144838.512000', '144838.514000', '144838.517000', '144838.520000', '144838.522000', '144838.525000', '144838.528000', '144838.530000', '144838.533000', '144838.535000', '144838.538000', '144838.541000', '144838.543000', '144838.546000', '144838.549000', '144838.551000', '144838.554000', '144838.557000', '144838.559000', '144838.562000', '144838.565000', '144838.567000', '144838.570000', '144838.572000', '144838.575000', '144858.464000', '144858.467000', '144858.469000', '144858.472000', '144858.475000', '144858.477000', '144858.480000', '144858.483000', '144858.485000', '144858.488000', '144858.491000', '144858.493000', '144858.496000', '144858.498000', '144858.501000', '144858.504000', '144858.506000', '144858.509000', '144858.512000', '144858.515000', '144858.517000', '144858.520000', '144858.523000', '144858.525000', '144858.528000', '144858.530000', '144858.533000', '144858.536000', '144858.538000', '144858.541000', '144858.544000', '144858.546000', '144858.549000', '144858.552000', '144858.555000', '144858.557000', '144858.560000', '144858.563000', '144858.565000', '144858.568000', '144858.570000', '144858.573000', '144858.576000', '144858.579000', '144918.463000', '144918.466000', '144918.469000', '144918.472000', '144918.474000', '144918.477000', '144918.480000', '144918.482000', '144918.485000', '144918.488000', '144918.490000', '144918.493000', '144918.495000', '144918.498000', '144918.501000', '144918.504000', '144918.506000', '144918.509000', '144918.511000', '144918.514000', '144918.517000', '144918.519000', '144918.522000', '144918.525000', '144918.527000', '144918.530000', '144918.532000', '144918.535000', '144918.538000', '144918.540000', '144918.543000', '144918.546000', '144918.548000', '144918.551000', '144918.553000', '144918.556000', '144918.559000', '144918.562000', '144918.564000', '144918.567000', '144918.570000', '144918.572000', '144918.575000', '144938.464000', '144938.467000', '144938.469000', '144938.472000', '144938.475000', '144938.477000', '144938.480000', '144938.482000', '144938.485000', '144938.488000', '144938.490000', '144938.493000', '144938.496000', '144938.498000', '144938.501000', '144938.503000', '144938.506000', '144938.509000', '144938.511000', '144938.514000', '144938.517000', '144938.519000', '144938.522000', '144938.525000', '144938.527000', '144938.530000', '144938.533000', '144938.535000', '144938.538000', '144938.541000', '144938.543000', '144938.546000', '144938.549000', '144938.551000', '144938.554000', '144938.556000', '144938.559000', '144938.562000', '144938.564000', '144938.567000', '144938.569000', '144938.572000', '144938.575000', '144938.578000', '144958.463000', '144958.467000', '144958.470000', '144958.472000', '144958.475000', '144958.478000', '144958.480000', '144958.483000', '144958.486000', '144958.488000', '144958.491000', '144958.493000', '144958.496000', '144958.499000', '144958.501000', '144958.504000', '144958.507000', '144958.509000', '144958.512000', '144958.515000', '144958.517000', '144958.520000', '144958.523000', '144958.525000', '144958.528000', '144958.531000', '144958.533000', '144958.536000', '144958.539000', '144958.541000', '144958.544000', '144958.547000', '144958.549000', '144958.552000', '144958.554000', '144958.557000', '144958.560000', '144958.562000', '144958.565000', '144958.568000', '144958.570000', '144958.573000', '144958.576000', '145018.463000', '145018.465000', '145018.468000', '145018.471000', '145018.473000', '145018.476000', '145018.478000', '145018.481000', '145018.483000', '145018.486000', '145018.489000', '145018.491000', '145018.494000', '145018.496000', '145018.499000', '145018.502000', '145018.504000', '145018.507000', '145018.509000', '145018.512000', '145018.514000', '145018.517000', '145018.519000', '145018.522000', '145018.525000', '145018.527000', '145018.530000', '145018.532000', '145018.535000', '145018.538000', '145018.540000', '145018.543000', '145018.545000', '145018.548000', '145018.551000', '145018.553000', '145018.556000', '145018.558000', '145018.561000', '145018.564000', '145018.566000', '145018.569000', '145018.571000', '145018.574000', '145038.462000', '145038.465000', '145038.470000', '145038.472000', '145038.475000', '145038.477000', '145038.480000', '145038.483000', '145038.485000', '145038.488000', '145038.497000', '145038.500000', '145038.502000', '145038.505000', '145038.508000', '145038.510000', '145038.513000', '145038.516000', '145038.518000', '145038.521000', '145038.523000', '145038.526000', '145038.529000', '145038.531000', '145038.534000', '145038.536000', '145038.539000', '145038.541000', '145038.544000', '145038.547000', '145038.549000', '145038.552000', '145038.554000', '145038.557000', '145038.559000', '145038.562000', '145038.564000', '145038.567000', '145038.570000', '145038.572000', '145038.575000', '145038.578000', '145038.580000', '145058.464000', '145058.467000', '145058.469000', '145058.472000', '145058.474000', '145058.477000', '145058.479000', '145058.482000', '145058.485000', '145058.487000', '145058.490000', '145058.492000', '145058.495000', '145058.498000', '145058.500000', '145058.503000', '145058.506000', '145058.508000', '145058.511000', '145058.513000', '145058.516000', '145058.519000', '145058.521000', '145058.524000', '145058.526000', '145058.529000', '145058.532000', '145058.534000', '145058.537000', '145058.539000', '145058.542000', '145058.544000', '145058.547000', '145058.550000', '145058.552000', '145058.555000', '145058.557000', '145058.560000', '145058.563000', '145058.565000', '145058.568000', '145058.570000', '145058.573000', '145058.576000', '145118.464000', '145118.467000', '145118.470000', '145118.473000', '145118.476000', '145118.479000', '145118.481000', '145118.484000', '145118.487000', '145118.489000', '145118.492000', '145118.495000', '145118.497000', '145118.500000', '145118.503000', '145118.505000', '145118.508000', '145118.511000', '145118.513000', '145118.516000', '145118.518000', '145118.521000', '145118.524000', '145118.527000', '145118.530000', '145118.533000', '145118.536000', '145118.539000', '145118.543000', '145118.546000', '145118.550000', '145118.553000', '145118.557000', '145118.560000', '145118.563000', '145118.566000', '145118.570000', '145118.573000', '145118.575000', '145118.578000', '145118.581000', '145118.584000', '145118.586000', '145118.644000'], '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': [10762, 12235, 9941, 16696, 9865, 15977, 9365, 13775, 8291, 11533, 7174, 9882, 7421, 10817, 7431, 9213, 7365, 8200, 7227, 8392, 8015, 8515, 11864, 8538, 16433, 9763, 16258, 9675, 15009, 8658, 13391, 8020, 12406, 7611, 11156, 9306, 13649, 8344, 10734, 7315, 10179, 7384, 10659, 8324, 10862, 9960, 10720, 8781, 9664, 12604, 9070, 16214, 9154, 15437, 8697, 15053, 10135, 13805, 8279, 12889, 7781, 12957, 7743, 13910, 8875, 12653, 7378, 11276, 7744, 11301, 7130, 10769, 8064, 10883, 8381, 10157, 8263, 9510, 8949, 9869, 10106, 10748, 7350, 9770, 7745, 9493, 8638, 13374, 8575, 10702, 10140, 17051, 10705, 9101, 9166, 7554, 13809, 11175, 18481, 14517, 16373, 8653, 12761, 8011, 10056, 8538, 10506, 11880, 7847, 11570, 7169, 12920, 7835, 14169, 8046, 13451, 7703, 12937, 8488, 14048, 8255, 13194, 7923, 13900, 8024, 13714, 8342, 14952, 9899, 15139, 8479, 9264, 10728, 10501, 18013, 9911, 7770, 9599, 7445, 14023, 8103, 10850, 12414, 9623, 16352, 9075, 14742, 9717, 16127, 9255, 13104, 10166, 15541, 12272, 11202, 18270, 14157, 18925, 14486, 18390, 15053, 17908, 13479, 17092, 11627, 13918, 8501, 11590, 7738, 10324, 7596, 8355, 7945, 8435, 7793, 8161, 8443, 8671, 8271, 12401, 8357, 13492, 8267, 14597, 9082, 13631, 9189, 7229, 8703, 7643, 8198, 8438, 8880, 14899, 9063, 16407, 8753, 14257, 8776, 13982, 8168, 12352, 7556, 11443, 7705, 11603, 8245, 12231, 8977, 11746, 9356, 11198, 11029, 10877, 15663, 10213, 16667, 12072, 17131, 8761, 14211, 8243, 13893, 8530, 14454, 9703, 15002, 8242, 13165, 7793, 12750, 7821, 14007, 8854, 15148, 8791, 12040, 7666, 13579, 7718, 14517, 8616, 15676, 9361, 13830, 8553, 13689, 8200, 14333, 8903, 15241, 9854, 12253, 7938, 9697, 7981, 11040, 8651, 12096, 11994, 9729, 10661, 8218, 10401, 9643, 10423, 16101, 13145, 17028, 10385, 15286, 8905, 17323, 11206, 15073, 8908, 10961, 8006, 9479, 9076, 7903, 9071, 7258, 9629, 7384, 11663, 7526, 11692, 7639, 11057, 7977, 12795, 7532, 10697, 7540, 9315, 7428, 9283, 7884, 10140, 8552, 9935, 8326, 9085, 9579, 8562, 11367, 8844, 13740, 10871, 8467, 9803, 7580, 9393, 8485, 10156, 9814, 10491, 11326, 10028, 12937, 9524, 15691, 9534, 15306, 8817, 12415, 7994, 14876, 8595, 14797, 9282, 15443, 9428, 14023, 8831, 11757, 8300, 11696, 8116, 11102, 7869, 13607, 9036, 13958, 7885, 10918, 7622, 14509, 8240, 14811, 8455, 12704, 8054, 11138, 7648, 10504, 7575, 11818, 7831, 10487, 7303, 9903, 7523, 10048, 8124, 9701, 10230, 9452, 10576, 8827, 13017, 11234, 8536, 10199, 7418, 11109, 7916, 13813, 8375, 13285, 9477, 12762, 8735, 10070, 10251, 9362, 16440, 9215, 17715, 12208, 16384, 8966, 13529, 9185, 12792, 8760, 12697, 8303, 13146, 9152, 12359, 7396, 11348, 7555, 12467, 7808, 13146, 8368, 14900, 8914, 12344, 8010, 12029, 7869, 12140, 7580, 11351, 7728, 13438, 9119, 13022, 7700, 10953, 7333, 13956, 8318, 14712, 9816, 8538, 12822, 9375, 16508, 12291, 18003, 13133, 7764, 9674, 7624, 13149, 8624, 16525, 10662, 18092, 13324, 19256, 10587, 8551, 8667, 8174, 9379, 10821, 10320, 12871, 9445, 15021, 9068, 14003, 8763, 13152, 8810, 13024, 8196, 13026, 8159, 7671, 8030, 7410, 10606, 7920, 12937, 9051, 15781, 9201, 13937, 8007, 13618, 8570, 14998, 9452, 17264, 12269, 18513, 10047, 13906, 9511, 13028, 9248, 12294, 9422, 11784, 10436, 7908, 9675, 7705, 10090, 9161, 9219, 14938, 8737, 14977, 8952, 12558, 7996, 10909, 7534, 10218, 7824, 10391, 7521, 13390, 8831, 13722, 8070, 12751, 8014, 13976, 8829, 16288, 9701, 16599, 10935, 16930, 11011, 15634, 8920, 13279, 9028, 14391, 11208, 17611, 9185, 13773, 8059, 12546, 8407, 14114, 8317, 14280, 9207, 14527, 8381, 11682, 7985, 12200, 7763, 12458, 8282, 12692, 8045, 14629, 8109, 13551, 8490, 12532, 7680, 10947, 7587, 9098, 10251, 8855, 11575, 8773, 9853, 9425, 7222, 8870, 7247, 11784, 8092, 14385, 8622, 13990, 9075, 15451, 9048, 12721, 7736, 12804, 8450, 11186, 12985, 10092, 16935, 9626, 17289, 9236, 14622, 8386, 13119, 9089, 10783, 9767, 7382, 10990, 7311, 13758, 8498, 13527, 12374, 10327, 17373, 11984, 19211, 14631, 18990, 8784, 15194, 8882, 13293, 8900, 12581, 8980, 12277, 9213, 8062, 8504, 8381, 9146, 10327, 8558, 13870, 8302, 15010, 8246, 12543, 8195, 12938, 8394, 13208, 7876, 12141, 7955, 13466, 8277, 13736, 8902, 15664, 8226, 12601, 7950, 12105, 8552, 12356, 8235, 13309, 7826, 11445, 7623, 11580, 7585, 11076, 7928, 11991, 8055, 14229, 9846, 14639, 7913, 11566, 7651, 10426, 8340, 17585, 11903, 14435, 10310, 14506, 9906, 14445, 10303, 17088, 9729, 14134, 8220, 12259, 8032, 11089, 8265, 11373, 8387, 10940, 8740, 8887, 8696, 8691, 8836, 9253, 9473, 11550, 10318, 7597, 10072, 7229, 11770, 8048, 15482, 10371, 16075, 8774, 12490, 8668, 12874, 8887, 15384, 9341, 14967, 9216, 15239, 10277, 16047, 8773, 10207, 7816, 8404, 8466, 9900, 9475, 11972, 8701, 16865, 9156, 15194, 8411, 12912, 8506, 12512, 8580, 12866, 8743, 13823, 8143, 11998, 8160, 12937, 8614, 14058, 8501, 13434, 8915, 12368, 8019, 11504, 7479, 10660, 7576, 10468, 7704, 10931, 8643, 15191, 8701, 13080, 8545, 13788, 9087, 15217, 9289, 14885, 9301, 16070, 8614, 10407, 8763, 9704, 10358, 9372, 13236, 10932, 12396, 9960, 7691, 9635, 8004, 10942, 8351, 11108, 9661, 11080, 10035, 9652, 12523, 9228, 15938, 8766, 13220, 8297, 12069, 7842, 11659, 8266, 13650, 8298, 12239, 7580, 11464, 7900, 12964, 7911, 14440, 9059, 13684, 8506, 12587, 8013, 12362, 7913, 13061, 9448, 16403, 8368, 12391, 8169, 13081, 8956, 14468, 8886, 16990, 10746, 16097, 8633, 12235, 7575, 10727, 8274, 9793, 10045, 8968, 13673, 9909, 10843, 9000, 12137, 7997, 14504, 8774, 13498, 8373, 12627, 8593, 13903, 8862, 11286, 8019, 10278, 8217, 15235, 9548, 17008, 12460, 16635, 10440, 13248, 7914, 10010, 16240, 8414, 18131, 9067, 13675, 10089, 13538, 8761, 12202, 8066, 12003, 8412, 13590, 8888, 15176, 9498, 14929], 'WindowCenter': [4513.0, 4497.0, 4473.0, 4510.0, 4458.0, 4498.0, 4445.0, 4474.0, 4421.0, 4454.0, 4401.0, 4455.0, 4424.0, 4454.0, 4426.0, 4444.0, 4425.0, 4436.0, 4425.0, 4445.0, 4439.0, 4449.0, 4491.0, 4463.0, 4523.0, 4474.0, 4523.0, 4471.0, 4513.0, 4449.0, 4491.0, 4439.0, 4491.0, 4439.0, 4480.0, 4461.0, 4503.0, 4440.0, 4467.0, 4427.0, 4455.0, 4414.0, 4467.0, 4450.0, 4468.0, 4460.0, 4467.0, 4438.0, 4446.0, 4475.0, 4433.0, 4497.0, 4445.0, 4497.0, 4448.0, 4497.0, 4467.0, 4488.0, 4435.0, 4476.0, 4425.0, 4489.0, 4429.0, 4487.0, 4449.0, 4478.0, 4415.0, 4466.0, 4425.0, 4465.0, 4427.0, 4468.0, 4437.0, 4469.0, 4436.0, 4457.0, 4438.0, 4470.0, 4460.0, 4469.0, 4470.0, 4482.0, 4440.0, 4469.0, 4440.0, 4473.0, 4463.0, 4505.0, 4463.0, 4473.0, 4484.0, 4527.0, 4484.0, 4461.0, 4460.0, 4442.0, 4505.0, 4481.0, 4524.0, 4498.0, 4498.0, 4438.0, 4476.0, 4426.0, 4458.0, 4447.0, 4458.0, 4478.0, 4437.0, 4466.0, 4416.0, 4474.0, 4423.0, 4475.0, 4423.0, 4474.0, 4427.0, 4476.0, 4436.0, 4486.0, 4422.0, 4473.0, 4423.0, 4473.0, 4436.0, 4500.0, 4437.0, 4496.0, 4457.0, 4488.0, 4436.0, 4459.0, 4467.0, 4456.0, 4511.0, 4460.0, 4441.0, 4474.0, 4441.0, 4511.0, 4438.0, 4468.0, 4477.0, 4460.0, 4520.0, 4475.0, 4511.0, 4471.0, 4512.0, 4460.0, 4489.0, 4469.0, 4510.0, 4477.0, 4464.0, 4507.0, 4475.0, 4495.0, 4469.0, 4480.0, 4457.0, 4476.0, 4446.0, 4466.0, 4423.0, 4442.0, 4403.0, 4421.0, 4380.0, 4411.0, 4389.0, 4393.0, 4391.0, 4404.0, 4394.0, 4405.0, 4415.0, 4418.0, 4419.0, 4460.0, 4420.0, 4470.0, 4434.0, 4482.0, 4434.0, 4483.0, 4445.0, 4415.0, 4434.0, 4436.0, 4445.0, 4436.0, 4446.0, 4496.0, 4460.0, 4511.0, 4463.0, 4514.0, 4461.0, 4500.0, 4446.0, 4489.0, 4436.0, 4478.0, 4437.0, 4493.0, 4463.0, 4493.0, 4460.0, 4492.0, 4457.0, 4468.0, 4469.0, 4467.0, 4500.0, 4458.0, 4507.0, 4479.0, 4509.0, 4435.0, 4485.0, 4434.0, 4489.0, 4449.0, 4497.0, 4460.0, 4498.0, 4438.0, 4487.0, 4427.0, 4486.0, 4439.0, 4486.0, 4448.0, 4512.0, 4447.0, 4476.0, 4426.0, 4486.0, 4438.0, 4508.0, 4458.0, 4522.0, 4458.0, 4499.0, 4447.0, 4497.0, 4450.0, 4499.0, 4448.0, 4511.0, 4472.0, 4488.0, 4439.0, 4458.0, 4438.0, 4481.0, 4462.0, 4489.0, 4492.0, 4471.0, 4471.0, 4448.0, 4468.0, 4470.0, 4481.0, 4508.0, 4491.0, 4507.0, 4455.0, 4483.0, 4432.0, 4492.0, 4452.0, 4470.0, 4430.0, 4448.0, 4422.0, 4441.0, 4429.0, 4419.0, 4430.0, 4411.0, 4440.0, 4409.0, 4463.0, 4420.0, 4464.0, 4413.0, 4463.0, 4423.0, 4474.0, 4422.0, 4451.0, 4410.0, 4429.0, 4411.0, 4455.0, 4435.0, 4455.0, 4445.0, 4455.0, 4435.0, 4445.0, 4442.0, 4445.0, 4476.0, 4445.0, 4486.0, 4467.0, 4448.0, 4455.0, 4426.0, 4457.0, 4445.0, 4456.0, 4456.0, 4456.0, 4466.0, 4456.0, 4476.0, 4455.0, 4497.0, 4444.0, 4484.0, 4431.0, 4461.0, 4422.0, 4483.0, 4433.0, 4497.0, 4444.0, 4495.0, 4445.0, 4472.0, 4430.0, 4452.0, 4420.0, 4448.0, 4421.0, 4450.0, 4421.0, 4473.0, 4447.0, 4486.0, 4434.0, 4464.0, 4424.0, 4483.0, 4433.0, 4485.0, 4433.0, 4474.0, 4424.0, 4464.0, 4436.0, 4467.0, 4426.0, 4476.0, 4426.0, 4465.0, 4424.0, 4456.0, 4425.0, 4456.0, 4449.0, 4469.0, 4470.0, 4469.0, 4480.0, 4459.0, 4489.0, 4493.0, 4458.0, 4468.0, 4428.0, 4478.0, 4439.0, 4499.0, 4464.0, 4501.0, 4457.0, 4487.0, 4446.0, 4455.0, 4452.0, 4444.0, 4507.0, 4445.0, 4508.0, 4478.0, 4494.0, 4433.0, 4474.0, 4443.0, 4474.0, 4432.0, 4475.0, 4436.0, 4475.0, 4446.0, 4472.0, 4424.0, 4462.0, 4423.0, 4472.0, 4436.0, 4488.0, 4446.0, 4511.0, 4447.0, 4487.0, 4436.0, 4474.0, 4434.0, 4476.0, 4437.0, 4479.0, 4438.0, 4499.0, 4473.0, 4500.0, 4439.0, 4478.0, 4440.0, 4499.0, 4465.0, 4513.0, 4485.0, 4465.0, 4505.0, 4475.0, 4526.0, 4493.0, 4521.0, 4492.0, 4439.0, 4456.0, 4425.0, 4475.0, 4436.0, 4508.0, 4469.0, 4507.0, 4486.0, 4517.0, 4455.0, 4421.0, 4421.0, 4418.0, 4432.0, 4452.0, 4441.0, 4463.0, 4444.0, 4483.0, 4445.0, 4485.0, 4432.0, 4473.0, 4433.0, 4475.0, 4435.0, 4489.0, 4436.0, 4438.0, 4437.0, 4427.0, 4468.0, 4438.0, 4490.0, 4460.0, 4514.0, 4461.0, 4487.0, 4436.0, 4484.0, 4434.0, 4485.0, 4447.0, 4497.0, 4467.0, 4506.0, 4444.0, 4472.0, 4431.0, 4461.0, 4429.0, 4462.0, 4433.0, 4464.0, 4466.0, 4423.0, 4445.0, 4422.0, 4443.0, 4432.0, 4443.0, 4483.0, 4434.0, 4483.0, 4444.0, 4478.0, 4435.0, 4453.0, 4423.0, 4453.0, 4422.0, 4455.0, 4438.0, 4487.0, 4461.0, 4500.0, 4440.0, 4489.0, 4438.0, 4499.0, 4448.0, 4509.0, 4460.0, 4512.0, 4468.0, 4509.0, 4466.0, 4484.0, 4432.0, 4472.0, 4444.0, 4485.0, 4467.0, 4507.0, 4444.0, 4474.0, 4421.0, 4461.0, 4421.0, 4471.0, 4422.0, 4485.0, 4443.0, 4484.0, 4424.0, 4461.0, 4422.0, 4463.0, 4436.0, 4476.0, 4449.0, 4487.0, 4436.0, 4497.0, 4435.0, 4487.0, 4437.0, 4476.0, 4425.0, 4467.0, 4438.0, 4459.0, 4455.0, 4458.0, 4478.0, 4448.0, 4468.0, 4459.0, 4428.0, 4459.0, 4439.0, 4489.0, 4451.0, 4512.0, 4476.0, 4515.0, 4464.0, 4527.0, 4462.0, 4490.0, 4427.0, 4487.0, 4438.0, 4493.0, 4501.0, 4468.0, 4509.0, 4456.0, 4505.0, 4445.0, 4496.0, 4446.0, 4488.0, 4446.0, 4469.0, 4469.0, 4428.0, 4467.0, 4426.0, 4487.0, 4447.0, 4490.0, 4477.0, 4457.0, 4509.0, 4477.0, 4519.0, 4498.0, 4506.0, 4434.0, 4482.0, 4430.0, 4469.0, 4431.0, 4475.0, 4433.0, 4475.0, 4445.0, 4421.0, 4431.0, 4422.0, 4431.0, 4441.0, 4433.0, 4473.0, 4432.0, 4484.0, 4433.0, 4473.0, 4435.0, 4473.0, 4435.0, 4474.0, 4437.0, 4474.0, 4423.0, 4473.0, 4437.0, 4484.0, 4447.0, 4497.0, 4433.0, 4462.0, 4421.0, 4461.0, 4432.0, 4474.0, 4432.0, 4472.0, 4412.0, 4450.0, 4410.0, 4451.0, 4410.0, 4452.0, 4422.0, 4464.0, 4437.0, 4487.0, 4470.0, 4499.0, 4436.0, 4463.0, 4426.0, 4457.0, 4438.0, 4508.0, 4478.0, 4499.0, 4458.0, 4487.0, 4469.0, 4497.0, 4455.0, 4496.0, 4443.0, 4473.0, 4421.0, 4461.0, 4423.0, 4452.0, 4433.0, 4477.0, 4434.0, 4454.0, 4431.0, 4432.0, 4421.0, 4431.0, 4444.0, 4446.0, 4444.0, 4478.0, 4457.0, 4426.0, 4454.0, 4424.0, 4480.0, 4440.0, 4497.0, 4471.0, 4509.0, 4446.0, 4478.0, 4435.0, 4477.0, 4447.0, 4496.0, 4446.0, 4499.0, 4458.0, 4496.0, 4471.0, 4510.0, 4437.0, 4454.0, 4425.0, 4434.0, 4436.0, 4457.0, 4471.0, 4493.0, 4451.0, 4510.0, 4448.0, 4496.0, 4434.0, 4474.0, 4434.0, 4476.0, 4447.0, 4477.0, 4448.0, 4498.0, 4437.0, 4477.0, 4436.0, 4475.0, 4436.0, 4500.0, 4460.0, 4490.0, 4449.0, 4477.0, 4436.0, 4477.0, 4427.0, 4456.0, 4425.0, 4468.0, 4441.0, 4468.0, 4447.0, 4512.0, 4450.0, 4490.0, 4449.0, 4489.0, 4449.0, 4500.0, 4448.0, 4502.0, 4460.0, 4501.0, 4435.0, 4456.0, 4432.0, 4442.0, 4443.0, 4445.0, 4474.0, 4466.0, 4475.0, 4443.0, 4412.0, 4443.0, 4423.0, 4452.0, 4435.0, 4468.0, 4444.0, 4465.0, 4443.0, 4443.0, 4464.0, 4443.0, 4483.0, 4435.0, 4473.0, 4433.0, 4463.0, 4437.0, 4479.0, 4438.0, 4499.0, 4449.0, 4477.0, 4437.0, 4478.0, 4438.0, 4500.0, 4465.0, 4516.0, 4462.0, 4501.0, 4449.0, 4491.0, 4440.0, 4489.0, 4450.0, 4491.0, 4472.0, 4525.0, 4451.0, 4477.0, 4437.0, 4488.0, 4447.0, 4501.0, 4450.0, 4523.0, 4468.0, 4497.0, 4436.0, 4463.0, 4412.0, 4452.0, 4423.0, 4455.0, 4469.0, 4446.0, 4486.0, 4456.0, 4454.0, 4433.0, 4476.0, 4438.0, 4497.0, 4447.0, 4486.0, 4437.0, 4489.0, 4449.0, 4499.0, 4474.0, 4482.0, 4441.0, 4468.0, 4449.0, 4510.0, 4472.0, 4512.0, 4491.0, 4511.0, 4455.0, 4476.0, 4424.0, 4444.0, 4493.0, 4423.0, 4505.0, 4432.0, 4486.0, 4455.0, 4474.0, 4434.0, 4465.0, 4423.0, 4463.0, 4435.0, 4490.0, 4447.0, 4499.0, 4459.0, 4484.0], 'WindowWidth': [9916.0, 9881.0, 9839.0, 9889.0, 9807.0, 9864.0, 9784.0, 9824.0, 9748.0, 9794.0, 9721.0, 9801.0, 9759.0, 9797.0, 9762.0, 9783.0, 9759.0, 9773.0, 9761.0, 9789.0, 9784.0, 9800.0, 9859.0, 9825.0, 9908.0, 9841.0, 9909.0, 9832.0, 9891.0, 9800.0, 9857.0, 9784.0, 9855.0, 9784.0, 9843.0, 9814.0, 9875.0, 9784.0, 9819.0, 9763.0, 9798.0, 9742.0, 9818.0, 9803.0, 9821.0, 9813.0, 9819.0, 9778.0, 9788.0, 9826.0, 9769.0, 9860.0, 9784.0, 9862.0, 9795.0, 9860.0, 9820.0, 9851.0, 9774.0, 9829.0, 9759.0, 9851.0, 9770.0, 9846.0, 9798.0, 9835.0, 9747.0, 9814.0, 9758.0, 9811.0, 9768.0, 9823.0, 9779.0, 9825.0, 9778.0, 9806.0, 9780.0, 9831.0, 9819.0, 9825.0, 9831.0, 9849.0, 9788.0, 9826.0, 9788.0, 9839.0, 9827.0, 9883.0, 9824.0, 9835.0, 9857.0, 9923.0, 9853.0, 9818.0, 9813.0, 9792.0, 9885.0, 9843.0, 9913.0, 9863.0, 9867.0, 9777.0, 9828.0, 9761.0, 9807.0, 9793.0, 9807.0, 9836.0, 9778.0, 9816.0, 9748.0, 9823.0, 9753.0, 9825.0, 9752.0, 9823.0, 9767.0, 9828.0, 9773.0, 9842.0, 9751.0, 9818.0, 9752.0, 9820.0, 9776.0, 9870.0, 9780.0, 9857.0, 9805.0, 9848.0, 9777.0, 9812.0, 9818.0, 9802.0, 9892.0, 9812.0, 9789.0, 9839.0, 9790.0, 9886.0, 9785.0, 9825.0, 9833.0, 9814.0, 9900.0, 9847.0, 9886.0, 9834.0, 9894.0, 9817.0, 9854.0, 9827.0, 9885.0, 9835.0, 9811.0, 9880.0, 9824.0, 9861.0, 9810.0, 9830.0, 9789.0, 9817.0, 9769.0, 9801.0, 9733.0, 9760.0, 9707.0, 9730.0, 9675.0, 9716.0, 9687.0, 9695.0, 9693.0, 9712.0, 9700.0, 9716.0, 9731.0, 9738.0, 9741.0, 9799.0, 9745.0, 9815.0, 9771.0, 9832.0, 9769.0, 9837.0, 9785.0, 9743.0, 9772.0, 9778.0, 9789.0, 9777.0, 9792.0, 9860.0, 9813.0, 9885.0, 9823.0, 9896.0, 9818.0, 9871.0, 9793.0, 9851.0, 9778.0, 9836.0, 9782.0, 9865.0, 9824.0, 9865.0, 9817.0, 9860.0, 9809.0, 9824.0, 9824.0, 9820.0, 9869.0, 9808.0, 9878.0, 9836.0, 9883.0, 9772.0, 9844.0, 9772.0, 9853.0, 9800.0, 9863.0, 9816.0, 9867.0, 9781.0, 9849.0, 9765.0, 9846.0, 9786.0, 9844.0, 9798.0, 9892.0, 9794.0, 9832.0, 9763.0, 9845.0, 9788.0, 9882.0, 9813.0, 9907.0, 9812.0, 9868.0, 9796.0, 9863.0, 9804.0, 9867.0, 9797.0, 9892.0, 9834.0, 9854.0, 9787.0, 9811.0, 9783.0, 9846.0, 9824.0, 9856.0, 9866.0, 9836.0, 9831.0, 9797.0, 9823.0, 9831.0, 9848.0, 9881.0, 9862.0, 9878.0, 9800.0, 9837.0, 9765.0, 9850.0, 9789.0, 9815.0, 9756.0, 9782.0, 9751.0, 9775.0, 9757.0, 9743.0, 9757.0, 9734.0, 9772.0, 9729.0, 9807.0, 9748.0, 9810.0, 9739.0, 9810.0, 9755.0, 9826.0, 9751.0, 9788.0, 9733.0, 9758.0, 9735.0, 9804.0, 9778.0, 9803.0, 9789.0, 9801.0, 9773.0, 9787.0, 9780.0, 9789.0, 9832.0, 9788.0, 9845.0, 9819.0, 9796.0, 9804.0, 9763.0, 9806.0, 9789.0, 9803.0, 9802.0, 9803.0, 9815.0, 9803.0, 9832.0, 9803.0, 9864.0, 9783.0, 9840.0, 9762.0, 9804.0, 9750.0, 9837.0, 9768.0, 9864.0, 9787.0, 9859.0, 9784.0, 9819.0, 9759.0, 9789.0, 9744.0, 9779.0, 9746.0, 9786.0, 9749.0, 9821.0, 9795.0, 9846.0, 9772.0, 9811.0, 9756.0, 9836.0, 9767.0, 9840.0, 9769.0, 9825.0, 9757.0, 9812.0, 9779.0, 9821.0, 9763.0, 9832.0, 9762.0, 9813.0, 9758.0, 9804.0, 9762.0, 9805.0, 9802.0, 9827.0, 9832.0, 9828.0, 9846.0, 9815.0, 9854.0, 9867.0, 9812.0, 9824.0, 9769.0, 9837.0, 9786.0, 9868.0, 9826.0, 9874.0, 9807.0, 9848.0, 9789.0, 9800.0, 9795.0, 9784.0, 9880.0, 9787.0, 9884.0, 9835.0, 9858.0, 9767.0, 9826.0, 9780.0, 9824.0, 9765.0, 9830.0, 9778.0, 9829.0, 9792.0, 9821.0, 9757.0, 9805.0, 9754.0, 9821.0, 9778.0, 9851.0, 9794.0, 9887.0, 9796.0, 9848.0, 9778.0, 9827.0, 9772.0, 9830.0, 9782.0, 9843.0, 9783.0, 9869.0, 9841.0, 9871.0, 9786.0, 9837.0, 9791.0, 9871.0, 9833.0, 9892.0, 9857.0, 9830.0, 9884.0, 9844.0, 9917.0, 9864.0, 9905.0, 9861.0, 9787.0, 9803.0, 9757.0, 9827.0, 9774.0, 9881.0, 9824.0, 9878.0, 9844.0, 9891.0, 9796.0, 9746.0, 9744.0, 9739.0, 9761.0, 9789.0, 9774.0, 9806.0, 9781.0, 9836.0, 9785.0, 9841.0, 9764.0, 9819.0, 9766.0, 9826.0, 9771.0, 9851.0, 9777.0, 9783.0, 9782.0, 9767.0, 9823.0, 9782.0, 9858.0, 9817.0, 9894.0, 9815.0, 9848.0, 9777.0, 9838.0, 9769.0, 9842.0, 9791.0, 9864.0, 9818.0, 9875.0, 9781.0, 9816.0, 9758.0, 9800.0, 9755.0, 9808.0, 9765.0, 9812.0, 9816.0, 9753.0, 9784.0, 9752.0, 9779.0, 9764.0, 9779.0, 9834.0, 9767.0, 9837.0, 9783.0, 9835.0, 9774.0, 9794.0, 9756.0, 9795.0, 9752.0, 9799.0, 9781.0, 9846.0, 9817.0, 9868.0, 9786.0, 9852.0, 9783.0, 9865.0, 9797.0, 9880.0, 9812.0, 9891.0, 9822.0, 9884.0, 9816.0, 9840.0, 9764.0, 9820.0, 9786.0, 9842.0, 9819.0, 9878.0, 9782.0, 9822.0, 9748.0, 9802.0, 9746.0, 9816.0, 9752.0, 9843.0, 9779.0, 9838.0, 9755.0, 9803.0, 9750.0, 9808.0, 9776.0, 9831.0, 9800.0, 9849.0, 9777.0, 9860.0, 9774.0, 9845.0, 9776.0, 9832.0, 9760.0, 9819.0, 9784.0, 9812.0, 9801.0, 9810.0, 9836.0, 9796.0, 9825.0, 9815.0, 9770.0, 9812.0, 9786.0, 9855.0, 9806.0, 9891.0, 9851.0, 9901.0, 9827.0, 9920.0, 9819.0, 9855.0, 9765.0, 9848.0, 9782.0, 9866.0, 9875.0, 9824.0, 9884.0, 9803.0, 9873.0, 9785.0, 9862.0, 9792.0, 9851.0, 9792.0, 9826.0, 9828.0, 9771.0, 9823.0, 9766.0, 9849.0, 9793.0, 9857.0, 9835.0, 9805.0, 9886.0, 9833.0, 9901.0, 9863.0, 9873.0, 9768.0, 9833.0, 9757.0, 9813.0, 9762.0, 9830.0, 9768.0, 9830.0, 9785.0, 9749.0, 9762.0, 9750.0, 9761.0, 9773.0, 9767.0, 9822.0, 9764.0, 9837.0, 9767.0, 9824.0, 9774.0, 9822.0, 9775.0, 9825.0, 9776.0, 9825.0, 9755.0, 9823.0, 9778.0, 9839.0, 9792.0, 9862.0, 9767.0, 9804.0, 9747.0, 9801.0, 9764.0, 9823.0, 9766.0, 9820.0, 9735.0, 9785.0, 9731.0, 9786.0, 9732.0, 9792.0, 9752.0, 9810.0, 9780.0, 9846.0, 9831.0, 9867.0, 9775.0, 9809.0, 9762.0, 9802.0, 9781.0, 9881.0, 9836.0, 9866.0, 9808.0, 9848.0, 9828.0, 9863.0, 9798.0, 9860.0, 9779.0, 9821.0, 9748.0, 9801.0, 9750.0, 9789.0, 9767.0, 9834.0, 9769.0, 9793.0, 9760.0, 9761.0, 9746.0, 9760.0, 9785.0, 9790.0, 9783.0, 9835.0, 9806.0, 9763.0, 9798.0, 9757.0, 9842.0, 9787.0, 9862.0, 9834.0, 9882.0, 9790.0, 9834.0, 9774.0, 9832.0, 9792.0, 9859.0, 9788.0, 9868.0, 9809.0, 9861.0, 9829.0, 9885.0, 9777.0, 9797.0, 9759.0, 9769.0, 9776.0, 9805.0, 9831.0, 9867.0, 9803.0, 9885.0, 9792.0, 9859.0, 9770.0, 9824.0, 9769.0, 9829.0, 9793.0, 9833.0, 9797.0, 9865.0, 9779.0, 9832.0, 9776.0, 9828.0, 9774.0, 9867.0, 9817.0, 9856.0, 9797.0, 9832.0, 9776.0, 9834.0, 9763.0, 9802.0, 9758.0, 9823.0, 9792.0, 9822.0, 9794.0, 9888.0, 9800.0, 9857.0, 9800.0, 9853.0, 9798.0, 9869.0, 9796.0, 9878.0, 9814.0, 9875.0, 9773.0, 9799.0, 9762.0, 9775.0, 9780.0, 9785.0, 9821.0, 9815.0, 9827.0, 9779.0, 9736.0, 9777.0, 9750.0, 9790.0, 9774.0, 9823.0, 9784.0, 9814.0, 9780.0, 9780.0, 9809.0, 9778.0, 9837.0, 9770.0, 9821.0, 9766.0, 9809.0, 9782.0, 9838.0, 9780.0, 9865.0, 9796.0, 9833.0, 9781.0, 9836.0, 9783.0, 9872.0, 9831.0, 9902.0, 9819.0, 9871.0, 9799.0, 9857.0, 9787.0, 9854.0, 9805.0, 9859.0, 9835.0, 9915.0, 9802.0, 9835.0, 9778.0, 9847.0, 9793.0, 9874.0, 9801.0, 9907.0, 9823.0, 9862.0, 9772.0, 9808.0, 9736.0, 9791.0, 9751.0, 9802.0, 9830.0, 9791.0, 9845.0, 9802.0, 9796.0, 9768.0, 9831.0, 9784.0, 9863.0, 9793.0, 9846.0, 9781.0, 9856.0, 9801.0, 9866.0, 9844.0, 9847.0, 9789.0, 9825.0, 9799.0, 9884.0, 9834.0, 9892.0, 9857.0, 9889.0, 9801.0, 9830.0, 9755.0, 9784.0, 9848.0, 9750.0, 9869.0, 9763.0, 9843.0, 9799.0, 9825.0, 9769.0, 9811.0, 9756.0, 9806.0, 9773.0, 9857.0, 9793.0, 9866.0, 9809.0, 9840.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.0008910332950631459</td></tr>
<tr><td colspan=3>aqi</td><td>0.02133589942594719</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.199999193023025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2072773936666656</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997085471379311</td></tr>
<tr><td colspan=3>efc</td><td>0.5219</td></tr>
<tr><td colspan=3>fber</td><td>3530.6663</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0837865704986615</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6739380022962114</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6540056096380154</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.598445756230044</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8759859314311518</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4875851412528505</td></tr>
<tr><td colspan=3>gcor</td><td>0.0150563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013208986259996891</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03119722381234169</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.9581400596378726</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>11.6525</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.2344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.3863</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291250.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1289.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>456.8185</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2714</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.4114</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3587.33</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.3256</td></tr>
<tr><td colspan=3>tsnr</td><td>38.622434304561466</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>