=== 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-0011 --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-0011",
"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-0011_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0011_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-03/func/sub-0011_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ff7ec9f8b3e9d5bfd9e182649ca6e831</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:18:15.115000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997216, -0.00529037, 0.0743751, 0.0116617, 0.99627, -0.085494]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0757198</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4167, -7742, -7242, 569, -33, -138, 8, 73]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0071d3fd-95f3-4af3-8da6-2466f8aa164b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6754584312438965, 0.03128756210207939, 0.19884254038333893, 106.42980194091797], [0.01419367827475071, 2.6729207038879395, -0.23253318667411804, -79.37171173095703], [0.19954286515712738, 0.22937428951263428, 2.6826088428497314, -74.253173828125], [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': ['151815.115000', '151815.575000', '151816.035000', '151816.495000', '151816.955000', '151817.415000', '151817.875000', '151818.335000', '151818.795000', '151819.255000', '151819.715000', '151820.175000', '151820.635000', '151821.095000', '151821.555000', '151822.015000', '151822.475000', '151822.935000', '151823.395000', '151823.855000', '151824.315000', '151824.775000', '151825.235000', '151825.695000', '151826.155000', '151826.615000', '151827.075000', '151827.535000', '151827.995000', '151828.455000', '151828.915000', '151829.375000', '151829.835000', '151830.295000', '151830.755000', '151831.215000', '151831.675000', '151832.135000', '151832.595000', '151833.055000', '151833.515000', '151833.975000', '151834.435000', '151834.895000', '151835.355000', '151835.815000', '151836.275000', '151836.735000', '151837.195000', '151837.655000', '151838.115000', '151838.575000', '151839.035000', '151839.495000', '151839.955000', '151840.415000', '151840.875000', '151841.335000', '151841.795000', '151842.255000', '151842.715000', '151843.175000', '151843.635000', '151844.095000', '151844.555000', '151845.015000', '151845.475000', '151845.935000', '151846.395000', '151846.855000', '151847.315000', '151847.775000', '151848.235000', '151848.695000', '151849.155000', '151849.615000', '151850.075000', '151850.535000', '151850.995000', '151851.455000', '151851.915000', '151852.375000', '151852.835000', '151853.295000', '151853.755000', '151854.215000', '151854.675000', '151855.135000', '151855.595000', '151856.055000', '151856.515000', '151856.975000', '151857.435000', '151857.895000', '151858.355000', '151858.815000', '151859.275000', '151859.735000', '151900.195000', '151900.655000', '151901.115000', '151901.575000', '151902.035000', '151902.495000', '151902.955000', '151903.415000', '151903.875000', '151904.335000', '151904.795000', '151905.255000', '151905.715000', '151906.175000', '151906.635000', '151907.095000', '151907.555000', '151908.015000', '151908.475000', '151908.935000', '151909.395000', '151909.855000', '151910.315000', '151910.775000', '151911.235000', '151911.695000', '151912.155000', '151912.615000', '151913.075000', '151913.535000', '151913.995000', '151914.455000', '151914.915000', '151915.375000', '151915.835000', '151916.295000', '151916.755000', '151917.215000', '151917.675000', '151918.135000', '151918.595000', '151919.055000', '151919.515000', '151919.975000', '151920.435000', '151920.895000', '151921.355000', '151921.815000', '151922.275000', '151922.735000', '151923.195000', '151923.655000', '151924.115000', '151924.575000', '151925.035000', '151925.495000', '151925.955000', '151926.415000', '151926.875000', '151927.335000', '151927.795000', '151928.255000', '151928.715000', '151929.175000', '151929.635000', '151930.095000', '151930.555000', '151931.015000', '151931.475000', '151931.935000', '151932.395000', '151932.855000', '151933.315000', '151933.775000', '151934.235000', '151934.695000', '151935.155000', '151935.615000', '151936.075000', '151936.535000', '151936.995000', '151937.455000', '151937.915000', '151938.375000', '151938.835000', '151939.295000', '151939.755000', '151940.215000', '151940.675000', '151941.135000', '151941.595000', '151942.055000', '151942.515000', '151942.975000', '151943.435000', '151943.895000', '151944.355000', '151944.815000', '151945.275000', '151945.735000', '151946.195000', '151946.655000', '151947.115000', '151947.575000', '151948.035000', '151948.495000', '151948.955000', '151949.415000', '151949.875000', '151950.335000', '151950.795000', '151951.255000', '151951.715000', '151952.175000', '151952.635000', '151953.095000', '151953.555000', '151954.015000', '151954.475000', '151954.935000', '151955.395000', '151955.855000', '151956.315000', '151956.775000', '151957.235000', '151957.695000', '151958.155000', '151958.615000', '151959.075000', '151959.535000', '151959.995000', '152000.455000', '152000.915000', '152001.375000', '152001.835000', '152002.295000', '152002.755000', '152003.215000', '152003.675000', '152004.135000', '152004.595000', '152005.055000', '152005.515000', '152005.975000', '152006.435000', '152006.895000', '152007.355000', '152007.815000', '152008.275000', '152008.735000', '152009.195000', '152009.655000', '152010.115000', '152010.575000', '152011.035000', '152011.495000', '152011.955000', '152012.415000', '152012.875000', '152013.335000', '152013.795000', '152014.255000', '152014.715000', '152015.175000', '152015.635000', '152016.095000', '152016.555000', '152017.015000', '152017.475000', '152017.935000', '152018.395000', '152018.855000', '152019.315000', '152019.775000', '152020.235000', '152020.695000', '152021.155000', '152021.615000', '152022.075000', '152022.535000', '152022.995000', '152023.455000', '152023.915000', '152024.375000', '152024.835000', '152025.295000', '152025.755000', '152026.215000', '152026.675000', '152027.135000', '152027.595000', '152028.055000', '152028.515000', '152028.975000', '152029.435000', '152029.895000', '152030.355000', '152030.815000', '152031.275000', '152031.735000', '152032.195000', '152032.655000', '152033.115000', '152033.575000', '152034.035000', '152034.495000', '152034.955000', '152035.415000', '152035.875000', '152036.335000', '152036.795000', '152037.255000', '152037.715000', '152038.175000', '152038.635000', '152039.095000', '152039.555000', '152040.015000', '152040.475000', '152040.935000', '152041.395000', '152041.855000', '152042.315000', '152042.775000', '152043.235000', '152043.695000', '152044.155000', '152044.615000', '152045.075000', '152045.535000', '152045.995000', '152046.455000', '152046.915000', '152047.375000', '152047.835000', '152048.295000', '152048.755000', '152049.215000', '152049.675000', '152050.135000', '152050.595000', '152051.055000', '152051.515000', '152051.975000', '152052.435000', '152052.895000', '152053.355000', '152053.815000', '152054.275000', '152054.735000', '152055.195000', '152055.655000', '152056.115000', '152056.575000', '152057.035000', '152057.495000', '152057.955000', '152058.415000', '152058.875000', '152059.335000', '152059.795000', '152100.255000', '152100.715000', '152101.175000', '152101.635000', '152102.095000', '152102.555000', '152103.015000', '152103.475000', '152103.935000', '152104.395000', '152104.855000', '152105.315000', '152105.775000', '152106.235000', '152106.695000', '152107.155000', '152107.615000', '152108.075000', '152108.535000', '152108.995000', '152109.455000', '152109.915000', '152110.375000', '152110.835000', '152111.295000', '152111.755000', '152112.215000', '152112.675000', '152113.135000', '152113.595000', '152114.055000', '152114.515000', '152114.975000', '152115.435000', '152115.895000', '152116.355000', '152116.815000', '152117.275000', '152117.735000', '152118.195000', '152118.655000', '152119.115000', '152119.575000', '152120.035000', '152120.495000', '152120.955000', '152121.415000', '152121.875000', '152122.335000', '152122.795000', '152123.255000', '152123.715000', '152124.175000', '152124.635000', '152125.095000', '152125.555000', '152126.015000', '152126.475000', '152126.935000', '152127.395000', '152127.855000', '152128.315000', '152128.775000', '152129.235000', '152129.695000', '152130.155000', '152130.615000', '152131.075000', '152131.535000', '152131.995000', '152132.455000', '152132.915000', '152133.375000', '152133.835000', '152134.295000', '152134.755000', '152135.215000', '152135.675000', '152136.135000', '152136.595000', '152137.055000', '152137.515000', '152137.975000', '152138.435000', '152138.895000', '152139.355000', '152139.815000', '152140.275000', '152140.735000', '152141.195000', '152141.655000', '152142.115000', '152142.575000', '152143.035000', '152143.495000', '152143.955000', '152144.415000', '152144.875000', '152145.335000', '152145.795000', '152146.255000', '152146.715000', '152147.175000', '152147.635000', '152148.095000', '152148.555000', '152149.015000', '152149.475000', '152149.935000', '152150.395000', '152150.855000', '152151.315000', '152151.775000', '152152.235000', '152152.695000', '152153.155000', '152153.615000', '152154.075000', '152154.535000', '152154.995000', '152155.455000', '152155.915000', '152156.375000', '152156.835000', '152157.295000', '152157.755000', '152158.215000', '152158.675000', '152159.135000', '152159.595000', '152200.055000', '152200.515000', '152200.975000', '152201.435000', '152201.895000', '152202.355000', '152202.815000', '152203.275000', '152203.735000', '152204.195000', '152204.655000', '152205.115000', '152205.575000', '152206.035000', '152206.495000', '152206.955000', '152207.415000', '152207.875000', '152208.335000', '152208.795000', '152209.255000', '152209.715000', '152210.175000', '152210.635000', '152211.095000', '152211.555000', '152212.015000', '152212.475000', '152212.935000', '152213.395000', '152213.855000', '152214.315000', '152214.775000', '152215.235000', '152215.695000', '152216.155000', '152216.615000', '152217.075000', '152217.535000', '152217.995000', '152218.455000', '152218.915000', '152219.375000', '152219.835000', '152220.295000', '152220.755000', '152221.215000', '152221.675000', '152222.135000', '152222.595000', '152223.055000', '152223.515000', '152223.975000', '152224.435000', '152224.895000', '152225.355000', '152225.815000', '152226.275000', '152226.735000', '152227.195000', '152227.655000', '152228.115000', '152228.575000', '152229.035000', '152229.495000', '152229.955000', '152230.415000', '152230.875000', '152231.335000', '152231.795000', '152232.255000', '152232.715000', '152233.175000', '152233.635000', '152234.095000', '152234.555000', '152235.015000', '152235.475000', '152235.935000', '152236.395000', '152236.855000', '152237.315000', '152237.775000', '152238.235000', '152238.695000', '152239.155000', '152239.615000', '152240.075000', '152240.535000', '152240.995000', '152241.455000', '152241.915000', '152242.375000', '152242.835000', '152243.295000', '152243.755000', '152244.215000', '152244.675000', '152245.135000', '152245.595000', '152246.055000', '152246.515000', '152246.975000', '152247.435000', '152247.895000', '152248.355000', '152248.815000', '152249.275000', '152249.735000', '152250.195000', '152250.655000', '152251.115000', '152251.575000', '152252.035000', '152252.495000', '152252.955000', '152253.415000', '152253.875000', '152254.335000', '152254.795000', '152255.255000', '152255.715000', '152256.175000', '152256.635000', '152257.095000', '152257.555000', '152258.015000', '152258.475000', '152258.935000', '152259.395000', '152259.855000', '152300.315000', '152300.775000', '152301.235000', '152301.695000', '152302.155000', '152302.615000', '152303.075000', '152303.535000', '152303.995000', '152304.455000', '152304.915000', '152305.375000', '152305.835000', '152306.295000', '152306.755000', '152307.215000', '152307.675000', '152308.135000', '152308.595000', '152309.055000', '152309.515000', '152309.975000', '152310.435000', '152310.895000', '152311.355000', '152311.815000', '152312.275000', '152312.735000', '152313.195000', '152313.655000', '152314.115000', '152314.575000', '152315.035000', '152315.495000', '152315.955000', '152316.415000', '152316.875000', '152317.335000', '152317.795000', '152318.255000', '152318.715000', '152319.175000', '152319.635000', '152320.095000', '152320.555000', '152321.015000', '152321.475000', '152321.935000', '152322.395000', '152322.855000', '152323.315000', '152323.775000', '152324.235000', '152324.695000', '152325.155000', '152325.615000', '152326.075000', '152326.535000', '152326.995000', '152327.455000', '152327.915000', '152328.375000', '152328.835000', '152329.295000', '152329.755000', '152330.215000', '152330.675000', '152331.135000', '152331.595000', '152332.055000', '152332.515000', '152332.975000', '152333.435000', '152333.895000', '152334.355000', '152334.815000', '152335.275000', '152335.735000', '152336.195000', '152336.655000', '152337.115000', '152337.575000', '152338.035000', '152338.495000', '152338.955000', '152339.415000', '152339.875000', '152340.335000', '152340.795000', '152341.255000', '152341.715000', '152342.175000', '152342.635000', '152343.095000', '152343.555000', '152344.015000', '152344.475000', '152344.935000', '152345.395000', '152345.855000', '152346.315000', '152346.775000', '152347.235000', '152347.695000', '152348.155000', '152348.615000', '152349.075000', '152349.535000', '152349.995000', '152350.455000', '152350.915000', '152351.375000', '152351.835000', '152352.295000', '152352.755000', '152353.215000', '152353.675000', '152354.135000', '152354.595000', '152355.055000', '152355.515000', '152355.975000', '152356.435000', '152356.895000', '152357.355000', '152357.815000', '152358.275000', '152358.735000', '152359.195000', '152359.655000', '152400.115000', '152400.575000', '152401.035000', '152401.495000', '152401.955000', '152402.415000', '152402.875000', '152403.335000', '152403.795000', '152404.255000', '152404.715000', '152405.175000', '152405.635000', '152406.095000', '152406.555000', '152407.015000', '152407.475000', '152407.935000', '152408.395000', '152408.855000', '152409.315000', '152409.775000', '152410.235000', '152410.695000', '152411.155000', '152411.615000', '152412.075000', '152412.535000', '152412.995000', '152413.455000', '152413.915000', '152414.375000', '152414.835000', '152415.295000', '152415.755000', '152416.215000', '152416.675000', '152417.135000', '152417.595000', '152418.055000', '152418.515000', '152418.975000', '152419.435000', '152419.895000', '152420.355000', '152420.815000', '152421.275000', '152421.735000', '152422.195000', '152422.655000', '152423.115000', '152423.575000', '152424.035000', '152424.495000', '152424.955000', '152425.415000', '152425.875000', '152426.335000', '152426.795000', '152427.255000', '152427.715000', '152428.175000', '152428.635000', '152429.095000', '152429.555000', '152430.015000', '152430.475000', '152430.935000', '152431.395000', '152431.855000', '152432.315000', '152432.775000', '152433.235000', '152433.695000', '152434.155000', '152434.615000', '152435.075000', '152435.535000', '152435.995000', '152436.455000', '152436.915000', '152437.375000', '152437.835000', '152438.295000', '152438.755000', '152439.215000', '152439.675000', '152440.135000', '152440.595000', '152441.055000', '152441.515000', '152441.975000', '152442.435000', '152442.895000', '152443.355000', '152443.815000', '152444.275000', '152444.735000', '152445.195000', '152445.655000', '152446.115000', '152446.575000', '152447.035000', '152447.495000', '152447.955000', '152448.415000', '152448.875000', '152449.335000', '152449.795000', '152450.255000', '152450.715000', '152451.175000', '152451.635000', '152452.095000', '152452.555000', '152453.015000', '152453.475000', '152453.935000', '152454.395000', '152454.855000', '152455.315000', '152455.775000'], 'ContentTime': ['151843.524000', '151843.527000', '151843.530000', '151843.533000', '151843.536000', '151843.539000', '151843.542000', '151843.544000', '151843.547000', '151843.550000', '151843.553000', '151843.556000', '151843.559000', '151843.562000', '151843.564000', '151843.567000', '151843.570000', '151843.573000', '151843.576000', '151843.579000', '151843.582000', '151843.584000', '151843.587000', '151843.590000', '151843.593000', '151843.596000', '151843.599000', '151843.602000', '151843.605000', '151843.608000', '151843.614000', '151843.616000', '151843.619000', '151843.622000', '151843.625000', '151843.628000', '151843.631000', '151843.633000', '151843.636000', '151843.639000', '151843.642000', '151843.645000', '151843.648000', '151843.651000', '151843.655000', '151843.658000', '151843.661000', '151843.663000', '151843.666000', '151843.669000', '151843.672000', '151843.675000', '151843.678000', '151843.680000', '151843.683000', '151843.686000', '151843.689000', '151843.692000', '151843.695000', '151843.697000', '151903.491000', '151903.496000', '151903.499000', '151903.501000', '151903.504000', '151903.507000', '151903.510000', '151903.513000', '151903.516000', '151903.519000', '151903.522000', '151903.524000', '151903.527000', '151903.530000', '151903.533000', '151903.536000', '151903.539000', '151903.541000', '151903.544000', '151903.547000', '151903.550000', '151903.553000', '151903.556000', '151903.558000', '151903.561000', '151903.564000', '151903.567000', '151903.570000', '151903.573000', '151903.576000', '151903.579000', '151903.581000', '151903.584000', '151903.587000', '151903.590000', '151903.593000', '151903.596000', '151903.598000', '151903.601000', '151903.604000', '151903.607000', '151903.610000', '151903.613000', '151923.491000', '151923.494000', '151923.497000', '151923.500000', '151923.502000', '151923.505000', '151923.508000', '151923.511000', '151923.514000', '151923.517000', '151923.520000', '151923.523000', '151923.526000', '151923.529000', '151923.531000', '151923.534000', '151923.537000', '151923.540000', '151923.543000', '151923.551000', '151923.554000', '151923.556000', '151923.559000', '151923.562000', '151923.565000', '151923.568000', '151923.571000', '151923.574000', '151923.577000', '151923.580000', '151923.582000', '151923.585000', '151923.588000', '151923.591000', '151923.594000', '151923.597000', '151923.600000', '151923.602000', '151923.605000', '151923.608000', '151923.611000', '151923.614000', '151923.617000', '151923.620000', '151943.491000', '151943.494000', '151943.497000', '151943.500000', '151943.502000', '151943.505000', '151943.508000', '151943.511000', '151943.520000', '151943.523000', '151943.526000', '151943.529000', '151943.532000', '151943.535000', '151943.538000', '151943.541000', '151943.543000', '151943.546000', '151943.549000', '151943.552000', '151943.555000', '151943.558000', '151943.572000', '151943.575000', '151943.577000', '151943.580000', '151943.583000', '151943.587000', '151943.590000', '151943.593000', '151943.596000', '151943.599000', '151943.602000', '151943.605000', '151943.607000', '151943.610000', '151943.613000', '151943.616000', '151943.619000', '151943.622000', '151943.625000', '151943.628000', '151943.630000', '152003.491000', '152003.494000', '152003.497000', '152003.499000', '152003.502000', '152003.505000', '152003.508000', '152003.511000', '152003.514000', '152003.517000', '152003.520000', '152003.523000', '152003.525000', '152003.528000', '152003.531000', '152003.534000', '152003.537000', '152003.540000', '152003.543000', '152003.546000', '152003.549000', '152003.553000', '152003.556000', '152003.559000', '152003.561000', '152003.564000', '152003.567000', '152003.570000', '152003.573000', '152003.576000', '152003.579000', '152003.581000', '152003.584000', '152003.587000', '152003.590000', '152003.593000', '152003.596000', '152003.599000', '152003.601000', '152003.604000', '152003.607000', '152003.610000', '152003.613000', '152003.616000', '152023.491000', '152023.494000', '152023.497000', '152023.500000', '152023.503000', '152023.505000', '152023.508000', '152023.511000', '152023.514000', '152023.517000', '152023.520000', '152023.523000', '152023.526000', '152023.528000', '152023.531000', '152023.534000', '152023.537000', '152023.540000', '152023.543000', '152023.546000', '152023.549000', '152023.552000', '152023.554000', '152023.557000', '152023.560000', '152023.563000', '152023.566000', '152023.569000', '152023.572000', '152023.575000', '152023.577000', '152023.580000', '152023.583000', '152023.586000', '152023.589000', '152023.592000', '152023.595000', '152023.598000', '152023.601000', '152023.603000', '152023.606000', '152023.609000', '152023.612000', '152043.491000', '152043.494000', '152043.497000', '152043.500000', '152043.503000', '152043.506000', '152043.508000', '152043.511000', '152043.514000', '152043.517000', '152043.520000', '152043.523000', '152043.526000', '152043.529000', '152043.531000', '152043.534000', '152043.537000', '152043.540000', '152043.543000', '152043.546000', '152043.549000', '152043.552000', '152043.555000', '152043.558000', '152043.560000', '152043.563000', '152043.566000', '152043.569000', '152043.572000', '152043.575000', '152043.578000', '152043.581000', '152043.584000', '152043.587000', '152043.590000', '152043.593000', '152043.595000', '152043.598000', '152043.601000', '152043.604000', '152043.607000', '152043.610000', '152043.613000', '152043.616000', '152103.491000', '152103.494000', '152103.497000', '152103.500000', '152103.503000', '152103.506000', '152103.508000', '152103.513000', '152103.516000', '152103.519000', '152103.522000', '152103.524000', '152103.527000', '152103.530000', '152103.533000', '152103.536000', '152103.539000', '152103.542000', '152103.545000', '152103.548000', '152103.551000', '152103.553000', '152103.556000', '152103.559000', '152103.562000', '152103.565000', '152103.568000', '152103.571000', '152103.574000', '152103.577000', '152103.579000', '152103.582000', '152103.585000', '152103.588000', '152103.591000', '152103.594000', '152103.597000', '152103.600000', '152103.603000', '152103.606000', '152103.608000', '152103.611000', '152103.614000', '152123.491000', '152123.494000', '152123.497000', '152123.500000', '152123.503000', '152123.506000', '152123.508000', '152123.511000', '152123.514000', '152123.517000', '152123.520000', '152123.523000', '152123.526000', '152123.529000', '152123.532000', '152123.534000', '152123.537000', '152123.540000', '152123.550000', '152123.553000', '152123.556000', '152123.559000', '152123.562000', '152123.565000', '152123.568000', '152123.571000', '152123.574000', '152123.576000', '152123.579000', '152123.582000', '152123.585000', '152123.588000', '152123.592000', '152123.595000', '152123.598000', '152123.601000', '152123.604000', '152123.606000', '152123.609000', '152123.612000', '152123.615000', '152123.618000', '152123.621000', '152123.624000', '152143.491000', '152143.494000', '152143.497000', '152143.500000', '152143.503000', '152143.506000', '152143.508000', '152143.511000', '152143.514000', '152143.517000', '152143.520000', '152143.523000', '152143.526000', '152143.529000', '152143.532000', '152143.534000', '152143.537000', '152143.540000', '152143.543000', '152143.546000', '152143.549000', '152143.552000', '152143.557000', '152143.560000', '152143.563000', '152143.566000', '152143.569000', '152143.571000', '152143.574000', '152143.577000', '152143.580000', '152143.583000', '152143.586000', '152143.589000', '152143.592000', '152143.595000', '152143.598000', '152143.600000', '152143.603000', '152143.606000', '152143.609000', '152143.612000', '152143.615000', '152203.491000', '152203.494000', '152203.497000', '152203.500000', '152203.503000', '152203.506000', '152203.508000', '152203.511000', '152203.514000', '152203.517000', '152203.520000', '152203.523000', '152203.526000', '152203.530000', '152203.533000', '152203.536000', '152203.539000', '152203.542000', '152203.545000', '152203.547000', '152203.550000', '152203.553000', '152203.556000', '152203.559000', '152203.562000', '152203.565000', '152203.568000', '152203.571000', '152203.574000', '152203.577000', '152203.579000', '152203.582000', '152203.585000', '152203.588000', '152203.591000', '152203.594000', '152203.597000', '152203.600000', '152203.603000', '152203.605000', '152203.608000', '152203.611000', '152203.614000', '152223.491000', '152223.494000', '152223.497000', '152223.500000', '152223.503000', '152223.506000', '152223.509000', '152223.512000', '152223.514000', '152223.517000', '152223.520000', '152223.523000', '152223.526000', '152223.529000', '152223.532000', '152223.535000', '152223.538000', '152223.540000', '152223.543000', '152223.546000', '152223.549000', '152223.552000', '152223.555000', '152223.558000', '152223.561000', '152223.563000', '152223.571000', '152223.574000', '152223.577000', '152223.580000', '152223.583000', '152223.586000', '152223.589000', '152223.592000', '152223.595000', '152223.597000', '152223.600000', '152223.603000', '152223.606000', '152223.609000', '152223.612000', '152223.615000', '152223.617000', '152223.620000', '152243.491000', '152243.494000', '152243.497000', '152243.500000', '152243.503000', '152243.506000', '152243.509000', '152243.513000', '152243.516000', '152243.519000', '152243.522000', '152243.525000', '152243.528000', '152243.531000', '152243.534000', '152243.537000', '152243.540000', '152243.542000', '152243.545000', '152243.548000', '152243.551000', '152243.554000', '152243.557000', '152243.559000', '152243.562000', '152243.565000', '152243.568000', '152243.571000', '152243.574000', '152243.577000', '152243.580000', '152243.583000', '152243.585000', '152243.588000', '152243.591000', '152243.594000', '152243.597000', '152243.600000', '152243.603000', '152243.605000', '152243.608000', '152243.611000', '152243.614000', '152303.491000', '152303.494000', '152303.497000', '152303.500000', '152303.503000', '152303.506000', '152303.509000', '152303.512000', '152303.514000', '152303.517000', '152303.520000', '152303.523000', '152303.526000', '152303.529000', '152303.532000', '152303.535000', '152303.538000', '152303.541000', '152303.544000', '152303.546000', '152303.549000', '152303.552000', '152303.555000', '152303.558000', '152303.561000', '152303.564000', '152303.567000', '152303.570000', '152303.572000', '152303.576000', '152303.579000', '152303.581000', '152303.584000', '152303.587000', '152303.590000', '152303.593000', '152303.596000', '152303.599000', '152303.602000', '152303.605000', '152303.608000', '152303.611000', '152303.614000', '152303.617000', '152323.491000', '152323.494000', '152323.497000', '152323.500000', '152323.503000', '152323.506000', '152323.509000', '152323.512000', '152323.515000', '152323.518000', '152323.521000', '152323.524000', '152323.527000', '152323.530000', '152323.533000', '152323.538000', '152323.542000', '152323.546000', '152323.549000', '152323.551000', '152323.554000', '152323.557000', '152323.560000', '152323.563000', '152323.566000', '152323.569000', '152323.572000', '152323.575000', '152323.578000', '152323.581000', '152323.584000', '152323.587000', '152323.590000', '152323.593000', '152323.596000', '152323.599000', '152323.602000', '152323.605000', '152323.608000', '152323.611000', '152323.614000', '152323.617000', '152323.620000', '152343.491000', '152343.494000', '152343.497000', '152343.500000', '152343.503000', '152343.506000', '152343.509000', '152343.515000', '152343.518000', '152343.521000', '152343.524000', '152343.527000', '152343.530000', '152343.533000', '152343.535000', '152343.538000', '152343.541000', '152343.544000', '152343.547000', '152343.550000', '152343.553000', '152343.556000', '152343.559000', '152343.561000', '152343.564000', '152343.567000', '152343.570000', '152343.573000', '152343.576000', '152343.579000', '152343.582000', '152343.585000', '152343.588000', '152343.591000', '152343.593000', '152343.596000', '152343.599000', '152343.602000', '152343.605000', '152343.608000', '152343.611000', '152343.614000', '152343.617000', '152343.619000', '152403.491000', '152403.494000', '152403.497000', '152403.500000', '152403.503000', '152403.506000', '152403.509000', '152403.512000', '152403.515000', '152403.517000', '152403.520000', '152403.523000', '152403.526000', '152403.529000', '152403.532000', '152403.535000', '152403.538000', '152403.541000', '152403.544000', '152403.546000', '152403.549000', '152403.553000', '152403.558000', '152403.562000', '152403.565000', '152403.568000', '152403.570000', '152403.573000', '152403.576000', '152403.579000', '152403.582000', '152403.585000', '152403.588000', '152403.591000', '152403.593000', '152403.596000', '152403.599000', '152403.602000', '152403.605000', '152403.608000', '152403.611000', '152403.614000', '152403.617000', '152423.491000', '152423.494000', '152423.497000', '152423.500000', '152423.503000', '152423.506000', '152423.509000', '152423.512000', '152423.514000', '152423.517000', '152423.520000', '152423.534000', '152423.537000', '152423.540000', '152423.542000', '152423.545000', '152423.548000', '152423.551000', '152423.554000', '152423.557000', '152423.560000', '152423.563000', '152423.565000', '152423.568000', '152423.571000', '152423.574000', '152423.577000', '152423.580000', '152423.583000', '152423.586000', '152423.589000', '152423.593000', '152423.596000', '152423.599000', '152423.602000', '152423.605000', '152423.608000', '152423.611000', '152423.614000', '152423.617000', '152423.619000', '152423.622000', '152423.625000', '152423.628000', '152443.491000', '152443.494000', '152443.497000', '152443.501000', '152443.504000', '152443.507000', '152443.509000', '152443.512000', '152443.515000', '152443.518000', '152443.521000', '152443.524000', '152443.527000', '152443.530000', '152443.533000', '152443.536000', '152443.539000', '152443.542000', '152443.544000', '152443.547000', '152443.550000', '152443.553000', '152443.556000', '152443.559000', '152443.562000', '152443.565000', '152443.568000', '152443.571000', '152443.574000', '152443.577000', '152443.580000', '152443.583000', '152443.586000', '152443.589000', '152443.592000', '152443.595000', '152443.597000', '152443.600000', '152443.603000', '152443.606000', '152443.609000', '152443.612000', '152443.615000', '152456.952000', '152456.955000', '152456.958000', '152456.961000', '152456.964000', '152456.967000', '152456.970000', '152456.973000', '152456.977000', '152456.980000', '152456.984000', '152456.986000', '152456.989000', '152456.992000', '152456.995000', '152456.998000', '152457.002000', '152457.005000', '152457.008000', '152457.012000', '152457.014000', '152457.017000', '152457.020000', '152457.024000', '152457.027000', '152457.029000', '152457.032000', '152457.035000', '152457.038000', '152457.041000'], 'InstanceCreationTime': ['151843.524000', '151843.527000', '151843.530000', '151843.533000', '151843.536000', '151843.539000', '151843.542000', '151843.544000', '151843.547000', '151843.550000', '151843.553000', '151843.556000', '151843.559000', '151843.562000', '151843.564000', '151843.567000', '151843.570000', '151843.573000', '151843.576000', '151843.579000', '151843.582000', '151843.584000', '151843.587000', '151843.590000', '151843.593000', '151843.596000', '151843.599000', '151843.602000', '151843.605000', '151843.608000', '151843.614000', '151843.616000', '151843.619000', '151843.622000', '151843.625000', '151843.628000', '151843.631000', '151843.633000', '151843.636000', '151843.639000', '151843.642000', '151843.645000', '151843.648000', '151843.651000', '151843.655000', '151843.658000', '151843.661000', '151843.663000', '151843.666000', '151843.669000', '151843.672000', '151843.675000', '151843.678000', '151843.680000', '151843.683000', '151843.686000', '151843.689000', '151843.692000', '151843.695000', '151843.697000', '151903.491000', '151903.496000', '151903.499000', '151903.501000', '151903.504000', '151903.507000', '151903.510000', '151903.513000', '151903.516000', '151903.519000', '151903.522000', '151903.524000', '151903.527000', '151903.530000', '151903.533000', '151903.536000', '151903.539000', '151903.541000', '151903.544000', '151903.547000', '151903.550000', '151903.553000', '151903.556000', '151903.558000', '151903.561000', '151903.564000', '151903.567000', '151903.570000', '151903.573000', '151903.576000', '151903.579000', '151903.581000', '151903.584000', '151903.587000', '151903.590000', '151903.593000', '151903.596000', '151903.598000', '151903.601000', '151903.604000', '151903.607000', '151903.610000', '151903.613000', '151923.491000', '151923.494000', '151923.497000', '151923.500000', '151923.502000', '151923.505000', '151923.508000', '151923.511000', '151923.514000', '151923.517000', '151923.520000', '151923.523000', '151923.526000', '151923.529000', '151923.531000', '151923.534000', '151923.537000', '151923.540000', '151923.543000', '151923.551000', '151923.554000', '151923.556000', '151923.559000', '151923.562000', '151923.565000', '151923.568000', '151923.571000', '151923.574000', '151923.577000', '151923.580000', '151923.582000', '151923.585000', '151923.588000', '151923.591000', '151923.594000', '151923.597000', '151923.600000', '151923.602000', '151923.605000', '151923.608000', '151923.611000', '151923.614000', '151923.617000', '151923.620000', '151943.491000', '151943.494000', '151943.497000', '151943.500000', '151943.502000', '151943.505000', '151943.508000', '151943.511000', '151943.520000', '151943.523000', '151943.526000', '151943.529000', '151943.532000', '151943.535000', '151943.538000', '151943.541000', '151943.543000', '151943.546000', '151943.549000', '151943.552000', '151943.555000', '151943.558000', '151943.572000', '151943.575000', '151943.577000', '151943.580000', '151943.583000', '151943.587000', '151943.590000', '151943.593000', '151943.596000', '151943.599000', '151943.602000', '151943.605000', '151943.607000', '151943.610000', '151943.613000', '151943.616000', '151943.619000', '151943.622000', '151943.625000', '151943.628000', '151943.630000', '152003.491000', '152003.494000', '152003.497000', '152003.499000', '152003.502000', '152003.505000', '152003.508000', '152003.511000', '152003.514000', '152003.517000', '152003.520000', '152003.523000', '152003.525000', '152003.528000', '152003.531000', '152003.534000', '152003.537000', '152003.540000', '152003.543000', '152003.546000', '152003.549000', '152003.553000', '152003.556000', '152003.559000', '152003.561000', '152003.564000', '152003.567000', '152003.570000', '152003.573000', '152003.576000', '152003.579000', '152003.581000', '152003.584000', '152003.587000', '152003.590000', '152003.593000', '152003.596000', '152003.599000', '152003.601000', '152003.604000', '152003.607000', '152003.610000', '152003.613000', '152003.616000', '152023.491000', '152023.494000', '152023.497000', '152023.500000', '152023.503000', '152023.505000', '152023.508000', '152023.511000', '152023.514000', '152023.517000', '152023.520000', '152023.523000', '152023.526000', '152023.528000', '152023.531000', '152023.534000', '152023.537000', '152023.540000', '152023.543000', '152023.546000', '152023.549000', '152023.552000', '152023.554000', '152023.557000', '152023.560000', '152023.563000', '152023.566000', '152023.569000', '152023.572000', '152023.575000', '152023.577000', '152023.580000', '152023.583000', '152023.586000', '152023.589000', '152023.592000', '152023.595000', '152023.598000', '152023.601000', '152023.603000', '152023.606000', '152023.609000', '152023.612000', '152043.491000', '152043.494000', '152043.497000', '152043.500000', '152043.503000', '152043.506000', '152043.508000', '152043.511000', '152043.514000', '152043.517000', '152043.520000', '152043.523000', '152043.526000', '152043.529000', '152043.531000', '152043.534000', '152043.537000', '152043.540000', '152043.543000', '152043.546000', '152043.549000', '152043.552000', '152043.555000', '152043.558000', '152043.560000', '152043.563000', '152043.566000', '152043.569000', '152043.572000', '152043.575000', '152043.578000', '152043.581000', '152043.584000', '152043.587000', '152043.590000', '152043.593000', '152043.595000', '152043.598000', '152043.601000', '152043.604000', '152043.607000', '152043.610000', '152043.613000', '152043.616000', '152103.491000', '152103.494000', '152103.497000', '152103.500000', '152103.503000', '152103.506000', '152103.508000', '152103.513000', '152103.516000', '152103.519000', '152103.522000', '152103.524000', '152103.527000', '152103.530000', '152103.533000', '152103.536000', '152103.539000', '152103.542000', '152103.545000', '152103.548000', '152103.551000', '152103.553000', '152103.556000', '152103.559000', '152103.562000', '152103.565000', '152103.568000', '152103.571000', '152103.574000', '152103.577000', '152103.579000', '152103.582000', '152103.585000', '152103.588000', '152103.591000', '152103.594000', '152103.597000', '152103.600000', '152103.603000', '152103.606000', '152103.608000', '152103.611000', '152103.614000', '152123.491000', '152123.494000', '152123.497000', '152123.500000', '152123.503000', '152123.506000', '152123.508000', '152123.511000', '152123.514000', '152123.517000', '152123.520000', '152123.523000', '152123.526000', '152123.529000', '152123.532000', '152123.534000', '152123.537000', '152123.540000', '152123.550000', '152123.553000', '152123.556000', '152123.559000', '152123.562000', '152123.565000', '152123.568000', '152123.571000', '152123.574000', '152123.576000', '152123.579000', '152123.582000', '152123.585000', '152123.588000', '152123.592000', '152123.595000', '152123.598000', '152123.601000', '152123.604000', '152123.606000', '152123.609000', '152123.612000', '152123.615000', '152123.618000', '152123.621000', '152123.624000', '152143.491000', '152143.494000', '152143.497000', '152143.500000', '152143.503000', '152143.506000', '152143.508000', '152143.511000', '152143.514000', '152143.517000', '152143.520000', '152143.523000', '152143.526000', '152143.529000', '152143.532000', '152143.534000', '152143.537000', '152143.540000', '152143.543000', '152143.546000', '152143.549000', '152143.552000', '152143.557000', '152143.560000', '152143.563000', '152143.566000', '152143.569000', '152143.571000', '152143.574000', '152143.577000', '152143.580000', '152143.583000', '152143.586000', '152143.589000', '152143.592000', '152143.595000', '152143.598000', '152143.600000', '152143.603000', '152143.606000', '152143.609000', '152143.612000', '152143.615000', '152203.491000', '152203.494000', '152203.497000', '152203.500000', '152203.503000', '152203.506000', '152203.508000', '152203.511000', '152203.514000', '152203.517000', '152203.520000', '152203.523000', '152203.526000', '152203.530000', '152203.533000', '152203.536000', '152203.539000', '152203.542000', '152203.545000', '152203.547000', '152203.550000', '152203.553000', '152203.556000', '152203.559000', '152203.562000', '152203.565000', '152203.568000', '152203.571000', '152203.574000', '152203.577000', '152203.579000', '152203.582000', '152203.585000', '152203.588000', '152203.591000', '152203.594000', '152203.597000', '152203.600000', '152203.603000', '152203.605000', '152203.608000', '152203.611000', '152203.614000', '152223.491000', '152223.494000', '152223.497000', '152223.500000', '152223.503000', '152223.506000', '152223.509000', '152223.512000', '152223.514000', '152223.517000', '152223.520000', '152223.523000', '152223.526000', '152223.529000', '152223.532000', '152223.535000', '152223.538000', '152223.540000', '152223.543000', '152223.546000', '152223.549000', '152223.552000', '152223.555000', '152223.558000', '152223.561000', '152223.563000', '152223.571000', '152223.574000', '152223.577000', '152223.580000', '152223.583000', '152223.586000', '152223.589000', '152223.592000', '152223.595000', '152223.597000', '152223.600000', '152223.603000', '152223.606000', '152223.609000', '152223.612000', '152223.615000', '152223.617000', '152223.620000', '152243.491000', '152243.494000', '152243.497000', '152243.500000', '152243.503000', '152243.506000', '152243.509000', '152243.513000', '152243.516000', '152243.519000', '152243.522000', '152243.525000', '152243.528000', '152243.531000', '152243.534000', '152243.537000', '152243.540000', '152243.542000', '152243.545000', '152243.548000', '152243.551000', '152243.554000', '152243.557000', '152243.559000', '152243.562000', '152243.565000', '152243.568000', '152243.571000', '152243.574000', '152243.577000', '152243.580000', '152243.583000', '152243.585000', '152243.588000', '152243.591000', '152243.594000', '152243.597000', '152243.600000', '152243.603000', '152243.605000', '152243.608000', '152243.611000', '152243.614000', '152303.491000', '152303.494000', '152303.497000', '152303.500000', '152303.503000', '152303.506000', '152303.509000', '152303.512000', '152303.514000', '152303.517000', '152303.520000', '152303.523000', '152303.526000', '152303.529000', '152303.532000', '152303.535000', '152303.538000', '152303.541000', '152303.544000', '152303.546000', '152303.549000', '152303.552000', '152303.555000', '152303.558000', '152303.561000', '152303.564000', '152303.567000', '152303.570000', '152303.572000', '152303.576000', '152303.579000', '152303.581000', '152303.584000', '152303.587000', '152303.590000', '152303.593000', '152303.596000', '152303.599000', '152303.602000', '152303.605000', '152303.608000', '152303.611000', '152303.614000', '152303.617000', '152323.491000', '152323.494000', '152323.497000', '152323.500000', '152323.503000', '152323.506000', '152323.509000', '152323.512000', '152323.515000', '152323.518000', '152323.521000', '152323.524000', '152323.527000', '152323.530000', '152323.533000', '152323.538000', '152323.542000', '152323.546000', '152323.549000', '152323.551000', '152323.554000', '152323.557000', '152323.560000', '152323.563000', '152323.566000', '152323.569000', '152323.572000', '152323.575000', '152323.578000', '152323.581000', '152323.584000', '152323.587000', '152323.590000', '152323.593000', '152323.596000', '152323.599000', '152323.602000', '152323.605000', '152323.608000', '152323.611000', '152323.614000', '152323.617000', '152323.620000', '152343.491000', '152343.494000', '152343.497000', '152343.500000', '152343.503000', '152343.506000', '152343.509000', '152343.515000', '152343.518000', '152343.521000', '152343.524000', '152343.527000', '152343.530000', '152343.533000', '152343.535000', '152343.538000', '152343.541000', '152343.544000', '152343.547000', '152343.550000', '152343.553000', '152343.556000', '152343.559000', '152343.561000', '152343.564000', '152343.567000', '152343.570000', '152343.573000', '152343.576000', '152343.579000', '152343.582000', '152343.585000', '152343.588000', '152343.591000', '152343.593000', '152343.596000', '152343.599000', '152343.602000', '152343.605000', '152343.608000', '152343.611000', '152343.614000', '152343.617000', '152343.619000', '152403.491000', '152403.494000', '152403.497000', '152403.500000', '152403.503000', '152403.506000', '152403.509000', '152403.512000', '152403.515000', '152403.517000', '152403.520000', '152403.523000', '152403.526000', '152403.529000', '152403.532000', '152403.535000', '152403.538000', '152403.541000', '152403.544000', '152403.546000', '152403.549000', '152403.553000', '152403.558000', '152403.562000', '152403.565000', '152403.568000', '152403.570000', '152403.573000', '152403.576000', '152403.579000', '152403.582000', '152403.585000', '152403.588000', '152403.591000', '152403.593000', '152403.596000', '152403.599000', '152403.602000', '152403.605000', '152403.608000', '152403.611000', '152403.614000', '152403.617000', '152423.491000', '152423.494000', '152423.497000', '152423.500000', '152423.503000', '152423.506000', '152423.509000', '152423.512000', '152423.514000', '152423.517000', '152423.520000', '152423.534000', '152423.537000', '152423.540000', '152423.542000', '152423.545000', '152423.548000', '152423.551000', '152423.554000', '152423.557000', '152423.560000', '152423.563000', '152423.565000', '152423.568000', '152423.571000', '152423.574000', '152423.577000', '152423.580000', '152423.583000', '152423.586000', '152423.589000', '152423.593000', '152423.596000', '152423.599000', '152423.602000', '152423.605000', '152423.608000', '152423.611000', '152423.614000', '152423.617000', '152423.619000', '152423.622000', '152423.625000', '152423.628000', '152443.491000', '152443.494000', '152443.497000', '152443.501000', '152443.504000', '152443.507000', '152443.509000', '152443.512000', '152443.515000', '152443.518000', '152443.521000', '152443.524000', '152443.527000', '152443.530000', '152443.533000', '152443.536000', '152443.539000', '152443.542000', '152443.544000', '152443.547000', '152443.550000', '152443.553000', '152443.556000', '152443.559000', '152443.562000', '152443.565000', '152443.568000', '152443.571000', '152443.574000', '152443.577000', '152443.580000', '152443.583000', '152443.586000', '152443.589000', '152443.592000', '152443.595000', '152443.597000', '152443.600000', '152443.603000', '152443.606000', '152443.609000', '152443.612000', '152443.615000', '152456.952000', '152456.955000', '152456.958000', '152456.961000', '152456.964000', '152456.967000', '152456.970000', '152456.973000', '152456.977000', '152456.980000', '152456.984000', '152456.986000', '152456.989000', '152456.992000', '152456.995000', '152456.998000', '152457.002000', '152457.005000', '152457.008000', '152457.012000', '152457.014000', '152457.017000', '152457.020000', '152457.024000', '152457.027000', '152457.029000', '152457.032000', '152457.035000', '152457.038000', '152457.041000'], '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': [9584, 9167, 7368, 11309, 10820, 8198, 8742, 9040, 7994, 9429, 7720, 7839, 9675, 8049, 7725, 10548, 7922, 7598, 11641, 9223, 7634, 10967, 7986, 7615, 8942, 8109, 8441, 7404, 9434, 8562, 7174, 8105, 9299, 8032, 7278, 7259, 9218, 7936, 8668, 7429, 7465, 8930, 8977, 7207, 11684, 9335, 7747, 6980, 9657, 10589, 7010, 10922, 8414, 7243, 8008, 8555, 8882, 8905, 11183, 10266, 7235, 12537, 9125, 7425, 11147, 9230, 7205, 12328, 9793, 7379, 10318, 9367, 7231, 12287, 10643, 7254, 10907, 9276, 7012, 10190, 8262, 6830, 8930, 9398, 7222, 11553, 9961, 7160, 10894, 8139, 7720, 7918, 8498, 9444, 7155, 10309, 10110, 8258, 7348, 7786, 10576, 10600, 8320, 12121, 9282, 7715, 13248, 11013, 9219, 11571, 8488, 7654, 9235, 7521, 11604, 8250, 7682, 11073, 8426, 7199, 9163, 7363, 8946, 7999, 7421, 11501, 8990, 7490, 8550, 7453, 9806, 8629, 7541, 9839, 7892, 7831, 7547, 7992, 7440, 7539, 9259, 8191, 8815, 9096, 8526, 8095, 8477, 8640, 7338, 11863, 10290, 8039, 11231, 7980, 8710, 8573, 7669, 10451, 8314, 7603, 11879, 10497, 8133, 12002, 8917, 7488, 10529, 8438, 8919, 9580, 7667, 11248, 9475, 8466, 11159, 9031, 9325, 7643, 10737, 7887, 11449, 7694, 10876, 8977, 8180, 8213, 7644, 9424, 7843, 11604, 8028, 7475, 8037, 7501, 9710, 7763, 11866, 8647, 8449, 8411, 7569, 9776, 7969, 11537, 8188, 7378, 8580, 7347, 10707, 7759, 9164, 9584, 7255, 8845, 7534, 11405, 7744, 8168, 10195, 7552, 9564, 7631, 10870, 8185, 7347, 8703, 7630, 11339, 7779, 10160, 9359, 8343, 9068, 7833, 10396, 8638, 7262, 8527, 7663, 11544, 7851, 9305, 9767, 8219, 9661, 7656, 10739, 7894, 11720, 7913, 11869, 8816, 10243, 9549, 7859, 8899, 7318, 7989, 7476, 9920, 7724, 10838, 7898, 10221, 9828, 7433, 9033, 7758, 10359, 8695, 9746, 8372, 7051, 9855, 7143, 7490, 7990, 7887, 9260, 8441, 7781, 11412, 7633, 11827, 8098, 9820, 8411, 7599, 9768, 7500, 10896, 9598, 7460, 8625, 7313, 10997, 7492, 12324, 8143, 11464, 8647, 10050, 9640, 8839, 9000, 7501, 9585, 7626, 10394, 7628, 11253, 7600, 10806, 8606, 8929, 9090, 8909, 10023, 7473, 8448, 7724, 9173, 7333, 9889, 7635, 9912, 7603, 10182, 7219, 10660, 7662, 10177, 7299, 6748, 9508, 8341, 8846, 7226, 8809, 7340, 10096, 7464, 11646, 8129, 10414, 9495, 9759, 9154, 7669, 9757, 7618, 11257, 8958, 7980, 8985, 10519, 8955, 11101, 8155, 10884, 8227, 11235, 8402, 9957, 8008, 10213, 8033, 11129, 7927, 10696, 7954, 9326, 7996, 8708, 7904, 7840, 7979, 7609, 7886, 8734, 7918, 9849, 8020, 9954, 8180, 10047, 7955, 9903, 7775, 9583, 7924, 9552, 7721, 9512, 7742, 9773, 7884, 10184, 7280, 10899, 7477, 7742, 8395, 7277, 9112, 7402, 10541, 7621, 10330, 8138, 11595, 7799, 9524, 7903, 7061, 9108, 8056, 8508, 7082, 9079, 7280, 9887, 7085, 11174, 7414, 7063, 9161, 7569, 10164, 8451, 8611, 7218, 9850, 7088, 10787, 8977, 9578, 7275, 9693, 7513, 10082, 7403, 9927, 7114, 10267, 7378, 9838, 7301, 10623, 8444, 9588, 8237, 8836, 7325, 8747, 7370, 8056, 9940, 7961, 9681, 7989, 8966, 7470, 8981, 7734, 9902, 8023, 8004, 8612, 7555, 9036, 8378, 9740, 7153, 10666, 7231, 10036, 8130, 8306, 7159, 9011, 7233, 9794, 7715, 9927, 9258, 7142, 8099, 7450, 10247, 8602, 10522, 9156, 7663, 9754, 7678, 10576, 7327, 11694, 8242, 7275, 9801, 7194, 9079, 7276, 9811, 7343, 10914, 7239, 11294, 8274, 10929, 9242, 8416, 9049, 7898, 9402, 9378, 9512, 8216, 10026, 7337, 9193, 7794, 9077, 9730, 8681, 9807, 8280, 10792, 7565, 11697, 7366, 11702, 7572, 11000, 7501, 10339, 7243, 10500, 7410, 9649, 7129, 8594, 7083, 9188, 7557, 9613, 7386, 11143, 7441, 10028, 8693, 8682, 7528, 7861, 7227, 7913, 8236, 8311, 6929, 8405, 7952, 7691, 11326, 7187, 11313, 7359, 11224, 7377, 10555, 7235, 11211, 7228, 9035, 8675, 7214, 9479, 7191, 10673, 7665, 7743, 8506, 7502, 10259, 7336, 12235, 8852, 8182, 9102, 7659, 12536, 10547, 10875, 10029, 10392, 9122, 9068, 9274, 9215, 9290, 7389, 8030, 7383, 8364, 7329, 8745, 7284, 9503, 7498, 10661, 7718, 11028, 7678, 11379, 7598, 8936, 8538, 7253, 9737, 7140, 8818, 7561, 10151, 7662, 11213, 7885, 8739, 8592, 7474, 8644, 7269, 11248, 7674, 7187, 9015, 7361, 9643, 7532, 11448, 7624, 10761, 9647, 10090, 9616, 7767, 9422, 7541, 11206, 8029, 9046, 8173, 7548, 9867, 7549, 11762, 8281, 9415, 9840, 7511, 10578, 7457, 10298, 8382, 9304, 7600, 10423, 7509, 10671, 7649, 10592, 9037, 8957, 10385, 7451, 8815, 7555, 9588, 7112, 10367, 7519, 10047, 7262, 9078, 8418, 7390, 9147, 7727, 10254, 7354, 11701, 8539, 9182, 8758, 7319, 9755, 7756, 8480, 7352, 9701, 7458, 10123, 7362, 10504, 7357, 10025, 7523, 8734, 7999, 10555, 8053, 10697, 8471, 9580, 7592, 11785, 7371, 10888, 7511, 7468, 9856, 6953, 9276, 7881, 7918, 8898, 7483, 8022, 7648, 9719, 10677, 9819, 10693, 9691, 12213, 8516, 11192, 9789, 9877, 8098, 9344, 7857, 10105, 7762, 10672, 8159, 9961, 7722, 8513, 7539, 9687, 7658, 9054, 8987, 8166, 9426, 7604, 11459, 7718, 10886, 7468, 10643, 7714, 10565, 7607, 10960, 7648, 10502, 7588, 10827, 7649, 11214, 7459, 11525, 7572, 11079, 7390, 12018, 7641, 9280, 7762, 9024, 8279, 10306, 8921, 7782, 8402, 7575, 8121, 7821, 9786, 7996, 7384, 9237, 7778, 9994, 9306, 9469, 10001, 12372, 7859, 12473, 8009, 11361, 7647, 10573, 7701, 10091, 7374, 10047, 7666, 9535, 7482, 8919, 7517, 9430, 7741, 10407, 7753, 9884, 7499, 9992, 10009, 7600, 10509, 7463, 10843, 7468, 10141, 7505, 9950, 7588, 10425, 7458, 8480, 9215, 7325, 10657, 7417, 10141, 7566, 9962, 7858, 9135, 8116, 7381, 10859, 7579, 9493, 7434, 11177, 7367, 9824, 8488, 7429, 10107, 7773, 9535, 7428, 9672, 7352, 7653, 9628, 7189, 10235, 7715, 9611, 7309, 9559, 7113, 7555, 10484], 'WindowCenter': [4020.0, 4006.0, 3975.0, 4001.0, 3988.0, 3967.0, 3968.0, 3978.0, 3968.0, 3977.0, 3956.0, 3957.0, 3979.0, 3959.0, 3957.0, 3986.0, 3955.0, 3947.0, 3985.0, 3967.0, 3946.0, 3987.0, 3955.0, 3957.0, 3965.0, 3957.0, 3966.0, 3945.0, 3976.0, 3977.0, 3947.0, 3967.0, 3974.0, 3967.0, 3957.0, 3958.0, 3980.0, 3969.0, 3967.0, 3955.0, 3953.0, 3979.0, 3978.0, 3947.0, 3998.0, 3978.0, 3953.0, 3935.0, 3976.0, 3988.0, 3948.0, 3987.0, 3965.0, 3959.0, 3969.0, 3978.0, 3976.0, 3976.0, 3995.0, 3989.0, 3957.0, 3998.0, 3977.0, 3948.0, 3989.0, 3978.0, 3949.0, 3997.0, 3987.0, 3953.0, 3985.0, 3979.0, 3957.0, 4000.0, 3989.0, 3959.0, 3991.0, 3981.0, 3957.0, 3992.0, 3979.0, 3946.0, 3981.0, 3992.0, 3959.0, 4008.0, 4002.0, 3966.0, 4013.0, 3986.0, 3971.0, 3978.0, 3979.0, 3990.0, 3959.0, 4004.0, 3997.0, 3980.0, 3971.0, 3970.0, 4003.0, 4005.0, 3983.0, 4009.0, 3976.0, 3957.0, 4009.0, 3988.0, 3965.0, 3986.0, 3956.0, 3944.0, 3966.0, 3939.0, 3982.0, 3951.0, 3945.0, 3982.0, 3957.0, 3945.0, 3965.0, 3945.0, 3967.0, 3956.0, 3957.0, 3999.0, 3978.0, 3956.0, 3967.0, 3958.0, 3988.0, 3980.0, 3970.0, 3989.0, 3968.0, 3970.0, 3972.0, 3981.0, 3970.0, 3981.0, 4004.0, 3994.0, 3993.0, 3994.0, 3980.0, 3967.0, 3979.0, 3980.0, 3967.0, 4013.0, 4003.0, 3971.0, 4002.0, 3971.0, 3980.0, 3980.0, 3969.0, 3987.0, 3965.0, 3959.0, 4008.0, 4000.0, 3969.0, 4012.0, 3980.0, 3960.0, 4000.0, 3980.0, 3979.0, 3987.0, 3969.0, 3998.0, 3991.0, 3966.0, 4001.0, 3962.0, 3966.0, 3943.0, 3974.0, 3945.0, 3982.0, 3946.0, 3975.0, 3965.0, 3955.0, 3954.0, 3944.0, 3965.0, 3956.0, 3984.0, 3957.0, 3946.0, 3954.0, 3947.0, 3975.0, 3957.0, 3997.0, 3968.0, 3968.0, 3968.0, 3956.0, 3986.0, 3969.0, 3996.0, 3965.0, 3959.0, 3980.0, 3967.0, 3996.0, 3971.0, 3991.0, 3993.0, 3958.0, 3992.0, 3965.0, 4009.0, 3969.0, 3970.0, 4000.0, 3970.0, 3992.0, 3971.0, 4001.0, 3979.0, 3968.0, 3981.0, 3971.0, 4012.0, 3969.0, 3998.0, 3991.0, 3968.0, 3980.0, 3952.0, 3988.0, 3974.0, 3961.0, 3978.0, 3970.0, 3995.0, 3970.0, 3979.0, 3990.0, 3963.0, 3976.0, 3955.0, 3988.0, 3954.0, 3993.0, 3957.0, 3997.0, 3966.0, 3975.0, 3974.0, 3951.0, 3965.0, 3946.0, 3955.0, 3945.0, 3977.0, 3957.0, 3987.0, 3971.0, 4000.0, 3988.0, 3959.0, 3976.0, 3955.0, 3988.0, 3981.0, 3991.0, 3980.0, 3947.0, 3988.0, 3957.0, 3956.0, 3978.0, 3982.0, 3990.0, 3979.0, 3970.0, 4011.0, 3972.0, 4011.0, 3966.0, 3988.0, 3968.0, 3956.0, 3990.0, 3957.0, 4001.0, 3991.0, 3956.0, 3979.0, 3970.0, 3999.0, 3959.0, 4010.0, 3963.0, 3994.0, 3979.0, 3988.0, 3990.0, 3966.0, 3967.0, 3945.0, 3977.0, 3957.0, 3987.0, 3957.0, 3987.0, 3954.0, 3983.0, 3965.0, 3967.0, 3978.0, 3965.0, 3977.0, 3947.0, 3965.0, 3952.0, 3976.0, 3956.0, 3977.0, 3955.0, 3972.0, 3955.0, 3976.0, 3956.0, 3987.0, 3955.0, 3988.0, 3958.0, 3945.0, 3984.0, 3980.0, 3979.0, 3956.0, 3979.0, 3969.0, 3998.0, 3969.0, 4010.0, 3970.0, 4000.0, 4002.0, 3991.0, 3990.0, 3969.0, 3992.0, 3978.0, 4013.0, 3992.0, 3982.0, 3990.0, 4000.0, 3976.0, 4001.0, 3955.0, 3988.0, 3956.0, 3987.0, 3955.0, 3962.0, 3943.0, 3961.0, 3927.0, 3961.0, 3928.0, 3960.0, 3928.0, 3937.0, 3915.0, 3926.0, 3916.0, 3912.0, 3925.0, 3916.0, 3928.0, 3937.0, 3939.0, 3959.0, 3936.0, 3959.0, 3940.0, 3959.0, 3940.0, 3949.0, 3929.0, 3946.0, 3937.0, 3949.0, 3942.0, 3963.0, 3941.0, 3963.0, 3950.0, 3975.0, 3944.0, 3984.0, 3944.0, 3946.0, 3967.0, 3958.0, 3979.0, 3960.0, 3987.0, 3970.0, 3986.0, 3969.0, 3998.0, 3955.0, 3974.0, 3955.0, 3946.0, 3979.0, 3966.0, 3979.0, 3959.0, 3979.0, 3970.0, 4001.0, 3960.0, 4009.0, 3973.0, 3968.0, 4001.0, 3981.0, 4016.0, 3995.0, 3978.0, 3971.0, 4001.0, 3960.0, 3995.0, 3979.0, 3977.0, 3958.0, 3975.0, 3956.0, 3986.0, 3956.0, 3987.0, 3947.0, 3987.0, 3958.0, 3975.0, 3945.0, 3988.0, 3965.0, 3978.0, 3956.0, 3966.0, 3943.0, 3964.0, 3942.0, 3956.0, 3974.0, 3956.0, 3975.0, 3955.0, 3965.0, 3945.0, 3966.0, 3957.0, 3972.0, 3956.0, 3957.0, 3966.0, 3953.0, 3979.0, 3968.0, 3988.0, 3947.0, 3987.0, 3957.0, 3987.0, 3969.0, 3967.0, 3946.0, 3977.0, 3958.0, 3989.0, 3971.0, 3999.0, 3990.0, 3959.0, 3983.0, 3971.0, 3999.0, 3992.0, 4001.0, 3991.0, 3968.0, 3991.0, 3969.0, 4000.0, 3961.0, 4011.0, 3968.0, 3953.0, 3988.0, 3949.0, 3978.0, 3959.0, 3991.0, 3959.0, 3998.0, 3957.0, 4000.0, 3982.0, 3998.0, 3990.0, 3967.0, 3977.0, 3967.0, 3991.0, 3977.0, 3978.0, 3967.0, 3976.0, 3943.0, 3976.0, 3956.0, 3977.0, 3975.0, 3967.0, 3977.0, 3966.0, 3982.0, 3957.0, 3997.0, 3946.0, 3986.0, 3945.0, 3974.0, 3943.0, 3975.0, 3942.0, 3986.0, 3947.0, 3976.0, 3945.0, 3966.0, 3948.0, 3977.0, 3956.0, 3976.0, 3958.0, 3993.0, 3946.0, 3987.0, 3965.0, 3968.0, 3944.0, 3955.0, 3945.0, 3967.0, 3968.0, 3969.0, 3944.0, 3969.0, 3967.0, 3968.0, 3999.0, 3958.0, 3997.0, 3957.0, 3998.0, 3957.0, 3988.0, 3958.0, 3998.0, 3954.0, 3978.0, 3979.0, 3957.0, 3991.0, 3959.0, 4014.0, 3978.0, 3968.0, 3989.0, 3970.0, 4001.0, 3972.0, 4009.0, 3991.0, 3980.0, 3991.0, 3971.0, 4013.0, 4000.0, 3988.0, 3978.0, 3974.0, 3962.0, 3953.0, 3963.0, 3951.0, 3949.0, 3929.0, 3940.0, 3932.0, 3942.0, 3930.0, 3950.0, 3932.0, 3961.0, 3932.0, 3973.0, 3943.0, 3985.0, 3956.0, 3985.0, 3955.0, 3964.0, 3965.0, 3944.0, 3975.0, 3942.0, 3977.0, 3958.0, 3988.0, 3958.0, 3996.0, 3967.0, 3977.0, 3977.0, 3956.0, 3979.0, 3959.0, 4012.0, 3973.0, 3960.0, 3991.0, 3967.0, 3992.0, 3969.0, 4010.0, 3970.0, 3997.0, 3991.0, 3987.0, 3988.0, 3957.0, 3974.0, 3955.0, 3995.0, 3964.0, 3979.0, 3970.0, 3956.0, 3987.0, 3969.0, 3998.0, 3965.0, 3976.0, 3989.0, 3946.0, 3987.0, 3945.0, 3986.0, 3956.0, 3965.0, 3954.0, 3973.0, 3945.0, 3984.0, 3955.0, 3987.0, 3968.0, 3964.0, 3976.0, 3941.0, 3965.0, 3944.0, 3975.0, 3944.0, 3975.0, 3943.0, 3974.0, 3955.0, 3965.0, 3967.0, 3957.0, 3974.0, 3957.0, 3989.0, 3958.0, 3999.0, 3975.0, 3976.0, 3966.0, 3954.0, 3988.0, 3958.0, 3966.0, 3957.0, 3976.0, 3957.0, 3986.0, 3956.0, 3988.0, 3954.0, 3977.0, 3957.0, 3964.0, 3969.0, 3987.0, 3965.0, 3987.0, 3967.0, 3975.0, 3969.0, 3997.0, 3956.0, 3987.0, 3955.0, 3945.0, 3986.0, 3969.0, 3991.0, 3978.0, 3980.0, 3993.0, 3971.0, 3981.0, 3981.0, 4002.0, 4025.0, 4001.0, 4000.0, 3988.0, 4009.0, 3967.0, 3986.0, 3966.0, 3964.0, 3930.0, 3950.0, 3928.0, 3958.0, 3929.0, 3958.0, 3928.0, 3948.0, 3927.0, 3938.0, 3926.0, 3947.0, 3927.0, 3951.0, 3949.0, 3941.0, 3948.0, 3931.0, 3970.0, 3941.0, 3971.0, 3932.0, 3971.0, 3943.0, 3973.0, 3943.0, 3981.0, 3954.0, 3985.0, 3955.0, 3985.0, 3945.0, 3984.0, 3944.0, 3983.0, 3953.0, 3983.0, 3945.0, 3995.0, 3953.0, 3961.0, 3954.0, 3964.0, 3966.0, 3987.0, 3966.0, 3954.0, 3965.0, 3953.0, 3964.0, 3967.0, 3988.0, 3969.0, 3968.0, 3992.0, 3968.0, 3998.0, 3991.0, 3989.0, 4001.0, 4009.0, 3967.0, 3996.0, 3955.0, 3986.0, 3943.0, 3973.0, 3954.0, 3974.0, 3944.0, 3974.0, 3953.0, 3974.0, 3955.0, 3974.0, 3956.0, 3975.0, 3955.0, 3985.0, 3953.0, 3977.0, 3943.0, 3986.0, 3975.0, 3957.0, 3986.0, 3944.0, 3985.0, 3945.0, 3988.0, 3944.0, 3978.0, 3953.0, 3985.0, 3944.0, 3967.0, 3977.0, 3958.0, 3984.0, 3943.0, 3985.0, 3953.0, 3985.0, 3956.0, 3974.0, 3954.0, 3956.0, 3985.0, 3957.0, 3978.0, 3956.0, 3997.0, 3943.0, 3986.0, 3963.0, 3957.0, 3985.0, 3954.0, 3976.0, 3957.0, 3978.0, 3946.0, 3968.0, 3977.0, 3954.0, 3990.0, 3966.0, 3987.0, 3957.0, 3988.0, 3944.0, 3970.0, 3997.0], 'WindowWidth': [8957.0, 8928.0, 8882.0, 8911.0, 8888.0, 8858.0, 8860.0, 8873.0, 8860.0, 8870.0, 8843.0, 8843.0, 8873.0, 8848.0, 8844.0, 8879.0, 8836.0, 8828.0, 8875.0, 8854.0, 8824.0, 8879.0, 8837.0, 8841.0, 8850.0, 8842.0, 8854.0, 8825.0, 8868.0, 8872.0, 8831.0, 8857.0, 8863.0, 8855.0, 8845.0, 8846.0, 8877.0, 8861.0, 8858.0, 8839.0, 8834.0, 8873.0, 8873.0, 8831.0, 8896.0, 8870.0, 8833.0, 8810.0, 8866.0, 8884.0, 8831.0, 8882.0, 8852.0, 8848.0, 8862.0, 8874.0, 8870.0, 8867.0, 8892.0, 8887.0, 8844.0, 8898.0, 8870.0, 8832.0, 8885.0, 8870.0, 8834.0, 8896.0, 8884.0, 8835.0, 8877.0, 8875.0, 8845.0, 8904.0, 8888.0, 8848.0, 8892.0, 8881.0, 8846.0, 8896.0, 8878.0, 8831.0, 8881.0, 8899.0, 8852.0, 8916.0, 8911.0, 8861.0, 8928.0, 8897.0, 8870.0, 8878.0, 8880.0, 8895.0, 8853.0, 8917.0, 8903.0, 8883.0, 8871.0, 8869.0, 8915.0, 8919.0, 8887.0, 8918.0, 8870.0, 8845.0, 8916.0, 8885.0, 8849.0, 8880.0, 8837.0, 8819.0, 8851.0, 8809.0, 8868.0, 8826.0, 8824.0, 8868.0, 8841.0, 8825.0, 8851.0, 8825.0, 8855.0, 8841.0, 8845.0, 8899.0, 8874.0, 8842.0, 8858.0, 8847.0, 8887.0, 8878.0, 8865.0, 8891.0, 8862.0, 8868.0, 8875.0, 8885.0, 8869.0, 8886.0, 8920.0, 8906.0, 8904.0, 8905.0, 8882.0, 8861.0, 8880.0, 8880.0, 8862.0, 8927.0, 8915.0, 8869.0, 8912.0, 8869.0, 8879.0, 8879.0, 8865.0, 8884.0, 8853.0, 8849.0, 8913.0, 8907.0, 8864.0, 8925.0, 8879.0, 8853.0, 8906.0, 8880.0, 8876.0, 8886.0, 8864.0, 8899.0, 8893.0, 8855.0, 8905.0, 8845.0, 8853.0, 8818.0, 8861.0, 8822.0, 8868.0, 8825.0, 8861.0, 8848.0, 8834.0, 8833.0, 8820.0, 8851.0, 8840.0, 8875.0, 8843.0, 8827.0, 8835.0, 8830.0, 8866.0, 8845.0, 8897.0, 8859.0, 8859.0, 8859.0, 8841.0, 8883.0, 8864.0, 8896.0, 8854.0, 8851.0, 8880.0, 8861.0, 8899.0, 8870.0, 8895.0, 8900.0, 8849.0, 8899.0, 8855.0, 8917.0, 8865.0, 8865.0, 8907.0, 8867.0, 8901.0, 8871.0, 8908.0, 8880.0, 8864.0, 8884.0, 8869.0, 8924.0, 8867.0, 8903.0, 8895.0, 8862.0, 8881.0, 8834.0, 8886.0, 8865.0, 8857.0, 8876.0, 8865.0, 8893.0, 8865.0, 8876.0, 8893.0, 8850.0, 8870.0, 8839.0, 8886.0, 8837.0, 8887.0, 8843.0, 8894.0, 8855.0, 8863.0, 8862.0, 8828.0, 8850.0, 8828.0, 8838.0, 8825.0, 8869.0, 8843.0, 8884.0, 8869.0, 8908.0, 8889.0, 8850.0, 8869.0, 8840.0, 8887.0, 8881.0, 8896.0, 8882.0, 8833.0, 8887.0, 8848.0, 8845.0, 8877.0, 8888.0, 8894.0, 8879.0, 8869.0, 8924.0, 8872.0, 8923.0, 8858.0, 8888.0, 8859.0, 8842.0, 8891.0, 8847.0, 8906.0, 8895.0, 8844.0, 8878.0, 8866.0, 8904.0, 8851.0, 8919.0, 8850.0, 8891.0, 8875.0, 8887.0, 8892.0, 8854.0, 8857.0, 8824.0, 8869.0, 8843.0, 8883.0, 8843.0, 8884.0, 8837.0, 8872.0, 8852.0, 8854.0, 8872.0, 8851.0, 8870.0, 8829.0, 8853.0, 8832.0, 8867.0, 8841.0, 8868.0, 8838.0, 8857.0, 8837.0, 8864.0, 8842.0, 8882.0, 8839.0, 8884.0, 8848.0, 8827.0, 8880.0, 8879.0, 8878.0, 8844.0, 8877.0, 8867.0, 8903.0, 8867.0, 8919.0, 8867.0, 8906.0, 8913.0, 8894.0, 8893.0, 8866.0, 8900.0, 8880.0, 8928.0, 8902.0, 8887.0, 8892.0, 8906.0, 8867.0, 8908.0, 8838.0, 8885.0, 8838.0, 8882.0, 8834.0, 8842.0, 8815.0, 8837.0, 8786.0, 8835.0, 8787.0, 8832.0, 8785.0, 8795.0, 8764.0, 8779.0, 8765.0, 8756.0, 8777.0, 8767.0, 8786.0, 8798.0, 8804.0, 8829.0, 8798.0, 8830.0, 8806.0, 8831.0, 8806.0, 8815.0, 8789.0, 8809.0, 8799.0, 8819.0, 8814.0, 8843.0, 8812.0, 8842.0, 8825.0, 8859.0, 8821.0, 8872.0, 8821.0, 8825.0, 8856.0, 8846.0, 8877.0, 8851.0, 8885.0, 8867.0, 8882.0, 8865.0, 8899.0, 8839.0, 8862.0, 8839.0, 8828.0, 8878.0, 8858.0, 8878.0, 8851.0, 8877.0, 8868.0, 8909.0, 8857.0, 8918.0, 8876.0, 8865.0, 8916.0, 8891.0, 8940.0, 8910.0, 8878.0, 8870.0, 8909.0, 8852.0, 8896.0, 8876.0, 8871.0, 8845.0, 8864.0, 8841.0, 8880.0, 8841.0, 8884.0, 8831.0, 8882.0, 8846.0, 8866.0, 8824.0, 8886.0, 8851.0, 8870.0, 8837.0, 8851.0, 8817.0, 8848.0, 8816.0, 8839.0, 8861.0, 8840.0, 8863.0, 8837.0, 8850.0, 8825.0, 8852.0, 8844.0, 8859.0, 8842.0, 8842.0, 8856.0, 8835.0, 8877.0, 8860.0, 8889.0, 8831.0, 8884.0, 8844.0, 8886.0, 8864.0, 8859.0, 8828.0, 8871.0, 8847.0, 8891.0, 8871.0, 8904.0, 8892.0, 8852.0, 8887.0, 8872.0, 8905.0, 8902.0, 8911.0, 8899.0, 8864.0, 8897.0, 8865.0, 8908.0, 8856.0, 8921.0, 8861.0, 8836.0, 8888.0, 8834.0, 8873.0, 8849.0, 8895.0, 8850.0, 8900.0, 8847.0, 8905.0, 8883.0, 8900.0, 8891.0, 8857.0, 8872.0, 8857.0, 8894.0, 8871.0, 8872.0, 8856.0, 8867.0, 8820.0, 8867.0, 8840.0, 8870.0, 8864.0, 8856.0, 8866.0, 8852.0, 8869.0, 8842.0, 8895.0, 8826.0, 8878.0, 8823.0, 8859.0, 8818.0, 8864.0, 8818.0, 8877.0, 8829.0, 8865.0, 8825.0, 8854.0, 8833.0, 8870.0, 8840.0, 8868.0, 8847.0, 8888.0, 8828.0, 8884.0, 8849.0, 8857.0, 8821.0, 8837.0, 8823.0, 8858.0, 8860.0, 8861.0, 8825.0, 8863.0, 8857.0, 8861.0, 8904.0, 8847.0, 8898.0, 8844.0, 8900.0, 8845.0, 8886.0, 8849.0, 8900.0, 8838.0, 8874.0, 8877.0, 8846.0, 8897.0, 8853.0, 8932.0, 8880.0, 8865.0, 8893.0, 8870.0, 8910.0, 8873.0, 8918.0, 8895.0, 8880.0, 8895.0, 8870.0, 8928.0, 8906.0, 8886.0, 8870.0, 8858.0, 8841.0, 8827.0, 8842.0, 8822.0, 8818.0, 8790.0, 8807.0, 8798.0, 8812.0, 8794.0, 8823.0, 8801.0, 8837.0, 8802.0, 8856.0, 8819.0, 8876.0, 8840.0, 8877.0, 8837.0, 8848.0, 8852.0, 8823.0, 8866.0, 8819.0, 8869.0, 8846.0, 8886.0, 8848.0, 8896.0, 8858.0, 8870.0, 8872.0, 8843.0, 8877.0, 8851.0, 8927.0, 8875.0, 8856.0, 8897.0, 8862.0, 8898.0, 8864.0, 8920.0, 8867.0, 8897.0, 8894.0, 8886.0, 8887.0, 8844.0, 8863.0, 8838.0, 8891.0, 8852.0, 8874.0, 8864.0, 8842.0, 8885.0, 8862.0, 8900.0, 8853.0, 8867.0, 8887.0, 8828.0, 8882.0, 8826.0, 8880.0, 8838.0, 8849.0, 8833.0, 8860.0, 8825.0, 8875.0, 8839.0, 8882.0, 8858.0, 8847.0, 8867.0, 8816.0, 8849.0, 8821.0, 8865.0, 8823.0, 8863.0, 8818.0, 8860.0, 8839.0, 8851.0, 8857.0, 8844.0, 8865.0, 8845.0, 8888.0, 8848.0, 8901.0, 8866.0, 8868.0, 8855.0, 8836.0, 8886.0, 8846.0, 8855.0, 8842.0, 8867.0, 8842.0, 8881.0, 8843.0, 8885.0, 8838.0, 8868.0, 8843.0, 8848.0, 8861.0, 8884.0, 8854.0, 8882.0, 8856.0, 8865.0, 8865.0, 8898.0, 8840.0, 8881.0, 8837.0, 8824.0, 8882.0, 8868.0, 8899.0, 8880.0, 8883.0, 8903.0, 8871.0, 8885.0, 8884.0, 8913.0, 8952.0, 8912.0, 8911.0, 8888.0, 8917.0, 8854.0, 8879.0, 8849.0, 8843.0, 8792.0, 8818.0, 8785.0, 8826.0, 8787.0, 8827.0, 8784.0, 8813.0, 8782.0, 8798.0, 8782.0, 8812.0, 8785.0, 8821.0, 8816.0, 8808.0, 8813.0, 8796.0, 8844.0, 8810.0, 8848.0, 8801.0, 8850.0, 8815.0, 8855.0, 8818.0, 8867.0, 8834.0, 8875.0, 8838.0, 8876.0, 8824.0, 8873.0, 8821.0, 8871.0, 8831.0, 8871.0, 8824.0, 8889.0, 8832.0, 8839.0, 8835.0, 8848.0, 8855.0, 8880.0, 8853.0, 8834.0, 8852.0, 8835.0, 8850.0, 8859.0, 8887.0, 8865.0, 8864.0, 8900.0, 8866.0, 8904.0, 8898.0, 8891.0, 8910.0, 8917.0, 8858.0, 8894.0, 8836.0, 8878.0, 8819.0, 8858.0, 8833.0, 8861.0, 8821.0, 8861.0, 8832.0, 8862.0, 8838.0, 8863.0, 8842.0, 8868.0, 8840.0, 8879.0, 8834.0, 8870.0, 8820.0, 8882.0, 8865.0, 8843.0, 8878.0, 8823.0, 8877.0, 8826.0, 8886.0, 8823.0, 8871.0, 8834.0, 8878.0, 8821.0, 8857.0, 8869.0, 8847.0, 8876.0, 8821.0, 8877.0, 8833.0, 8878.0, 8841.0, 8863.0, 8835.0, 8841.0, 8878.0, 8843.0, 8872.0, 8841.0, 8898.0, 8820.0, 8882.0, 8847.0, 8844.0, 8879.0, 8838.0, 8869.0, 8842.0, 8873.0, 8828.0, 8861.0, 8869.0, 8839.0, 8892.0, 8856.0, 8886.0, 8844.0, 8888.0, 8825.0, 8865.0, 8899.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.00030531645569620254</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016604377905638668</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.31488652380188</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2138266090437777</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997747255529954</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4386</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6618.5156</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07623807841874142</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.8411967779056386</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.418375059344154</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.334006944352938</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6063997560404055</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3147184776391194</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0206082</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01899588480591774</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021470198407769203</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.805848164220732</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>43.4126</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.88</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.8959</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310475.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>604.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.4138</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2152</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.0002</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3235.1541</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3429.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66069.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1031.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4258.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.975</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.93013394996524</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> |