=== 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-0078 --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-0078",
"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-0078_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0078_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-01/func/sub-0078_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a103fc00de880b4cbfa9e4a51bcc72e4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:59:37.010000</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.993328, 0.113962, -0.0176507, -0.112473, 0.991189, 0.0699636]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0770008</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7754, -7331, 799, -83, -238, -83, 131]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.052</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2f39d00c-0696-425c-affa-248172cf9da9||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.665027379989624, -0.301756888628006, -0.06876460462808609, 122.1244888305664], [-0.30575090646743774, 2.6592867374420166, 0.18228138983249664, -97.98878479003906], [-0.04735560342669487, -0.1877073049545288, 2.692962169647217, -80.58750915527344], [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': ['205937.010000', '205937.470000', '205937.930000', '205938.390000', '205938.850000', '205939.310000', '205939.770000', '205940.230000', '205940.690000', '205941.150000', '205941.610000', '205942.070000', '205942.530000', '205942.990000', '205943.450000', '205943.910000', '205944.370000', '205944.830000', '205945.290000', '205945.750000', '205946.210000', '205946.670000', '205947.130000', '205947.590000', '205948.050000', '205948.510000', '205948.970000', '205949.430000', '205949.890000', '205950.350000', '205950.810000', '205951.270000', '205951.730000', '205952.190000', '205952.650000', '205953.110000', '205953.570000', '205954.030000', '205954.490000', '205954.950000', '205955.410000', '205955.870000', '205956.330000', '205956.790000', '205957.250000', '205957.710000', '205958.170000', '205958.630000', '205959.090000', '205959.550000', '210000.010000', '210000.470000', '210000.930000', '210001.390000', '210001.850000', '210002.310000', '210002.770000', '210003.230000', '210003.690000', '210004.150000', '210004.610000', '210005.070000', '210005.530000', '210005.990000', '210006.450000', '210006.910000', '210007.370000', '210007.830000', '210008.290000', '210008.750000', '210009.210000', '210009.670000', '210010.130000', '210010.590000', '210011.050000', '210011.510000', '210011.970000', '210012.430000', '210012.890000', '210013.350000', '210013.810000', '210014.270000', '210014.730000', '210015.190000', '210015.650000', '210016.110000', '210016.570000', '210017.030000', '210017.490000', '210017.950000', '210018.410000', '210018.870000', '210019.330000', '210019.790000', '210020.250000', '210020.710000', '210021.170000', '210021.630000', '210022.090000', '210022.550000', '210023.010000', '210023.470000', '210023.930000', '210024.390000', '210024.850000', '210025.310000', '210025.770000', '210026.230000', '210026.690000', '210027.150000', '210027.610000', '210028.070000', '210028.530000', '210028.990000', '210029.450000', '210029.910000', '210030.370000', '210030.830000', '210031.290000', '210031.750000', '210032.210000', '210032.670000', '210033.130000', '210033.590000', '210034.050000', '210034.510000', '210034.970000', '210035.430000', '210035.890000', '210036.350000', '210036.810000', '210037.270000', '210037.730000', '210038.190000', '210038.650000', '210039.110000', '210039.570000', '210040.030000', '210040.490000', '210040.950000', '210041.410000', '210041.870000', '210042.330000', '210042.790000', '210043.250000', '210043.710000', '210044.170000', '210044.630000', '210045.090000', '210045.550000', '210046.010000', '210046.470000', '210046.930000', '210047.390000', '210047.850000', '210048.310000', '210048.770000', '210049.230000', '210049.690000', '210050.150000', '210050.610000', '210051.070000', '210051.530000', '210051.990000', '210052.450000', '210052.910000', '210053.370000', '210053.830000', '210054.290000', '210054.750000', '210055.210000', '210055.670000', '210056.130000', '210056.590000', '210057.050000', '210057.510000', '210057.970000', '210058.430000', '210058.890000', '210059.350000', '210059.810000', '210100.270000', '210100.730000', '210101.190000', '210101.650000', '210102.110000', '210102.570000', '210103.030000', '210103.490000', '210103.950000', '210104.410000', '210104.870000', '210105.330000', '210105.790000', '210106.250000', '210106.710000', '210107.170000', '210107.630000', '210108.090000', '210108.550000', '210109.010000', '210109.470000', '210109.930000', '210110.390000', '210110.850000', '210111.310000', '210111.770000', '210112.230000', '210112.690000', '210113.150000', '210113.610000', '210114.070000', '210114.530000', '210114.990000', '210115.450000', '210115.910000', '210116.370000', '210116.830000', '210117.290000', '210117.750000', '210118.210000', '210118.670000', '210119.130000', '210119.590000', '210120.050000', '210120.510000', '210120.970000', '210121.430000', '210121.890000', '210122.350000', '210122.810000', '210123.270000', '210123.730000', '210124.190000', '210124.650000', '210125.110000', '210125.570000', '210126.030000', '210126.490000', '210126.950000', '210127.410000', '210127.870000', '210128.330000', '210128.790000', '210129.250000', '210129.710000', '210130.170000', '210130.630000', '210131.090000', '210131.550000', '210132.010000', '210132.470000', '210132.930000', '210133.390000', '210133.850000', '210134.310000', '210134.770000', '210135.230000', '210135.690000', '210136.150000', '210136.610000', '210137.070000', '210137.530000', '210137.990000', '210138.450000', '210138.910000', '210139.370000', '210139.830000', '210140.290000', '210140.750000', '210141.210000', '210141.670000', '210142.130000', '210142.590000', '210143.050000', '210143.510000', '210143.970000', '210144.430000', '210144.890000', '210145.350000', '210145.810000', '210146.270000', '210146.730000', '210147.190000', '210147.650000', '210148.110000', '210148.570000', '210149.030000', '210149.490000', '210149.950000', '210150.410000', '210150.870000', '210151.330000', '210151.790000', '210152.250000', '210152.710000', '210153.170000', '210153.630000', '210154.090000', '210154.550000', '210155.010000', '210155.470000', '210155.930000', '210156.390000', '210156.850000', '210157.310000', '210157.770000', '210158.230000', '210158.690000', '210159.150000', '210159.610000', '210200.070000', '210200.530000', '210200.990000', '210201.450000', '210201.910000', '210202.370000', '210202.830000', '210203.290000', '210203.750000', '210204.210000', '210204.670000', '210205.130000', '210205.590000', '210206.050000', '210206.510000', '210206.970000', '210207.430000', '210207.890000', '210208.350000', '210208.810000', '210209.270000', '210209.730000', '210210.190000', '210210.650000', '210211.110000', '210211.570000', '210212.030000', '210212.490000', '210212.950000', '210213.410000', '210213.870000', '210214.330000', '210214.790000', '210215.250000', '210215.710000', '210216.170000', '210216.630000', '210217.090000', '210217.550000', '210218.010000', '210218.470000', '210218.930000', '210219.390000', '210219.850000', '210220.310000', '210220.770000', '210221.230000', '210221.690000', '210222.150000', '210222.610000', '210223.070000', '210223.530000', '210223.990000', '210224.450000', '210224.910000', '210225.370000', '210225.830000', '210226.290000', '210226.750000', '210227.210000', '210227.670000', '210228.130000', '210228.590000', '210229.050000', '210229.510000', '210229.970000', '210230.430000', '210230.890000', '210231.350000', '210231.810000', '210232.270000', '210232.730000', '210233.190000', '210233.650000', '210234.110000', '210234.570000', '210235.030000', '210235.490000', '210235.950000', '210236.410000', '210236.870000', '210237.330000', '210237.790000', '210238.250000', '210238.710000', '210239.170000', '210239.630000', '210240.090000', '210240.550000', '210241.010000', '210241.470000', '210241.930000', '210242.390000', '210242.850000', '210243.310000', '210243.770000', '210244.230000', '210244.690000', '210245.150000', '210245.610000', '210246.070000', '210246.530000', '210246.990000', '210247.450000', '210247.910000', '210248.370000', '210248.830000', '210249.290000', '210249.750000', '210250.210000', '210250.670000', '210251.130000', '210251.590000', '210252.050000', '210252.510000', '210252.970000', '210253.430000', '210253.890000', '210254.350000', '210254.810000', '210255.270000', '210255.730000', '210256.190000', '210256.650000', '210257.110000', '210257.570000', '210258.030000', '210258.490000', '210258.950000', '210259.410000', '210259.870000', '210300.330000', '210300.790000', '210301.250000', '210301.710000', '210302.170000', '210302.630000', '210303.090000', '210303.550000', '210304.010000', '210304.470000', '210304.930000', '210305.390000', '210305.850000', '210306.310000', '210306.770000', '210307.230000', '210307.690000', '210308.150000', '210308.610000', '210309.070000', '210309.530000', '210309.990000', '210310.450000', '210310.910000', '210311.370000', '210311.830000', '210312.290000', '210312.750000', '210313.210000', '210313.670000', '210314.130000', '210314.590000', '210315.050000', '210315.510000', '210315.970000', '210316.430000', '210316.890000', '210317.350000', '210317.810000', '210318.270000', '210318.730000', '210319.190000', '210319.650000', '210320.110000', '210320.570000', '210321.030000', '210321.490000', '210321.950000', '210322.410000', '210322.870000', '210323.330000', '210323.790000', '210324.250000', '210324.710000', '210325.170000', '210325.630000', '210326.090000', '210326.550000', '210327.010000', '210327.470000', '210327.930000', '210328.390000', '210328.850000', '210329.310000', '210329.770000', '210330.230000', '210330.690000', '210331.150000', '210331.610000', '210332.070000', '210332.530000', '210332.990000', '210333.450000', '210333.910000', '210334.370000', '210334.830000', '210335.290000', '210335.750000', '210336.210000', '210336.670000', '210337.130000', '210337.590000', '210338.050000', '210338.510000', '210338.970000', '210339.430000', '210339.890000', '210340.350000', '210340.810000', '210341.270000', '210341.730000', '210342.190000', '210342.650000', '210343.110000', '210343.570000', '210344.030000', '210344.490000', '210344.950000', '210345.410000', '210345.870000', '210346.330000', '210346.790000', '210347.250000', '210347.710000', '210348.170000', '210348.630000', '210349.090000', '210349.550000', '210350.010000', '210350.470000', '210350.930000', '210351.390000', '210351.850000', '210352.310000', '210352.770000', '210353.230000', '210353.690000', '210354.150000', '210354.610000', '210355.070000', '210355.530000', '210355.990000', '210356.450000', '210356.910000', '210357.370000', '210357.830000', '210358.290000', '210358.750000', '210359.210000', '210359.670000', '210400.130000', '210400.590000', '210401.050000', '210401.510000', '210401.970000', '210402.430000', '210402.890000', '210403.350000', '210403.810000', '210404.270000', '210404.730000', '210405.190000', '210405.650000', '210406.110000', '210406.570000', '210407.030000', '210407.490000', '210407.950000', '210408.410000', '210408.870000', '210409.330000', '210409.790000', '210410.250000', '210410.710000', '210411.170000', '210411.630000', '210412.090000', '210412.550000', '210413.010000', '210413.470000', '210413.930000', '210414.390000', '210414.850000', '210415.310000', '210415.770000', '210416.230000', '210416.690000', '210417.150000', '210417.610000', '210418.070000', '210418.530000', '210418.990000', '210419.450000', '210419.910000', '210420.370000', '210420.830000', '210421.290000', '210421.750000', '210422.210000', '210422.670000', '210423.130000', '210423.590000', '210424.050000', '210424.510000', '210424.970000', '210425.430000', '210425.890000', '210426.350000', '210426.810000', '210427.270000', '210427.730000', '210428.190000', '210428.650000', '210429.110000', '210429.570000', '210430.030000', '210430.490000', '210430.950000', '210431.410000', '210431.870000', '210432.330000', '210432.790000', '210433.250000', '210433.710000', '210434.170000', '210434.630000', '210435.090000', '210435.550000', '210436.010000', '210436.470000', '210436.930000', '210437.390000', '210437.850000', '210438.310000', '210438.770000', '210439.230000', '210439.690000', '210440.150000', '210440.610000', '210441.070000', '210441.530000', '210441.990000', '210442.450000', '210442.910000', '210443.370000', '210443.830000', '210444.290000', '210444.750000', '210445.210000', '210445.670000', '210446.130000', '210446.590000', '210447.050000', '210447.510000', '210447.970000', '210448.430000', '210448.890000', '210449.350000', '210449.810000', '210450.270000', '210450.730000', '210451.190000', '210451.650000', '210452.110000', '210452.570000', '210453.030000', '210453.490000', '210453.950000', '210454.410000', '210454.870000', '210455.330000', '210455.790000', '210456.250000', '210456.710000', '210457.170000', '210457.630000', '210458.090000', '210458.550000', '210459.010000', '210459.470000', '210459.930000', '210500.390000', '210500.850000', '210501.310000', '210501.770000', '210502.230000', '210502.690000', '210503.150000', '210503.610000', '210504.070000', '210504.530000', '210504.990000', '210505.450000', '210505.910000', '210506.370000', '210506.830000', '210507.290000', '210507.750000', '210508.210000', '210508.670000', '210509.130000', '210509.590000', '210510.050000', '210510.510000', '210510.970000', '210511.430000', '210511.890000', '210512.350000', '210512.810000', '210513.270000', '210513.730000', '210514.190000', '210514.650000', '210515.110000', '210515.570000', '210516.030000', '210516.490000', '210516.950000', '210517.410000', '210517.870000', '210518.330000', '210518.790000', '210519.250000', '210519.710000', '210520.170000', '210520.630000', '210521.090000', '210521.550000', '210522.010000', '210522.470000', '210522.930000', '210523.390000', '210523.850000', '210524.310000', '210524.770000', '210525.230000', '210525.690000', '210526.150000', '210526.610000', '210527.070000', '210527.530000', '210527.990000', '210528.450000', '210528.910000', '210529.370000', '210529.830000', '210530.290000', '210530.750000', '210531.210000', '210531.670000', '210532.130000', '210532.590000', '210533.050000', '210533.510000', '210533.970000', '210534.430000', '210534.890000', '210535.350000', '210535.810000', '210536.270000', '210536.730000', '210537.190000', '210537.650000', '210538.110000', '210538.570000', '210539.030000', '210539.490000', '210539.950000', '210540.410000', '210540.870000', '210541.330000', '210541.790000', '210542.250000', '210542.710000', '210543.170000', '210543.630000', '210544.090000', '210544.550000', '210545.010000', '210545.470000', '210545.930000', '210546.390000', '210546.850000', '210547.310000', '210547.770000', '210548.230000', '210548.690000', '210549.150000', '210549.610000', '210550.070000', '210550.530000', '210550.990000', '210551.450000', '210551.910000', '210552.370000', '210552.830000', '210553.290000', '210553.750000', '210554.210000', '210554.670000', '210555.130000', '210555.590000', '210556.050000', '210556.510000', '210556.970000', '210557.430000', '210557.890000', '210558.350000', '210558.810000', '210559.270000', '210559.730000', '210600.190000', '210600.650000', '210601.110000', '210601.570000', '210602.030000', '210602.490000', '210602.950000', '210603.410000', '210603.870000', '210604.330000', '210604.790000', '210605.250000', '210605.710000', '210606.170000', '210606.630000', '210607.090000', '210607.550000', '210608.010000', '210608.470000', '210608.930000', '210609.390000', '210609.850000', '210610.310000', '210610.770000', '210611.230000', '210611.690000', '210612.150000', '210612.610000', '210613.070000', '210613.530000', '210613.990000', '210614.450000', '210614.910000', '210615.370000', '210615.830000', '210616.290000', '210616.750000', '210617.210000', '210617.670000'], 'ContentTime': ['205952.795000', '205952.799000', '205952.802000', '205952.804000', '205952.807000', '205952.809000', '205952.812000', '205952.815000', '205952.817000', '205952.820000', '205952.822000', '205952.825000', '205952.828000', '205952.830000', '205952.833000', '205952.836000', '205952.838000', '205952.841000', '205952.843000', '205952.846000', '205952.849000', '205952.851000', '205952.859000', '205952.861000', '205952.864000', '205952.867000', '205952.869000', '205952.872000', '205952.874000', '205952.877000', '205952.880000', '205952.882000', '205952.885000', '210012.767000', '210012.776000', '210012.778000', '210012.781000', '210012.783000', '210012.786000', '210012.789000', '210012.791000', '210012.794000', '210012.797000', '210012.799000', '210012.802000', '210012.805000', '210012.807000', '210012.810000', '210012.813000', '210012.815000', '210012.818000', '210012.820000', '210012.823000', '210012.826000', '210012.828000', '210012.831000', '210012.833000', '210012.836000', '210012.839000', '210012.841000', '210012.844000', '210012.846000', '210012.849000', '210012.852000', '210012.854000', '210012.857000', '210012.860000', '210012.862000', '210012.865000', '210012.867000', '210012.870000', '210012.873000', '210012.875000', '210012.878000', '210012.881000', '210012.883000', '210032.767000', '210032.770000', '210032.773000', '210032.776000', '210032.779000', '210032.782000', '210032.785000', '210032.787000', '210032.790000', '210032.792000', '210032.795000', '210032.798000', '210032.800000', '210032.803000', '210032.806000', '210032.808000', '210032.817000', '210032.820000', '210032.823000', '210032.825000', '210032.828000', '210032.839000', '210032.864000', '210032.866000', '210032.869000', '210032.872000', '210032.874000', '210032.877000', '210032.879000', '210032.882000', '210032.885000', '210032.887000', '210032.890000', '210032.892000', '210032.895000', '210032.898000', '210032.900000', '210032.903000', '210032.906000', '210032.908000', '210032.911000', '210032.913000', '210032.916000', '210052.768000', '210052.770000', '210052.773000', '210052.776000', '210052.779000', '210052.781000', '210052.784000', '210052.786000', '210052.789000', '210052.792000', '210052.794000', '210052.797000', '210052.799000', '210052.802000', '210052.804000', '210052.807000', '210052.810000', '210052.812000', '210052.815000', '210052.818000', '210052.820000', '210052.823000', '210052.825000', '210052.828000', '210052.831000', '210052.833000', '210052.836000', '210052.839000', '210052.841000', '210052.844000', '210052.846000', '210052.849000', '210052.852000', '210052.854000', '210052.857000', '210052.859000', '210052.862000', '210052.865000', '210052.867000', '210052.870000', '210052.873000', '210052.875000', '210052.878000', '210052.880000', '210112.768000', '210112.771000', '210112.773000', '210112.776000', '210112.779000', '210112.781000', '210112.784000', '210112.787000', '210112.789000', '210112.792000', '210112.794000', '210112.797000', '210112.800000', '210112.802000', '210112.805000', '210112.807000', '210112.810000', '210112.813000', '210112.815000', '210112.818000', '210112.821000', '210112.823000', '210112.826000', '210112.828000', '210112.831000', '210112.834000', '210112.836000', '210112.839000', '210112.842000', '210112.844000', '210112.847000', '210112.849000', '210112.852000', '210112.855000', '210112.857000', '210112.860000', '210112.862000', '210112.865000', '210112.868000', '210112.870000', '210112.873000', '210112.875000', '210112.878000', '210132.768000', '210132.771000', '210132.774000', '210132.777000', '210132.779000', '210132.782000', '210132.785000', '210132.787000', '210132.790000', '210132.793000', '210132.795000', '210132.798000', '210132.801000', '210132.803000', '210132.806000', '210132.809000', '210132.811000', '210132.814000', '210132.817000', '210132.819000', '210132.822000', '210132.825000', '210132.827000', '210132.830000', '210132.832000', '210132.835000', '210132.838000', '210132.840000', '210132.843000', '210132.845000', '210132.848000', '210132.851000', '210132.853000', '210132.856000', '210132.859000', '210132.861000', '210132.864000', '210132.866000', '210132.869000', '210132.872000', '210132.874000', '210132.877000', '210132.880000', '210132.882000', '210152.768000', '210152.771000', '210152.774000', '210152.777000', '210152.779000', '210152.782000', '210152.785000', '210152.787000', '210152.790000', '210152.793000', '210152.795000', '210152.798000', '210152.801000', '210152.803000', '210152.806000', '210152.809000', '210152.811000', '210152.814000', '210152.817000', '210152.820000', '210152.823000', '210152.825000', '210152.828000', '210152.831000', '210152.833000', '210152.836000', '210152.839000', '210152.841000', '210152.844000', '210152.847000', '210152.849000', '210152.852000', '210152.855000', '210152.857000', '210152.860000', '210152.863000', '210152.865000', '210152.868000', '210152.870000', '210152.873000', '210152.876000', '210152.878000', '210152.881000', '210212.768000', '210212.772000', '210212.774000', '210212.777000', '210212.779000', '210212.782000', '210212.785000', '210212.787000', '210212.790000', '210212.793000', '210212.795000', '210212.798000', '210212.836000', '210212.839000', '210212.841000', '210212.844000', '210212.846000', '210212.849000', '210212.872000', '210212.874000', '210212.877000', '210212.880000', '210212.882000', '210212.885000', '210212.887000', '210212.890000', '210212.893000', '210212.895000', '210212.898000', '210212.901000', '210212.903000', '210212.906000', '210212.908000', '210212.911000', '210212.914000', '210212.916000', '210212.919000', '210212.922000', '210212.924000', '210212.927000', '210212.929000', '210212.932000', '210212.935000', '210212.937000', '210232.767000', '210232.770000', '210232.773000', '210232.776000', '210232.778000', '210232.781000', '210232.783000', '210232.786000', '210232.789000', '210232.791000', '210232.794000', '210232.796000', '210232.799000', '210232.842000', '210232.844000', '210232.847000', '210232.850000', '210232.853000', '210232.855000', '210232.858000', '210232.860000', '210232.863000', '210232.866000', '210232.868000', '210232.871000', '210232.874000', '210232.876000', '210232.879000', '210232.881000', '210232.884000', '210232.887000', '210232.889000', '210232.892000', '210232.895000', '210232.897000', '210232.900000', '210232.902000', '210232.905000', '210232.908000', '210232.910000', '210232.913000', '210232.916000', '210232.918000', '210232.921000', '210252.767000', '210252.770000', '210252.773000', '210252.777000', '210252.779000', '210252.782000', '210252.784000', '210252.787000', '210252.790000', '210252.792000', '210252.795000', '210252.798000', '210252.839000', '210252.842000', '210252.844000', '210252.847000', '210252.850000', '210252.852000', '210252.855000', '210252.858000', '210252.860000', '210252.863000', '210252.865000', '210252.868000', '210252.871000', '210252.873000', '210252.876000', '210252.879000', '210252.881000', '210252.884000', '210252.886000', '210252.889000', '210252.892000', '210252.894000', '210252.897000', '210252.900000', '210252.902000', '210252.905000', '210252.907000', '210252.910000', '210252.913000', '210252.915000', '210252.918000', '210312.768000', '210312.770000', '210312.773000', '210312.776000', '210312.779000', '210312.781000', '210312.784000', '210312.787000', '210312.789000', '210312.792000', '210312.795000', '210312.798000', '210312.994000', '210312.997000', '210313.000000', '210313.003000', '210313.006000', '210313.008000', '210313.011000', '210313.013000', '210313.016000', '210313.019000', '210313.021000', '210313.024000', '210313.027000', '210313.029000', '210313.032000', '210313.034000', '210313.037000', '210313.040000', '210313.042000', '210313.045000', '210313.048000', '210313.050000', '210313.053000', '210313.056000', '210313.058000', '210313.061000', '210313.064000', '210313.066000', '210313.069000', '210313.071000', '210313.074000', '210332.768000', '210332.770000', '210332.773000', '210332.776000', '210332.778000', '210332.781000', '210332.784000', '210332.786000', '210332.789000', '210332.792000', '210332.794000', '210332.797000', '210332.848000', '210332.850000', '210332.853000', '210332.855000', '210332.858000', '210332.861000', '210332.863000', '210332.866000', '210332.869000', '210332.871000', '210332.874000', '210332.876000', '210332.879000', '210332.882000', '210332.884000', '210332.887000', '210332.890000', '210332.892000', '210332.895000', '210332.898000', '210332.900000', '210332.903000', '210332.905000', '210332.908000', '210332.911000', '210332.914000', '210332.916000', '210332.919000', '210332.921000', '210332.924000', '210332.927000', '210332.938000', '210352.769000', '210352.772000', '210352.774000', '210352.777000', '210352.779000', '210352.782000', '210352.785000', '210352.787000', '210352.790000', '210352.793000', '210352.795000', '210352.798000', '210352.857000', '210352.859000', '210352.862000', '210352.865000', '210352.867000', '210352.870000', '210352.873000', '210352.875000', '210352.878000', '210352.881000', '210352.883000', '210352.886000', '210352.889000', '210352.891000', '210352.894000', '210352.896000', '210352.899000', '210352.902000', '210352.904000', '210352.907000', '210352.910000', '210352.912000', '210352.915000', '210352.918000', '210352.920000', '210352.923000', '210352.925000', '210352.928000', '210352.931000', '210352.934000', '210352.936000', '210412.768000', '210412.771000', '210412.774000', '210412.777000', '210412.779000', '210412.782000', '210412.785000', '210412.787000', '210412.790000', '210412.793000', '210412.795000', '210412.798000', '210412.800000', '210412.803000', '210412.806000', '210412.809000', '210412.811000', '210412.814000', '210412.817000', '210412.820000', '210412.822000', '210412.825000', '210412.828000', '210412.830000', '210412.833000', '210412.835000', '210412.838000', '210412.841000', '210412.843000', '210412.846000', '210412.848000', '210412.851000', '210412.854000', '210412.856000', '210412.859000', '210412.862000', '210412.864000', '210412.867000', '210412.869000', '210412.872000', '210412.875000', '210412.877000', '210412.880000', '210412.883000', '210432.768000', '210432.770000', '210432.773000', '210432.776000', '210432.779000', '210432.781000', '210432.784000', '210432.786000', '210432.789000', '210432.791000', '210432.794000', '210432.797000', '210432.866000', '210432.868000', '210432.871000', '210432.874000', '210432.876000', '210432.879000', '210432.882000', '210432.884000', '210432.887000', '210432.890000', '210432.893000', '210432.895000', '210432.898000', '210432.901000', '210432.904000', '210432.907000', '210432.909000', '210432.912000', '210432.915000', '210432.917000', '210432.920000', '210432.922000', '210432.925000', '210432.928000', '210432.930000', '210432.933000', '210432.935000', '210432.938000', '210432.941000', '210432.943000', '210432.946000', '210452.768000', '210452.771000', '210452.773000', '210452.776000', '210452.779000', '210452.781000', '210452.784000', '210452.787000', '210452.789000', '210452.792000', '210452.794000', '210452.797000', '210452.837000', '210452.840000', '210452.843000', '210452.845000', '210452.848000', '210452.857000', '210452.859000', '210452.862000', '210452.865000', '210452.867000', '210452.870000', '210452.873000', '210452.875000', '210452.878000', '210452.881000', '210452.883000', '210452.886000', '210452.889000', '210452.891000', '210452.894000', '210452.896000', '210452.899000', '210452.902000', '210452.904000', '210452.907000', '210452.910000', '210452.912000', '210452.915000', '210452.917000', '210452.920000', '210452.923000', '210452.925000', '210512.767000', '210512.770000', '210512.773000', '210512.776000', '210512.778000', '210512.781000', '210512.784000', '210512.786000', '210512.789000', '210512.822000', '210512.851000', '210512.868000', '210512.871000', '210512.874000', '210512.876000', '210512.879000', '210512.882000', '210512.886000', '210512.888000', '210512.891000', '210512.893000', '210512.896000', '210512.899000', '210512.901000', '210512.904000', '210512.907000', '210512.914000', '210512.917000', '210512.919000', '210512.922000', '210512.925000', '210512.927000', '210512.930000', '210512.933000', '210512.935000', '210512.938000', '210512.940000', '210512.943000', '210512.946000', '210512.948000', '210512.951000', '210512.954000', '210512.956000', '210532.767000', '210532.770000', '210532.773000', '210532.776000', '210532.778000', '210532.781000', '210532.784000', '210532.787000', '210532.789000', '210532.792000', '210532.795000', '210532.797000', '210532.845000', '210532.848000', '210532.850000', '210532.853000', '210532.856000', '210532.858000', '210532.861000', '210532.863000', '210532.866000', '210532.869000', '210532.871000', '210532.874000', '210532.877000', '210532.879000', '210532.882000', '210532.884000', '210532.887000', '210532.890000', '210532.892000', '210532.895000', '210532.898000', '210532.900000', '210532.903000', '210532.906000', '210532.908000', '210532.911000', '210532.914000', '210532.916000', '210532.919000', '210532.922000', '210532.924000', '210532.927000', '210552.768000', '210552.770000', '210552.775000', '210552.777000', '210552.780000', '210552.782000', '210552.785000', '210552.788000', '210552.790000', '210552.793000', '210552.796000', '210552.798000', '210552.852000', '210552.854000', '210552.857000', '210552.860000', '210552.862000', '210552.865000', '210552.868000', '210552.870000', '210552.873000', '210552.876000', '210552.878000', '210552.881000', '210552.884000', '210552.886000', '210552.889000', '210552.892000', '210552.894000', '210552.897000', '210552.900000', '210552.902000', '210552.905000', '210552.908000', '210552.910000', '210552.913000', '210552.916000', '210552.918000', '210552.921000', '210552.924000', '210552.926000', '210552.929000', '210552.932000', '210612.769000', '210612.771000', '210612.774000', '210612.777000', '210612.779000', '210612.782000', '210612.784000', '210612.787000', '210612.790000', '210612.793000', '210612.795000', '210612.798000', '210612.856000', '210612.859000', '210612.861000', '210612.864000', '210612.867000', '210612.869000', '210612.872000', '210612.875000', '210612.877000', '210612.880000', '210612.882000', '210612.885000', '210612.888000', '210612.890000', '210612.893000', '210612.896000', '210612.898000', '210612.901000', '210612.903000', '210612.906000', '210612.909000', '210612.911000', '210612.914000', '210612.917000', '210612.919000', '210612.922000', '210612.925000', '210612.927000', '210612.930000', '210612.932000', '210612.935000', '210612.938000', '210618.645000', '210618.649000', '210618.651000', '210618.654000', '210618.657000', '210618.660000', '210618.662000', '210618.665000', '210618.668000', '210618.671000', '210618.674000', '210618.677000', '210618.680000'], 'InstanceCreationTime': ['205952.795000', '205952.799000', '205952.802000', '205952.804000', '205952.807000', '205952.809000', '205952.812000', '205952.815000', '205952.817000', '205952.820000', '205952.822000', '205952.825000', '205952.828000', '205952.830000', '205952.833000', '205952.836000', '205952.838000', '205952.841000', '205952.843000', '205952.846000', '205952.849000', '205952.851000', '205952.859000', '205952.861000', '205952.864000', '205952.867000', '205952.869000', '205952.872000', '205952.874000', '205952.877000', '205952.880000', '205952.882000', '205952.885000', '210012.767000', '210012.776000', '210012.778000', '210012.781000', '210012.783000', '210012.786000', '210012.789000', '210012.791000', '210012.794000', '210012.797000', '210012.799000', '210012.802000', '210012.805000', '210012.807000', '210012.810000', '210012.813000', '210012.815000', '210012.818000', '210012.820000', '210012.823000', '210012.826000', '210012.828000', '210012.831000', '210012.833000', '210012.836000', '210012.839000', '210012.841000', '210012.844000', '210012.846000', '210012.849000', '210012.852000', '210012.854000', '210012.857000', '210012.860000', '210012.862000', '210012.865000', '210012.867000', '210012.870000', '210012.873000', '210012.875000', '210012.878000', '210012.881000', '210012.883000', '210032.767000', '210032.770000', '210032.773000', '210032.776000', '210032.779000', '210032.782000', '210032.785000', '210032.787000', '210032.790000', '210032.792000', '210032.795000', '210032.798000', '210032.800000', '210032.803000', '210032.806000', '210032.808000', '210032.817000', '210032.820000', '210032.823000', '210032.825000', '210032.828000', '210032.839000', '210032.864000', '210032.866000', '210032.869000', '210032.872000', '210032.874000', '210032.877000', '210032.879000', '210032.882000', '210032.885000', '210032.887000', '210032.890000', '210032.892000', '210032.895000', '210032.898000', '210032.900000', '210032.903000', '210032.906000', '210032.908000', '210032.911000', '210032.913000', '210032.916000', '210052.768000', '210052.770000', '210052.773000', '210052.776000', '210052.779000', '210052.781000', '210052.784000', '210052.786000', '210052.789000', '210052.792000', '210052.794000', '210052.797000', '210052.799000', '210052.802000', '210052.804000', '210052.807000', '210052.810000', '210052.812000', '210052.815000', '210052.818000', '210052.820000', '210052.823000', '210052.825000', '210052.828000', '210052.831000', '210052.833000', '210052.836000', '210052.839000', '210052.841000', '210052.844000', '210052.846000', '210052.849000', '210052.852000', '210052.854000', '210052.857000', '210052.859000', '210052.862000', '210052.865000', '210052.867000', '210052.870000', '210052.873000', '210052.875000', '210052.878000', '210052.880000', '210112.768000', '210112.771000', '210112.773000', '210112.776000', '210112.779000', '210112.781000', '210112.784000', '210112.787000', '210112.789000', '210112.792000', '210112.794000', '210112.797000', '210112.800000', '210112.802000', '210112.805000', '210112.807000', '210112.810000', '210112.813000', '210112.815000', '210112.818000', '210112.821000', '210112.823000', '210112.826000', '210112.828000', '210112.831000', '210112.834000', '210112.836000', '210112.839000', '210112.842000', '210112.844000', '210112.847000', '210112.849000', '210112.852000', '210112.855000', '210112.857000', '210112.860000', '210112.862000', '210112.865000', '210112.868000', '210112.870000', '210112.873000', '210112.875000', '210112.878000', '210132.768000', '210132.771000', '210132.774000', '210132.777000', '210132.779000', '210132.782000', '210132.785000', '210132.787000', '210132.790000', '210132.793000', '210132.795000', '210132.798000', '210132.801000', '210132.803000', '210132.806000', '210132.809000', '210132.811000', '210132.814000', '210132.817000', '210132.819000', '210132.822000', '210132.825000', '210132.827000', '210132.830000', '210132.832000', '210132.835000', '210132.838000', '210132.840000', '210132.843000', '210132.845000', '210132.848000', '210132.851000', '210132.853000', '210132.856000', '210132.859000', '210132.861000', '210132.864000', '210132.866000', '210132.869000', '210132.872000', '210132.874000', '210132.877000', '210132.880000', '210132.882000', '210152.768000', '210152.771000', '210152.774000', '210152.777000', '210152.779000', '210152.782000', '210152.785000', '210152.787000', '210152.790000', '210152.793000', '210152.795000', '210152.798000', '210152.801000', '210152.803000', '210152.806000', '210152.809000', '210152.811000', '210152.814000', '210152.817000', '210152.820000', '210152.823000', '210152.825000', '210152.828000', '210152.831000', '210152.833000', '210152.836000', '210152.839000', '210152.841000', '210152.844000', '210152.847000', '210152.849000', '210152.852000', '210152.855000', '210152.857000', '210152.860000', '210152.863000', '210152.865000', '210152.868000', '210152.870000', '210152.873000', '210152.876000', '210152.878000', '210152.881000', '210212.768000', '210212.772000', '210212.774000', '210212.777000', '210212.779000', '210212.782000', '210212.785000', '210212.787000', '210212.790000', '210212.793000', '210212.795000', '210212.798000', '210212.836000', '210212.839000', '210212.841000', '210212.844000', '210212.846000', '210212.849000', '210212.872000', '210212.874000', '210212.877000', '210212.880000', '210212.882000', '210212.885000', '210212.887000', '210212.890000', '210212.893000', '210212.895000', '210212.898000', '210212.901000', '210212.903000', '210212.906000', '210212.908000', '210212.911000', '210212.914000', '210212.916000', '210212.919000', '210212.922000', '210212.924000', '210212.927000', '210212.929000', '210212.932000', '210212.935000', '210212.937000', '210232.767000', '210232.770000', '210232.773000', '210232.776000', '210232.778000', '210232.781000', '210232.783000', '210232.786000', '210232.789000', '210232.791000', '210232.794000', '210232.796000', '210232.799000', '210232.842000', '210232.844000', '210232.847000', '210232.850000', '210232.853000', '210232.855000', '210232.858000', '210232.860000', '210232.863000', '210232.866000', '210232.868000', '210232.871000', '210232.874000', '210232.876000', '210232.879000', '210232.881000', '210232.884000', '210232.887000', '210232.889000', '210232.892000', '210232.895000', '210232.897000', '210232.900000', '210232.902000', '210232.905000', '210232.908000', '210232.910000', '210232.913000', '210232.916000', '210232.918000', '210232.921000', '210252.767000', '210252.770000', '210252.773000', '210252.777000', '210252.779000', '210252.782000', '210252.784000', '210252.787000', '210252.790000', '210252.792000', '210252.795000', '210252.798000', '210252.839000', '210252.842000', '210252.844000', '210252.847000', '210252.850000', '210252.852000', '210252.855000', '210252.858000', '210252.860000', '210252.863000', '210252.865000', '210252.868000', '210252.871000', '210252.873000', '210252.876000', '210252.879000', '210252.881000', '210252.884000', '210252.886000', '210252.889000', '210252.892000', '210252.894000', '210252.897000', '210252.900000', '210252.902000', '210252.905000', '210252.907000', '210252.910000', '210252.913000', '210252.915000', '210252.918000', '210312.768000', '210312.770000', '210312.773000', '210312.776000', '210312.779000', '210312.781000', '210312.784000', '210312.787000', '210312.789000', '210312.792000', '210312.795000', '210312.798000', '210312.994000', '210312.997000', '210313.000000', '210313.003000', '210313.006000', '210313.008000', '210313.011000', '210313.013000', '210313.016000', '210313.019000', '210313.021000', '210313.024000', '210313.027000', '210313.029000', '210313.032000', '210313.034000', '210313.037000', '210313.040000', '210313.042000', '210313.045000', '210313.048000', '210313.050000', '210313.053000', '210313.056000', '210313.058000', '210313.061000', '210313.064000', '210313.066000', '210313.069000', '210313.071000', '210313.074000', '210332.768000', '210332.770000', '210332.773000', '210332.776000', '210332.778000', '210332.781000', '210332.784000', '210332.786000', '210332.789000', '210332.792000', '210332.794000', '210332.797000', '210332.848000', '210332.850000', '210332.853000', '210332.855000', '210332.858000', '210332.861000', '210332.863000', '210332.866000', '210332.869000', '210332.871000', '210332.874000', '210332.876000', '210332.879000', '210332.882000', '210332.884000', '210332.887000', '210332.890000', '210332.892000', '210332.895000', '210332.898000', '210332.900000', '210332.903000', '210332.905000', '210332.908000', '210332.911000', '210332.914000', '210332.916000', '210332.919000', '210332.921000', '210332.924000', '210332.927000', '210332.938000', '210352.769000', '210352.772000', '210352.774000', '210352.777000', '210352.779000', '210352.782000', '210352.785000', '210352.787000', '210352.790000', '210352.793000', '210352.795000', '210352.798000', '210352.857000', '210352.859000', '210352.862000', '210352.865000', '210352.867000', '210352.870000', '210352.873000', '210352.875000', '210352.878000', '210352.881000', '210352.883000', '210352.886000', '210352.889000', '210352.891000', '210352.894000', '210352.896000', '210352.899000', '210352.902000', '210352.904000', '210352.907000', '210352.910000', '210352.912000', '210352.915000', '210352.918000', '210352.920000', '210352.923000', '210352.925000', '210352.928000', '210352.931000', '210352.934000', '210352.936000', '210412.768000', '210412.771000', '210412.774000', '210412.777000', '210412.779000', '210412.782000', '210412.785000', '210412.787000', '210412.790000', '210412.793000', '210412.795000', '210412.798000', '210412.800000', '210412.803000', '210412.806000', '210412.809000', '210412.811000', '210412.814000', '210412.817000', '210412.820000', '210412.822000', '210412.825000', '210412.828000', '210412.830000', '210412.833000', '210412.835000', '210412.838000', '210412.841000', '210412.843000', '210412.846000', '210412.848000', '210412.851000', '210412.854000', '210412.856000', '210412.859000', '210412.862000', '210412.864000', '210412.867000', '210412.869000', '210412.872000', '210412.875000', '210412.877000', '210412.880000', '210412.883000', '210432.768000', '210432.770000', '210432.773000', '210432.776000', '210432.779000', '210432.781000', '210432.784000', '210432.786000', '210432.789000', '210432.791000', '210432.794000', '210432.797000', '210432.866000', '210432.868000', '210432.871000', '210432.874000', '210432.876000', '210432.879000', '210432.882000', '210432.884000', '210432.887000', '210432.890000', '210432.893000', '210432.895000', '210432.898000', '210432.901000', '210432.904000', '210432.907000', '210432.909000', '210432.912000', '210432.915000', '210432.917000', '210432.920000', '210432.922000', '210432.925000', '210432.928000', '210432.930000', '210432.933000', '210432.935000', '210432.938000', '210432.941000', '210432.943000', '210432.946000', '210452.768000', '210452.771000', '210452.773000', '210452.776000', '210452.779000', '210452.781000', '210452.784000', '210452.787000', '210452.789000', '210452.792000', '210452.794000', '210452.797000', '210452.837000', '210452.840000', '210452.843000', '210452.845000', '210452.848000', '210452.857000', '210452.859000', '210452.862000', '210452.865000', '210452.867000', '210452.870000', '210452.873000', '210452.875000', '210452.878000', '210452.881000', '210452.883000', '210452.886000', '210452.889000', '210452.891000', '210452.894000', '210452.896000', '210452.899000', '210452.902000', '210452.904000', '210452.907000', '210452.910000', '210452.912000', '210452.915000', '210452.917000', '210452.920000', '210452.923000', '210452.925000', '210512.767000', '210512.770000', '210512.773000', '210512.776000', '210512.778000', '210512.781000', '210512.784000', '210512.786000', '210512.789000', '210512.822000', '210512.851000', '210512.868000', '210512.871000', '210512.874000', '210512.876000', '210512.879000', '210512.882000', '210512.886000', '210512.888000', '210512.891000', '210512.893000', '210512.896000', '210512.899000', '210512.901000', '210512.904000', '210512.907000', '210512.914000', '210512.917000', '210512.919000', '210512.922000', '210512.925000', '210512.927000', '210512.930000', '210512.933000', '210512.935000', '210512.938000', '210512.940000', '210512.943000', '210512.946000', '210512.948000', '210512.951000', '210512.954000', '210512.956000', '210532.767000', '210532.770000', '210532.773000', '210532.776000', '210532.778000', '210532.781000', '210532.784000', '210532.787000', '210532.789000', '210532.792000', '210532.795000', '210532.797000', '210532.845000', '210532.848000', '210532.850000', '210532.853000', '210532.856000', '210532.858000', '210532.861000', '210532.863000', '210532.866000', '210532.869000', '210532.871000', '210532.874000', '210532.877000', '210532.879000', '210532.882000', '210532.884000', '210532.887000', '210532.890000', '210532.892000', '210532.895000', '210532.898000', '210532.900000', '210532.903000', '210532.906000', '210532.908000', '210532.911000', '210532.914000', '210532.916000', '210532.919000', '210532.922000', '210532.924000', '210532.927000', '210552.768000', '210552.770000', '210552.775000', '210552.777000', '210552.780000', '210552.782000', '210552.785000', '210552.788000', '210552.790000', '210552.793000', '210552.796000', '210552.798000', '210552.852000', '210552.854000', '210552.857000', '210552.860000', '210552.862000', '210552.865000', '210552.868000', '210552.870000', '210552.873000', '210552.876000', '210552.878000', '210552.881000', '210552.884000', '210552.886000', '210552.889000', '210552.892000', '210552.894000', '210552.897000', '210552.900000', '210552.902000', '210552.905000', '210552.908000', '210552.910000', '210552.913000', '210552.916000', '210552.918000', '210552.921000', '210552.924000', '210552.926000', '210552.929000', '210552.932000', '210612.769000', '210612.771000', '210612.774000', '210612.777000', '210612.779000', '210612.782000', '210612.784000', '210612.787000', '210612.790000', '210612.793000', '210612.795000', '210612.798000', '210612.856000', '210612.859000', '210612.861000', '210612.864000', '210612.867000', '210612.869000', '210612.872000', '210612.875000', '210612.877000', '210612.880000', '210612.882000', '210612.885000', '210612.888000', '210612.890000', '210612.893000', '210612.896000', '210612.898000', '210612.901000', '210612.903000', '210612.906000', '210612.909000', '210612.911000', '210612.914000', '210612.917000', '210612.919000', '210612.922000', '210612.925000', '210612.927000', '210612.930000', '210612.932000', '210612.935000', '210612.938000', '210618.645000', '210618.649000', '210618.651000', '210618.654000', '210618.657000', '210618.660000', '210618.662000', '210618.665000', '210618.668000', '210618.671000', '210618.674000', '210618.677000', '210618.680000'], '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': [7607, 8603, 7347, 9403, 7486, 9001, 7807, 8969, 7468, 9010, 7002, 8807, 7133, 8918, 7049, 8731, 7029, 8954, 7000, 8547, 7113, 8624, 7230, 8708, 6897, 8536, 7314, 8690, 7477, 8968, 7924, 9115, 9106, 8355, 8660, 6943, 8514, 6726, 8952, 7013, 9723, 7250, 8942, 7301, 9122, 6881, 9380, 7438, 9230, 7910, 9133, 7968, 9214, 7558, 9063, 7653, 8971, 7878, 8839, 7313, 8944, 7163, 8917, 6731, 8823, 7123, 8509, 6828, 8615, 6843, 9234, 6926, 8998, 7143, 9018, 6675, 8996, 7074, 8303, 6936, 8336, 7096, 9235, 8097, 10033, 8578, 7813, 8802, 6751, 8803, 7017, 8472, 6733, 8748, 6867, 8616, 6670, 8568, 6815, 8938, 7450, 8779, 7396, 8774, 7631, 10413, 8360, 10327, 8294, 9699, 7630, 9589, 7781, 9225, 8395, 9261, 8464, 9100, 9698, 9237, 8981, 7879, 8946, 7655, 8943, 8671, 8617, 7319, 9084, 6847, 8704, 6660, 8605, 7447, 8716, 6907, 8927, 7527, 7406, 10685, 9679, 7790, 6786, 8085, 7583, 7045, 8933, 6899, 8995, 10828, 9265, 10595, 8621, 10756, 8062, 9103, 7571, 9329, 8007, 9776, 8052, 8790, 8947, 8803, 8429, 9064, 7576, 8942, 7761, 8857, 7820, 9179, 7775, 9015, 7712, 8784, 6777, 9033, 6636, 8557, 9238, 8369, 9233, 7538, 8591, 7445, 8371, 7231, 7951, 7149, 9364, 7015, 9108, 7281, 9099, 7111, 9162, 6644, 8547, 7556, 8875, 6879, 8903, 6834, 8672, 8317, 8555, 9213, 8551, 8697, 8370, 9571, 8047, 9201, 7268, 9139, 7191, 8764, 6998, 9197, 7108, 9000, 7264, 8066, 7115, 8079, 7212, 8506, 7200, 10246, 7217, 10282, 7569, 10429, 7202, 10425, 7643, 9636, 7766, 9003, 7401, 9116, 7629, 9634, 7857, 9160, 7332, 8975, 6789, 8654, 9701, 8269, 9113, 8043, 8668, 7046, 8390, 7163, 9191, 7301, 9106, 7023, 8739, 6737, 8938, 7101, 9091, 7522, 8823, 7114, 9434, 6768, 9488, 7009, 8958, 7254, 8822, 6965, 9917, 7205, 8879, 7540, 9061, 7388, 9695, 7009, 9723, 6935, 9052, 7242, 8972, 7486, 8950, 6880, 8996, 7086, 8963, 9208, 8384, 9361, 7537, 8537, 7323, 8469, 7533, 8181, 7777, 8947, 7676, 9690, 8179, 9470, 8713, 9520, 8666, 10350, 8367, 10172, 7948, 9959, 8243, 8663, 7642, 8645, 7623, 9191, 8503, 8947, 8544, 8735, 8347, 9111, 8678, 8168, 8838, 7974, 8543, 8526, 8926, 6740, 8615, 6880, 8885, 6731, 9013, 7684, 9116, 7357, 8894, 7761, 9093, 6817, 9158, 7236, 9098, 7600, 8888, 7379, 9045, 6987, 9002, 6755, 8895, 7947, 8906, 10702, 8414, 10472, 8708, 8774, 8610, 8413, 7723, 8543, 7172, 8736, 7898, 9349, 7680, 9096, 7081, 9065, 6718, 8919, 7049, 8828, 6828, 9014, 7605, 9262, 7997, 9093, 7365, 10232, 7788, 9416, 7373, 9025, 7357, 9206, 7834, 9105, 7003, 9155, 7395, 9184, 7254, 9278, 8163, 9132, 7609, 9141, 7447, 8871, 7077, 9019, 6839, 8981, 6931, 8936, 6928, 8732, 8013, 8633, 7725, 8820, 6953, 9025, 8639, 8917, 10399, 8632, 10485, 8993, 10758, 8964, 9078, 8553, 8865, 9163, 7330, 8713, 6847, 8899, 8052, 8940, 8514, 8743, 9694, 8904, 10754, 7789, 9339, 7323, 9133, 7573, 9100, 7336, 9024, 6992, 8774, 7395, 9123, 9568, 8290, 7233, 6884, 7390, 7814, 9806, 8757, 10674, 9000, 10186, 7855, 9226, 7670, 9172, 10140, 9077, 8044, 9018, 8655, 7922, 8509, 7569, 9241, 7583, 9155, 6852, 8951, 7191, 8790, 6767, 8778, 6852, 8712, 7819, 8802, 9301, 8943, 9989, 7917, 10499, 7835, 10003, 7298, 9024, 7719, 9101, 7436, 8869, 7224, 9018, 6801, 9013, 7307, 8794, 8779, 8689, 9935, 7998, 9233, 7596, 9123, 8222, 9185, 7883, 8795, 6725, 8928, 7832, 8762, 6683, 8532, 7752, 8697, 9232, 8546, 9438, 8280, 10727, 8086, 8860, 7392, 8860, 7602, 9515, 7613, 9033, 7605, 8817, 7670, 8364, 7545, 8508, 7724, 9094, 7717, 9789, 7811, 9903, 7762, 8889, 7705, 9135, 8015, 8944, 7859, 8668, 7117, 8606, 8870, 8851, 9894, 8092, 9718, 7852, 8372, 8088, 8720, 7545, 9151, 8014, 9952, 8056, 8565, 7766, 9118, 7755, 9476, 7974, 9012, 8096, 8987, 7386, 9136, 7972, 9085, 7962, 8857, 8043, 8899, 7621, 8756, 7830, 9051, 8022, 8947, 7064, 9786, 7331, 8801, 7669, 8756, 7232, 8976, 7153, 8992, 7736, 8757, 7346, 9329, 7005, 9360, 7743, 8927, 8085, 8955, 7902, 9565, 7684, 9104, 7987, 8777, 8246, 9013, 7908, 8961, 8005, 8821, 7739, 8854, 7651, 9521, 7372, 8993, 8142, 8855, 8117, 8923, 7643, 9121, 8160, 8902, 8186, 8768, 7900, 9153, 8098, 8981, 7958, 8837, 7564, 8881, 8016, 8845, 7889, 8578, 6975, 8623, 6942, 8760, 7920, 9218, 7436, 8904, 6890, 9084, 7081, 8756, 6775, 9106, 7895, 9050, 6787, 8806, 7267, 8686, 9696, 8251, 9930, 8021, 9391, 8476, 8688, 8222, 9155, 7157, 9022, 7344, 8975, 6911, 8678, 7043, 8488, 7351, 9013, 8537, 9066, 7609, 8789, 9206, 8620, 9839, 8047, 10338, 8834, 8595, 8348, 7311, 8909, 8322, 8693, 8853, 7924, 9032, 8262, 8963, 9630, 8904, 10654, 8338, 10578, 8251, 9030, 7796, 9037, 7612, 8933, 7511, 8765, 6897, 8844, 6983, 8907, 6887, 8510, 6759, 8456, 9242, 8472, 9546, 8719, 10329, 8396, 9760, 7772, 9502, 8032, 10473, 8286, 9614, 8191, 8938, 7450, 9116, 9423, 8937, 11013, 8657, 9289, 8032, 9074, 7737, 9006, 7190, 8862, 8091, 9098, 9236, 8208, 8439, 8108, 8596, 8553, 9007, 8485, 9193, 7902, 9299, 7391, 9009, 7293, 8825, 8611, 8609, 9102, 8467, 8493, 8236, 8223, 8166, 8969, 8031, 9489, 8455, 8936, 8671, 8745, 8416, 9372, 7988, 9560, 7352, 9366, 7995, 9303, 7922, 7805, 8060, 8836, 7895, 9591, 7939, 10383, 8060, 8826, 7642, 10328, 7587, 9068, 6976, 8729, 6817, 8541, 7044, 8788, 7188, 8792, 7819, 8880, 8096, 8961, 8103, 9499, 8069, 11302, 8200, 10060, 7931, 9501, 7926, 10428, 8660, 7772, 8681, 7275, 8911, 7261, 8885, 7438, 8852, 7736, 9546, 7504, 8977, 8233, 9036, 8441, 8719, 8610], 'WindowCenter': [4265.0, 4258.0, 4235.0, 4256.0, 4226.0, 4243.0, 4223.0, 4239.0, 4210.0, 4239.0, 4222.0, 4239.0, 4212.0, 4239.0, 4210.0, 4231.0, 4210.0, 4241.0, 4210.0, 4241.0, 4222.0, 4240.0, 4221.0, 4240.0, 4221.0, 4242.0, 4223.0, 4240.0, 4220.0, 4241.0, 4233.0, 4240.0, 4252.0, 4230.0, 4243.0, 4210.0, 4231.0, 4200.0, 4241.0, 4209.0, 4252.0, 4208.0, 4237.0, 4207.0, 4239.0, 4209.0, 4240.0, 4207.0, 4228.0, 4216.0, 4229.0, 4215.0, 4237.0, 4217.0, 4227.0, 4218.0, 4226.0, 4218.0, 4238.0, 4209.0, 4239.0, 4208.0, 4239.0, 4198.0, 4240.0, 4208.0, 4239.0, 4198.0, 4241.0, 4211.0, 4251.0, 4211.0, 4241.0, 4210.0, 4242.0, 4210.0, 4252.0, 4221.0, 4232.0, 4222.0, 4241.0, 4223.0, 4253.0, 4245.0, 4263.0, 4245.0, 4221.0, 4245.0, 4200.0, 4253.0, 4211.0, 4241.0, 4210.0, 4242.0, 4200.0, 4242.0, 4211.0, 4242.0, 4210.0, 4241.0, 4221.0, 4240.0, 4221.0, 4242.0, 4223.0, 4261.0, 4232.0, 4250.0, 4230.0, 4240.0, 4233.0, 4248.0, 4220.0, 4240.0, 4234.0, 4239.0, 4231.0, 4240.0, 4252.0, 4239.0, 4240.0, 4218.0, 4228.0, 4205.0, 4229.0, 4227.0, 4230.0, 4206.0, 4228.0, 4198.0, 4228.0, 4198.0, 4230.0, 4209.0, 4241.0, 4208.0, 4239.0, 4221.0, 4221.0, 4264.0, 4252.0, 4231.0, 4214.0, 4242.0, 4233.0, 4223.0, 4254.0, 4212.0, 4254.0, 4262.0, 4244.0, 4250.0, 4229.0, 4247.0, 4218.0, 4227.0, 4218.0, 4237.0, 4218.0, 4236.0, 4217.0, 4227.0, 4228.0, 4227.0, 4218.0, 4226.0, 4218.0, 4227.0, 4218.0, 4227.0, 4206.0, 4226.0, 4205.0, 4227.0, 4206.0, 4229.0, 4185.0, 4229.0, 4184.0, 4227.0, 4225.0, 4229.0, 4238.0, 4221.0, 4229.0, 4209.0, 4228.0, 4220.0, 4218.0, 4209.0, 4239.0, 4211.0, 4240.0, 4209.0, 4240.0, 4210.0, 4240.0, 4200.0, 4242.0, 4220.0, 4241.0, 4200.0, 4242.0, 4198.0, 4241.0, 4230.0, 4242.0, 4240.0, 4243.0, 4241.0, 4231.0, 4250.0, 4231.0, 4250.0, 4222.0, 4242.0, 4210.0, 4242.0, 4212.0, 4252.0, 4223.0, 4242.0, 4221.0, 4231.0, 4212.0, 4230.0, 4224.0, 4243.0, 4223.0, 4251.0, 4223.0, 4262.0, 4222.0, 4261.0, 4222.0, 4259.0, 4222.0, 4239.0, 4221.0, 4241.0, 4218.0, 4240.0, 4219.0, 4239.0, 4219.0, 4237.0, 4205.0, 4230.0, 4198.0, 4230.0, 4238.0, 4229.0, 4227.0, 4219.0, 4229.0, 4208.0, 4219.0, 4208.0, 4240.0, 4210.0, 4240.0, 4211.0, 4240.0, 4211.0, 4254.0, 4223.0, 4244.0, 4232.0, 4242.0, 4212.0, 4254.0, 4212.0, 4253.0, 4212.0, 4243.0, 4222.0, 4252.0, 4225.0, 4264.0, 4223.0, 4242.0, 4221.0, 4240.0, 4211.0, 4252.0, 4211.0, 4252.0, 4210.0, 4240.0, 4210.0, 4241.0, 4210.0, 4241.0, 4209.0, 4240.0, 4196.0, 4228.0, 4226.0, 4218.0, 4227.0, 4218.0, 4228.0, 4210.0, 4229.0, 4221.0, 4230.0, 4232.0, 4239.0, 4234.0, 4252.0, 4242.0, 4251.0, 4243.0, 4251.0, 4231.0, 4250.0, 4231.0, 4250.0, 4230.0, 4249.0, 4229.0, 4228.0, 4220.0, 4229.0, 4220.0, 4238.0, 4231.0, 4238.0, 4241.0, 4228.0, 4232.0, 4239.0, 4241.0, 4229.0, 4242.0, 4219.0, 4242.0, 4240.0, 4241.0, 4211.0, 4243.0, 4210.0, 4242.0, 4210.0, 4243.0, 4221.0, 4241.0, 4210.0, 4241.0, 4219.0, 4240.0, 4200.0, 4239.0, 4210.0, 4241.0, 4219.0, 4239.0, 4207.0, 4240.0, 4210.0, 4240.0, 4198.0, 4242.0, 4217.0, 4240.0, 4248.0, 4229.0, 4247.0, 4229.0, 4227.0, 4230.0, 4227.0, 4220.0, 4230.0, 4209.0, 4228.0, 4220.0, 4239.0, 4220.0, 4227.0, 4209.0, 4240.0, 4200.0, 4241.0, 4210.0, 4240.0, 4211.0, 4241.0, 4221.0, 4242.0, 4232.0, 4241.0, 4221.0, 4250.0, 4221.0, 4240.0, 4209.0, 4241.0, 4209.0, 4239.0, 4219.0, 4239.0, 4209.0, 4240.0, 4218.0, 4241.0, 4219.0, 4252.0, 4232.0, 4241.0, 4220.0, 4242.0, 4210.0, 4241.0, 4210.0, 4242.0, 4209.0, 4240.0, 4210.0, 4241.0, 4208.0, 4242.0, 4231.0, 4243.0, 4221.0, 4242.0, 4210.0, 4242.0, 4229.0, 4240.0, 4249.0, 4231.0, 4250.0, 4241.0, 4248.0, 4242.0, 4239.0, 4232.0, 4238.0, 4239.0, 4208.0, 4240.0, 4199.0, 4242.0, 4231.0, 4241.0, 4230.0, 4231.0, 4239.0, 4241.0, 4248.0, 4218.0, 4238.0, 4208.0, 4237.0, 4209.0, 4228.0, 4207.0, 4239.0, 4208.0, 4241.0, 4218.0, 4252.0, 4254.0, 4232.0, 4223.0, 4222.0, 4234.0, 4246.0, 4266.0, 4258.0, 4262.0, 4244.0, 4252.0, 4219.0, 4239.0, 4208.0, 4238.0, 4238.0, 4229.0, 4205.0, 4227.0, 4215.0, 4217.0, 4228.0, 4218.0, 4239.0, 4220.0, 4237.0, 4197.0, 4241.0, 4210.0, 4230.0, 4200.0, 4241.0, 4200.0, 4242.0, 4220.0, 4243.0, 4241.0, 4242.0, 4239.0, 4220.0, 4251.0, 4220.0, 4250.0, 4208.0, 4240.0, 4219.0, 4230.0, 4208.0, 4239.0, 4210.0, 4241.0, 4199.0, 4241.0, 4210.0, 4231.0, 4229.0, 4230.0, 4238.0, 4219.0, 4239.0, 4208.0, 4226.0, 4217.0, 4238.0, 4216.0, 4228.0, 4196.0, 4228.0, 4208.0, 4228.0, 4198.0, 4241.0, 4218.0, 4241.0, 4241.0, 4242.0, 4239.0, 4232.0, 4259.0, 4231.0, 4240.0, 4221.0, 4241.0, 4222.0, 4250.0, 4220.0, 4240.0, 4231.0, 4241.0, 4222.0, 4230.0, 4233.0, 4242.0, 4221.0, 4240.0, 4221.0, 4250.0, 4222.0, 4251.0, 4219.0, 4228.0, 4220.0, 4238.0, 4217.0, 4229.0, 4218.0, 4228.0, 4196.0, 4229.0, 4227.0, 4239.0, 4248.0, 4220.0, 4238.0, 4230.0, 4228.0, 4231.0, 4240.0, 4220.0, 4240.0, 4231.0, 4251.0, 4220.0, 4229.0, 4222.0, 4240.0, 4220.0, 4240.0, 4219.0, 4229.0, 4219.0, 4230.0, 4208.0, 4240.0, 4219.0, 4240.0, 4219.0, 4239.0, 4230.0, 4241.0, 4221.0, 4230.0, 4219.0, 4239.0, 4220.0, 4240.0, 4211.0, 4252.0, 4210.0, 4241.0, 4220.0, 4229.0, 4209.0, 4241.0, 4210.0, 4240.0, 4219.0, 4242.0, 4222.0, 4251.0, 4213.0, 4252.0, 4223.0, 4242.0, 4221.0, 4229.0, 4219.0, 4241.0, 4220.0, 4229.0, 4220.0, 4229.0, 4228.0, 4227.0, 4220.0, 4239.0, 4219.0, 4228.0, 4218.0, 4227.0, 4219.0, 4250.0, 4210.0, 4228.0, 4219.0, 4228.0, 4217.0, 4240.0, 4220.0, 4240.0, 4230.0, 4228.0, 4229.0, 4228.0, 4220.0, 4240.0, 4218.0, 4229.0, 4219.0, 4229.0, 4209.0, 4239.0, 4220.0, 4240.0, 4217.0, 4231.0, 4209.0, 4230.0, 4210.0, 4231.0, 4219.0, 4240.0, 4207.0, 4230.0, 4198.0, 4241.0, 4210.0, 4230.0, 4200.0, 4241.0, 4219.0, 4241.0, 4198.0, 4241.0, 4208.0, 4229.0, 4238.0, 4230.0, 4238.0, 4219.0, 4226.0, 4217.0, 4217.0, 4216.0, 4226.0, 4194.0, 4228.0, 4207.0, 4226.0, 4198.0, 4229.0, 4208.0, 4242.0, 4221.0, 4243.0, 4241.0, 4242.0, 4219.0, 4232.0, 4240.0, 4240.0, 4249.0, 4223.0, 4249.0, 4243.0, 4230.0, 4232.0, 4209.0, 4242.0, 4244.0, 4242.0, 4257.0, 4233.0, 4255.0, 4233.0, 4243.0, 4241.0, 4230.0, 4250.0, 4221.0, 4237.0, 4218.0, 4228.0, 4218.0, 4229.0, 4207.0, 4228.0, 4208.0, 4229.0, 4199.0, 4239.0, 4210.0, 4241.0, 4210.0, 4233.0, 4200.0, 4233.0, 4242.0, 4234.0, 4251.0, 4242.0, 4251.0, 4233.0, 4250.0, 4223.0, 4251.0, 4232.0, 4253.0, 4231.0, 4238.0, 4218.0, 4227.0, 4207.0, 4229.0, 4239.0, 4230.0, 4246.0, 4217.0, 4226.0, 4218.0, 4228.0, 4209.0, 4228.0, 4196.0, 4228.0, 4205.0, 4227.0, 4227.0, 4217.0, 4217.0, 4218.0, 4228.0, 4228.0, 4228.0, 4229.0, 4240.0, 4218.0, 4240.0, 4205.0, 4229.0, 4197.0, 4227.0, 4227.0, 4229.0, 4230.0, 4230.0, 4228.0, 4230.0, 4229.0, 4242.0, 4243.0, 4234.0, 4264.0, 4242.0, 4240.0, 4244.0, 4230.0, 4233.0, 4240.0, 4233.0, 4251.0, 4222.0, 4241.0, 4222.0, 4239.0, 4231.0, 4221.0, 4229.0, 4239.0, 4233.0, 4250.0, 4232.0, 4251.0, 4231.0, 4240.0, 4220.0, 4251.0, 4220.0, 4239.0, 4198.0, 4230.0, 4198.0, 4229.0, 4209.0, 4242.0, 4210.0, 4241.0, 4221.0, 4241.0, 4220.0, 4241.0, 4231.0, 4252.0, 4220.0, 4260.0, 4230.0, 4238.0, 4219.0, 4239.0, 4220.0, 4248.0, 4232.0, 4218.0, 4230.0, 4209.0, 4241.0, 4210.0, 4243.0, 4209.0, 4242.0, 4220.0, 4240.0, 4210.0, 4240.0, 4231.0, 4241.0, 4232.0, 4231.0, 4231.0], 'WindowWidth': [9461.0, 9436.0, 9398.0, 9423.0, 9382.0, 9398.0, 9370.0, 9384.0, 9348.0, 9384.0, 9369.0, 9387.0, 9353.0, 9384.0, 9348.0, 9375.0, 9349.0, 9391.0, 9350.0, 9389.0, 9368.0, 9386.0, 9364.0, 9388.0, 9366.0, 9395.0, 9370.0, 9389.0, 9365.0, 9390.0, 9382.0, 9390.0, 9408.0, 9373.0, 9395.0, 9346.0, 9375.0, 9333.0, 9390.0, 9346.0, 9404.0, 9341.0, 9379.0, 9339.0, 9382.0, 9345.0, 9386.0, 9337.0, 9365.0, 9348.0, 9365.0, 9345.0, 9376.0, 9353.0, 9362.0, 9353.0, 9362.0, 9354.0, 9380.0, 9342.0, 9384.0, 9342.0, 9384.0, 9327.0, 9386.0, 9341.0, 9384.0, 9331.0, 9392.0, 9352.0, 9404.0, 9349.0, 9390.0, 9348.0, 9390.0, 9349.0, 9408.0, 9367.0, 9379.0, 9369.0, 9391.0, 9371.0, 9410.0, 9403.0, 9423.0, 9401.0, 9364.0, 9398.0, 9336.0, 9409.0, 9352.0, 9392.0, 9348.0, 9394.0, 9335.0, 9394.0, 9351.0, 9393.0, 9347.0, 9391.0, 9365.0, 9389.0, 9366.0, 9395.0, 9370.0, 9415.0, 9378.0, 9400.0, 9375.0, 9385.0, 9381.0, 9397.0, 9361.0, 9387.0, 9384.0, 9385.0, 9377.0, 9386.0, 9405.0, 9384.0, 9386.0, 9353.0, 9367.0, 9332.0, 9369.0, 9365.0, 9371.0, 9335.0, 9368.0, 9326.0, 9367.0, 9326.0, 9373.0, 9346.0, 9389.0, 9344.0, 9384.0, 9363.0, 9363.0, 9426.0, 9407.0, 9378.0, 9360.0, 9396.0, 9386.0, 9373.0, 9415.0, 9355.0, 9413.0, 9420.0, 9395.0, 9397.0, 9370.0, 9391.0, 9354.0, 9364.0, 9354.0, 9377.0, 9354.0, 9374.0, 9351.0, 9361.0, 9366.0, 9362.0, 9354.0, 9362.0, 9354.0, 9363.0, 9353.0, 9361.0, 9334.0, 9359.0, 9332.0, 9361.0, 9334.0, 9366.0, 9304.0, 9368.0, 9303.0, 9365.0, 9358.0, 9370.0, 9383.0, 9363.0, 9369.0, 9345.0, 9368.0, 9361.0, 9354.0, 9345.0, 9383.0, 9349.0, 9386.0, 9345.0, 9384.0, 9346.0, 9386.0, 9332.0, 9392.0, 9361.0, 9389.0, 9333.0, 9392.0, 9329.0, 9390.0, 9375.0, 9395.0, 9388.0, 9395.0, 9388.0, 9378.0, 9399.0, 9379.0, 9402.0, 9368.0, 9391.0, 9349.0, 9390.0, 9353.0, 9407.0, 9370.0, 9392.0, 9366.0, 9376.0, 9354.0, 9373.0, 9372.0, 9395.0, 9370.0, 9403.0, 9370.0, 9417.0, 9365.0, 9416.0, 9366.0, 9411.0, 9364.0, 9384.0, 9362.0, 9387.0, 9357.0, 9387.0, 9359.0, 9383.0, 9357.0, 9378.0, 9334.0, 9370.0, 9326.0, 9373.0, 9381.0, 9372.0, 9366.0, 9358.0, 9369.0, 9341.0, 9355.0, 9342.0, 9384.0, 9346.0, 9383.0, 9349.0, 9387.0, 9351.0, 9410.0, 9371.0, 9397.0, 9381.0, 9394.0, 9355.0, 9412.0, 9356.0, 9410.0, 9354.0, 9396.0, 9367.0, 9407.0, 9376.0, 9425.0, 9371.0, 9392.0, 9365.0, 9387.0, 9349.0, 9405.0, 9351.0, 9405.0, 9346.0, 9387.0, 9346.0, 9387.0, 9345.0, 9390.0, 9343.0, 9385.0, 9322.0, 9367.0, 9362.0, 9352.0, 9362.0, 9355.0, 9367.0, 9347.0, 9370.0, 9363.0, 9374.0, 9380.0, 9387.0, 9387.0, 9407.0, 9395.0, 9402.0, 9394.0, 9402.0, 9376.0, 9399.0, 9377.0, 9398.0, 9373.0, 9395.0, 9371.0, 9366.0, 9360.0, 9370.0, 9360.0, 9382.0, 9375.0, 9382.0, 9389.0, 9369.0, 9380.0, 9385.0, 9391.0, 9372.0, 9392.0, 9356.0, 9391.0, 9387.0, 9390.0, 9351.0, 9395.0, 9346.0, 9393.0, 9350.0, 9396.0, 9364.0, 9391.0, 9346.0, 9389.0, 9356.0, 9387.0, 9332.0, 9383.0, 9344.0, 9388.0, 9355.0, 9384.0, 9341.0, 9388.0, 9346.0, 9387.0, 9328.0, 9391.0, 9351.0, 9386.0, 9394.0, 9370.0, 9391.0, 9370.0, 9364.0, 9372.0, 9364.0, 9359.0, 9372.0, 9345.0, 9367.0, 9359.0, 9383.0, 9359.0, 9365.0, 9346.0, 9387.0, 9334.0, 9389.0, 9348.0, 9387.0, 9351.0, 9390.0, 9365.0, 9391.0, 9378.0, 9389.0, 9363.0, 9401.0, 9361.0, 9386.0, 9344.0, 9387.0, 9342.0, 9383.0, 9356.0, 9384.0, 9344.0, 9387.0, 9356.0, 9388.0, 9358.0, 9406.0, 9380.0, 9388.0, 9360.0, 9390.0, 9346.0, 9389.0, 9346.0, 9393.0, 9347.0, 9388.0, 9348.0, 9391.0, 9343.0, 9394.0, 9378.0, 9395.0, 9364.0, 9395.0, 9348.0, 9393.0, 9372.0, 9389.0, 9399.0, 9377.0, 9397.0, 9387.0, 9394.0, 9390.0, 9383.0, 9378.0, 9382.0, 9385.0, 9341.0, 9387.0, 9330.0, 9390.0, 9375.0, 9390.0, 9372.0, 9376.0, 9383.0, 9387.0, 9393.0, 9353.0, 9380.0, 9340.0, 9376.0, 9341.0, 9366.0, 9337.0, 9383.0, 9343.0, 9389.0, 9356.0, 9405.0, 9411.0, 9379.0, 9369.0, 9368.0, 9387.0, 9409.0, 9432.0, 9424.0, 9420.0, 9397.0, 9404.0, 9355.0, 9382.0, 9340.0, 9378.0, 9377.0, 9367.0, 9330.0, 9362.0, 9343.0, 9351.0, 9364.0, 9353.0, 9380.0, 9357.0, 9377.0, 9325.0, 9388.0, 9346.0, 9373.0, 9333.0, 9390.0, 9334.0, 9393.0, 9363.0, 9395.0, 9390.0, 9393.0, 9383.0, 9361.0, 9402.0, 9360.0, 9399.0, 9339.0, 9385.0, 9354.0, 9370.0, 9341.0, 9384.0, 9345.0, 9389.0, 9332.0, 9390.0, 9346.0, 9373.0, 9369.0, 9370.0, 9380.0, 9356.0, 9383.0, 9340.0, 9360.0, 9350.0, 9379.0, 9345.0, 9366.0, 9321.0, 9368.0, 9338.0, 9368.0, 9328.0, 9388.0, 9355.0, 9390.0, 9389.0, 9393.0, 9385.0, 9380.0, 9410.0, 9376.0, 9388.0, 9366.0, 9390.0, 9365.0, 9399.0, 9361.0, 9387.0, 9379.0, 9390.0, 9366.0, 9374.0, 9381.0, 9392.0, 9365.0, 9388.0, 9365.0, 9401.0, 9364.0, 9401.0, 9357.0, 9367.0, 9357.0, 9382.0, 9352.0, 9369.0, 9351.0, 9367.0, 9322.0, 9369.0, 9363.0, 9384.0, 9395.0, 9359.0, 9380.0, 9374.0, 9367.0, 9376.0, 9386.0, 9362.0, 9386.0, 9375.0, 9401.0, 9360.0, 9369.0, 9366.0, 9385.0, 9359.0, 9384.0, 9357.0, 9369.0, 9356.0, 9371.0, 9341.0, 9384.0, 9356.0, 9384.0, 9357.0, 9382.0, 9374.0, 9389.0, 9363.0, 9373.0, 9358.0, 9383.0, 9359.0, 9385.0, 9350.0, 9405.0, 9347.0, 9388.0, 9357.0, 9371.0, 9342.0, 9388.0, 9348.0, 9387.0, 9357.0, 9391.0, 9365.0, 9404.0, 9356.0, 9407.0, 9366.0, 9390.0, 9361.0, 9371.0, 9356.0, 9386.0, 9360.0, 9368.0, 9357.0, 9369.0, 9367.0, 9364.0, 9359.0, 9382.0, 9357.0, 9366.0, 9355.0, 9366.0, 9357.0, 9401.0, 9345.0, 9367.0, 9357.0, 9368.0, 9353.0, 9384.0, 9360.0, 9383.0, 9372.0, 9367.0, 9369.0, 9364.0, 9360.0, 9384.0, 9355.0, 9368.0, 9355.0, 9367.0, 9341.0, 9384.0, 9358.0, 9385.0, 9351.0, 9373.0, 9342.0, 9373.0, 9345.0, 9376.0, 9356.0, 9387.0, 9339.0, 9372.0, 9326.0, 9388.0, 9345.0, 9373.0, 9332.0, 9389.0, 9357.0, 9388.0, 9326.0, 9386.0, 9339.0, 9370.0, 9379.0, 9372.0, 9380.0, 9355.0, 9359.0, 9347.0, 9349.0, 9345.0, 9359.0, 9315.0, 9364.0, 9336.0, 9362.0, 9325.0, 9369.0, 9341.0, 9390.0, 9363.0, 9394.0, 9388.0, 9391.0, 9356.0, 9377.0, 9385.0, 9386.0, 9397.0, 9365.0, 9395.0, 9394.0, 9373.0, 9378.0, 9344.0, 9392.0, 9399.0, 9394.0, 9419.0, 9384.0, 9415.0, 9382.0, 9394.0, 9387.0, 9372.0, 9396.0, 9357.0, 9375.0, 9351.0, 9364.0, 9354.0, 9368.0, 9336.0, 9365.0, 9339.0, 9368.0, 9328.0, 9385.0, 9346.0, 9387.0, 9344.0, 9379.0, 9332.0, 9381.0, 9391.0, 9384.0, 9402.0, 9393.0, 9403.0, 9382.0, 9401.0, 9368.0, 9404.0, 9378.0, 9404.0, 9374.0, 9379.0, 9352.0, 9363.0, 9336.0, 9369.0, 9381.0, 9369.0, 9386.0, 9350.0, 9359.0, 9351.0, 9363.0, 9339.0, 9364.0, 9320.0, 9365.0, 9330.0, 9363.0, 9361.0, 9350.0, 9350.0, 9354.0, 9365.0, 9365.0, 9365.0, 9367.0, 9383.0, 9352.0, 9383.0, 9331.0, 9366.0, 9321.0, 9363.0, 9363.0, 9369.0, 9370.0, 9373.0, 9366.0, 9374.0, 9370.0, 9393.0, 9395.0, 9386.0, 9426.0, 9396.0, 9388.0, 9398.0, 9373.0, 9381.0, 9387.0, 9382.0, 9403.0, 9365.0, 9389.0, 9365.0, 9385.0, 9376.0, 9361.0, 9372.0, 9385.0, 9382.0, 9400.0, 9377.0, 9400.0, 9375.0, 9387.0, 9360.0, 9401.0, 9359.0, 9382.0, 9327.0, 9372.0, 9327.0, 9370.0, 9344.0, 9391.0, 9348.0, 9389.0, 9362.0, 9388.0, 9361.0, 9390.0, 9378.0, 9405.0, 9360.0, 9409.0, 9372.0, 9379.0, 9356.0, 9382.0, 9359.0, 9394.0, 9377.0, 9354.0, 9373.0, 9343.0, 9389.0, 9345.0, 9391.0, 9342.0, 9389.0, 9356.0, 9385.0, 9347.0, 9385.0, 9374.0, 9387.0, 9379.0, 9374.0, 9376.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.00030452243958573077</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015533535558112774</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.73662803141705</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2152504362327192</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004252349884793</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4507</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6976.0952</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0694836640420529</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.23014959723820483</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5281951276504206</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.44263457812669</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7216656623831614</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4202851424414114</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00783714</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013944943435490131</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02846432477235794</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.7452091783974435</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>24.2557</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8823</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.1798</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308607.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>784.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.051</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9714</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.145</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3486.9298</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3747.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67937.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1029.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.4708</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.73108294652775</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> |