=== 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-0088 --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-0088",
"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-0088_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0088_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-01/func/sub-0088_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e6176aface22bdae06defc9c4e5191c1</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>09:40:24.677500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998523, -0.0468866, 0.0274424, 0.0411523, 0.982554, 0.181368]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0813004</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7817, -7194, 538, -40, -232, -26, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.173</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cd016d82-f72a-41a3-8918-21e60ba6d888||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678964614868164, 0.11040852218866348, 0.09576195478439331, 107.46157836914062], [0.1257934421300888, 2.636120557785034, 0.48592016100883484, -89.93579864501953], [0.07362604886293411, -0.4865959882736206, 2.6541874408721924, -55.258121490478516], [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': ['094024.677500', '094025.137500', '094025.597500', '094026.057500', '094026.517500', '094026.977500', '094027.437500', '094027.897500', '094028.357500', '094028.817500', '094029.277500', '094029.737500', '094030.197500', '094030.657500', '094031.117500', '094031.577500', '094032.037500', '094032.497500', '094032.957500', '094033.417500', '094033.877500', '094034.337500', '094034.797500', '094035.257500', '094035.717500', '094036.177500', '094036.637500', '094037.097500', '094037.557500', '094038.017500', '094038.477500', '094038.937500', '094039.397500', '094039.857500', '094040.317500', '094040.777500', '094041.237500', '094041.697500', '094042.157500', '094042.617500', '094043.077500', '094043.537500', '094043.997500', '094044.457500', '094044.917500', '094045.377500', '094045.837500', '094046.297500', '094046.757500', '094047.217500', '094047.677500', '094048.137500', '094048.597500', '094049.057500', '094049.517500', '094049.977500', '094050.437500', '094050.897500', '094051.357500', '094051.817500', '094052.277500', '094052.737500', '094053.197500', '094053.657500', '094054.117500', '094054.577500', '094055.037500', '094055.497500', '094055.957500', '094056.417500', '094056.877500', '094057.337500', '094057.797500', '094058.257500', '094058.717500', '094059.177500', '094059.637500', '094100.097500', '094100.557500', '094101.017500', '094101.477500', '094101.937500', '094102.397500', '094102.857500', '094103.317500', '094103.777500', '094104.237500', '094104.697500', '094105.157500', '094105.617500', '094106.077500', '094106.537500', '094106.997500', '094107.457500', '094107.917500', '094108.377500', '094108.837500', '094109.297500', '094109.757500', '094110.217500', '094110.677500', '094111.137500', '094111.597500', '094112.057500', '094112.517500', '094112.977500', '094113.437500', '094113.897500', '094114.357500', '094114.817500', '094115.277500', '094115.737500', '094116.197500', '094116.657500', '094117.117500', '094117.577500', '094118.037500', '094118.497500', '094118.957500', '094119.417500', '094119.877500', '094120.337500', '094120.797500', '094121.257500', '094121.717500', '094122.177500', '094122.637500', '094123.097500', '094123.557500', '094124.017500', '094124.477500', '094124.937500', '094125.397500', '094125.857500', '094126.317500', '094126.777500', '094127.237500', '094127.697500', '094128.157500', '094128.617500', '094129.077500', '094129.537500', '094129.997500', '094130.457500', '094130.917500', '094131.377500', '094131.837500', '094132.297500', '094132.757500', '094133.217500', '094133.677500', '094134.137500', '094134.597500', '094135.057500', '094135.517500', '094135.977500', '094136.437500', '094136.897500', '094137.357500', '094137.817500', '094138.277500', '094138.737500', '094139.197500', '094139.657500', '094140.117500', '094140.577500', '094141.037500', '094141.497500', '094141.957500', '094142.417500', '094142.877500', '094143.337500', '094143.797500', '094144.257500', '094144.717500', '094145.177500', '094145.637500', '094146.097500', '094146.557500', '094147.017500', '094147.477500', '094147.937500', '094148.397500', '094148.857500', '094149.317500', '094149.777500', '094150.237500', '094150.697500', '094151.157500', '094151.617500', '094152.077500', '094152.537500', '094152.997500', '094153.457500', '094153.917500', '094154.377500', '094154.837500', '094155.297500', '094155.757500', '094156.217500', '094156.677500', '094157.137500', '094157.597500', '094158.057500', '094158.517500', '094158.977500', '094159.437500', '094159.897500', '094200.357500', '094200.817500', '094201.277500', '094201.737500', '094202.197500', '094202.657500', '094203.117500', '094203.577500', '094204.037500', '094204.497500', '094204.957500', '094205.417500', '094205.877500', '094206.337500', '094206.797500', '094207.257500', '094207.717500', '094208.177500', '094208.637500', '094209.097500', '094209.557500', '094210.017500', '094210.477500', '094210.937500', '094211.397500', '094211.857500', '094212.317500', '094212.777500', '094213.237500', '094213.697500', '094214.157500', '094214.617500', '094215.077500', '094215.537500', '094215.997500', '094216.457500', '094216.917500', '094217.377500', '094217.837500', '094218.297500', '094218.757500', '094219.217500', '094219.677500', '094220.137500', '094220.597500', '094221.057500', '094221.517500', '094221.977500', '094222.437500', '094222.897500', '094223.357500', '094223.817500', '094224.277500', '094224.737500', '094225.197500', '094225.657500', '094226.117500', '094226.577500', '094227.037500', '094227.497500', '094227.957500', '094228.417500', '094228.877500', '094229.337500', '094229.797500', '094230.257500', '094230.717500', '094231.177500', '094231.637500', '094232.097500', '094232.557500', '094233.017500', '094233.477500', '094233.937500', '094234.397500', '094234.857500', '094235.317500', '094235.777500', '094236.237500', '094236.697500', '094237.157500', '094237.617500', '094238.077500', '094238.537500', '094238.997500', '094239.457500', '094239.917500', '094240.377500', '094240.837500', '094241.297500', '094241.757500', '094242.217500', '094242.677500', '094243.137500', '094243.597500', '094244.057500', '094244.517500', '094244.977500', '094245.437500', '094245.897500', '094246.357500', '094246.817500', '094247.277500', '094247.737500', '094248.197500', '094248.657500', '094249.117500', '094249.577500', '094250.037500', '094250.497500', '094250.957500', '094251.417500', '094251.877500', '094252.337500', '094252.797500', '094253.257500', '094253.717500', '094254.177500', '094254.637500', '094255.097500', '094255.557500', '094256.017500', '094256.477500', '094256.937500', '094257.397500', '094257.857500', '094258.317500', '094258.777500', '094259.237500', '094259.697500', '094300.157500', '094300.617500', '094301.077500', '094301.537500', '094301.997500', '094302.457500', '094302.917500', '094303.377500', '094303.837500', '094304.297500', '094304.757500', '094305.217500', '094305.677500', '094306.137500', '094306.597500', '094307.057500', '094307.517500', '094307.977500', '094308.437500', '094308.897500', '094309.357500', '094309.817500', '094310.277500', '094310.737500', '094311.197500', '094311.657500', '094312.117500', '094312.577500', '094313.037500', '094313.497500', '094313.957500', '094314.417500', '094314.877500', '094315.337500', '094315.797500', '094316.257500', '094316.717500', '094317.177500', '094317.637500', '094318.097500', '094318.557500', '094319.017500', '094319.477500', '094319.937500', '094320.397500', '094320.857500', '094321.317500', '094321.777500', '094322.237500', '094322.697500', '094323.157500', '094323.617500', '094324.077500', '094324.537500', '094324.997500', '094325.457500', '094325.917500', '094326.377500', '094326.837500', '094327.297500', '094327.757500', '094328.217500', '094328.677500', '094329.137500', '094329.597500', '094330.057500', '094330.517500', '094330.977500', '094331.437500', '094331.897500', '094332.357500', '094332.817500', '094333.277500', '094333.737500', '094334.197500', '094334.657500', '094335.117500', '094335.577500', '094336.037500', '094336.497500', '094336.957500', '094337.417500', '094337.877500', '094338.337500', '094338.797500', '094339.257500', '094339.717500', '094340.177500', '094340.637500', '094341.097500', '094341.557500', '094342.017500', '094342.477500', '094342.937500', '094343.397500', '094343.857500', '094344.317500', '094344.777500', '094345.237500', '094345.697500', '094346.157500', '094346.617500', '094347.077500', '094347.537500', '094347.997500', '094348.457500', '094348.917500', '094349.377500', '094349.837500', '094350.297500', '094350.757500', '094351.217500', '094351.677500', '094352.137500', '094352.597500', '094353.057500', '094353.517500', '094353.977500', '094354.437500', '094354.897500', '094355.357500', '094355.817500', '094356.277500', '094356.737500', '094357.197500', '094357.657500', '094358.117500', '094358.577500', '094359.037500', '094359.497500', '094359.957500', '094400.417500', '094400.877500', '094401.337500', '094401.797500', '094402.257500', '094402.717500', '094403.177500', '094403.637500', '094404.097500', '094404.557500', '094405.017500', '094405.477500', '094405.937500', '094406.397500', '094406.857500', '094407.317500', '094407.777500', '094408.237500', '094408.697500', '094409.157500', '094409.617500', '094410.077500', '094410.537500', '094410.997500', '094411.457500', '094411.917500', '094412.377500', '094412.837500', '094413.297500', '094413.757500', '094414.217500', '094414.677500', '094415.137500', '094415.597500', '094416.057500', '094416.517500', '094416.977500', '094417.437500', '094417.897500', '094418.357500', '094418.817500', '094419.277500', '094419.737500', '094420.197500', '094420.657500', '094421.117500', '094421.577500', '094422.037500', '094422.497500', '094422.957500', '094423.417500', '094423.877500', '094424.337500', '094424.797500', '094425.257500', '094425.717500', '094426.177500', '094426.637500', '094427.097500', '094427.557500', '094428.017500', '094428.477500', '094428.937500', '094429.397500', '094429.857500', '094430.317500', '094430.777500', '094431.237500', '094431.697500', '094432.157500', '094432.617500', '094433.077500', '094433.537500', '094433.997500', '094434.457500', '094434.917500', '094435.377500', '094435.837500', '094436.297500', '094436.757500', '094437.217500', '094437.677500', '094438.137500', '094438.597500', '094439.057500', '094439.517500', '094439.977500', '094440.437500', '094440.897500', '094441.357500', '094441.817500', '094442.277500', '094442.737500', '094443.197500', '094443.657500', '094444.117500', '094444.577500', '094445.037500', '094445.497500', '094445.957500', '094446.417500', '094446.877500', '094447.337500', '094447.797500', '094448.257500', '094448.717500', '094449.177500', '094449.637500', '094450.097500', '094450.557500', '094451.017500', '094451.477500', '094451.937500', '094452.397500', '094452.857500', '094453.317500', '094453.777500', '094454.237500', '094454.697500', '094455.157500', '094455.617500', '094456.077500', '094456.537500', '094456.997500', '094457.457500', '094457.917500', '094458.377500', '094458.837500', '094459.297500', '094459.757500', '094500.217500', '094500.677500', '094501.137500', '094501.597500', '094502.057500', '094502.517500', '094502.977500', '094503.437500', '094503.897500', '094504.357500', '094504.817500', '094505.277500', '094505.737500', '094506.197500', '094506.657500', '094507.117500', '094507.577500', '094508.037500', '094508.497500', '094508.957500', '094509.417500', '094509.877500', '094510.337500', '094510.797500', '094511.257500', '094511.717500', '094512.177500', '094512.637500', '094513.097500', '094513.557500', '094514.017500', '094514.477500', '094514.937500', '094515.397500', '094515.857500', '094516.317500', '094516.777500', '094517.237500', '094517.697500', '094518.157500', '094518.617500', '094519.077500', '094519.537500', '094519.997500', '094520.457500', '094520.917500', '094521.377500', '094521.837500', '094522.297500', '094522.757500', '094523.217500', '094523.677500', '094524.137500', '094524.597500', '094525.057500', '094525.517500', '094525.977500', '094526.437500', '094526.897500', '094527.357500', '094527.817500', '094528.277500', '094528.737500', '094529.197500', '094529.657500', '094530.117500', '094530.577500', '094531.037500', '094531.497500', '094531.957500', '094532.417500', '094532.877500', '094533.337500', '094533.797500', '094534.257500', '094534.717500', '094535.177500', '094535.637500', '094536.097500', '094536.557500', '094537.017500', '094537.477500', '094537.937500', '094538.397500', '094538.857500', '094539.317500', '094539.777500', '094540.237500', '094540.697500', '094541.157500', '094541.617500', '094542.077500', '094542.537500', '094542.997500', '094543.457500', '094543.917500', '094544.377500', '094544.837500', '094545.297500', '094545.757500', '094546.217500', '094546.677500', '094547.137500', '094547.597500', '094548.057500', '094548.517500', '094548.977500', '094549.437500', '094549.897500', '094550.357500', '094550.817500', '094551.277500', '094551.737500', '094552.197500', '094552.657500', '094553.117500', '094553.577500', '094554.037500', '094554.497500', '094554.957500', '094555.417500', '094555.877500', '094556.337500', '094556.797500', '094557.257500', '094557.717500', '094558.177500', '094558.637500', '094559.097500', '094559.557500', '094600.017500', '094600.477500', '094600.937500', '094601.397500', '094601.857500', '094602.317500', '094602.777500', '094603.237500', '094603.697500', '094604.157500', '094604.617500', '094605.077500', '094605.537500', '094605.997500', '094606.457500', '094606.917500', '094607.377500', '094607.837500', '094608.297500', '094608.757500', '094609.217500', '094609.677500', '094610.137500', '094610.597500', '094611.057500', '094611.517500', '094611.977500', '094612.437500', '094612.897500', '094613.357500', '094613.817500', '094614.277500', '094614.737500', '094615.197500', '094615.657500', '094616.117500', '094616.577500', '094617.037500', '094617.497500', '094617.957500', '094618.417500', '094618.877500', '094619.337500', '094619.797500', '094620.257500', '094620.717500', '094621.177500', '094621.637500', '094622.097500', '094622.557500', '094623.017500', '094623.477500', '094623.937500', '094624.397500', '094624.857500', '094625.317500', '094625.777500', '094626.237500', '094626.697500', '094627.157500', '094627.617500', '094628.077500', '094628.537500', '094628.997500', '094629.457500', '094629.917500', '094630.377500', '094630.837500', '094631.297500', '094631.757500', '094632.217500', '094632.677500', '094633.137500', '094633.597500', '094634.057500', '094634.517500', '094634.977500', '094635.437500', '094635.897500', '094636.357500', '094636.817500', '094637.277500', '094637.737500', '094638.197500', '094638.657500', '094639.117500', '094639.577500', '094640.037500', '094640.497500', '094640.957500', '094641.417500', '094641.877500', '094642.337500', '094642.797500', '094643.257500', '094643.717500', '094644.177500', '094644.637500', '094645.097500', '094645.557500', '094646.017500', '094646.477500', '094646.937500', '094647.397500', '094647.857500', '094648.317500', '094648.777500', '094649.237500', '094649.697500', '094650.157500', '094650.617500', '094651.077500', '094651.537500', '094651.997500', '094652.457500', '094652.917500', '094653.377500', '094653.837500', '094654.297500', '094654.757500', '094655.217500', '094655.677500', '094656.137500', '094656.597500', '094657.057500', '094657.517500', '094657.977500', '094658.437500', '094658.897500', '094659.357500', '094659.817500', '094700.277500', '094700.737500', '094701.197500', '094701.657500', '094702.117500', '094702.577500', '094703.037500', '094703.497500', '094703.957500', '094704.417500', '094704.877500', '094705.337500'], 'ContentTime': ['094045.534000', '094045.538000', '094045.540000', '094045.543000', '094045.545000', '094045.548000', '094045.551000', '094045.553000', '094045.556000', '094045.558000', '094045.561000', '094045.563000', '094045.566000', '094045.569000', '094045.571000', '094045.574000', '094045.583000', '094045.586000', '094045.588000', '094045.591000', '094045.593000', '094045.596000', '094045.599000', '094045.601000', '094045.604000', '094045.607000', '094045.609000', '094045.624000', '094045.627000', '094045.630000', '094045.632000', '094045.635000', '094045.637000', '094045.640000', '094045.642000', '094045.645000', '094045.648000', '094045.650000', '094045.653000', '094045.655000', '094045.658000', '094045.665000', '094045.667000', '094045.670000', '094105.502000', '094105.505000', '094105.508000', '094105.510000', '094105.513000', '094105.515000', '094105.518000', '094105.521000', '094105.523000', '094105.526000', '094105.528000', '094105.531000', '094105.533000', '094105.536000', '094105.539000', '094105.541000', '094105.544000', '094105.546000', '094105.549000', '094105.551000', '094105.554000', '094105.557000', '094105.559000', '094105.562000', '094105.564000', '094105.567000', '094105.570000', '094105.572000', '094105.575000', '094105.577000', '094105.580000', '094105.583000', '094105.585000', '094105.588000', '094105.590000', '094105.593000', '094105.595000', '094105.598000', '094105.601000', '094105.603000', '094105.606000', '094105.608000', '094105.611000', '094125.502000', '094125.505000', '094125.508000', '094125.510000', '094125.513000', '094125.515000', '094125.518000', '094125.521000', '094125.523000', '094125.526000', '094125.528000', '094125.531000', '094125.533000', '094125.536000', '094125.538000', '094125.541000', '094125.544000', '094125.546000', '094125.549000', '094125.551000', '094125.554000', '094125.557000', '094125.559000', '094125.562000', '094125.564000', '094125.567000', '094125.570000', '094125.573000', '094125.586000', '094125.588000', '094125.591000', '094125.593000', '094125.596000', '094125.599000', '094125.601000', '094125.604000', '094125.606000', '094125.609000', '094125.611000', '094125.614000', '094125.617000', '094125.619000', '094125.622000', '094125.625000', '094145.502000', '094145.506000', '094145.508000', '094145.511000', '094145.513000', '094145.524000', '094145.527000', '094145.529000', '094145.532000', '094145.535000', '094145.537000', '094145.540000', '094145.542000', '094145.545000', '094145.548000', '094145.550000', '094145.553000', '094145.556000', '094145.558000', '094145.561000', '094145.571000', '094145.573000', '094145.576000', '094145.579000', '094145.581000', '094145.584000', '094145.587000', '094145.589000', '094145.592000', '094145.595000', '094145.597000', '094145.600000', '094145.602000', '094145.605000', '094145.608000', '094145.610000', '094145.613000', '094145.615000', '094145.618000', '094145.621000', '094145.623000', '094145.626000', '094145.628000', '094205.503000', '094205.506000', '094205.509000', '094205.511000', '094205.514000', '094205.517000', '094205.519000', '094205.522000', '094205.524000', '094205.527000', '094205.530000', '094205.532000', '094205.535000', '094205.537000', '094205.540000', '094205.543000', '094205.546000', '094205.548000', '094205.551000', '094205.554000', '094205.557000', '094205.559000', '094205.562000', '094205.565000', '094205.567000', '094205.570000', '094205.573000', '094205.575000', '094205.578000', '094205.580000', '094205.583000', '094205.586000', '094205.588000', '094205.591000', '094205.593000', '094205.603000', '094205.606000', '094205.608000', '094205.611000', '094205.614000', '094205.616000', '094205.619000', '094205.621000', '094205.624000', '094225.503000', '094225.506000', '094225.509000', '094225.511000', '094225.514000', '094225.517000', '094225.519000', '094225.522000', '094225.524000', '094225.527000', '094225.530000', '094225.532000', '094225.535000', '094225.537000', '094225.540000', '094225.542000', '094225.545000', '094225.548000', '094225.550000', '094225.553000', '094225.555000', '094225.558000', '094225.571000', '094225.573000', '094225.576000', '094225.579000', '094225.581000', '094225.584000', '094225.586000', '094225.589000', '094225.592000', '094225.594000', '094225.597000', '094225.600000', '094225.602000', '094225.605000', '094225.608000', '094225.610000', '094225.613000', '094225.615000', '094225.618000', '094225.620000', '094225.623000', '094245.503000', '094245.506000', '094245.509000', '094245.511000', '094245.514000', '094245.517000', '094245.519000', '094245.522000', '094245.524000', '094245.527000', '094245.530000', '094245.532000', '094245.535000', '094245.537000', '094245.540000', '094245.542000', '094245.545000', '094245.548000', '094245.550000', '094245.553000', '094245.556000', '094245.558000', '094245.561000', '094245.564000', '094245.566000', '094245.570000', '094245.573000', '094245.575000', '094245.578000', '094245.581000', '094245.583000', '094245.586000', '094245.588000', '094245.591000', '094245.594000', '094245.596000', '094245.599000', '094245.602000', '094245.604000', '094245.607000', '094245.609000', '094245.612000', '094245.615000', '094305.504000', '094305.506000', '094305.509000', '094305.512000', '094305.515000', '094305.518000', '094305.520000', '094305.523000', '094305.525000', '094305.528000', '094305.531000', '094305.533000', '094305.536000', '094305.539000', '094305.541000', '094305.544000', '094305.546000', '094305.549000', '094305.552000', '094305.554000', '094305.557000', '094305.560000', '094305.562000', '094305.565000', '094305.567000', '094305.570000', '094305.573000', '094305.575000', '094305.578000', '094305.580000', '094305.583000', '094305.586000', '094305.589000', '094305.591000', '094305.594000', '094305.596000', '094305.599000', '094305.602000', '094305.604000', '094305.607000', '094305.610000', '094305.612000', '094305.615000', '094305.617000', '094325.502000', '094325.505000', '094325.508000', '094325.510000', '094325.513000', '094325.516000', '094325.518000', '094325.521000', '094325.523000', '094325.526000', '094325.529000', '094325.531000', '094325.534000', '094325.537000', '094325.539000', '094325.542000', '094325.544000', '094325.547000', '094325.550000', '094325.553000', '094325.557000', '094325.560000', '094325.562000', '094325.565000', '094325.567000', '094325.570000', '094325.573000', '094325.575000', '094325.578000', '094325.580000', '094325.583000', '094325.586000', '094325.588000', '094325.591000', '094325.594000', '094325.597000', '094325.600000', '094325.603000', '094325.605000', '094325.608000', '094325.610000', '094325.613000', '094325.616000', '094345.502000', '094345.505000', '094345.508000', '094345.510000', '094345.513000', '094345.516000', '094345.518000', '094345.521000', '094345.523000', '094345.526000', '094345.529000', '094345.531000', '094345.534000', '094345.536000', '094345.539000', '094345.542000', '094345.544000', '094345.547000', '094345.549000', '094345.552000', '094345.555000', '094345.557000', '094345.560000', '094345.563000', '094345.565000', '094345.568000', '094345.570000', '094345.573000', '094345.576000', '094345.578000', '094345.581000', '094345.583000', '094345.586000', '094345.589000', '094345.591000', '094345.594000', '094345.596000', '094345.599000', '094345.602000', '094345.604000', '094345.607000', '094345.609000', '094345.612000', '094345.615000', '094405.502000', '094405.505000', '094405.508000', '094405.510000', '094405.522000', '094405.525000', '094405.527000', '094405.530000', '094405.533000', '094405.535000', '094405.538000', '094405.541000', '094405.543000', '094405.546000', '094405.548000', '094405.551000', '094405.554000', '094405.556000', '094405.559000', '094405.562000', '094405.564000', '094405.567000', '094405.570000', '094405.572000', '094405.575000', '094405.577000', '094405.580000', '094405.583000', '094405.585000', '094405.588000', '094405.590000', '094405.593000', '094405.596000', '094405.598000', '094405.601000', '094405.603000', '094405.606000', '094405.609000', '094405.611000', '094405.614000', '094405.616000', '094405.619000', '094405.622000', '094425.504000', '094425.506000', '094425.509000', '094425.512000', '094425.514000', '094425.517000', '094425.519000', '094425.522000', '094425.524000', '094425.527000', '094425.530000', '094425.532000', '094425.535000', '094425.537000', '094425.540000', '094425.542000', '094425.545000', '094425.548000', '094425.550000', '094425.553000', '094425.555000', '094425.558000', '094425.560000', '094425.563000', '094425.566000', '094425.568000', '094425.571000', '094425.573000', '094425.576000', '094425.579000', '094425.582000', '094425.584000', '094425.587000', '094425.590000', '094425.592000', '094425.595000', '094425.598000', '094425.600000', '094425.603000', '094425.606000', '094425.608000', '094425.611000', '094425.613000', '094425.616000', '094445.504000', '094445.506000', '094445.518000', '094445.520000', '094445.523000', '094445.526000', '094445.528000', '094445.531000', '094445.533000', '094445.536000', '094445.538000', '094445.541000', '094445.543000', '094445.546000', '094445.549000', '094445.551000', '094445.554000', '094445.556000', '094445.559000', '094445.562000', '094445.564000', '094445.567000', '094445.569000', '094445.572000', '094445.575000', '094445.577000', '094445.580000', '094445.583000', '094445.586000', '094445.588000', '094445.591000', '094445.594000', '094445.596000', '094445.599000', '094445.601000', '094445.604000', '094445.607000', '094445.609000', '094445.612000', '094445.614000', '094445.617000', '094445.620000', '094445.622000', '094505.503000', '094505.506000', '094505.509000', '094505.511000', '094505.514000', '094505.517000', '094505.520000', '094505.522000', '094505.525000', '094505.528000', '094505.530000', '094505.533000', '094505.536000', '094505.538000', '094505.541000', '094505.543000', '094505.546000', '094505.549000', '094505.551000', '094505.554000', '094505.557000', '094505.559000', '094505.562000', '094505.564000', '094505.567000', '094505.570000', '094505.572000', '094505.575000', '094505.578000', '094505.580000', '094505.583000', '094505.586000', '094505.588000', '094505.591000', '094505.593000', '094505.596000', '094505.599000', '094505.602000', '094505.604000', '094505.607000', '094505.610000', '094505.612000', '094505.615000', '094505.617000', '094525.504000', '094525.507000', '094525.509000', '094525.512000', '094525.514000', '094525.517000', '094525.520000', '094525.522000', '094525.525000', '094525.528000', '094525.530000', '094525.533000', '094525.535000', '094525.538000', '094525.541000', '094525.543000', '094525.546000', '094525.548000', '094525.551000', '094525.554000', '094525.556000', '094525.559000', '094525.561000', '094525.564000', '094525.567000', '094525.569000', '094525.572000', '094525.574000', '094525.577000', '094525.597000', '094525.600000', '094525.602000', '094525.605000', '094525.608000', '094525.610000', '094525.613000', '094525.615000', '094525.618000', '094525.621000', '094525.623000', '094525.626000', '094525.628000', '094525.631000', '094545.502000', '094545.505000', '094545.508000', '094545.511000', '094545.513000', '094545.516000', '094545.518000', '094545.521000', '094545.524000', '094545.526000', '094545.529000', '094545.532000', '094545.534000', '094545.537000', '094545.539000', '094545.542000', '094545.545000', '094545.547000', '094545.550000', '094545.552000', '094545.555000', '094545.558000', '094545.560000', '094545.563000', '094545.565000', '094545.568000', '094545.571000', '094545.573000', '094545.576000', '094545.579000', '094545.581000', '094545.584000', '094545.586000', '094545.589000', '094545.591000', '094545.594000', '094545.597000', '094545.599000', '094545.602000', '094545.605000', '094545.607000', '094545.610000', '094545.612000', '094545.615000', '094605.503000', '094605.506000', '094605.508000', '094605.511000', '094605.513000', '094605.516000', '094605.519000', '094605.521000', '094605.524000', '094605.526000', '094605.529000', '094605.532000', '094605.534000', '094605.537000', '094605.539000', '094605.542000', '094605.545000', '094605.547000', '094605.550000', '094605.553000', '094605.555000', '094605.558000', '094605.560000', '094605.563000', '094605.566000', '094605.568000', '094605.571000', '094605.573000', '094605.576000', '094605.579000', '094605.581000', '094605.584000', '094605.586000', '094605.589000', '094605.592000', '094605.594000', '094605.597000', '094605.600000', '094605.602000', '094605.605000', '094605.607000', '094605.610000', '094605.613000', '094625.503000', '094625.506000', '094625.508000', '094625.511000', '094625.514000', '094625.518000', '094625.521000', '094625.523000', '094625.526000', '094625.529000', '094625.531000', '094625.536000', '094625.539000', '094625.541000', '094625.544000', '094625.546000', '094625.549000', '094625.552000', '094625.554000', '094625.557000', '094625.559000', '094625.562000', '094625.565000', '094625.567000', '094625.570000', '094625.572000', '094625.575000', '094625.578000', '094625.580000', '094625.583000', '094625.585000', '094625.588000', '094625.591000', '094625.593000', '094625.596000', '094625.599000', '094625.601000', '094625.604000', '094625.606000', '094625.609000', '094625.612000', '094625.614000', '094625.617000', '094645.504000', '094645.506000', '094645.509000', '094645.512000', '094645.514000', '094645.517000', '094645.520000', '094645.522000', '094645.525000', '094645.527000', '094645.530000', '094645.532000', '094645.535000', '094645.538000', '094645.540000', '094645.543000', '094645.545000', '094645.548000', '094645.551000', '094645.553000', '094645.556000', '094645.559000', '094645.562000', '094645.564000', '094645.567000', '094645.569000', '094645.578000', '094645.581000', '094645.583000', '094645.586000', '094645.589000', '094645.591000', '094645.594000', '094645.597000', '094645.599000', '094645.602000', '094645.604000', '094645.607000', '094645.610000', '094645.612000', '094645.627000', '094645.630000', '094645.633000', '094645.635000', '094705.503000', '094705.506000', '094705.509000', '094705.512000', '094705.514000', '094705.517000', '094705.519000', '094705.522000', '094705.525000', '094705.527000', '094705.530000', '094705.533000', '094705.536000', '094705.538000', '094705.541000', '094705.544000', '094705.546000', '094705.549000', '094705.551000', '094705.554000', '094705.557000', '094705.559000', '094705.562000', '094705.565000', '094705.567000', '094705.570000', '094705.573000', '094705.575000', '094705.578000', '094705.581000', '094705.583000', '094705.586000', '094705.589000', '094705.591000', '094705.594000', '094705.596000', '094705.599000', '094705.602000', '094705.604000', '094705.607000', '094705.610000', '094705.612000', '094705.615000', '094705.618000', '094706.354000', '094706.357000'], 'InstanceCreationTime': ['094045.534000', '094045.538000', '094045.540000', '094045.543000', '094045.545000', '094045.548000', '094045.551000', '094045.553000', '094045.556000', '094045.558000', '094045.561000', '094045.563000', '094045.566000', '094045.569000', '094045.571000', '094045.574000', '094045.583000', '094045.586000', '094045.588000', '094045.591000', '094045.593000', '094045.596000', '094045.599000', '094045.601000', '094045.604000', '094045.607000', '094045.609000', '094045.624000', '094045.627000', '094045.630000', '094045.632000', '094045.635000', '094045.637000', '094045.640000', '094045.642000', '094045.645000', '094045.648000', '094045.650000', '094045.653000', '094045.655000', '094045.658000', '094045.665000', '094045.667000', '094045.670000', '094105.502000', '094105.505000', '094105.508000', '094105.510000', '094105.513000', '094105.515000', '094105.518000', '094105.521000', '094105.523000', '094105.526000', '094105.528000', '094105.531000', '094105.533000', '094105.536000', '094105.539000', '094105.541000', '094105.544000', '094105.546000', '094105.549000', '094105.551000', '094105.554000', '094105.557000', '094105.559000', '094105.562000', '094105.564000', '094105.567000', '094105.570000', '094105.572000', '094105.575000', '094105.577000', '094105.580000', '094105.583000', '094105.585000', '094105.588000', '094105.590000', '094105.593000', '094105.595000', '094105.598000', '094105.601000', '094105.603000', '094105.606000', '094105.608000', '094105.611000', '094125.502000', '094125.505000', '094125.508000', '094125.510000', '094125.513000', '094125.515000', '094125.518000', '094125.521000', '094125.523000', '094125.526000', '094125.528000', '094125.531000', '094125.533000', '094125.536000', '094125.538000', '094125.541000', '094125.544000', '094125.546000', '094125.549000', '094125.551000', '094125.554000', '094125.557000', '094125.559000', '094125.562000', '094125.564000', '094125.567000', '094125.570000', '094125.573000', '094125.586000', '094125.588000', '094125.591000', '094125.593000', '094125.596000', '094125.599000', '094125.601000', '094125.604000', '094125.606000', '094125.609000', '094125.611000', '094125.614000', '094125.617000', '094125.619000', '094125.622000', '094125.625000', '094145.502000', '094145.506000', '094145.508000', '094145.511000', '094145.513000', '094145.524000', '094145.527000', '094145.529000', '094145.532000', '094145.535000', '094145.537000', '094145.540000', '094145.542000', '094145.545000', '094145.548000', '094145.550000', '094145.553000', '094145.556000', '094145.558000', '094145.561000', '094145.571000', '094145.573000', '094145.576000', '094145.579000', '094145.581000', '094145.584000', '094145.587000', '094145.589000', '094145.592000', '094145.595000', '094145.597000', '094145.600000', '094145.602000', '094145.605000', '094145.608000', '094145.610000', '094145.613000', '094145.615000', '094145.618000', '094145.621000', '094145.623000', '094145.626000', '094145.628000', '094205.503000', '094205.506000', '094205.509000', '094205.511000', '094205.514000', '094205.517000', '094205.519000', '094205.522000', '094205.524000', '094205.527000', '094205.530000', '094205.532000', '094205.535000', '094205.537000', '094205.540000', '094205.543000', '094205.546000', '094205.548000', '094205.551000', '094205.554000', '094205.557000', '094205.559000', '094205.562000', '094205.565000', '094205.567000', '094205.570000', '094205.573000', '094205.575000', '094205.578000', '094205.580000', '094205.583000', '094205.586000', '094205.588000', '094205.591000', '094205.593000', '094205.603000', '094205.606000', '094205.608000', '094205.611000', '094205.614000', '094205.616000', '094205.619000', '094205.621000', '094205.624000', '094225.503000', '094225.506000', '094225.509000', '094225.511000', '094225.514000', '094225.517000', '094225.519000', '094225.522000', '094225.524000', '094225.527000', '094225.530000', '094225.532000', '094225.535000', '094225.537000', '094225.540000', '094225.542000', '094225.545000', '094225.548000', '094225.550000', '094225.553000', '094225.555000', '094225.558000', '094225.571000', '094225.573000', '094225.576000', '094225.579000', '094225.581000', '094225.584000', '094225.586000', '094225.589000', '094225.592000', '094225.594000', '094225.597000', '094225.600000', '094225.602000', '094225.605000', '094225.608000', '094225.610000', '094225.613000', '094225.615000', '094225.618000', '094225.620000', '094225.623000', '094245.503000', '094245.506000', '094245.509000', '094245.511000', '094245.514000', '094245.517000', '094245.519000', '094245.522000', '094245.524000', '094245.527000', '094245.530000', '094245.532000', '094245.535000', '094245.537000', '094245.540000', '094245.542000', '094245.545000', '094245.548000', '094245.550000', '094245.553000', '094245.556000', '094245.558000', '094245.561000', '094245.564000', '094245.566000', '094245.570000', '094245.573000', '094245.575000', '094245.578000', '094245.581000', '094245.583000', '094245.586000', '094245.588000', '094245.591000', '094245.594000', '094245.596000', '094245.599000', '094245.602000', '094245.604000', '094245.607000', '094245.609000', '094245.612000', '094245.615000', '094305.504000', '094305.506000', '094305.509000', '094305.512000', '094305.515000', '094305.518000', '094305.520000', '094305.523000', '094305.525000', '094305.528000', '094305.531000', '094305.533000', '094305.536000', '094305.539000', '094305.541000', '094305.544000', '094305.546000', '094305.549000', '094305.552000', '094305.554000', '094305.557000', '094305.560000', '094305.562000', '094305.565000', '094305.567000', '094305.570000', '094305.573000', '094305.575000', '094305.578000', '094305.580000', '094305.583000', '094305.586000', '094305.589000', '094305.591000', '094305.594000', '094305.596000', '094305.599000', '094305.602000', '094305.604000', '094305.607000', '094305.610000', '094305.612000', '094305.615000', '094305.617000', '094325.502000', '094325.505000', '094325.508000', '094325.510000', '094325.513000', '094325.516000', '094325.518000', '094325.521000', '094325.523000', '094325.526000', '094325.529000', '094325.531000', '094325.534000', '094325.537000', '094325.539000', '094325.542000', '094325.544000', '094325.547000', '094325.550000', '094325.553000', '094325.557000', '094325.560000', '094325.562000', '094325.565000', '094325.567000', '094325.570000', '094325.573000', '094325.575000', '094325.578000', '094325.580000', '094325.583000', '094325.586000', '094325.588000', '094325.591000', '094325.594000', '094325.597000', '094325.600000', '094325.603000', '094325.605000', '094325.608000', '094325.610000', '094325.613000', '094325.616000', '094345.502000', '094345.505000', '094345.508000', '094345.510000', '094345.513000', '094345.516000', '094345.518000', '094345.521000', '094345.523000', '094345.526000', '094345.529000', '094345.531000', '094345.534000', '094345.536000', '094345.539000', '094345.542000', '094345.544000', '094345.547000', '094345.549000', '094345.552000', '094345.555000', '094345.557000', '094345.560000', '094345.563000', '094345.565000', '094345.568000', '094345.570000', '094345.573000', '094345.576000', '094345.578000', '094345.581000', '094345.583000', '094345.586000', '094345.589000', '094345.591000', '094345.594000', '094345.596000', '094345.599000', '094345.602000', '094345.604000', '094345.607000', '094345.609000', '094345.612000', '094345.615000', '094405.502000', '094405.505000', '094405.508000', '094405.510000', '094405.522000', '094405.525000', '094405.527000', '094405.530000', '094405.533000', '094405.535000', '094405.538000', '094405.541000', '094405.543000', '094405.546000', '094405.548000', '094405.551000', '094405.554000', '094405.556000', '094405.559000', '094405.562000', '094405.564000', '094405.567000', '094405.570000', '094405.572000', '094405.575000', '094405.577000', '094405.580000', '094405.583000', '094405.585000', '094405.588000', '094405.590000', '094405.593000', '094405.596000', '094405.598000', '094405.601000', '094405.603000', '094405.606000', '094405.609000', '094405.611000', '094405.614000', '094405.616000', '094405.619000', '094405.622000', '094425.504000', '094425.506000', '094425.509000', '094425.512000', '094425.514000', '094425.517000', '094425.519000', '094425.522000', '094425.524000', '094425.527000', '094425.530000', '094425.532000', '094425.535000', '094425.537000', '094425.540000', '094425.542000', '094425.545000', '094425.548000', '094425.550000', '094425.553000', '094425.555000', '094425.558000', '094425.560000', '094425.563000', '094425.566000', '094425.568000', '094425.571000', '094425.573000', '094425.576000', '094425.579000', '094425.582000', '094425.584000', '094425.587000', '094425.590000', '094425.592000', '094425.595000', '094425.598000', '094425.600000', '094425.603000', '094425.606000', '094425.608000', '094425.611000', '094425.613000', '094425.616000', '094445.504000', '094445.506000', '094445.518000', '094445.520000', '094445.523000', '094445.526000', '094445.528000', '094445.531000', '094445.533000', '094445.536000', '094445.538000', '094445.541000', '094445.543000', '094445.546000', '094445.549000', '094445.551000', '094445.554000', '094445.556000', '094445.559000', '094445.562000', '094445.564000', '094445.567000', '094445.569000', '094445.572000', '094445.575000', '094445.577000', '094445.580000', '094445.583000', '094445.586000', '094445.588000', '094445.591000', '094445.594000', '094445.596000', '094445.599000', '094445.601000', '094445.604000', '094445.607000', '094445.609000', '094445.612000', '094445.614000', '094445.617000', '094445.620000', '094445.622000', '094505.503000', '094505.506000', '094505.509000', '094505.511000', '094505.514000', '094505.517000', '094505.520000', '094505.522000', '094505.525000', '094505.528000', '094505.530000', '094505.533000', '094505.536000', '094505.538000', '094505.541000', '094505.543000', '094505.546000', '094505.549000', '094505.551000', '094505.554000', '094505.557000', '094505.559000', '094505.562000', '094505.564000', '094505.567000', '094505.570000', '094505.572000', '094505.575000', '094505.578000', '094505.580000', '094505.583000', '094505.586000', '094505.588000', '094505.591000', '094505.593000', '094505.596000', '094505.599000', '094505.602000', '094505.604000', '094505.607000', '094505.610000', '094505.612000', '094505.615000', '094505.617000', '094525.504000', '094525.507000', '094525.509000', '094525.512000', '094525.514000', '094525.517000', '094525.520000', '094525.522000', '094525.525000', '094525.528000', '094525.530000', '094525.533000', '094525.535000', '094525.538000', '094525.541000', '094525.543000', '094525.546000', '094525.548000', '094525.551000', '094525.554000', '094525.556000', '094525.559000', '094525.561000', '094525.564000', '094525.567000', '094525.569000', '094525.572000', '094525.574000', '094525.577000', '094525.597000', '094525.600000', '094525.602000', '094525.605000', '094525.608000', '094525.610000', '094525.613000', '094525.615000', '094525.618000', '094525.621000', '094525.623000', '094525.626000', '094525.628000', '094525.631000', '094545.502000', '094545.505000', '094545.508000', '094545.511000', '094545.513000', '094545.516000', '094545.518000', '094545.521000', '094545.524000', '094545.526000', '094545.529000', '094545.532000', '094545.534000', '094545.537000', '094545.539000', '094545.542000', '094545.545000', '094545.547000', '094545.550000', '094545.552000', '094545.555000', '094545.558000', '094545.560000', '094545.563000', '094545.565000', '094545.568000', '094545.571000', '094545.573000', '094545.576000', '094545.579000', '094545.581000', '094545.584000', '094545.586000', '094545.589000', '094545.591000', '094545.594000', '094545.597000', '094545.599000', '094545.602000', '094545.605000', '094545.607000', '094545.610000', '094545.612000', '094545.615000', '094605.503000', '094605.506000', '094605.508000', '094605.511000', '094605.513000', '094605.516000', '094605.519000', '094605.521000', '094605.524000', '094605.526000', '094605.529000', '094605.532000', '094605.534000', '094605.537000', '094605.539000', '094605.542000', '094605.545000', '094605.547000', '094605.550000', '094605.553000', '094605.555000', '094605.558000', '094605.560000', '094605.563000', '094605.566000', '094605.568000', '094605.571000', '094605.573000', '094605.576000', '094605.579000', '094605.581000', '094605.584000', '094605.586000', '094605.589000', '094605.592000', '094605.594000', '094605.597000', '094605.600000', '094605.602000', '094605.605000', '094605.607000', '094605.610000', '094605.613000', '094625.503000', '094625.506000', '094625.508000', '094625.511000', '094625.514000', '094625.518000', '094625.521000', '094625.523000', '094625.526000', '094625.529000', '094625.531000', '094625.536000', '094625.539000', '094625.541000', '094625.544000', '094625.546000', '094625.549000', '094625.552000', '094625.554000', '094625.557000', '094625.559000', '094625.562000', '094625.565000', '094625.567000', '094625.570000', '094625.572000', '094625.575000', '094625.578000', '094625.580000', '094625.583000', '094625.585000', '094625.588000', '094625.591000', '094625.593000', '094625.596000', '094625.599000', '094625.601000', '094625.604000', '094625.606000', '094625.609000', '094625.612000', '094625.614000', '094625.617000', '094645.504000', '094645.506000', '094645.509000', '094645.512000', '094645.514000', '094645.517000', '094645.520000', '094645.522000', '094645.525000', '094645.527000', '094645.530000', '094645.532000', '094645.535000', '094645.538000', '094645.540000', '094645.543000', '094645.545000', '094645.548000', '094645.551000', '094645.553000', '094645.556000', '094645.559000', '094645.562000', '094645.564000', '094645.567000', '094645.569000', '094645.578000', '094645.581000', '094645.583000', '094645.586000', '094645.589000', '094645.591000', '094645.594000', '094645.597000', '094645.599000', '094645.602000', '094645.604000', '094645.607000', '094645.610000', '094645.612000', '094645.627000', '094645.630000', '094645.633000', '094645.635000', '094705.503000', '094705.506000', '094705.509000', '094705.512000', '094705.514000', '094705.517000', '094705.519000', '094705.522000', '094705.525000', '094705.527000', '094705.530000', '094705.533000', '094705.536000', '094705.538000', '094705.541000', '094705.544000', '094705.546000', '094705.549000', '094705.551000', '094705.554000', '094705.557000', '094705.559000', '094705.562000', '094705.565000', '094705.567000', '094705.570000', '094705.573000', '094705.575000', '094705.578000', '094705.581000', '094705.583000', '094705.586000', '094705.589000', '094705.591000', '094705.594000', '094705.596000', '094705.599000', '094705.602000', '094705.604000', '094705.607000', '094705.610000', '094705.612000', '094705.615000', '094705.618000', '094706.354000', '094706.357000'], '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': [7436, 11651, 8097, 12431, 8392, 11021, 7387, 8835, 7191, 7221, 6600, 6429, 9594, 6331, 10963, 7992, 9701, 8693, 8039, 7817, 7014, 8658, 6158, 6658, 10065, 6326, 11045, 7873, 8395, 7085, 6143, 9480, 6768, 10281, 6948, 9977, 6886, 9275, 7839, 6316, 8307, 6700, 11105, 6425, 11191, 8072, 10431, 7497, 10866, 8173, 7521, 6604, 6283, 9672, 7056, 10064, 7422, 9498, 7643, 6819, 9789, 7344, 11120, 7851, 10391, 9055, 6137, 9380, 6601, 10649, 8219, 6491, 10813, 8476, 6846, 11384, 8026, 11805, 9926, 11610, 8774, 7297, 6884, 6252, 9297, 6780, 9848, 6071, 9577, 7671, 6255, 8607, 6549, 10901, 7276, 11191, 10601, 8429, 10371, 7123, 13695, 8140, 8925, 7553, 10558, 7568, 10466, 6718, 6352, 8750, 6604, 11268, 6539, 10919, 7836, 9813, 8770, 6526, 9563, 7415, 11490, 7371, 11739, 8618, 11182, 8291, 10443, 8254, 8795, 7099, 6143, 8642, 6728, 9112, 6804, 10736, 6558, 11282, 7594, 10738, 7148, 10416, 7027, 10308, 6853, 6082, 6817, 6170, 9201, 6230, 9291, 6676, 9967, 7804, 6701, 11062, 8030, 6736, 11388, 8076, 11340, 7925, 11035, 6950, 11446, 7399, 11066, 6525, 6062, 6648, 6499, 11044, 6741, 9864, 6522, 7627, 8782, 6551, 10648, 6202, 11100, 7774, 9877, 6723, 10706, 7274, 10209, 7257, 6684, 10275, 6626, 10897, 7963, 7829, 7655, 6748, 10789, 7051, 10982, 7409, 10886, 11041, 8448, 8019, 6742, 10735, 6954, 10693, 7783, 9336, 6942, 6749, 10118, 6855, 10983, 7174, 8985, 8038, 6638, 10743, 6400, 11374, 7571, 7596, 6878, 6488, 10521, 6927, 10190, 7002, 10752, 7190, 9125, 8060, 6619, 9990, 6600, 11388, 7811, 7519, 7256, 7230, 9447, 6757, 9409, 6901, 11109, 7901, 9842, 6979, 6906, 10581, 6204, 11577, 7335, 6754, 9648, 6724, 8739, 10191, 7936, 9609, 9044, 7160, 12874, 8296, 12728, 7564, 9781, 6816, 6475, 9034, 6328, 8410, 6786, 10591, 7225, 11095, 7959, 10399, 7539, 10403, 7637, 10315, 7375, 7848, 6361, 6282, 8725, 6533, 10662, 6433, 10327, 7078, 10887, 7470, 10090, 7149, 7969, 7636, 6264, 8985, 6731, 10971, 7841, 9835, 6895, 6459, 10561, 6608, 11475, 7873, 9787, 7907, 8575, 9633, 6922, 10586, 6411, 11094, 7012, 6216, 8013, 6328, 10870, 8269, 6328, 9414, 6722, 11467, 8359, 11451, 7669, 11392, 7725, 12124, 8865, 9780, 7020, 6170, 8788, 6469, 8741, 7040, 9331, 6886, 10761, 7598, 10909, 7660, 11081, 8116, 9009, 6339, 6378, 9710, 7431, 10149, 7526, 10583, 7313, 10275, 6840, 6335, 8617, 6636, 10565, 7445, 10193, 7358, 10901, 8096, 6390, 7539, 6262, 10452, 7593, 9696, 7939, 10495, 7362, 8028, 7165, 7171, 10029, 7247, 11193, 8184, 10899, 7515, 12015, 8075, 9866, 8201, 9974, 7064, 7932, 6317, 6673, 10001, 7462, 10039, 6574, 6844, 9260, 7314, 9782, 7640, 9660, 6994, 6975, 10857, 6799, 7564, 11228, 9022, 6873, 10052, 7759, 11017, 9109, 7371, 9229, 7822, 9100, 7820, 7553, 8768, 7491, 10413, 9843, 8256, 7801, 7426, 10110, 7453, 10906, 8071, 6768, 9371, 7093, 11383, 7187, 9763, 7306, 9587, 7090, 6566, 8422, 7042, 10941, 7978, 10076, 7092, 6363, 10040, 7436, 11068, 6573, 6313, 9628, 7266, 11228, 8168, 10217, 9611, 8488, 9355, 7867, 10301, 8446, 11446, 8244, 12614, 8433, 9823, 8592, 6890, 6881, 6686, 6826, 6927, 9420, 7054, 10450, 7631, 9946, 7617, 10375, 8258, 6141, 6670, 6385, 9316, 6904, 7652, 7107, 9897, 7369, 8875, 7308, 9586, 7378, 10109, 7392, 5966, 7119, 6450, 9048, 6907, 10216, 6663, 11196, 7703, 7667, 6559, 6606, 10042, 8177, 9202, 6793, 7990, 7740, 6822, 7490, 10801, 8074, 10852, 12625, 8438, 15295, 8637, 8887, 7583, 8979, 7547, 11135, 6814, 6219, 7838, 6422, 10872, 7117, 9794, 7547, 9080, 7743, 7250, 9902, 7344, 11185, 8006, 11317, 8143, 11622, 8404, 6128, 7065, 6831, 10528, 7886, 10989, 8604, 10119, 8588, 11663, 10077, 9624, 6872, 6061, 10468, 7304, 7481, 7629, 10326, 7410, 10310, 7020, 9683, 6684, 6230, 9181, 7432, 9757, 8146, 11225, 9947, 8523, 7462, 6658, 10029, 7440, 8690, 7677, 9979, 7483, 12877, 8149, 9751, 8133, 8980, 7658, 11160, 8367, 6291, 6993, 6032, 8248, 7053, 8744, 7137, 11169, 7535, 9113, 8099, 9791, 7764, 6279, 8493, 7379, 10846, 7787, 10376, 7659, 6196, 8041, 6560, 11444, 7907, 8740, 7998, 10075, 8038, 11594, 8224, 7501, 7101, 6204, 9199, 6981, 9832, 6962, 7143, 10380, 8951, 10042, 12125, 8915, 8054, 6347, 10549, 6329, 7777, 6839, 7630, 6952, 10790, 7310, 7633, 7455, 8492, 7785, 8392, 9538, 7336, 8400, 8061, 10420, 7432, 12531, 8353, 9653, 8281, 10843, 8036, 7548, 6896, 6296, 8209, 6533, 7613, 6884, 9351, 6808, 10814, 6792, 6387, 7398, 6257, 9980, 7238, 9449, 7425, 10471, 7626, 11167, 7281, 6558, 8485, 6907, 12167, 7862, 8264, 8101, 9338, 8314, 7237, 9966, 6892, 12247, 7827, 6288, 8389, 7447, 11449, 8181, 7149, 6586, 7267, 11076, 7820, 10370, 6795, 6953, 9493, 7661, 11480, 9056, 8886, 8830, 11632, 11104, 7462, 7709, 7227, 12582, 7726, 7763, 7422, 8861, 7571, 10077, 7720, 8970, 7817, 10396, 7876, 7401, 6886, 6450, 9929, 6891, 9793, 6460, 7303, 11196, 7830, 7554, 11984, 10784, 11799, 11999, 10349, 10426, 12074, 8089, 6714, 6753, 7049, 9956, 7562, 9307, 7881, 8071, 8169, 9222, 7777, 7064, 6570, 7020, 8865, 7055, 10902, 7312, 8581, 7093, 10619, 7260, 8674, 7862, 9079, 7469, 10910, 8497, 7802, 7583, 7869, 6826, 6361, 7718, 7038, 10347, 7781, 8047, 6832, 6620, 9928, 7384, 11707, 7898, 8956, 7722, 11889, 7815, 12074, 7510, 8488, 7030, 10921, 7037, 5833, 6796, 6678, 10011, 7302, 9145, 7928, 9786, 9181, 8449, 7434, 6759, 12137, 8183, 8124, 7072, 7584, 7158, 9892, 7124, 7283, 7523, 9272, 7229, 10815, 8247, 7628, 7015, 7061, 8816, 7490, 8598, 7564, 10655, 7861, 7474, 8085, 7776, 10263, 7547, 12716, 7540, 6382, 6804, 6843, 10229, 7598, 6475, 7256, 6903, 10506, 7970], 'WindowCenter': [3870.0, 3906.0, 3864.0, 3901.0, 3848.0, 3875.0, 3824.0, 3842.0, 3825.0, 3824.0, 3817.0, 3815.0, 3867.0, 3816.0, 3877.0, 3848.0, 3867.0, 3855.0, 3834.0, 3836.0, 3826.0, 3857.0, 3817.0, 3827.0, 3881.0, 3816.0, 3892.0, 3860.0, 3859.0, 3827.0, 3805.0, 3869.0, 3827.0, 3880.0, 3838.0, 3868.0, 3826.0, 3858.0, 3848.0, 3818.0, 3859.0, 3827.0, 3879.0, 3816.0, 3889.0, 3848.0, 3879.0, 3838.0, 3877.0, 3847.0, 3836.0, 3827.0, 3815.0, 3868.0, 3824.0, 3867.0, 3837.0, 3867.0, 3850.0, 3829.0, 3881.0, 3837.0, 3880.0, 3850.0, 3869.0, 3860.0, 3818.0, 3870.0, 3816.0, 3868.0, 3860.0, 3831.0, 3893.0, 3861.0, 3842.0, 3891.0, 3849.0, 3890.0, 3869.0, 3878.0, 3846.0, 3823.0, 3823.0, 3803.0, 3857.0, 3826.0, 3868.0, 3807.0, 3870.0, 3850.0, 3830.0, 3871.0, 3831.0, 3894.0, 3852.0, 3892.0, 3894.0, 3859.0, 3881.0, 3826.0, 3913.0, 3863.0, 3858.0, 3836.0, 3865.0, 3836.0, 3878.0, 3827.0, 3815.0, 3845.0, 3816.0, 3890.0, 3817.0, 3877.0, 3847.0, 3867.0, 3857.0, 3815.0, 3866.0, 3826.0, 3878.0, 3836.0, 3887.0, 3848.0, 3863.0, 3834.0, 3865.0, 3845.0, 3843.0, 3822.0, 3803.0, 3845.0, 3813.0, 3856.0, 3814.0, 3875.0, 3805.0, 3877.0, 3837.0, 3878.0, 3826.0, 3876.0, 3825.0, 3867.0, 3826.0, 3804.0, 3826.0, 3807.0, 3871.0, 3817.0, 3869.0, 3828.0, 3880.0, 3852.0, 3829.0, 3904.0, 3864.0, 3830.0, 3904.0, 3849.0, 3890.0, 3847.0, 3866.0, 3824.0, 3875.0, 3825.0, 3875.0, 3803.0, 3802.0, 3816.0, 3812.0, 3878.0, 3826.0, 3878.0, 3817.0, 3848.0, 3870.0, 3830.0, 3891.0, 3817.0, 3892.0, 3850.0, 3878.0, 3826.0, 3877.0, 3838.0, 3879.0, 3837.0, 3827.0, 3877.0, 3828.0, 3878.0, 3849.0, 3836.0, 3836.0, 3815.0, 3878.0, 3826.0, 3877.0, 3837.0, 3878.0, 3890.0, 3846.0, 3847.0, 3826.0, 3878.0, 3825.0, 3865.0, 3836.0, 3855.0, 3825.0, 3825.0, 3878.0, 3827.0, 3877.0, 3828.0, 3856.0, 3848.0, 3827.0, 3877.0, 3816.0, 3888.0, 3847.0, 3835.0, 3827.0, 3814.0, 3890.0, 3825.0, 3866.0, 3826.0, 3876.0, 3827.0, 3856.0, 3847.0, 3814.0, 3866.0, 3825.0, 3887.0, 3836.0, 3834.0, 3837.0, 3834.0, 3880.0, 3827.0, 3866.0, 3827.0, 3875.0, 3848.0, 3868.0, 3826.0, 3824.0, 3877.0, 3805.0, 3891.0, 3839.0, 3812.0, 3869.0, 3828.0, 3858.0, 3881.0, 3861.0, 3881.0, 3871.0, 3837.0, 3900.0, 3846.0, 3887.0, 3835.0, 3854.0, 3813.0, 3802.0, 3855.0, 3803.0, 3845.0, 3826.0, 3876.0, 3836.0, 3879.0, 3848.0, 3866.0, 3834.0, 3865.0, 3835.0, 3865.0, 3835.0, 3846.0, 3815.0, 3814.0, 3858.0, 3816.0, 3878.0, 3815.0, 3877.0, 3836.0, 3888.0, 3851.0, 3876.0, 3828.0, 3847.0, 3848.0, 3817.0, 3868.0, 3827.0, 3889.0, 3860.0, 3879.0, 3839.0, 3817.0, 3880.0, 3829.0, 3890.0, 3851.0, 3868.0, 3848.0, 3857.0, 3868.0, 3836.0, 3879.0, 3815.0, 3889.0, 3837.0, 3817.0, 3848.0, 3829.0, 3889.0, 3862.0, 3828.0, 3871.0, 3828.0, 3890.0, 3858.0, 3890.0, 3837.0, 3877.0, 3835.0, 3887.0, 3856.0, 3866.0, 3824.0, 3790.0, 3843.0, 3802.0, 3844.0, 3824.0, 3854.0, 3825.0, 3878.0, 3835.0, 3876.0, 3836.0, 3877.0, 3846.0, 3855.0, 3814.0, 3813.0, 3864.0, 3834.0, 3866.0, 3835.0, 3877.0, 3838.0, 3876.0, 3826.0, 3816.0, 3857.0, 3825.0, 3877.0, 3836.0, 3867.0, 3836.0, 3878.0, 3850.0, 3814.0, 3846.0, 3815.0, 3880.0, 3836.0, 3866.0, 3846.0, 3876.0, 3836.0, 3847.0, 3826.0, 3826.0, 3867.0, 3835.0, 3879.0, 3848.0, 3875.0, 3823.0, 3875.0, 3836.0, 3865.0, 3845.0, 3853.0, 3823.0, 3835.0, 3813.0, 3826.0, 3878.0, 3837.0, 3878.0, 3827.0, 3827.0, 3883.0, 3849.0, 3877.0, 3848.0, 3869.0, 3838.0, 3839.0, 3904.0, 3839.0, 3875.0, 3904.0, 3885.0, 3841.0, 3881.0, 3838.0, 3878.0, 3869.0, 3838.0, 3867.0, 3849.0, 3869.0, 3848.0, 3848.0, 3857.0, 3838.0, 3878.0, 3881.0, 3860.0, 3848.0, 3838.0, 3879.0, 3839.0, 3877.0, 3849.0, 3826.0, 3868.0, 3837.0, 3891.0, 3825.0, 3867.0, 3836.0, 3866.0, 3825.0, 3825.0, 3846.0, 3837.0, 3879.0, 3849.0, 3880.0, 3838.0, 3830.0, 3892.0, 3850.0, 3891.0, 3827.0, 3816.0, 3867.0, 3836.0, 3890.0, 3860.0, 3878.0, 3869.0, 3857.0, 3858.0, 3845.0, 3865.0, 3845.0, 3874.0, 3844.0, 3885.0, 3846.0, 3852.0, 3843.0, 3811.0, 3823.0, 3812.0, 3811.0, 3823.0, 3854.0, 3825.0, 3876.0, 3837.0, 3867.0, 3836.0, 3876.0, 3847.0, 3803.0, 3814.0, 3803.0, 3856.0, 3824.0, 3835.0, 3824.0, 3866.0, 3836.0, 3857.0, 3836.0, 3868.0, 3838.0, 3878.0, 3850.0, 3817.0, 3852.0, 3832.0, 3883.0, 3840.0, 3892.0, 3841.0, 3892.0, 3862.0, 3851.0, 3817.0, 3828.0, 3879.0, 3860.0, 3870.0, 3842.0, 3861.0, 3850.0, 3842.0, 3855.0, 3906.0, 3862.0, 3891.0, 3902.0, 3857.0, 3910.0, 3845.0, 3855.0, 3836.0, 3854.0, 3847.0, 3876.0, 3826.0, 3815.0, 3846.0, 3829.0, 3905.0, 3855.0, 3881.0, 3850.0, 3870.0, 3850.0, 3851.0, 3883.0, 3852.0, 3892.0, 3851.0, 3888.0, 3849.0, 3877.0, 3848.0, 3804.0, 3825.0, 3814.0, 3878.0, 3847.0, 3890.0, 3858.0, 3867.0, 3857.0, 3876.0, 3867.0, 3854.0, 3812.0, 3793.0, 3867.0, 3823.0, 3834.0, 3835.0, 3865.0, 3835.0, 3878.0, 3826.0, 3864.0, 3814.0, 3804.0, 3869.0, 3849.0, 3878.0, 3859.0, 3889.0, 3880.0, 3859.0, 3836.0, 3814.0, 3867.0, 3835.0, 3856.0, 3835.0, 3865.0, 3838.0, 3900.0, 3846.0, 3854.0, 3834.0, 3844.0, 3834.0, 3874.0, 3844.0, 3801.0, 3825.0, 3807.0, 3845.0, 3836.0, 3859.0, 3839.0, 3891.0, 3863.0, 3870.0, 3859.0, 3879.0, 3848.0, 3816.0, 3859.0, 3836.0, 3879.0, 3848.0, 3877.0, 3846.0, 3803.0, 3846.0, 3826.0, 3890.0, 3846.0, 3856.0, 3846.0, 3865.0, 3845.0, 3875.0, 3846.0, 3823.0, 3824.0, 3807.0, 3866.0, 3825.0, 3879.0, 3852.0, 3840.0, 3891.0, 3872.0, 3880.0, 3903.0, 3869.0, 3846.0, 3802.0, 3865.0, 3802.0, 3833.0, 3813.0, 3833.0, 3822.0, 3875.0, 3835.0, 3836.0, 3837.0, 3858.0, 3848.0, 3858.0, 3881.0, 3838.0, 3857.0, 3847.0, 3877.0, 3837.0, 3886.0, 3846.0, 3854.0, 3845.0, 3863.0, 3834.0, 3833.0, 3823.0, 3802.0, 3845.0, 3813.0, 3834.0, 3835.0, 3869.0, 3828.0, 3889.0, 3838.0, 3827.0, 3849.0, 3829.0, 3894.0, 3850.0, 3880.0, 3837.0, 3877.0, 3849.0, 3889.0, 3837.0, 3816.0, 3869.0, 3827.0, 3899.0, 3848.0, 3858.0, 3861.0, 3868.0, 3874.0, 3852.0, 3882.0, 3838.0, 3913.0, 3850.0, 3815.0, 3859.0, 3836.0, 3889.0, 3859.0, 3837.0, 3825.0, 3835.0, 3889.0, 3848.0, 3879.0, 3827.0, 3838.0, 3868.0, 3847.0, 3888.0, 3870.0, 3856.0, 3856.0, 3875.0, 3876.0, 3824.0, 3833.0, 3821.0, 3886.0, 3833.0, 3832.0, 3821.0, 3841.0, 3831.0, 3853.0, 3832.0, 3840.0, 3833.0, 3865.0, 3845.0, 3833.0, 3825.0, 3827.0, 3878.0, 3839.0, 3880.0, 3816.0, 3848.0, 3890.0, 3851.0, 3850.0, 3918.0, 3893.0, 3902.0, 3890.0, 3866.0, 3867.0, 3875.0, 3834.0, 3811.0, 3800.0, 3809.0, 3852.0, 3822.0, 3854.0, 3845.0, 3833.0, 3845.0, 3855.0, 3836.0, 3826.0, 3826.0, 3837.0, 3870.0, 3837.0, 3889.0, 3836.0, 3855.0, 3836.0, 3877.0, 3836.0, 3856.0, 3847.0, 3855.0, 3836.0, 3876.0, 3857.0, 3834.0, 3836.0, 3846.0, 3826.0, 3814.0, 3834.0, 3827.0, 3877.0, 3848.0, 3860.0, 3827.0, 3827.0, 3879.0, 3837.0, 3892.0, 3848.0, 3857.0, 3834.0, 3876.0, 3834.0, 3885.0, 3834.0, 3843.0, 3824.0, 3876.0, 3836.0, 3792.0, 3813.0, 3826.0, 3877.0, 3847.0, 3867.0, 3859.0, 3879.0, 3870.0, 3859.0, 3837.0, 3824.0, 3887.0, 3843.0, 3845.0, 3822.0, 3832.0, 3822.0, 3865.0, 3823.0, 3834.0, 3834.0, 3855.0, 3835.0, 3877.0, 3856.0, 3833.0, 3826.0, 3824.0, 3868.0, 3836.0, 3856.0, 3845.0, 3875.0, 3847.0, 3837.0, 3847.0, 3846.0, 3877.0, 3850.0, 3898.0, 3835.0, 3812.0, 3814.0, 3825.0, 3879.0, 3847.0, 3816.0, 3837.0, 3837.0, 3890.0, 3860.0], 'WindowWidth': [8710.0, 8746.0, 8684.0, 8730.0, 8653.0, 8684.0, 8614.0, 8634.0, 8616.0, 8615.0, 8608.0, 8603.0, 8673.0, 8608.0, 8688.0, 8653.0, 8674.0, 8656.0, 8628.0, 8633.0, 8620.0, 8661.0, 8612.0, 8625.0, 8700.0, 8611.0, 8716.0, 8672.0, 8667.0, 8623.0, 8591.0, 8681.0, 8624.0, 8695.0, 8639.0, 8675.0, 8621.0, 8662.0, 8653.0, 8613.0, 8669.0, 8625.0, 8693.0, 8608.0, 8710.0, 8652.0, 8696.0, 8638.0, 8687.0, 8650.0, 8634.0, 8623.0, 8604.0, 8678.0, 8617.0, 8676.0, 8638.0, 8676.0, 8658.0, 8628.0, 8698.0, 8637.0, 8694.0, 8656.0, 8680.0, 8670.0, 8616.0, 8681.0, 8607.0, 8674.0, 8670.0, 8637.0, 8719.0, 8677.0, 8654.0, 8715.0, 8656.0, 8710.0, 8681.0, 8691.0, 8646.0, 8610.0, 8611.0, 8585.0, 8661.0, 8623.0, 8678.0, 8598.0, 8683.0, 8661.0, 8632.0, 8688.0, 8635.0, 8720.0, 8665.0, 8717.0, 8721.0, 8670.0, 8698.0, 8619.0, 8748.0, 8681.0, 8664.0, 8634.0, 8669.0, 8635.0, 8689.0, 8623.0, 8603.0, 8643.0, 8606.0, 8710.0, 8610.0, 8687.0, 8649.0, 8675.0, 8664.0, 8606.0, 8672.0, 8619.0, 8688.0, 8634.0, 8703.0, 8649.0, 8663.0, 8626.0, 8668.0, 8643.0, 8639.0, 8610.0, 8585.0, 8643.0, 8598.0, 8656.0, 8600.0, 8682.0, 8591.0, 8688.0, 8635.0, 8687.0, 8620.0, 8685.0, 8619.0, 8674.0, 8621.0, 8591.0, 8621.0, 8597.0, 8688.0, 8611.0, 8682.0, 8628.0, 8698.0, 8664.0, 8632.0, 8736.0, 8684.0, 8635.0, 8736.0, 8654.0, 8713.0, 8649.0, 8672.0, 8614.0, 8680.0, 8616.0, 8681.0, 8586.0, 8582.0, 8603.0, 8598.0, 8691.0, 8623.0, 8693.0, 8611.0, 8654.0, 8686.0, 8633.0, 8716.0, 8614.0, 8722.0, 8660.0, 8694.0, 8620.0, 8689.0, 8640.0, 8694.0, 8637.0, 8623.0, 8689.0, 8626.0, 8693.0, 8656.0, 8634.0, 8634.0, 8604.0, 8693.0, 8623.0, 8689.0, 8639.0, 8693.0, 8710.0, 8647.0, 8648.0, 8621.0, 8693.0, 8617.0, 8669.0, 8634.0, 8656.0, 8619.0, 8619.0, 8692.0, 8626.0, 8689.0, 8628.0, 8663.0, 8653.0, 8625.0, 8690.0, 8609.0, 8706.0, 8650.0, 8631.0, 8622.0, 8605.0, 8712.0, 8619.0, 8674.0, 8620.0, 8686.0, 8623.0, 8661.0, 8648.0, 8602.0, 8673.0, 8620.0, 8704.0, 8635.0, 8629.0, 8636.0, 8628.0, 8698.0, 8624.0, 8675.0, 8622.0, 8684.0, 8655.0, 8678.0, 8621.0, 8616.0, 8690.0, 8594.0, 8714.0, 8643.0, 8596.0, 8682.0, 8628.0, 8666.0, 8702.0, 8677.0, 8702.0, 8688.0, 8638.0, 8725.0, 8646.0, 8702.0, 8628.0, 8652.0, 8599.0, 8583.0, 8656.0, 8587.0, 8642.0, 8620.0, 8685.0, 8635.0, 8692.0, 8651.0, 8671.0, 8629.0, 8669.0, 8630.0, 8668.0, 8633.0, 8647.0, 8607.0, 8604.0, 8666.0, 8609.0, 8692.0, 8607.0, 8691.0, 8637.0, 8707.0, 8662.0, 8687.0, 8626.0, 8648.0, 8654.0, 8613.0, 8680.0, 8627.0, 8708.0, 8673.0, 8696.0, 8643.0, 8612.0, 8698.0, 8631.0, 8712.0, 8661.0, 8679.0, 8653.0, 8665.0, 8680.0, 8636.0, 8695.0, 8607.0, 8708.0, 8640.0, 8612.0, 8655.0, 8631.0, 8710.0, 8677.0, 8629.0, 8687.0, 8626.0, 8715.0, 8665.0, 8710.0, 8636.0, 8687.0, 8632.0, 8702.0, 8660.0, 8670.0, 8613.0, 8564.0, 8638.0, 8582.0, 8642.0, 8614.0, 8654.0, 8618.0, 8691.0, 8631.0, 8685.0, 8633.0, 8688.0, 8648.0, 8658.0, 8602.0, 8600.0, 8668.0, 8629.0, 8672.0, 8633.0, 8687.0, 8640.0, 8687.0, 8622.0, 8608.0, 8664.0, 8620.0, 8690.0, 8635.0, 8674.0, 8636.0, 8692.0, 8658.0, 8605.0, 8648.0, 8605.0, 8695.0, 8633.0, 8674.0, 8647.0, 8685.0, 8635.0, 8650.0, 8621.0, 8621.0, 8675.0, 8632.0, 8694.0, 8650.0, 8682.0, 8612.0, 8683.0, 8632.0, 8667.0, 8642.0, 8648.0, 8612.0, 8630.0, 8600.0, 8621.0, 8693.0, 8639.0, 8692.0, 8627.0, 8627.0, 8710.0, 8661.0, 8689.0, 8655.0, 8682.0, 8640.0, 8645.0, 8740.0, 8647.0, 8704.0, 8739.0, 8715.0, 8649.0, 8701.0, 8640.0, 8691.0, 8682.0, 8640.0, 8677.0, 8655.0, 8680.0, 8653.0, 8653.0, 8663.0, 8640.0, 8691.0, 8700.0, 8671.0, 8653.0, 8639.0, 8694.0, 8643.0, 8691.0, 8655.0, 8622.0, 8677.0, 8637.0, 8712.0, 8620.0, 8673.0, 8634.0, 8674.0, 8619.0, 8618.0, 8648.0, 8638.0, 8696.0, 8656.0, 8699.0, 8641.0, 8633.0, 8720.0, 8661.0, 8713.0, 8626.0, 8609.0, 8677.0, 8636.0, 8712.0, 8673.0, 8693.0, 8681.0, 8663.0, 8665.0, 8645.0, 8669.0, 8642.0, 8680.0, 8639.0, 8698.0, 8645.0, 8646.0, 8635.0, 8591.0, 8613.0, 8595.0, 8594.0, 8611.0, 8652.0, 8619.0, 8684.0, 8637.0, 8673.0, 8634.0, 8685.0, 8649.0, 8586.0, 8600.0, 8584.0, 8659.0, 8614.0, 8629.0, 8613.0, 8671.0, 8633.0, 8661.0, 8635.0, 8679.0, 8643.0, 8694.0, 8659.0, 8613.0, 8667.0, 8639.0, 8708.0, 8647.0, 8717.0, 8652.0, 8719.0, 8680.0, 8663.0, 8612.0, 8628.0, 8696.0, 8672.0, 8687.0, 8654.0, 8675.0, 8663.0, 8653.0, 8673.0, 8743.0, 8680.0, 8717.0, 8730.0, 8664.0, 8738.0, 8644.0, 8656.0, 8630.0, 8651.0, 8651.0, 8685.0, 8621.0, 8608.0, 8650.0, 8634.0, 8742.0, 8678.0, 8700.0, 8659.0, 8685.0, 8660.0, 8662.0, 8705.0, 8667.0, 8719.0, 8661.0, 8706.0, 8656.0, 8690.0, 8653.0, 8589.0, 8617.0, 8602.0, 8693.0, 8652.0, 8711.0, 8665.0, 8675.0, 8664.0, 8685.0, 8675.0, 8653.0, 8595.0, 8572.0, 8674.0, 8612.0, 8628.0, 8630.0, 8670.0, 8630.0, 8689.0, 8622.0, 8667.0, 8602.0, 8592.0, 8683.0, 8657.0, 8693.0, 8669.0, 8708.0, 8698.0, 8668.0, 8634.0, 8603.0, 8676.0, 8633.0, 8660.0, 8633.0, 8670.0, 8641.0, 8726.0, 8648.0, 8655.0, 8628.0, 8639.0, 8627.0, 8680.0, 8641.0, 8580.0, 8618.0, 8596.0, 8646.0, 8637.0, 8671.0, 8646.0, 8713.0, 8684.0, 8686.0, 8672.0, 8697.0, 8656.0, 8610.0, 8668.0, 8634.0, 8694.0, 8652.0, 8690.0, 8646.0, 8587.0, 8646.0, 8623.0, 8712.0, 8647.0, 8660.0, 8645.0, 8668.0, 8644.0, 8684.0, 8646.0, 8612.0, 8614.0, 8598.0, 8674.0, 8619.0, 8696.0, 8669.0, 8650.0, 8716.0, 8692.0, 8700.0, 8734.0, 8682.0, 8648.0, 8583.0, 8669.0, 8583.0, 8624.0, 8597.0, 8622.0, 8610.0, 8682.0, 8632.0, 8634.0, 8638.0, 8664.0, 8652.0, 8665.0, 8702.0, 8640.0, 8664.0, 8649.0, 8687.0, 8635.0, 8702.0, 8649.0, 8652.0, 8641.0, 8663.0, 8627.0, 8625.0, 8612.0, 8583.0, 8644.0, 8600.0, 8630.0, 8633.0, 8682.0, 8629.0, 8710.0, 8645.0, 8630.0, 8659.0, 8631.0, 8724.0, 8662.0, 8700.0, 8641.0, 8692.0, 8658.0, 8709.0, 8638.0, 8608.0, 8685.0, 8625.0, 8723.0, 8655.0, 8670.0, 8677.0, 8682.0, 8701.0, 8667.0, 8703.0, 8645.0, 8752.0, 8662.0, 8609.0, 8669.0, 8634.0, 8710.0, 8670.0, 8638.0, 8621.0, 8632.0, 8708.0, 8654.0, 8695.0, 8627.0, 8640.0, 8681.0, 8652.0, 8708.0, 8685.0, 8660.0, 8661.0, 8683.0, 8685.0, 8615.0, 8625.0, 8606.0, 8699.0, 8624.0, 8621.0, 8605.0, 8632.0, 8620.0, 8651.0, 8622.0, 8630.0, 8625.0, 8673.0, 8646.0, 8628.0, 8618.0, 8626.0, 8694.0, 8645.0, 8699.0, 8610.0, 8655.0, 8713.0, 8665.0, 8662.0, 8765.0, 8724.0, 8730.0, 8710.0, 8672.0, 8674.0, 8681.0, 8625.0, 8592.0, 8576.0, 8585.0, 8646.0, 8608.0, 8654.0, 8645.0, 8624.0, 8645.0, 8656.0, 8634.0, 8619.0, 8623.0, 8639.0, 8686.0, 8640.0, 8709.0, 8637.0, 8659.0, 8636.0, 8690.0, 8635.0, 8662.0, 8653.0, 8657.0, 8636.0, 8689.0, 8664.0, 8629.0, 8636.0, 8646.0, 8622.0, 8602.0, 8630.0, 8625.0, 8690.0, 8656.0, 8672.0, 8628.0, 8626.0, 8696.0, 8637.0, 8719.0, 8651.0, 8662.0, 8629.0, 8687.0, 8629.0, 8696.0, 8629.0, 8638.0, 8617.0, 8686.0, 8635.0, 8573.0, 8601.0, 8622.0, 8693.0, 8654.0, 8679.0, 8671.0, 8694.0, 8685.0, 8669.0, 8638.0, 8616.0, 8705.0, 8640.0, 8643.0, 8610.0, 8622.0, 8610.0, 8670.0, 8615.0, 8627.0, 8628.0, 8656.0, 8632.0, 8690.0, 8663.0, 8627.0, 8622.0, 8618.0, 8680.0, 8635.0, 8660.0, 8648.0, 8686.0, 8654.0, 8638.0, 8653.0, 8650.0, 8692.0, 8659.0, 8721.0, 8634.0, 8599.0, 8603.0, 8619.0, 8694.0, 8652.0, 8609.0, 8638.0, 8641.0, 8716.0, 8676.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.0006910471806674339</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0364508336018412</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.762994287246485</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1810518780299544</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.969347548709678</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4788</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5742.272</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11466432970124796</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.5592635212888375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7158634120853606</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.523404576200983</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9761079290440575</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6480777310110426</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00593673</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007165207527577877</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03883272036910057</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.8918488567852583</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>21.6766</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.392</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.459</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298728.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>657.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.1767</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1384</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.1908</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3055.9098</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3230.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77816.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4073.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.9344</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.689568459871225</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> |