=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0126_ses-04_task-social_acq-mb8_run-05_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-0126_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0126_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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-05_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-0126/ses-04/func/sub-0126_ses-04_task-social_acq-mb8_run-05_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>02d449843c30c1d75fe0f45ebf0e8f7a</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>20:37:9.895000</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.999475, 0.0125274, 0.0298718, -0.0141307, 0.998437, 0.0540794]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.111059</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7800, -7209, -8, -136, -129, -13, 102]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>295.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>431426ed-2643-4427-b3c9-b07f1805b878||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.681519031524658, -0.03791151940822601, 0.07869859784841537, 116.43205261230469], [-0.033610038459300995, 2.6787326335906982, 0.14707744121551514, -86.81262969970703], [0.08014386147260666, -0.14509107172489166, 2.6948423385620117, -72.54352569580078], [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': ['203709.895000', '203710.355000', '203710.815000', '203711.275000', '203711.735000', '203712.195000', '203712.655000', '203713.115000', '203713.575000', '203714.035000', '203714.495000', '203714.955000', '203715.415000', '203715.875000', '203716.335000', '203716.795000', '203717.255000', '203717.715000', '203718.175000', '203718.635000', '203719.095000', '203719.555000', '203720.015000', '203720.475000', '203720.935000', '203721.395000', '203721.855000', '203722.315000', '203722.775000', '203723.235000', '203723.695000', '203724.155000', '203724.615000', '203725.075000', '203725.535000', '203725.995000', '203726.455000', '203726.915000', '203727.375000', '203727.835000', '203728.295000', '203728.755000', '203729.215000', '203729.675000', '203730.135000', '203730.595000', '203731.055000', '203731.515000', '203731.975000', '203732.435000', '203732.895000', '203733.355000', '203733.815000', '203734.275000', '203734.735000', '203735.195000', '203735.655000', '203736.115000', '203736.575000', '203737.035000', '203737.495000', '203737.955000', '203738.415000', '203738.875000', '203739.335000', '203739.795000', '203740.255000', '203740.715000', '203741.175000', '203741.635000', '203742.095000', '203742.555000', '203743.015000', '203743.475000', '203743.935000', '203744.395000', '203744.855000', '203745.315000', '203745.775000', '203746.235000', '203746.695000', '203747.155000', '203747.615000', '203748.075000', '203748.535000', '203748.995000', '203749.455000', '203749.915000', '203750.375000', '203750.835000', '203751.295000', '203751.755000', '203752.215000', '203752.675000', '203753.135000', '203753.595000', '203754.055000', '203754.515000', '203754.975000', '203755.435000', '203755.895000', '203756.355000', '203756.815000', '203757.275000', '203757.735000', '203758.195000', '203758.655000', '203759.115000', '203759.575000', '203800.035000', '203800.495000', '203800.955000', '203801.415000', '203801.875000', '203802.335000', '203802.795000', '203803.255000', '203803.715000', '203804.175000', '203804.635000', '203805.095000', '203805.555000', '203806.015000', '203806.475000', '203806.935000', '203807.395000', '203807.855000', '203808.315000', '203808.775000', '203809.235000', '203809.695000', '203810.155000', '203810.615000', '203811.075000', '203811.535000', '203811.995000', '203812.455000', '203812.915000', '203813.375000', '203813.835000', '203814.295000', '203814.755000', '203815.215000', '203815.675000', '203816.135000', '203816.595000', '203817.055000', '203817.515000', '203817.975000', '203818.435000', '203818.895000', '203819.355000', '203819.815000', '203820.275000', '203820.735000', '203821.195000', '203821.655000', '203822.115000', '203822.575000', '203823.035000', '203823.495000', '203823.955000', '203824.415000', '203824.875000', '203825.335000', '203825.795000', '203826.255000', '203826.715000', '203827.175000', '203827.635000', '203828.095000', '203828.555000', '203829.015000', '203829.475000', '203829.935000', '203830.395000', '203830.855000', '203831.315000', '203831.775000', '203832.235000', '203832.695000', '203833.155000', '203833.615000', '203834.075000', '203834.535000', '203834.995000', '203835.455000', '203835.915000', '203836.375000', '203836.835000', '203837.295000', '203837.755000', '203838.215000', '203838.675000', '203839.135000', '203839.595000', '203840.055000', '203840.515000', '203840.975000', '203841.435000', '203841.895000', '203842.355000', '203842.815000', '203843.275000', '203843.735000', '203844.195000', '203844.655000', '203845.115000', '203845.575000', '203846.035000', '203846.495000', '203846.955000', '203847.415000', '203847.875000', '203848.335000', '203848.795000', '203849.255000', '203849.715000', '203850.175000', '203850.635000', '203851.095000', '203851.555000', '203852.015000', '203852.475000', '203852.935000', '203853.395000', '203853.855000', '203854.315000', '203854.775000', '203855.235000', '203855.695000', '203856.155000', '203856.615000', '203857.075000', '203857.535000', '203857.995000', '203858.455000', '203858.915000', '203859.375000', '203859.835000', '203900.295000', '203900.755000', '203901.215000', '203901.675000', '203902.135000', '203902.595000', '203903.055000', '203903.515000', '203903.975000', '203904.435000', '203904.895000', '203905.355000', '203905.815000', '203906.275000', '203906.735000', '203907.195000', '203907.655000', '203908.115000', '203908.575000', '203909.035000', '203909.495000', '203909.955000', '203910.415000', '203910.875000', '203911.335000', '203911.795000', '203912.255000', '203912.715000', '203913.175000', '203913.635000', '203914.095000', '203914.555000', '203915.015000', '203915.475000', '203915.935000', '203916.395000', '203916.855000', '203917.315000', '203917.775000', '203918.235000', '203918.695000', '203919.155000', '203919.615000', '203920.075000', '203920.535000', '203920.995000', '203921.455000', '203921.915000', '203922.375000', '203922.835000', '203923.295000', '203923.755000', '203924.215000', '203924.675000', '203925.135000', '203925.595000', '203926.055000', '203926.515000', '203926.975000', '203927.435000', '203927.895000', '203928.355000', '203928.815000', '203929.275000', '203929.735000', '203930.195000', '203930.655000', '203931.115000', '203931.575000', '203932.035000', '203932.495000', '203932.955000', '203933.415000', '203933.875000', '203934.335000', '203934.795000', '203935.255000', '203935.715000', '203936.175000', '203936.635000', '203937.095000', '203937.555000', '203938.015000', '203938.475000', '203938.935000', '203939.395000', '203939.855000', '203940.315000', '203940.775000', '203941.235000', '203941.695000', '203942.155000', '203942.615000', '203943.075000', '203943.535000', '203943.995000', '203944.455000', '203944.915000', '203945.375000', '203945.835000', '203946.295000', '203946.755000', '203947.215000', '203947.675000', '203948.135000', '203948.595000', '203949.055000', '203949.515000', '203949.975000', '203950.435000', '203950.895000', '203951.355000', '203951.815000', '203952.275000', '203952.735000', '203953.195000', '203953.655000', '203954.115000', '203954.575000', '203955.035000', '203955.495000', '203955.955000', '203956.415000', '203956.875000', '203957.335000', '203957.795000', '203958.255000', '203958.715000', '203959.175000', '203959.635000', '204000.095000', '204000.555000', '204001.015000', '204001.475000', '204001.935000', '204002.395000', '204002.855000', '204003.315000', '204003.775000', '204004.235000', '204004.695000', '204005.155000', '204005.615000', '204006.075000', '204006.535000', '204006.995000', '204007.455000', '204007.915000', '204008.375000', '204008.835000', '204009.295000', '204009.755000', '204010.215000', '204010.675000', '204011.135000', '204011.595000', '204012.055000', '204012.515000', '204012.975000', '204013.435000', '204013.895000', '204014.355000', '204014.815000', '204015.275000', '204015.735000', '204016.195000', '204016.655000', '204017.115000', '204017.575000', '204018.035000', '204018.495000', '204018.955000', '204019.415000', '204019.875000', '204020.335000', '204020.795000', '204021.255000', '204021.715000', '204022.175000', '204022.635000', '204023.095000', '204023.555000', '204024.015000', '204024.475000', '204024.935000', '204025.395000', '204025.855000', '204026.315000', '204026.775000', '204027.235000', '204027.695000', '204028.155000', '204028.615000', '204029.075000', '204029.535000', '204029.995000', '204030.455000', '204030.915000', '204031.375000', '204031.835000', '204032.295000', '204032.755000', '204033.215000', '204033.675000', '204034.135000', '204034.595000', '204035.055000', '204035.515000', '204035.975000', '204036.435000', '204036.895000', '204037.355000', '204037.815000', '204038.275000', '204038.735000', '204039.195000', '204039.655000', '204040.115000', '204040.575000', '204041.035000', '204041.495000', '204041.955000', '204042.415000', '204042.875000', '204043.335000', '204043.795000', '204044.255000', '204044.715000', '204045.175000', '204045.635000', '204046.095000', '204046.555000', '204047.015000', '204047.475000', '204047.935000', '204048.395000', '204048.855000', '204049.315000', '204049.775000', '204050.235000', '204050.695000', '204051.155000', '204051.615000', '204052.075000', '204052.535000', '204052.995000', '204053.455000', '204053.915000', '204054.375000', '204054.835000', '204055.295000', '204055.755000', '204056.215000', '204056.675000', '204057.135000', '204057.595000', '204058.055000', '204058.515000', '204058.975000', '204059.435000', '204059.895000', '204100.355000', '204100.815000', '204101.275000', '204101.735000', '204102.195000', '204102.655000', '204103.115000', '204103.575000', '204104.035000', '204104.495000', '204104.955000', '204105.415000', '204105.875000', '204106.335000', '204106.795000', '204107.255000', '204107.715000', '204108.175000', '204108.635000', '204109.095000', '204109.555000', '204110.015000', '204110.475000', '204110.935000', '204111.395000', '204111.855000', '204112.315000', '204112.775000', '204113.235000', '204113.695000', '204114.155000', '204114.615000', '204115.075000', '204115.535000', '204115.995000', '204116.455000', '204116.915000', '204117.375000', '204117.835000', '204118.295000', '204118.755000', '204119.215000', '204119.675000', '204120.135000', '204120.595000', '204121.055000', '204121.515000', '204121.975000', '204122.435000', '204122.895000', '204123.355000', '204123.815000', '204124.275000', '204124.735000', '204125.195000', '204125.655000', '204126.115000', '204126.575000', '204127.035000', '204127.495000', '204127.955000', '204128.415000', '204128.875000', '204129.335000', '204129.795000', '204130.255000', '204130.715000', '204131.175000', '204131.635000', '204132.095000', '204132.555000', '204133.015000', '204133.475000', '204133.935000', '204134.395000', '204134.855000', '204135.315000', '204135.775000', '204136.235000', '204136.695000', '204137.155000', '204137.615000', '204138.075000', '204138.535000', '204138.995000', '204139.455000', '204139.915000', '204140.375000', '204140.835000', '204141.295000', '204141.755000', '204142.215000', '204142.675000', '204143.135000', '204143.595000', '204144.055000', '204144.515000', '204144.975000', '204145.435000', '204145.895000', '204146.355000', '204146.815000', '204147.275000', '204147.735000', '204148.195000', '204148.655000', '204149.115000', '204149.575000', '204150.035000', '204150.495000', '204150.955000', '204151.415000', '204151.875000', '204152.335000', '204152.795000', '204153.255000', '204153.715000', '204154.175000', '204154.635000', '204155.095000', '204155.555000', '204156.015000', '204156.475000', '204156.935000', '204157.395000', '204157.855000', '204158.315000', '204158.775000', '204159.235000', '204159.695000', '204200.155000', '204200.615000', '204201.075000', '204201.535000', '204201.995000', '204202.455000', '204202.915000', '204203.375000', '204203.835000', '204204.295000', '204204.755000', '204205.215000', '204205.675000', '204206.135000', '204206.595000', '204207.055000', '204207.515000', '204207.975000', '204208.435000', '204208.895000', '204209.355000', '204209.815000', '204210.275000', '204210.735000', '204211.195000', '204211.655000', '204212.115000', '204212.575000', '204213.035000', '204213.495000', '204213.955000', '204214.415000', '204214.875000', '204215.335000', '204215.795000', '204216.255000', '204216.715000', '204217.175000', '204217.635000', '204218.095000', '204218.555000', '204219.015000', '204219.475000', '204219.935000', '204220.395000', '204220.855000', '204221.315000', '204221.775000', '204222.235000', '204222.695000', '204223.155000', '204223.615000', '204224.075000', '204224.535000', '204224.995000', '204225.455000', '204225.915000', '204226.375000', '204226.835000', '204227.295000', '204227.755000', '204228.215000', '204228.675000', '204229.135000', '204229.595000', '204230.055000', '204230.515000', '204230.975000', '204231.435000', '204231.895000', '204232.355000', '204232.815000', '204233.275000', '204233.735000', '204234.195000', '204234.655000', '204235.115000', '204235.575000', '204236.035000', '204236.495000', '204236.955000', '204237.415000', '204237.875000', '204238.335000', '204238.795000', '204239.255000', '204239.715000', '204240.175000', '204240.635000', '204241.095000', '204241.555000', '204242.015000', '204242.475000', '204242.935000', '204243.395000', '204243.855000', '204244.315000', '204244.775000', '204245.235000', '204245.695000', '204246.155000', '204246.615000', '204247.075000', '204247.535000', '204247.995000', '204248.455000', '204248.915000', '204249.375000', '204249.835000', '204250.295000', '204250.755000', '204251.215000', '204251.675000', '204252.135000', '204252.595000', '204253.055000', '204253.515000', '204253.975000', '204254.435000', '204254.895000', '204255.355000', '204255.815000', '204256.275000', '204256.735000', '204257.195000', '204257.655000', '204258.115000', '204258.575000', '204259.035000', '204259.495000', '204259.955000', '204300.415000', '204300.875000', '204301.335000', '204301.795000', '204302.255000', '204302.715000', '204303.175000', '204303.635000', '204304.095000', '204304.555000', '204305.015000', '204305.475000', '204305.935000', '204306.395000', '204306.855000', '204307.315000', '204307.775000', '204308.235000', '204308.695000', '204309.155000', '204309.615000', '204310.075000', '204310.535000', '204310.995000', '204311.455000', '204311.915000', '204312.375000', '204312.835000', '204313.295000', '204313.755000', '204314.215000', '204314.675000', '204315.135000', '204315.595000', '204316.055000', '204316.515000', '204316.975000', '204317.435000', '204317.895000', '204318.355000', '204318.815000', '204319.275000', '204319.735000', '204320.195000', '204320.655000', '204321.115000', '204321.575000', '204322.035000', '204322.495000', '204322.955000', '204323.415000', '204323.875000', '204324.335000', '204324.795000', '204325.255000', '204325.715000', '204326.175000', '204326.635000', '204327.095000', '204327.555000', '204328.015000', '204328.475000', '204328.935000', '204329.395000', '204329.855000', '204330.315000', '204330.775000', '204331.235000', '204331.695000', '204332.155000', '204332.615000', '204333.075000', '204333.535000', '204333.995000', '204334.455000', '204334.915000', '204335.375000', '204335.835000', '204336.295000', '204336.755000', '204337.215000', '204337.675000', '204338.135000', '204338.595000', '204339.055000', '204339.515000', '204339.975000', '204340.435000', '204340.895000', '204341.355000', '204341.815000', '204342.275000', '204342.735000', '204343.195000', '204343.655000', '204344.115000', '204344.575000', '204345.035000', '204345.495000', '204345.955000', '204346.415000', '204346.875000', '204347.335000', '204347.795000', '204348.255000', '204348.715000', '204349.175000', '204349.635000', '204350.095000', '204350.555000'], 'ContentTime': ['203739.960000', '203739.963000', '203739.966000', '203739.969000', '203739.972000', '203739.974000', '203739.977000', '203739.979000', '203739.982000', '203739.984000', '203739.987000', '203739.989000', '203739.992000', '203740.002000', '203740.004000', '203740.007000', '203740.009000', '203740.012000', '203740.014000', '203740.017000', '203740.019000', '203740.022000', '203740.024000', '203740.027000', '203740.029000', '203740.032000', '203740.034000', '203740.037000', '203740.040000', '203740.042000', '203740.045000', '203740.047000', '203740.050000', '203740.052000', '203740.055000', '203740.057000', '203740.060000', '203740.063000', '203740.065000', '203740.068000', '203740.070000', '203740.073000', '203740.075000', '203740.078000', '203740.081000', '203740.083000', '203740.086000', '203740.088000', '203740.091000', '203740.093000', '203740.096000', '203740.099000', '203740.101000', '203740.104000', '203740.106000', '203740.109000', '203740.111000', '203740.124000', '203740.126000', '203740.129000', '203740.131000', '203740.134000', '203759.915000', '203759.917000', '203759.920000', '203759.923000', '203759.925000', '203759.928000', '203759.931000', '203759.933000', '203759.936000', '203759.939000', '203759.943000', '203759.945000', '203759.948000', '203759.951000', '203759.953000', '203759.956000', '203759.958000', '203759.961000', '203759.963000', '203759.966000', '203759.968000', '203759.971000', '203759.974000', '203759.976000', '203759.979000', '203759.981000', '203759.984000', '203759.986000', '203759.989000', '203759.992000', '203759.994000', '203759.997000', '203800.000000', '203800.002000', '203800.005000', '203800.007000', '203800.010000', '203800.013000', '203800.015000', '203800.018000', '203800.020000', '203800.023000', '203800.025000', '203819.915000', '203819.918000', '203819.921000', '203819.923000', '203819.926000', '203819.929000', '203819.931000', '203819.934000', '203819.937000', '203819.939000', '203819.942000', '203819.944000', '203819.947000', '203819.949000', '203819.952000', '203819.955000', '203819.957000', '203819.960000', '203819.962000', '203819.965000', '203819.967000', '203819.984000', '203819.986000', '203819.989000', '203819.991000', '203819.994000', '203819.996000', '203820.000000', '203820.003000', '203820.005000', '203820.008000', '203820.010000', '203820.013000', '203820.015000', '203820.018000', '203820.021000', '203820.023000', '203820.026000', '203820.028000', '203820.031000', '203820.034000', '203820.036000', '203820.039000', '203820.041000', '203839.914000', '203839.917000', '203839.920000', '203839.923000', '203839.925000', '203839.928000', '203839.930000', '203839.933000', '203839.936000', '203839.938000', '203839.941000', '203839.943000', '203839.946000', '203839.948000', '203839.951000', '203839.954000', '203839.956000', '203839.959000', '203839.961000', '203839.964000', '203839.966000', '203839.969000', '203839.972000', '203839.974000', '203839.977000', '203839.979000', '203839.982000', '203839.984000', '203839.987000', '203839.990000', '203839.992000', '203839.995000', '203839.997000', '203840.001000', '203840.004000', '203840.006000', '203840.009000', '203840.011000', '203840.014000', '203840.016000', '203840.019000', '203840.022000', '203840.024000', '203859.914000', '203859.917000', '203859.920000', '203859.923000', '203859.925000', '203859.928000', '203859.930000', '203859.933000', '203859.936000', '203859.938000', '203859.941000', '203859.943000', '203859.946000', '203859.949000', '203859.951000', '203859.954000', '203859.956000', '203859.959000', '203859.961000', '203859.964000', '203859.967000', '203859.969000', '203859.972000', '203859.974000', '203859.977000', '203859.980000', '203859.982000', '203859.985000', '203859.987000', '203859.990000', '203859.993000', '203859.995000', '203859.998000', '203900.001000', '203900.004000', '203900.007000', '203900.009000', '203900.012000', '203900.014000', '203900.017000', '203900.019000', '203900.022000', '203900.024000', '203900.027000', '203919.915000', '203919.917000', '203919.920000', '203919.923000', '203919.925000', '203919.928000', '203919.940000', '203919.942000', '203919.945000', '203919.948000', '203919.950000', '203919.953000', '203919.955000', '203919.958000', '203919.961000', '203919.963000', '203919.966000', '203919.968000', '203919.971000', '203919.974000', '203919.978000', '203919.980000', '203919.983000', '203919.986000', '203919.988000', '203919.991000', '203919.993000', '203919.996000', '203920.000000', '203920.002000', '203920.005000', '203920.007000', '203920.010000', '203920.013000', '203920.015000', '203920.018000', '203920.020000', '203920.023000', '203920.026000', '203920.028000', '203920.031000', '203920.034000', '203920.036000', '203939.914000', '203939.917000', '203939.920000', '203939.922000', '203939.925000', '203939.928000', '203939.930000', '203939.933000', '203939.935000', '203939.938000', '203939.941000', '203939.944000', '203939.947000', '203939.949000', '203939.952000', '203939.955000', '203939.957000', '203939.960000', '203939.962000', '203939.965000', '203939.968000', '203939.970000', '203939.973000', '203939.975000', '203939.978000', '203939.980000', '203939.983000', '203939.985000', '203939.988000', '203939.991000', '203939.993000', '203939.996000', '203939.998000', '203940.002000', '203940.005000', '203940.007000', '203940.010000', '203940.012000', '203940.015000', '203940.018000', '203940.020000', '203940.023000', '203940.025000', '203940.028000', '203959.914000', '203959.917000', '203959.920000', '203959.923000', '203959.925000', '203959.928000', '203959.930000', '203959.933000', '203959.935000', '203959.938000', '203959.941000', '203959.943000', '203959.946000', '203959.948000', '203959.951000', '203959.954000', '203959.982000', '203959.985000', '203959.987000', '203959.990000', '203959.992000', '203959.995000', '203959.997000', '204000.001000', '204000.004000', '204000.006000', '204000.009000', '204000.011000', '204000.014000', '204000.017000', '204000.019000', '204000.022000', '204000.024000', '204000.027000', '204000.030000', '204000.032000', '204000.035000', '204000.037000', '204000.040000', '204000.043000', '204000.045000', '204000.048000', '204000.050000', '204019.915000', '204019.918000', '204019.921000', '204019.924000', '204019.926000', '204019.929000', '204019.931000', '204019.934000', '204019.937000', '204019.939000', '204019.942000', '204019.944000', '204019.947000', '204019.950000', '204019.952000', '204019.955000', '204019.958000', '204019.960000', '204019.963000', '204019.965000', '204019.968000', '204019.971000', '204019.973000', '204019.976000', '204019.979000', '204019.981000', '204019.984000', '204019.986000', '204019.989000', '204019.992000', '204019.994000', '204019.997000', '204019.999000', '204020.002000', '204020.005000', '204020.007000', '204020.010000', '204020.013000', '204020.015000', '204020.018000', '204020.020000', '204020.023000', '204020.025000', '204020.028000', '204039.916000', '204039.919000', '204039.921000', '204039.924000', '204039.926000', '204039.929000', '204039.931000', '204039.934000', '204039.937000', '204039.939000', '204039.942000', '204039.944000', '204039.947000', '204039.950000', '204039.952000', '204039.955000', '204039.957000', '204039.960000', '204039.963000', '204039.965000', '204039.968000', '204039.970000', '204039.973000', '204039.976000', '204039.978000', '204039.981000', '204039.984000', '204039.986000', '204039.989000', '204039.992000', '204039.994000', '204039.997000', '204040.000000', '204040.003000', '204040.006000', '204040.008000', '204040.011000', '204040.013000', '204040.018000', '204040.021000', '204040.023000', '204040.026000', '204040.028000', '204059.915000', '204059.917000', '204059.920000', '204059.923000', '204059.925000', '204059.928000', '204059.931000', '204059.933000', '204059.936000', '204059.938000', '204059.941000', '204059.944000', '204059.946000', '204059.949000', '204059.951000', '204059.954000', '204059.957000', '204059.959000', '204059.962000', '204059.965000', '204059.967000', '204059.970000', '204059.972000', '204059.975000', '204059.978000', '204059.980000', '204059.983000', '204059.985000', '204059.988000', '204059.991000', '204059.993000', '204059.996000', '204059.998000', '204100.002000', '204100.005000', '204100.007000', '204100.010000', '204100.012000', '204100.015000', '204100.018000', '204100.020000', '204100.023000', '204100.025000', '204100.028000', '204119.914000', '204119.917000', '204119.920000', '204119.923000', '204119.925000', '204119.928000', '204119.930000', '204119.933000', '204119.936000', '204119.938000', '204119.941000', '204119.943000', '204119.946000', '204119.949000', '204119.951000', '204119.954000', '204119.957000', '204119.959000', '204119.962000', '204119.964000', '204119.967000', '204119.970000', '204119.972000', '204119.975000', '204119.977000', '204119.980000', '204119.983000', '204119.985000', '204119.988000', '204119.991000', '204119.993000', '204119.996000', '204119.998000', '204120.002000', '204120.005000', '204120.007000', '204120.010000', '204120.013000', '204120.015000', '204120.018000', '204120.021000', '204120.036000', '204120.039000', '204139.914000', '204139.917000', '204139.920000', '204139.922000', '204139.925000', '204139.928000', '204139.930000', '204139.933000', '204139.935000', '204139.938000', '204139.940000', '204139.943000', '204139.946000', '204139.948000', '204139.951000', '204139.954000', '204139.956000', '204139.959000', '204139.961000', '204139.964000', '204139.966000', '204139.969000', '204139.972000', '204139.974000', '204139.977000', '204139.979000', '204139.982000', '204139.985000', '204139.987000', '204139.990000', '204139.992000', '204139.995000', '204139.998000', '204140.001000', '204140.004000', '204140.006000', '204140.009000', '204140.011000', '204140.014000', '204140.017000', '204140.019000', '204140.022000', '204140.024000', '204140.040000', '204159.914000', '204159.917000', '204159.920000', '204159.923000', '204159.925000', '204159.928000', '204159.930000', '204159.933000', '204159.936000', '204159.938000', '204159.941000', '204159.943000', '204159.946000', '204159.949000', '204159.951000', '204159.954000', '204159.957000', '204159.959000', '204159.962000', '204159.964000', '204159.967000', '204159.969000', '204159.972000', '204159.975000', '204159.977000', '204159.980000', '204159.983000', '204159.985000', '204159.988000', '204159.990000', '204159.993000', '204159.996000', '204159.998000', '204200.002000', '204200.004000', '204200.007000', '204200.009000', '204200.012000', '204200.015000', '204200.018000', '204200.020000', '204200.023000', '204200.026000', '204219.915000', '204219.917000', '204219.920000', '204219.923000', '204219.925000', '204219.928000', '204219.930000', '204219.933000', '204219.936000', '204219.938000', '204219.941000', '204219.944000', '204219.946000', '204219.949000', '204219.951000', '204219.954000', '204219.956000', '204219.959000', '204219.962000', '204219.964000', '204219.967000', '204219.970000', '204219.972000', '204219.975000', '204219.977000', '204219.980000', '204219.983000', '204219.985000', '204219.988000', '204219.991000', '204219.993000', '204219.996000', '204219.998000', '204220.002000', '204220.005000', '204220.007000', '204220.010000', '204220.012000', '204220.015000', '204220.018000', '204220.020000', '204220.023000', '204220.026000', '204220.028000', '204239.915000', '204239.918000', '204239.921000', '204239.924000', '204239.926000', '204239.929000', '204239.931000', '204239.934000', '204239.937000', '204239.939000', '204239.942000', '204239.944000', '204239.947000', '204239.950000', '204239.952000', '204239.955000', '204239.958000', '204239.960000', '204239.963000', '204239.965000', '204239.968000', '204239.971000', '204239.973000', '204239.976000', '204239.979000', '204239.981000', '204239.984000', '204239.986000', '204239.989000', '204239.992000', '204239.994000', '204239.997000', '204239.999000', '204240.002000', '204240.005000', '204240.007000', '204240.010000', '204240.012000', '204240.015000', '204240.018000', '204240.020000', '204240.023000', '204240.025000', '204259.916000', '204259.918000', '204259.921000', '204259.924000', '204259.926000', '204259.929000', '204259.933000', '204259.936000', '204259.938000', '204259.941000', '204259.944000', '204259.946000', '204259.949000', '204259.952000', '204259.954000', '204259.957000', '204259.959000', '204259.962000', '204259.965000', '204259.967000', '204259.970000', '204259.972000', '204259.975000', '204259.977000', '204259.980000', '204259.983000', '204259.985000', '204259.988000', '204259.990000', '204259.993000', '204259.996000', '204259.998000', '204300.002000', '204300.004000', '204300.007000', '204300.010000', '204300.012000', '204300.015000', '204300.017000', '204300.020000', '204300.023000', '204300.025000', '204300.028000', '204300.030000', '204319.914000', '204319.917000', '204319.920000', '204319.923000', '204319.925000', '204319.928000', '204319.930000', '204319.933000', '204319.936000', '204319.938000', '204319.941000', '204319.944000', '204319.946000', '204319.949000', '204319.951000', '204319.954000', '204319.957000', '204319.959000', '204319.962000', '204319.964000', '204319.967000', '204319.970000', '204319.972000', '204319.975000', '204319.978000', '204319.980000', '204319.983000', '204319.986000', '204319.988000', '204319.991000', '204319.994000', '204319.996000', '204320.000000', '204320.002000', '204320.005000', '204320.008000', '204320.010000', '204320.013000', '204320.015000', '204320.018000', '204320.021000', '204320.023000', '204320.026000', '204339.915000', '204339.917000', '204339.920000', '204339.923000', '204339.925000', '204339.928000', '204339.930000', '204339.933000', '204339.935000', '204339.938000', '204339.941000', '204339.943000', '204339.946000', '204339.948000', '204339.951000', '204339.953000', '204339.956000', '204339.959000', '204339.961000', '204339.964000', '204339.966000', '204339.969000', '204339.972000', '204339.974000', '204339.977000', '204339.979000', '204339.982000', '204339.985000', '204339.987000', '204339.990000', '204339.992000', '204339.995000', '204339.997000', '204340.001000', '204340.004000', '204340.006000', '204340.009000', '204340.011000', '204340.014000', '204340.016000', '204340.019000', '204340.022000', '204340.024000', '204340.027000', '204352.247000', '204352.250000', '204352.252000', '204352.255000', '204352.258000', '204352.261000', '204352.263000', '204352.266000', '204352.269000', '204352.272000', '204352.275000', '204352.278000', '204352.281000', '204352.284000', '204352.286000', '204352.289000', '204352.292000', '204352.294000', '204352.297000', '204352.300000', '204352.304000', '204352.307000', '204352.310000', '204352.312000', '204352.315000', '204352.318000', '204352.325000'], 'InstanceCreationTime': ['203739.960000', '203739.963000', '203739.966000', '203739.969000', '203739.972000', '203739.974000', '203739.977000', '203739.979000', '203739.982000', '203739.984000', '203739.987000', '203739.989000', '203739.992000', '203740.002000', '203740.004000', '203740.007000', '203740.009000', '203740.012000', '203740.014000', '203740.017000', '203740.019000', '203740.022000', '203740.024000', '203740.027000', '203740.029000', '203740.032000', '203740.034000', '203740.037000', '203740.040000', '203740.042000', '203740.045000', '203740.047000', '203740.050000', '203740.052000', '203740.055000', '203740.057000', '203740.060000', '203740.063000', '203740.065000', '203740.068000', '203740.070000', '203740.073000', '203740.075000', '203740.078000', '203740.081000', '203740.083000', '203740.086000', '203740.088000', '203740.091000', '203740.093000', '203740.096000', '203740.099000', '203740.101000', '203740.104000', '203740.106000', '203740.109000', '203740.111000', '203740.124000', '203740.126000', '203740.129000', '203740.131000', '203740.134000', '203759.915000', '203759.917000', '203759.920000', '203759.923000', '203759.925000', '203759.928000', '203759.931000', '203759.933000', '203759.936000', '203759.939000', '203759.943000', '203759.945000', '203759.948000', '203759.951000', '203759.953000', '203759.956000', '203759.958000', '203759.961000', '203759.963000', '203759.966000', '203759.968000', '203759.971000', '203759.974000', '203759.976000', '203759.979000', '203759.981000', '203759.984000', '203759.986000', '203759.989000', '203759.992000', '203759.994000', '203759.997000', '203800.000000', '203800.002000', '203800.005000', '203800.007000', '203800.010000', '203800.013000', '203800.015000', '203800.018000', '203800.020000', '203800.023000', '203800.025000', '203819.915000', '203819.918000', '203819.921000', '203819.923000', '203819.926000', '203819.929000', '203819.931000', '203819.934000', '203819.937000', '203819.939000', '203819.942000', '203819.944000', '203819.947000', '203819.949000', '203819.952000', '203819.955000', '203819.957000', '203819.960000', '203819.962000', '203819.965000', '203819.967000', '203819.984000', '203819.986000', '203819.989000', '203819.991000', '203819.994000', '203819.996000', '203820.000000', '203820.003000', '203820.005000', '203820.008000', '203820.010000', '203820.013000', '203820.015000', '203820.018000', '203820.021000', '203820.023000', '203820.026000', '203820.028000', '203820.031000', '203820.034000', '203820.036000', '203820.039000', '203820.041000', '203839.914000', '203839.917000', '203839.920000', '203839.923000', '203839.925000', '203839.928000', '203839.930000', '203839.933000', '203839.936000', '203839.938000', '203839.941000', '203839.943000', '203839.946000', '203839.948000', '203839.951000', '203839.954000', '203839.956000', '203839.959000', '203839.961000', '203839.964000', '203839.966000', '203839.969000', '203839.972000', '203839.974000', '203839.977000', '203839.979000', '203839.982000', '203839.984000', '203839.987000', '203839.990000', '203839.992000', '203839.995000', '203839.997000', '203840.001000', '203840.004000', '203840.006000', '203840.009000', '203840.011000', '203840.014000', '203840.016000', '203840.019000', '203840.022000', '203840.024000', '203859.914000', '203859.917000', '203859.920000', '203859.923000', '203859.925000', '203859.928000', '203859.930000', '203859.933000', '203859.936000', '203859.938000', '203859.941000', '203859.943000', '203859.946000', '203859.949000', '203859.951000', '203859.954000', '203859.956000', '203859.959000', '203859.961000', '203859.964000', '203859.967000', '203859.969000', '203859.972000', '203859.974000', '203859.977000', '203859.980000', '203859.982000', '203859.985000', '203859.987000', '203859.990000', '203859.993000', '203859.995000', '203859.998000', '203900.001000', '203900.004000', '203900.007000', '203900.009000', '203900.012000', '203900.014000', '203900.017000', '203900.019000', '203900.022000', '203900.024000', '203900.027000', '203919.915000', '203919.917000', '203919.920000', '203919.923000', '203919.925000', '203919.928000', '203919.940000', '203919.942000', '203919.945000', '203919.948000', '203919.950000', '203919.953000', '203919.955000', '203919.958000', '203919.961000', '203919.963000', '203919.966000', '203919.968000', '203919.971000', '203919.974000', '203919.978000', '203919.980000', '203919.983000', '203919.986000', '203919.988000', '203919.991000', '203919.993000', '203919.996000', '203920.000000', '203920.002000', '203920.005000', '203920.007000', '203920.010000', '203920.013000', '203920.015000', '203920.018000', '203920.020000', '203920.023000', '203920.026000', '203920.028000', '203920.031000', '203920.034000', '203920.036000', '203939.914000', '203939.917000', '203939.920000', '203939.922000', '203939.925000', '203939.928000', '203939.930000', '203939.933000', '203939.935000', '203939.938000', '203939.941000', '203939.944000', '203939.947000', '203939.949000', '203939.952000', '203939.955000', '203939.957000', '203939.960000', '203939.962000', '203939.965000', '203939.968000', '203939.970000', '203939.973000', '203939.975000', '203939.978000', '203939.980000', '203939.983000', '203939.985000', '203939.988000', '203939.991000', '203939.993000', '203939.996000', '203939.998000', '203940.002000', '203940.005000', '203940.007000', '203940.010000', '203940.012000', '203940.015000', '203940.018000', '203940.020000', '203940.023000', '203940.025000', '203940.028000', '203959.914000', '203959.917000', '203959.920000', '203959.923000', '203959.925000', '203959.928000', '203959.930000', '203959.933000', '203959.935000', '203959.938000', '203959.941000', '203959.943000', '203959.946000', '203959.948000', '203959.951000', '203959.954000', '203959.982000', '203959.985000', '203959.987000', '203959.990000', '203959.992000', '203959.995000', '203959.997000', '204000.001000', '204000.004000', '204000.006000', '204000.009000', '204000.011000', '204000.014000', '204000.017000', '204000.019000', '204000.022000', '204000.024000', '204000.027000', '204000.030000', '204000.032000', '204000.035000', '204000.037000', '204000.040000', '204000.043000', '204000.045000', '204000.048000', '204000.050000', '204019.915000', '204019.918000', '204019.921000', '204019.924000', '204019.926000', '204019.929000', '204019.931000', '204019.934000', '204019.937000', '204019.939000', '204019.942000', '204019.944000', '204019.947000', '204019.950000', '204019.952000', '204019.955000', '204019.958000', '204019.960000', '204019.963000', '204019.965000', '204019.968000', '204019.971000', '204019.973000', '204019.976000', '204019.979000', '204019.981000', '204019.984000', '204019.986000', '204019.989000', '204019.992000', '204019.994000', '204019.997000', '204019.999000', '204020.002000', '204020.005000', '204020.007000', '204020.010000', '204020.013000', '204020.015000', '204020.018000', '204020.020000', '204020.023000', '204020.025000', '204020.028000', '204039.916000', '204039.919000', '204039.921000', '204039.924000', '204039.926000', '204039.929000', '204039.931000', '204039.934000', '204039.937000', '204039.939000', '204039.942000', '204039.944000', '204039.947000', '204039.950000', '204039.952000', '204039.955000', '204039.957000', '204039.960000', '204039.963000', '204039.965000', '204039.968000', '204039.970000', '204039.973000', '204039.976000', '204039.978000', '204039.981000', '204039.984000', '204039.986000', '204039.989000', '204039.992000', '204039.994000', '204039.997000', '204040.000000', '204040.003000', '204040.006000', '204040.008000', '204040.011000', '204040.013000', '204040.018000', '204040.021000', '204040.023000', '204040.026000', '204040.028000', '204059.915000', '204059.917000', '204059.920000', '204059.923000', '204059.925000', '204059.928000', '204059.931000', '204059.933000', '204059.936000', '204059.938000', '204059.941000', '204059.944000', '204059.946000', '204059.949000', '204059.951000', '204059.954000', '204059.957000', '204059.959000', '204059.962000', '204059.965000', '204059.967000', '204059.970000', '204059.972000', '204059.975000', '204059.978000', '204059.980000', '204059.983000', '204059.985000', '204059.988000', '204059.991000', '204059.993000', '204059.996000', '204059.998000', '204100.002000', '204100.005000', '204100.007000', '204100.010000', '204100.012000', '204100.015000', '204100.018000', '204100.020000', '204100.023000', '204100.025000', '204100.028000', '204119.914000', '204119.917000', '204119.920000', '204119.923000', '204119.925000', '204119.928000', '204119.930000', '204119.933000', '204119.936000', '204119.938000', '204119.941000', '204119.943000', '204119.946000', '204119.949000', '204119.951000', '204119.954000', '204119.957000', '204119.959000', '204119.962000', '204119.964000', '204119.967000', '204119.970000', '204119.972000', '204119.975000', '204119.977000', '204119.980000', '204119.983000', '204119.985000', '204119.988000', '204119.991000', '204119.993000', '204119.996000', '204119.998000', '204120.002000', '204120.005000', '204120.007000', '204120.010000', '204120.013000', '204120.015000', '204120.018000', '204120.021000', '204120.036000', '204120.039000', '204139.914000', '204139.917000', '204139.920000', '204139.922000', '204139.925000', '204139.928000', '204139.930000', '204139.933000', '204139.935000', '204139.938000', '204139.940000', '204139.943000', '204139.946000', '204139.948000', '204139.951000', '204139.954000', '204139.956000', '204139.959000', '204139.961000', '204139.964000', '204139.966000', '204139.969000', '204139.972000', '204139.974000', '204139.977000', '204139.979000', '204139.982000', '204139.985000', '204139.987000', '204139.990000', '204139.992000', '204139.995000', '204139.998000', '204140.001000', '204140.004000', '204140.006000', '204140.009000', '204140.011000', '204140.014000', '204140.017000', '204140.019000', '204140.022000', '204140.024000', '204140.040000', '204159.914000', '204159.917000', '204159.920000', '204159.923000', '204159.925000', '204159.928000', '204159.930000', '204159.933000', '204159.936000', '204159.938000', '204159.941000', '204159.943000', '204159.946000', '204159.949000', '204159.951000', '204159.954000', '204159.957000', '204159.959000', '204159.962000', '204159.964000', '204159.967000', '204159.969000', '204159.972000', '204159.975000', '204159.977000', '204159.980000', '204159.983000', '204159.985000', '204159.988000', '204159.990000', '204159.993000', '204159.996000', '204159.998000', '204200.002000', '204200.004000', '204200.007000', '204200.009000', '204200.012000', '204200.015000', '204200.018000', '204200.020000', '204200.023000', '204200.026000', '204219.915000', '204219.917000', '204219.920000', '204219.923000', '204219.925000', '204219.928000', '204219.930000', '204219.933000', '204219.936000', '204219.938000', '204219.941000', '204219.944000', '204219.946000', '204219.949000', '204219.951000', '204219.954000', '204219.956000', '204219.959000', '204219.962000', '204219.964000', '204219.967000', '204219.970000', '204219.972000', '204219.975000', '204219.977000', '204219.980000', '204219.983000', '204219.985000', '204219.988000', '204219.991000', '204219.993000', '204219.996000', '204219.998000', '204220.002000', '204220.005000', '204220.007000', '204220.010000', '204220.012000', '204220.015000', '204220.018000', '204220.020000', '204220.023000', '204220.026000', '204220.028000', '204239.915000', '204239.918000', '204239.921000', '204239.924000', '204239.926000', '204239.929000', '204239.931000', '204239.934000', '204239.937000', '204239.939000', '204239.942000', '204239.944000', '204239.947000', '204239.950000', '204239.952000', '204239.955000', '204239.958000', '204239.960000', '204239.963000', '204239.965000', '204239.968000', '204239.971000', '204239.973000', '204239.976000', '204239.979000', '204239.981000', '204239.984000', '204239.986000', '204239.989000', '204239.992000', '204239.994000', '204239.997000', '204239.999000', '204240.002000', '204240.005000', '204240.007000', '204240.010000', '204240.012000', '204240.015000', '204240.018000', '204240.020000', '204240.023000', '204240.025000', '204259.916000', '204259.918000', '204259.921000', '204259.924000', '204259.926000', '204259.929000', '204259.933000', '204259.936000', '204259.938000', '204259.941000', '204259.944000', '204259.946000', '204259.949000', '204259.952000', '204259.954000', '204259.957000', '204259.959000', '204259.962000', '204259.965000', '204259.967000', '204259.970000', '204259.972000', '204259.975000', '204259.977000', '204259.980000', '204259.983000', '204259.985000', '204259.988000', '204259.990000', '204259.993000', '204259.996000', '204259.998000', '204300.002000', '204300.004000', '204300.007000', '204300.010000', '204300.012000', '204300.015000', '204300.017000', '204300.020000', '204300.023000', '204300.025000', '204300.028000', '204300.030000', '204319.914000', '204319.917000', '204319.920000', '204319.923000', '204319.925000', '204319.928000', '204319.930000', '204319.933000', '204319.936000', '204319.938000', '204319.941000', '204319.944000', '204319.946000', '204319.949000', '204319.951000', '204319.954000', '204319.957000', '204319.959000', '204319.962000', '204319.964000', '204319.967000', '204319.970000', '204319.972000', '204319.975000', '204319.978000', '204319.980000', '204319.983000', '204319.986000', '204319.988000', '204319.991000', '204319.994000', '204319.996000', '204320.000000', '204320.002000', '204320.005000', '204320.008000', '204320.010000', '204320.013000', '204320.015000', '204320.018000', '204320.021000', '204320.023000', '204320.026000', '204339.915000', '204339.917000', '204339.920000', '204339.923000', '204339.925000', '204339.928000', '204339.930000', '204339.933000', '204339.935000', '204339.938000', '204339.941000', '204339.943000', '204339.946000', '204339.948000', '204339.951000', '204339.953000', '204339.956000', '204339.959000', '204339.961000', '204339.964000', '204339.966000', '204339.969000', '204339.972000', '204339.974000', '204339.977000', '204339.979000', '204339.982000', '204339.985000', '204339.987000', '204339.990000', '204339.992000', '204339.995000', '204339.997000', '204340.001000', '204340.004000', '204340.006000', '204340.009000', '204340.011000', '204340.014000', '204340.016000', '204340.019000', '204340.022000', '204340.024000', '204340.027000', '204352.247000', '204352.250000', '204352.252000', '204352.255000', '204352.258000', '204352.261000', '204352.263000', '204352.266000', '204352.269000', '204352.272000', '204352.275000', '204352.278000', '204352.281000', '204352.284000', '204352.286000', '204352.289000', '204352.292000', '204352.294000', '204352.297000', '204352.300000', '204352.304000', '204352.307000', '204352.310000', '204352.312000', '204352.315000', '204352.318000', '204352.325000'], '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': [8011, 7617, 8438, 8781, 7661, 9279, 7932, 7082, 6576, 6987, 7731, 9248, 9739, 7734, 7245, 8420, 7976, 8212, 10458, 7209, 7474, 7966, 7868, 8358, 12495, 8513, 7115, 9054, 7716, 8657, 11562, 7811, 8920, 7920, 7035, 9132, 8679, 7416, 9391, 9149, 6428, 7514, 7313, 7538, 8123, 8565, 7255, 7768, 7165, 8107, 8128, 8668, 8337, 14262, 12226, 7954, 7164, 9747, 7838, 11554, 8342, 7407, 8859, 7390, 7814, 7883, 7295, 6956, 7790, 9232, 8794, 7224, 14426, 11766, 8187, 12830, 8732, 16289, 12663, 10085, 12624, 7433, 9638, 8085, 7464, 9288, 10443, 7261, 7365, 8842, 8613, 7552, 9475, 8442, 7306, 7587, 7666, 7429, 8505, 8115, 7763, 7260, 9228, 7686, 7628, 10873, 8590, 10853, 11488, 14072, 8053, 6812, 7298, 7504, 7104, 6528, 8093, 9234, 7532, 7458, 9069, 9266, 8968, 12693, 11359, 11271, 14990, 12335, 8250, 7668, 8430, 7402, 7604, 8170, 7511, 9195, 8097, 7237, 7143, 8611, 6780, 7741, 7682, 6949, 7389, 9291, 8212, 7562, 12598, 7395, 7277, 6759, 8312, 7271, 7850, 11730, 7412, 8445, 9373, 8953, 10496, 13715, 11531, 8423, 8253, 10773, 8731, 7685, 12456, 7402, 7593, 8556, 8186, 8812, 7823, 12647, 7562, 7237, 9521, 9451, 7634, 9995, 14319, 9711, 7610, 6756, 7789, 8751, 9699, 9068, 8020, 15485, 12403, 8454, 6915, 7946, 8297, 11224, 8656, 7886, 11472, 7440, 7866, 7756, 8060, 7499, 8100, 7530, 7784, 8709, 8409, 7690, 7990, 7022, 7288, 8224, 12782, 8788, 7984, 13962, 8157, 7953, 15196, 12881, 9345, 7910, 7987, 7861, 8638, 12944, 9265, 7779, 8012, 6964, 7408, 8734, 8988, 9401, 6722, 9530, 9391, 8883, 8197, 12042, 9545, 7786, 9110, 8449, 7823, 9136, 9935, 7681, 9695, 8823, 6908, 7875, 8400, 8202, 7641, 10537, 7451, 8257, 9906, 9085, 8610, 13860, 7629, 7838, 9195, 8426, 8411, 11524, 8428, 7166, 6701, 7309, 7179, 8198, 8098, 7695, 9483, 8705, 7999, 10772, 7837, 10184, 14736, 7231, 9036, 10255, 7737, 10938, 14093, 7595, 9341, 9045, 7652, 9719, 10044, 7200, 8041, 7390, 8108, 7829, 9556, 7899, 7818, 7999, 7583, 8404, 13732, 10196, 7926, 13174, 7349, 7920, 8907, 8372, 8217, 9367, 7674, 7874, 7344, 8219, 7851, 9480, 8295, 7872, 12896, 7556, 8225, 9478, 8820, 7792, 11358, 8376, 7694, 7123, 8598, 8084, 11740, 8326, 13026, 10287, 8125, 7203, 7483, 7864, 7385, 8689, 7530, 8332, 7366, 7780, 9131, 10496, 8161, 8835, 8363, 7576, 9949, 10186, 8176, 7598, 10833, 7603, 7493, 8214, 7968, 7635, 10325, 12209, 7570, 8416, 8167, 8198, 7970, 9772, 7654, 7674, 8137, 8371, 7803, 11683, 11415, 7570, 9076, 12269, 9458, 11865, 15311, 7694, 8044, 8717, 8648, 7759, 10457, 7751, 7094, 8263, 8390, 7403, 7622, 9258, 7888, 7513, 7739, 7585, 7827, 8621, 11468, 6937, 8774, 8187, 7812, 10379, 14818, 10699, 7260, 8073, 8716, 7113, 10093, 13047, 7408, 7560, 7777, 7821, 7827, 11999, 12066, 7567, 8618, 8273, 8080, 11648, 14412, 7456, 8901, 8536, 7276, 8721, 12457, 8838, 7442, 8266, 8428, 7187, 7518, 8205, 8746, 6939, 7327, 8500, 7758, 10356, 12839, 9366, 8468, 7715, 9244, 8334, 7970, 7756, 11306, 7618, 8041, 9157, 8562, 7927, 9907, 8436, 7985, 8903, 8402, 7634, 10824, 8620, 7993, 13859, 7175, 8444, 11424, 9353, 7925, 16062, 8894, 8156, 10124, 8045, 7709, 9084, 8762, 7175, 7833, 9289, 8872, 7581, 8223, 8101, 7070, 7504, 9019, 7945, 6834, 8395, 8862, 7585, 7823, 12661, 9013, 7679, 7597, 8149, 7317, 10367, 14392, 8961, 8396, 10962, 9264, 7847, 14595, 10529, 8696, 8677, 8417, 7876, 8230, 10003, 6770, 8249, 10241, 8612, 7922, 12168, 8961, 6944, 8728, 8779, 7590, 9860, 11792, 7357, 7938, 8677, 7530, 7496, 9370, 8362, 7607, 6830, 7154, 7981, 8904, 8129, 8263, 10756, 7186, 8119, 9450, 8182, 7602, 11065, 7377, 7763, 8684, 7919, 12231, 9281, 8391, 8431, 7712, 7996, 9258, 8265, 7483, 7650, 7473, 7477, 8144, 8729, 7756, 9133, 8006, 8130, 11657, 8292, 11556, 9131, 8032, 10754, 7330, 8731, 9271, 7919, 9183, 9412, 6654, 7281, 7902, 8194, 11340, 8322, 8045, 8979, 8090, 7880, 9793, 7797, 9222, 10348, 7338, 7722, 8158, 7720, 9245, 8258, 7395, 7946, 7086, 7389, 8416, 7947, 7873, 11867, 8974, 8786, 8738, 9130, 7796, 14195, 10141, 7457, 7907, 7375, 8016, 8801, 10849, 7127, 8705, 8076, 7205, 9877, 12925, 7507, 9491, 8285, 7107, 8301, 15133, 11969, 8884, 9342, 9612, 7366, 6784, 9212, 9341, 7897, 7245, 8468, 6824, 7051, 7791, 9251, 7803, 7567, 7823, 9119, 8449, 8201, 13200, 10691, 8523, 9612, 11540, 12067, 14217, 14256, 9354, 9728, 7842, 8439, 13528, 9968, 8238, 7742, 8418, 7229, 9088, 9346, 7906, 8122, 7428, 8369, 7178, 8730, 9558, 7954, 6960, 7300, 7033, 7158, 9480, 10007, 7809, 7553, 6875, 8022, 8007, 9109, 10286, 7584, 7684, 8958, 8260, 7933, 13849, 10393, 10294, 14455, 6679, 8179, 7105, 8289, 7586, 8557, 8139, 7073, 7626, 9695, 8131, 8239, 12789, 6962, 8440, 14062, 10085, 9408, 11061, 7125, 7040, 8783, 8971, 7378, 7450, 7095, 7095, 7126, 9644, 13022, 8972, 8281, 8962, 8792, 10499, 13862, 15763, 11133, 8502, 8462, 7469, 7926, 9165, 9497, 6485, 7996, 7142, 7201, 7461, 8163, 7068, 7902, 7313, 8894, 8273, 7425, 7593, 7289, 7640, 7700, 8742, 7706, 7373, 10645, 7416, 7995, 11003, 8576, 8733, 13179, 7021, 7294, 8222, 7932, 7379, 11685, 7248, 7596, 6918, 8327, 7284, 8135, 8418, 7871, 7500, 8503, 7812, 6726, 7454, 7973, 8165, 7196, 8116, 7695, 6824, 6824, 8828, 12364, 9124, 7263, 7277, 7681, 7858, 14061, 15395, 10986, 7860, 10818, 8271, 9564, 15057, 10991, 8036, 9796, 8125, 7894, 9859, 8658, 7392, 8150, 8547, 7565, 9180, 9830, 7895, 8256, 8460, 7737, 8232, 9499, 7875, 8002, 6959, 8216, 8084, 9698, 8305, 7854, 10984, 7357, 7872, 7475, 7903, 8629, 7748, 7701, 7844, 7690, 7811, 10378], 'WindowCenter': [3959.0, 3946.0, 3954.0, 3981.0, 3944.0, 3951.0, 3928.0, 3906.0, 3895.0, 3905.0, 3929.0, 3948.0, 3960.0, 3931.0, 3920.0, 3939.0, 3929.0, 3940.0, 3960.0, 3921.0, 3919.0, 3928.0, 3930.0, 3940.0, 3980.0, 3940.0, 3905.0, 3939.0, 3928.0, 3940.0, 3968.0, 3915.0, 3939.0, 3928.0, 3902.0, 3948.0, 3937.0, 3915.0, 3936.0, 3947.0, 3896.0, 3915.0, 3905.0, 3929.0, 3928.0, 3923.0, 3919.0, 3927.0, 3906.0, 3928.0, 3928.0, 3939.0, 3925.0, 3992.0, 3968.0, 3927.0, 3907.0, 3950.0, 3926.0, 3966.0, 3942.0, 3960.0, 3967.0, 3918.0, 3927.0, 3938.0, 3920.0, 3922.0, 3928.0, 3948.0, 3936.0, 3901.0, 3976.0, 3955.0, 3925.0, 3995.0, 3954.0, 3989.0, 3964.0, 3959.0, 3981.0, 3917.0, 3934.0, 3912.0, 3901.0, 3932.0, 3956.0, 3905.0, 3905.0, 3936.0, 3936.0, 3917.0, 3947.0, 3927.0, 3906.0, 3917.0, 3918.0, 3932.0, 3953.0, 3985.0, 3959.0, 3930.0, 3949.0, 3913.0, 3896.0, 3926.0, 3917.0, 3937.0, 3963.0, 3959.0, 3869.0, 3862.0, 3887.0, 3888.0, 3887.0, 3882.0, 3927.0, 3959.0, 3917.0, 3918.0, 3951.0, 3950.0, 3937.0, 3980.0, 3970.0, 3971.0, 3993.0, 3968.0, 3928.0, 3915.0, 3927.0, 3932.0, 3925.0, 3937.0, 3916.0, 3961.0, 3926.0, 3915.0, 3905.0, 3936.0, 3893.0, 3914.0, 3914.0, 3905.0, 3918.0, 3963.0, 3938.0, 3914.0, 3966.0, 3905.0, 3915.0, 3905.0, 3925.0, 3918.0, 3929.0, 3982.0, 3919.0, 3937.0, 3960.0, 3936.0, 3957.0, 3980.0, 3966.0, 3927.0, 3924.0, 3955.0, 3925.0, 3915.0, 3978.0, 3913.0, 3917.0, 3937.0, 3937.0, 3948.0, 3926.0, 3978.0, 3915.0, 3915.0, 3946.0, 3944.0, 3916.0, 3945.0, 3977.0, 3945.0, 3916.0, 3907.0, 3924.0, 3936.0, 3947.0, 3934.0, 3927.0, 3974.0, 3967.0, 3926.0, 3904.0, 3926.0, 3924.0, 3969.0, 3924.0, 3915.0, 3967.0, 3903.0, 3925.0, 3928.0, 3927.0, 3917.0, 3929.0, 3929.0, 3928.0, 3939.0, 3937.0, 3929.0, 3928.0, 3905.0, 3918.0, 3938.0, 3979.0, 3940.0, 3939.0, 3988.0, 3928.0, 3929.0, 3989.0, 3980.0, 3935.0, 3927.0, 3914.0, 3927.0, 3936.0, 3967.0, 3936.0, 3914.0, 3915.0, 3905.0, 3915.0, 3935.0, 3937.0, 3947.0, 3907.0, 3947.0, 3943.0, 3936.0, 3938.0, 3968.0, 3949.0, 3914.0, 3933.0, 3926.0, 3915.0, 3948.0, 3945.0, 3914.0, 3946.0, 3936.0, 3903.0, 3928.0, 3937.0, 3926.0, 3917.0, 3959.0, 3917.0, 3925.0, 3960.0, 3949.0, 3937.0, 3979.0, 3917.0, 3917.0, 3950.0, 3938.0, 3939.0, 3969.0, 3937.0, 3905.0, 3904.0, 3917.0, 3919.0, 3940.0, 3927.0, 3929.0, 3960.0, 3938.0, 3927.0, 3968.0, 3927.0, 3958.0, 3990.0, 3916.0, 3935.0, 3955.0, 3914.0, 3954.0, 3990.0, 3916.0, 3934.0, 3936.0, 3915.0, 3946.0, 3943.0, 3905.0, 3925.0, 3914.0, 3926.0, 3928.0, 3946.0, 3924.0, 3915.0, 3927.0, 3915.0, 3938.0, 3990.0, 3944.0, 3914.0, 3979.0, 3903.0, 3924.0, 3936.0, 3936.0, 3935.0, 3945.0, 3914.0, 3926.0, 3917.0, 3937.0, 3927.0, 3958.0, 3937.0, 3925.0, 3978.0, 3916.0, 3937.0, 3945.0, 3937.0, 3919.0, 3968.0, 3926.0, 3916.0, 3905.0, 3936.0, 3926.0, 3979.0, 3926.0, 3966.0, 3945.0, 3923.0, 3903.0, 3915.0, 3927.0, 3914.0, 3935.0, 3914.0, 3937.0, 3917.0, 3926.0, 3948.0, 3957.0, 3926.0, 3937.0, 3924.0, 3916.0, 3945.0, 3957.0, 3924.0, 3915.0, 3969.0, 3926.0, 3914.0, 3937.0, 3927.0, 3916.0, 3958.0, 3980.0, 3928.0, 3939.0, 3938.0, 3938.0, 3928.0, 3959.0, 3929.0, 3928.0, 3939.0, 3939.0, 3915.0, 3968.0, 3967.0, 3916.0, 3935.0, 3970.0, 3945.0, 3956.0, 3989.0, 3915.0, 3914.0, 3935.0, 3938.0, 3915.0, 3945.0, 3912.0, 3904.0, 3924.0, 3936.0, 3917.0, 3927.0, 3946.0, 3927.0, 3919.0, 3927.0, 3928.0, 3928.0, 3935.0, 3970.0, 3908.0, 3937.0, 3936.0, 3928.0, 3958.0, 3990.0, 3958.0, 3915.0, 3927.0, 3947.0, 3905.0, 3956.0, 3979.0, 3915.0, 3926.0, 3924.0, 3928.0, 3926.0, 3967.0, 3981.0, 3918.0, 3937.0, 3927.0, 3925.0, 3955.0, 3989.0, 3915.0, 3935.0, 3925.0, 3905.0, 3935.0, 3967.0, 3934.0, 3915.0, 3926.0, 3927.0, 3906.0, 3929.0, 3934.0, 3936.0, 3918.0, 3918.0, 3938.0, 3928.0, 3971.0, 3980.0, 3948.0, 3928.0, 3915.0, 3948.0, 3939.0, 3925.0, 3913.0, 3968.0, 3926.0, 3927.0, 3948.0, 3948.0, 3926.0, 3945.0, 3927.0, 3928.0, 3946.0, 3938.0, 3926.0, 3958.0, 3935.0, 3929.0, 3991.0, 3917.0, 3926.0, 3970.0, 3947.0, 3923.0, 4000.0, 3936.0, 3928.0, 3944.0, 3924.0, 3912.0, 3936.0, 3936.0, 3905.0, 3915.0, 3946.0, 3935.0, 3915.0, 3926.0, 3924.0, 3904.0, 3917.0, 3935.0, 3924.0, 3907.0, 3928.0, 3937.0, 3929.0, 3926.0, 3977.0, 3936.0, 3927.0, 3916.0, 3927.0, 3916.0, 3955.0, 3990.0, 3948.0, 3927.0, 3968.0, 3947.0, 3926.0, 3988.0, 3958.0, 3936.0, 3924.0, 3924.0, 3923.0, 3923.0, 3945.0, 3894.0, 3924.0, 3957.0, 3936.0, 3925.0, 3965.0, 3935.0, 3906.0, 3924.0, 3935.0, 3916.0, 3945.0, 3965.0, 3904.0, 3926.0, 3926.0, 3915.0, 3914.0, 3946.0, 3926.0, 3915.0, 3895.0, 3902.0, 3927.0, 3946.0, 3925.0, 3927.0, 3956.0, 3905.0, 3926.0, 3947.0, 3923.0, 3915.0, 3969.0, 3916.0, 3915.0, 3935.0, 3928.0, 3966.0, 3935.0, 3927.0, 3924.0, 3916.0, 3926.0, 3947.0, 3924.0, 3915.0, 3926.0, 3915.0, 3917.0, 3940.0, 3950.0, 3927.0, 3950.0, 3930.0, 3928.0, 3969.0, 3941.0, 3969.0, 3946.0, 3929.0, 3955.0, 3913.0, 3936.0, 3946.0, 3925.0, 3946.0, 3944.0, 3895.0, 3915.0, 3926.0, 3937.0, 3969.0, 3927.0, 3926.0, 3938.0, 3926.0, 3926.0, 3959.0, 3928.0, 3936.0, 3946.0, 3915.0, 3915.0, 3927.0, 3917.0, 3947.0, 3922.0, 3905.0, 3928.0, 3907.0, 3918.0, 3938.0, 3928.0, 3925.0, 3968.0, 3945.0, 3936.0, 3937.0, 3948.0, 3917.0, 3978.0, 3960.0, 3916.0, 3928.0, 3918.0, 3939.0, 3946.0, 3970.0, 3907.0, 3937.0, 3929.0, 3917.0, 3960.0, 3990.0, 3917.0, 3949.0, 3927.0, 3909.0, 3941.0, 4004.0, 3982.0, 3949.0, 3948.0, 3948.0, 3914.0, 3904.0, 3947.0, 3948.0, 3916.0, 3917.0, 3927.0, 3906.0, 3921.0, 3929.0, 3962.0, 3929.0, 3917.0, 3917.0, 3936.0, 3926.0, 3927.0, 3993.0, 3985.0, 3942.0, 3950.0, 3970.0, 3981.0, 3978.0, 3979.0, 3936.0, 3936.0, 3912.0, 3914.0, 3965.0, 3935.0, 3914.0, 3913.0, 3913.0, 3905.0, 3937.0, 3947.0, 3915.0, 3925.0, 3905.0, 3926.0, 3904.0, 3939.0, 3947.0, 3913.0, 3907.0, 3916.0, 3906.0, 3919.0, 3963.0, 3975.0, 3930.0, 3914.0, 3909.0, 3925.0, 3927.0, 3938.0, 3957.0, 3917.0, 3931.0, 3938.0, 3939.0, 3928.0, 3991.0, 3949.0, 3948.0, 3989.0, 3895.0, 3926.0, 3905.0, 3924.0, 3917.0, 3938.0, 3928.0, 3906.0, 3930.0, 3948.0, 3927.0, 3929.0, 3979.0, 3907.0, 3928.0, 3980.0, 3945.0, 3936.0, 3969.0, 3901.0, 3904.0, 3937.0, 3935.0, 3920.0, 3919.0, 3908.0, 3908.0, 3918.0, 3957.0, 3992.0, 3951.0, 3938.0, 3938.0, 3938.0, 3959.0, 3976.0, 3991.0, 3958.0, 3925.0, 3926.0, 3914.0, 3915.0, 3935.0, 3946.0, 3884.0, 3927.0, 3907.0, 3916.0, 3903.0, 3939.0, 3909.0, 3938.0, 3931.0, 3950.0, 3938.0, 3919.0, 3932.0, 3931.0, 3929.0, 3929.0, 3941.0, 3918.0, 3918.0, 3971.0, 3918.0, 3941.0, 3968.0, 3938.0, 3939.0, 3981.0, 3907.0, 3918.0, 3937.0, 3925.0, 3903.0, 3970.0, 3918.0, 3929.0, 3905.0, 3926.0, 3917.0, 3939.0, 3942.0, 3928.0, 3919.0, 3950.0, 3928.0, 3907.0, 3918.0, 3939.0, 3941.0, 3906.0, 3927.0, 3930.0, 3908.0, 3909.0, 3950.0, 3981.0, 3950.0, 3920.0, 3918.0, 3927.0, 3928.0, 3980.0, 3991.0, 3957.0, 3916.0, 3958.0, 3926.0, 3945.0, 3990.0, 3959.0, 3925.0, 3948.0, 3924.0, 3914.0, 3934.0, 3926.0, 3905.0, 3914.0, 3924.0, 3914.0, 3935.0, 3934.0, 3917.0, 3926.0, 3927.0, 3926.0, 3924.0, 3933.0, 3915.0, 3929.0, 3908.0, 3928.0, 3929.0, 3947.0, 3926.0, 3915.0, 3960.0, 3918.0, 3927.0, 3916.0, 3927.0, 3936.0, 3928.0, 3930.0, 3930.0, 3930.0, 3929.0, 3959.0], 'WindowWidth': [8872.0, 8846.0, 8851.0, 8898.0, 8837.0, 8837.0, 8803.0, 8769.0, 8753.0, 8770.0, 8806.0, 8828.0, 8848.0, 8812.0, 8793.0, 8819.0, 8807.0, 8819.0, 8846.0, 8796.0, 8791.0, 8802.0, 8807.0, 8819.0, 8874.0, 8821.0, 8769.0, 8817.0, 8803.0, 8820.0, 8854.0, 8781.0, 8817.0, 8799.0, 8762.0, 8828.0, 8814.0, 8780.0, 8806.0, 8825.0, 8757.0, 8781.0, 8767.0, 8805.0, 8799.0, 8789.0, 8792.0, 8800.0, 8771.0, 8802.0, 8803.0, 8815.0, 8793.0, 8892.0, 8853.0, 8798.0, 8771.0, 8832.0, 8799.0, 8850.0, 8828.0, 8870.0, 8871.0, 8791.0, 8800.0, 8818.0, 8793.0, 8800.0, 8803.0, 8829.0, 8809.0, 8752.0, 8861.0, 8829.0, 8791.0, 8906.0, 8848.0, 8887.0, 8844.0, 8845.0, 8878.0, 8787.0, 8801.0, 8771.0, 8754.0, 8796.0, 8838.0, 8766.0, 8766.0, 8807.0, 8809.0, 8782.0, 8824.0, 8798.0, 8769.0, 8784.0, 8789.0, 8814.0, 8848.0, 8912.0, 8868.0, 8811.0, 8828.0, 8773.0, 8739.0, 8775.0, 8769.0, 8796.0, 8841.0, 8835.0, 8685.0, 8681.0, 8724.0, 8728.0, 8730.0, 8732.0, 8797.0, 8845.0, 8785.0, 8788.0, 8835.0, 8831.0, 8813.0, 8873.0, 8860.0, 8863.0, 8901.0, 8855.0, 8799.0, 8781.0, 8800.0, 8820.0, 8796.0, 8812.0, 8783.0, 8850.0, 8796.0, 8782.0, 8767.0, 8807.0, 8744.0, 8773.0, 8773.0, 8763.0, 8787.0, 8859.0, 8815.0, 8774.0, 8850.0, 8766.0, 8780.0, 8769.0, 8793.0, 8786.0, 8802.0, 8884.0, 8793.0, 8813.0, 8850.0, 8810.0, 8837.0, 8875.0, 8849.0, 8797.0, 8789.0, 8834.0, 8792.0, 8777.0, 8868.0, 8777.0, 8785.0, 8811.0, 8817.0, 8829.0, 8797.0, 8868.0, 8779.0, 8779.0, 8818.0, 8817.0, 8782.0, 8820.0, 8867.0, 8820.0, 8784.0, 8773.0, 8793.0, 8810.0, 8824.0, 8806.0, 8799.0, 8862.0, 8850.0, 8793.0, 8762.0, 8794.0, 8792.0, 8857.0, 8790.0, 8777.0, 8850.0, 8760.0, 8793.0, 8804.0, 8797.0, 8786.0, 8804.0, 8805.0, 8802.0, 8817.0, 8812.0, 8805.0, 8802.0, 8769.0, 8791.0, 8817.0, 8872.0, 8822.0, 8818.0, 8887.0, 8803.0, 8806.0, 8890.0, 8874.0, 8807.0, 8798.0, 8778.0, 8798.0, 8810.0, 8851.0, 8807.0, 8776.0, 8779.0, 8765.0, 8782.0, 8809.0, 8810.0, 8824.0, 8774.0, 8825.0, 8816.0, 8810.0, 8816.0, 8853.0, 8829.0, 8778.0, 8803.0, 8794.0, 8779.0, 8829.0, 8819.0, 8778.0, 8821.0, 8808.0, 8764.0, 8802.0, 8814.0, 8797.0, 8784.0, 8843.0, 8787.0, 8795.0, 8848.0, 8831.0, 8809.0, 8872.0, 8786.0, 8786.0, 8835.0, 8817.0, 8818.0, 8861.0, 8814.0, 8769.0, 8767.0, 8787.0, 8797.0, 8823.0, 8801.0, 8804.0, 8847.0, 8816.0, 8799.0, 8857.0, 8800.0, 8840.0, 8889.0, 8784.0, 8806.0, 8834.0, 8779.0, 8829.0, 8890.0, 8783.0, 8804.0, 8808.0, 8780.0, 8822.0, 8816.0, 8766.0, 8794.0, 8778.0, 8796.0, 8802.0, 8823.0, 8792.0, 8782.0, 8799.0, 8781.0, 8814.0, 8889.0, 8820.0, 8776.0, 8870.0, 8763.0, 8791.0, 8808.0, 8812.0, 8810.0, 8821.0, 8780.0, 8797.0, 8785.0, 8812.0, 8800.0, 8842.0, 8813.0, 8792.0, 8868.0, 8783.0, 8812.0, 8822.0, 8812.0, 8789.0, 8855.0, 8794.0, 8784.0, 8767.0, 8810.0, 8796.0, 8872.0, 8797.0, 8848.0, 8818.0, 8789.0, 8762.0, 8779.0, 8801.0, 8779.0, 8805.0, 8779.0, 8812.0, 8785.0, 8797.0, 8829.0, 8837.0, 8796.0, 8811.0, 8791.0, 8783.0, 8820.0, 8840.0, 8792.0, 8780.0, 8856.0, 8796.0, 8780.0, 8814.0, 8801.0, 8781.0, 8839.0, 8874.0, 8801.0, 8818.0, 8817.0, 8814.0, 8800.0, 8842.0, 8802.0, 8803.0, 8821.0, 8818.0, 8782.0, 8856.0, 8853.0, 8784.0, 8806.0, 8863.0, 8820.0, 8833.0, 8887.0, 8778.0, 8777.0, 8807.0, 8814.0, 8782.0, 8818.0, 8774.0, 8766.0, 8791.0, 8810.0, 8789.0, 8801.0, 8823.0, 8801.0, 8793.0, 8799.0, 8803.0, 8804.0, 8806.0, 8861.0, 8777.0, 8811.0, 8811.0, 8802.0, 8840.0, 8888.0, 8844.0, 8782.0, 8799.0, 8828.0, 8768.0, 8835.0, 8872.0, 8781.0, 8797.0, 8795.0, 8805.0, 8798.0, 8852.0, 8876.0, 8788.0, 8811.0, 8799.0, 8793.0, 8832.0, 8886.0, 8781.0, 8805.0, 8792.0, 8766.0, 8805.0, 8850.0, 8802.0, 8780.0, 8795.0, 8799.0, 8771.0, 8808.0, 8808.0, 8810.0, 8790.0, 8789.0, 8815.0, 8806.0, 8863.0, 8873.0, 8828.0, 8800.0, 8781.0, 8826.0, 8817.0, 8794.0, 8774.0, 8855.0, 8797.0, 8799.0, 8829.0, 8831.0, 8800.0, 8822.0, 8800.0, 8801.0, 8825.0, 8814.0, 8800.0, 8843.0, 8807.0, 8803.0, 8893.0, 8788.0, 8796.0, 8859.0, 8827.0, 8789.0, 8907.0, 8810.0, 8802.0, 8819.0, 8791.0, 8770.0, 8807.0, 8809.0, 8767.0, 8781.0, 8824.0, 8806.0, 8779.0, 8796.0, 8791.0, 8765.0, 8786.0, 8806.0, 8790.0, 8773.0, 8802.0, 8812.0, 8804.0, 8798.0, 8866.0, 8810.0, 8799.0, 8784.0, 8799.0, 8783.0, 8831.0, 8888.0, 8829.0, 8797.0, 8856.0, 8825.0, 8796.0, 8883.0, 8840.0, 8809.0, 8792.0, 8791.0, 8789.0, 8787.0, 8820.0, 8752.0, 8791.0, 8838.0, 8810.0, 8792.0, 8846.0, 8808.0, 8768.0, 8790.0, 8807.0, 8783.0, 8818.0, 8844.0, 8764.0, 8794.0, 8794.0, 8779.0, 8779.0, 8822.0, 8794.0, 8781.0, 8753.0, 8761.0, 8801.0, 8825.0, 8794.0, 8799.0, 8837.0, 8766.0, 8796.0, 8828.0, 8789.0, 8780.0, 8857.0, 8784.0, 8781.0, 8807.0, 8801.0, 8848.0, 8806.0, 8797.0, 8791.0, 8783.0, 8797.0, 8824.0, 8788.0, 8780.0, 8796.0, 8781.0, 8786.0, 8823.0, 8833.0, 8801.0, 8836.0, 8808.0, 8802.0, 8857.0, 8824.0, 8858.0, 8822.0, 8802.0, 8836.0, 8776.0, 8807.0, 8822.0, 8792.0, 8820.0, 8818.0, 8754.0, 8782.0, 8794.0, 8813.0, 8858.0, 8798.0, 8797.0, 8813.0, 8797.0, 8796.0, 8843.0, 8802.0, 8809.0, 8821.0, 8781.0, 8779.0, 8796.0, 8785.0, 8826.0, 8786.0, 8766.0, 8801.0, 8772.0, 8788.0, 8817.0, 8801.0, 8794.0, 8855.0, 8823.0, 8810.0, 8811.0, 8829.0, 8785.0, 8868.0, 8847.0, 8783.0, 8801.0, 8789.0, 8819.0, 8824.0, 8860.0, 8775.0, 8811.0, 8805.0, 8786.0, 8844.0, 8890.0, 8790.0, 8831.0, 8799.0, 8778.0, 8823.0, 8916.0, 8881.0, 8833.0, 8826.0, 8828.0, 8779.0, 8766.0, 8826.0, 8825.0, 8780.0, 8783.0, 8797.0, 8772.0, 8800.0, 8807.0, 8857.0, 8803.0, 8784.0, 8783.0, 8808.0, 8795.0, 8796.0, 8896.0, 8889.0, 8825.0, 8830.0, 8861.0, 8877.0, 8869.0, 8873.0, 8806.0, 8804.0, 8767.0, 8773.0, 8845.0, 8802.0, 8774.0, 8772.0, 8770.0, 8763.0, 8810.0, 8824.0, 8777.0, 8792.0, 8765.0, 8793.0, 8764.0, 8817.0, 8823.0, 8774.0, 8769.0, 8782.0, 8768.0, 8792.0, 8857.0, 8876.0, 8807.0, 8774.0, 8778.0, 8793.0, 8798.0, 8812.0, 8837.0, 8785.0, 8807.0, 8816.0, 8816.0, 8801.0, 8893.0, 8829.0, 8825.0, 8886.0, 8751.0, 8793.0, 8768.0, 8790.0, 8783.0, 8815.0, 8802.0, 8771.0, 8808.0, 8830.0, 8798.0, 8803.0, 8870.0, 8771.0, 8801.0, 8874.0, 8819.0, 8809.0, 8855.0, 8758.0, 8764.0, 8811.0, 8807.0, 8793.0, 8790.0, 8774.0, 8775.0, 8792.0, 8839.0, 8892.0, 8836.0, 8815.0, 8813.0, 8816.0, 8843.0, 8865.0, 8894.0, 8840.0, 8791.0, 8794.0, 8777.0, 8777.0, 8804.0, 8822.0, 8737.0, 8797.0, 8773.0, 8782.0, 8763.0, 8815.0, 8779.0, 8817.0, 8810.0, 8835.0, 8815.0, 8790.0, 8811.0, 8809.0, 8807.0, 8807.0, 8821.0, 8788.0, 8790.0, 8864.0, 8788.0, 8823.0, 8856.0, 8812.0, 8816.0, 8877.0, 8774.0, 8790.0, 8812.0, 8793.0, 8762.0, 8860.0, 8788.0, 8803.0, 8768.0, 8793.0, 8783.0, 8820.0, 8826.0, 8802.0, 8792.0, 8836.0, 8803.0, 8774.0, 8789.0, 8822.0, 8823.0, 8770.0, 8800.0, 8809.0, 8778.0, 8781.0, 8834.0, 8877.0, 8834.0, 8796.0, 8790.0, 8801.0, 8803.0, 8873.0, 8895.0, 8839.0, 8780.0, 8840.0, 8795.0, 8817.0, 8888.0, 8842.0, 8792.0, 8826.0, 8792.0, 8776.0, 8800.0, 8794.0, 8766.0, 8776.0, 8790.0, 8778.0, 8804.0, 8800.0, 8782.0, 8795.0, 8796.0, 8798.0, 8793.0, 8801.0, 8780.0, 8804.0, 8775.0, 8800.0, 8803.0, 8826.0, 8793.0, 8778.0, 8843.0, 8787.0, 8798.0, 8784.0, 8799.0, 8809.0, 8801.0, 8808.0, 8805.0, 8807.0, 8807.0, 8845.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.005554267589388697</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026430148096885812</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.34448064218243</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2498555666166276</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1615664802194001</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4903</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3468.3616</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1690492269791864</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>239</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>27.56632064590542</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5303408691714235</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.534139121399597</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.777790933772303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.27909255234237</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00720216</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004149227868765593</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01786101795732975</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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.6879532088332128</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>23.1452</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.108</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.3354</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299558.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>856.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.088</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.2187</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3118.1389</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3324.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76986.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>911.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4146.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.3071</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.378201719373465</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> |