=== 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-0104 --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-0104",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 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-0104_ses-02_task-alignvideo_acq-mb8_run-01_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-0104_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0104_suffix-bold_task-alignvideo" 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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0104_suffix-bold_task-alignvideo" 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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0104_suffix-bold_task-alignvideo" 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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0104_suffix-bold_task-alignvideo" 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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0104_suffix-bold_task-alignvideo" 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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0104_suffix-bold_task-alignvideo" 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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0104_suffix-bold_task-alignvideo" 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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_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-0104/ses-02/func/sub-0104_ses-02_task-alignvideo_acq-mb8_run-01_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>3a086543c5349f4855311b53f9af043d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:14:59.487500</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.99831, -0.0446385, -0.037201, 0.0456822, 0.998572, 0.0276952]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.100319</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4212, -7760, -7242, 336, -151, -165, -48, 91]</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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f4801a3-4eb2-4e74-a7a6-8aa0e660f5a7||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.678393602371216, 0.12256203591823578, -0.09696124494075775, 107.48773956298828], [0.11976176500320435, 2.67909574508667, 0.07923923432826996, -109.22943115234375], [-0.09980747103691101, -0.07430429756641388, 2.697094678878784, -68.86852264404297], [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, 839]</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], 'AcquisitionTime': ['151459.487500', '151459.947500', '151500.407500', '151500.867500', '151501.327500', '151501.787500', '151502.247500', '151502.707500', '151503.167500', '151503.627500', '151504.087500', '151504.547500', '151505.007500', '151505.467500', '151505.927500', '151506.387500', '151506.847500', '151507.307500', '151507.767500', '151508.227500', '151508.687500', '151509.147500', '151509.607500', '151510.067500', '151510.527500', '151510.987500', '151511.447500', '151511.907500', '151512.367500', '151512.827500', '151513.287500', '151513.747500', '151514.207500', '151514.667500', '151515.127500', '151515.587500', '151516.047500', '151516.507500', '151516.967500', '151517.427500', '151517.887500', '151518.347500', '151518.807500', '151519.267500', '151519.727500', '151520.187500', '151520.647500', '151521.107500', '151521.567500', '151522.027500', '151522.487500', '151522.947500', '151523.407500', '151523.867500', '151524.327500', '151524.787500', '151525.247500', '151525.707500', '151526.167500', '151526.627500', '151527.087500', '151527.547500', '151528.007500', '151528.467500', '151528.927500', '151529.387500', '151529.847500', '151530.307500', '151530.767500', '151531.227500', '151531.687500', '151532.147500', '151532.607500', '151533.067500', '151533.527500', '151533.987500', '151534.447500', '151534.907500', '151535.367500', '151535.827500', '151536.287500', '151536.747500', '151537.207500', '151537.667500', '151538.127500', '151538.587500', '151539.047500', '151539.507500', '151539.967500', '151540.427500', '151540.887500', '151541.347500', '151541.807500', '151542.267500', '151542.727500', '151543.187500', '151543.647500', '151544.107500', '151544.567500', '151545.027500', '151545.487500', '151545.947500', '151546.407500', '151546.867500', '151547.327500', '151547.787500', '151548.247500', '151548.707500', '151549.167500', '151549.627500', '151550.087500', '151550.547500', '151551.007500', '151551.467500', '151551.927500', '151552.387500', '151552.847500', '151553.307500', '151553.767500', '151554.227500', '151554.687500', '151555.147500', '151555.607500', '151556.067500', '151556.527500', '151556.987500', '151557.447500', '151557.907500', '151558.367500', '151558.827500', '151559.287500', '151559.747500', '151600.207500', '151600.667500', '151601.127500', '151601.587500', '151602.047500', '151602.507500', '151602.967500', '151603.427500', '151603.887500', '151604.347500', '151604.807500', '151605.267500', '151605.727500', '151606.187500', '151606.647500', '151607.107500', '151607.567500', '151608.027500', '151608.487500', '151608.947500', '151609.407500', '151609.867500', '151610.327500', '151610.787500', '151611.247500', '151611.707500', '151612.167500', '151612.627500', '151613.087500', '151613.547500', '151614.007500', '151614.467500', '151614.927500', '151615.387500', '151615.847500', '151616.307500', '151616.767500', '151617.227500', '151617.687500', '151618.147500', '151618.607500', '151619.067500', '151619.527500', '151619.987500', '151620.447500', '151620.907500', '151621.367500', '151621.827500', '151622.287500', '151622.747500', '151623.207500', '151623.667500', '151624.127500', '151624.587500', '151625.047500', '151625.507500', '151625.967500', '151626.427500', '151626.887500', '151627.347500', '151627.807500', '151628.267500', '151628.727500', '151629.187500', '151629.647500', '151630.107500', '151630.567500', '151631.027500', '151631.487500', '151631.947500', '151632.407500', '151632.867500', '151633.327500', '151633.787500', '151634.247500', '151634.707500', '151635.167500', '151635.627500', '151636.087500', '151636.547500', '151637.007500', '151637.467500', '151637.927500', '151638.387500', '151638.847500', '151639.307500', '151639.767500', '151640.227500', '151640.687500', '151641.147500', '151641.607500', '151642.067500', '151642.527500', '151642.987500', '151643.447500', '151643.907500', '151644.367500', '151644.827500', '151645.287500', '151645.747500', '151646.207500', '151646.667500', '151647.127500', '151647.587500', '151648.047500', '151648.507500', '151648.967500', '151649.427500', '151649.887500', '151650.347500', '151650.807500', '151651.267500', '151651.727500', '151652.187500', '151652.647500', '151653.107500', '151653.567500', '151654.027500', '151654.487500', '151654.947500', '151655.407500', '151655.867500', '151656.327500', '151656.787500', '151657.247500', '151657.707500', '151658.167500', '151658.627500', '151659.087500', '151659.547500', '151700.007500', '151700.467500', '151700.927500', '151701.387500', '151701.847500', '151702.307500', '151702.767500', '151703.227500', '151703.687500', '151704.147500', '151704.607500', '151705.067500', '151705.527500', '151705.987500', '151706.447500', '151706.907500', '151707.367500', '151707.827500', '151708.287500', '151708.747500', '151709.207500', '151709.667500', '151710.127500', '151710.587500', '151711.047500', '151711.507500', '151711.967500', '151712.427500', '151712.887500', '151713.347500', '151713.807500', '151714.267500', '151714.727500', '151715.187500', '151715.647500', '151716.107500', '151716.567500', '151717.027500', '151717.487500', '151717.947500', '151718.407500', '151718.867500', '151719.327500', '151719.787500', '151720.247500', '151720.707500', '151721.167500', '151721.627500', '151722.087500', '151722.547500', '151723.007500', '151723.467500', '151723.927500', '151724.387500', '151724.847500', '151725.307500', '151725.767500', '151726.227500', '151726.687500', '151727.147500', '151727.607500', '151728.067500', '151728.527500', '151728.987500', '151729.447500', '151729.907500', '151730.367500', '151730.827500', '151731.287500', '151731.747500', '151732.207500', '151732.667500', '151733.127500', '151733.587500', '151734.047500', '151734.507500', '151734.967500', '151735.427500', '151735.887500', '151736.347500', '151736.807500', '151737.267500', '151737.727500', '151738.187500', '151738.647500', '151739.107500', '151739.567500', '151740.027500', '151740.487500', '151740.947500', '151741.407500', '151741.867500', '151742.327500', '151742.787500', '151743.247500', '151743.707500', '151744.167500', '151744.627500', '151745.087500', '151745.547500', '151746.007500', '151746.467500', '151746.927500', '151747.387500', '151747.847500', '151748.307500', '151748.767500', '151749.227500', '151749.687500', '151750.147500', '151750.607500', '151751.067500', '151751.527500', '151751.987500', '151752.447500', '151752.907500', '151753.367500', '151753.827500', '151754.287500', '151754.747500', '151755.207500', '151755.667500', '151756.127500', '151756.587500', '151757.047500', '151757.507500', '151757.967500', '151758.427500', '151758.887500', '151759.347500', '151759.807500', '151800.267500', '151800.727500', '151801.187500', '151801.647500', '151802.107500', '151802.567500', '151803.027500', '151803.487500', '151803.947500', '151804.407500', '151804.867500', '151805.327500', '151805.787500', '151806.247500', '151806.707500', '151807.167500', '151807.627500', '151808.087500', '151808.547500', '151809.007500', '151809.467500', '151809.927500', '151810.387500', '151810.847500', '151811.307500', '151811.767500', '151812.227500', '151812.687500', '151813.147500', '151813.607500', '151814.067500', '151814.527500', '151814.987500', '151815.447500', '151815.907500', '151816.367500', '151816.827500', '151817.287500', '151817.747500', '151818.207500', '151818.667500', '151819.127500', '151819.587500', '151820.047500', '151820.507500', '151820.967500', '151821.427500', '151821.887500', '151822.347500', '151822.807500', '151823.267500', '151823.727500', '151824.187500', '151824.647500', '151825.107500', '151825.567500', '151826.027500', '151826.487500', '151826.947500', '151827.407500', '151827.867500', '151828.327500', '151828.787500', '151829.247500', '151829.707500', '151830.167500', '151830.627500', '151831.087500', '151831.547500', '151832.007500', '151832.467500', '151832.927500', '151833.387500', '151833.847500', '151834.307500', '151834.767500', '151835.227500', '151835.687500', '151836.147500', '151836.607500', '151837.067500', '151837.527500', '151837.987500', '151838.447500', '151838.907500', '151839.367500', '151839.827500', '151840.287500', '151840.747500', '151841.207500', '151841.667500', '151842.127500', '151842.587500', '151843.047500', '151843.507500', '151843.967500', '151844.427500', '151844.887500', '151845.347500', '151845.807500', '151846.267500', '151846.727500', '151847.187500', '151847.647500', '151848.107500', '151848.567500', '151849.027500', '151849.487500', '151849.947500', '151850.407500', '151850.867500', '151851.327500', '151851.787500', '151852.247500', '151852.707500', '151853.167500', '151853.627500', '151854.087500', '151854.547500', '151855.007500', '151855.467500', '151855.927500', '151856.387500', '151856.847500', '151857.307500', '151857.767500', '151858.227500', '151858.687500', '151859.147500', '151859.607500', '151900.067500', '151900.527500', '151900.987500', '151901.447500', '151901.907500', '151902.367500', '151902.827500', '151903.287500', '151903.747500', '151904.207500', '151904.667500', '151905.127500', '151905.587500', '151906.047500', '151906.507500', '151906.967500', '151907.427500', '151907.887500', '151908.347500', '151908.807500', '151909.267500', '151909.727500', '151910.187500', '151910.647500', '151911.107500', '151911.567500', '151912.027500', '151912.487500', '151912.947500', '151913.407500', '151913.867500', '151914.327500', '151914.787500', '151915.247500', '151915.707500', '151916.167500', '151916.627500', '151917.087500', '151917.547500', '151918.007500', '151918.467500', '151918.927500', '151919.387500', '151919.847500', '151920.307500', '151920.767500', '151921.227500', '151921.687500', '151922.147500', '151922.607500', '151923.067500', '151923.527500', '151923.987500', '151924.447500', '151924.907500', '151925.367500', '151925.827500', '151926.287500', '151926.747500', '151927.207500', '151927.667500', '151928.127500', '151928.587500', '151929.047500', '151929.507500', '151929.967500', '151930.427500', '151930.887500', '151931.347500', '151931.807500', '151932.267500', '151932.727500', '151933.187500', '151933.647500', '151934.107500', '151934.567500', '151935.027500', '151935.487500', '151935.947500', '151936.407500', '151936.867500', '151937.327500', '151937.787500', '151938.247500', '151938.707500', '151939.167500', '151939.627500', '151940.087500', '151940.547500', '151941.007500', '151941.467500', '151941.927500', '151942.387500', '151942.847500', '151943.307500', '151943.767500', '151944.227500', '151944.687500', '151945.147500', '151945.607500', '151946.067500', '151946.527500', '151946.987500', '151947.447500', '151947.907500', '151948.367500', '151948.827500', '151949.287500', '151949.747500', '151950.207500', '151950.667500', '151951.127500', '151951.587500', '151952.047500', '151952.507500', '151952.967500', '151953.427500', '151953.887500', '151954.347500', '151954.807500', '151955.267500', '151955.727500', '151956.187500', '151956.647500', '151957.107500', '151957.567500', '151958.027500', '151958.487500', '151958.947500', '151959.407500', '151959.867500', '152000.327500', '152000.787500', '152001.247500', '152001.707500', '152002.167500', '152002.627500', '152003.087500', '152003.547500', '152004.007500', '152004.467500', '152004.927500', '152005.387500', '152005.847500', '152006.307500', '152006.767500', '152007.227500', '152007.687500', '152008.147500', '152008.607500', '152009.067500', '152009.527500', '152009.987500', '152010.447500', '152010.907500', '152011.367500', '152011.827500', '152012.287500', '152012.747500', '152013.207500', '152013.667500', '152014.127500', '152014.587500', '152015.047500', '152015.507500', '152015.967500', '152016.427500', '152016.887500', '152017.347500', '152017.807500', '152018.267500', '152018.727500', '152019.187500', '152019.647500', '152020.107500', '152020.567500', '152021.027500', '152021.487500', '152021.947500', '152022.407500', '152022.867500', '152023.327500', '152023.787500', '152024.247500', '152024.707500', '152025.167500', '152025.627500', '152026.087500', '152026.547500', '152027.007500', '152027.467500', '152027.927500', '152028.387500', '152028.847500', '152029.307500', '152029.767500', '152030.227500', '152030.687500', '152031.147500', '152031.607500', '152032.067500', '152032.527500', '152032.987500', '152033.447500', '152033.907500', '152034.367500', '152034.827500', '152035.287500', '152035.747500', '152036.207500', '152036.667500', '152037.127500', '152037.587500', '152038.047500', '152038.507500', '152038.967500', '152039.427500', '152039.887500', '152040.347500', '152040.807500', '152041.267500', '152041.727500', '152042.187500', '152042.647500', '152043.107500', '152043.567500', '152044.027500', '152044.487500', '152044.947500', '152045.407500', '152045.867500', '152046.327500', '152046.787500', '152047.247500', '152047.707500', '152048.167500', '152048.627500', '152049.087500', '152049.547500', '152050.007500', '152050.467500', '152050.927500', '152051.387500', '152051.847500', '152052.307500', '152052.767500', '152053.227500', '152053.687500', '152054.147500', '152054.607500', '152055.067500', '152055.527500', '152055.987500', '152056.447500', '152056.907500', '152057.367500', '152057.827500', '152058.287500', '152058.747500', '152059.207500', '152059.667500', '152100.127500', '152100.587500', '152101.047500', '152101.507500', '152101.967500', '152102.427500', '152102.887500', '152103.347500', '152103.807500', '152104.267500', '152104.727500', '152105.187500', '152105.647500', '152106.107500', '152106.567500', '152107.027500', '152107.487500', '152107.947500', '152108.407500', '152108.867500', '152109.327500', '152109.787500', '152110.247500', '152110.707500', '152111.167500', '152111.627500', '152112.087500', '152112.547500', '152113.007500', '152113.467500', '152113.927500', '152114.387500', '152114.847500', '152115.307500', '152115.767500', '152116.227500', '152116.687500', '152117.147500', '152117.607500', '152118.067500', '152118.527500', '152118.987500', '152119.447500', '152119.907500', '152120.367500', '152120.827500', '152121.287500', '152121.747500', '152122.207500', '152122.667500', '152123.127500', '152123.587500', '152124.047500', '152124.507500', '152124.967500'], 'ContentTime': ['151523.861000', '151523.864000', '151523.867000', '151523.870000', '151523.872000', '151523.875000', '151523.877000', '151523.880000', '151523.883000', '151523.885000', '151523.888000', '151523.890000', '151523.893000', '151523.896000', '151523.898000', '151523.901000', '151523.903000', '151523.906000', '151523.908000', '151523.911000', '151523.914000', '151523.916000', '151523.919000', '151523.933000', '151523.936000', '151523.939000', '151523.941000', '151523.944000', '151523.947000', '151523.949000', '151523.952000', '151523.954000', '151523.957000', '151523.959000', '151523.962000', '151523.965000', '151523.967000', '151523.970000', '151523.972000', '151523.975000', '151523.977000', '151523.980000', '151523.983000', '151523.985000', '151523.988000', '151523.991000', '151523.993000', '151523.996000', '151523.998000', '151524.002000', '151543.822000', '151543.824000', '151543.827000', '151543.830000', '151543.832000', '151543.835000', '151543.838000', '151543.840000', '151543.843000', '151543.846000', '151543.848000', '151543.851000', '151543.853000', '151543.856000', '151543.858000', '151543.861000', '151543.863000', '151543.866000', '151543.869000', '151543.871000', '151543.874000', '151543.877000', '151543.894000', '151543.910000', '151543.912000', '151543.915000', '151543.918000', '151543.920000', '151543.923000', '151543.925000', '151543.928000', '151543.931000', '151543.933000', '151543.936000', '151543.938000', '151543.941000', '151543.944000', '151543.946000', '151543.949000', '151543.952000', '151543.954000', '151543.957000', '151543.959000', '151603.821000', '151603.824000', '151603.827000', '151603.829000', '151603.832000', '151603.835000', '151603.837000', '151603.840000', '151603.842000', '151603.845000', '151603.848000', '151603.850000', '151603.853000', '151603.856000', '151603.858000', '151603.861000', '151603.863000', '151603.866000', '151603.869000', '151603.871000', '151603.874000', '151603.877000', '151603.879000', '151603.882000', '151603.884000', '151603.887000', '151603.890000', '151603.892000', '151603.895000', '151603.897000', '151603.900000', '151603.902000', '151603.905000', '151603.908000', '151603.910000', '151603.913000', '151603.916000', '151603.925000', '151603.927000', '151603.930000', '151603.933000', '151603.935000', '151603.938000', '151603.940000', '151623.821000', '151623.824000', '151623.827000', '151623.830000', '151623.832000', '151623.835000', '151623.837000', '151623.840000', '151623.843000', '151623.845000', '151623.848000', '151623.850000', '151623.853000', '151623.856000', '151623.858000', '151623.861000', '151623.863000', '151623.866000', '151623.869000', '151623.872000', '151623.874000', '151623.877000', '151623.880000', '151623.882000', '151623.885000', '151623.888000', '151623.890000', '151623.893000', '151623.895000', '151623.898000', '151623.900000', '151623.903000', '151623.918000', '151623.921000', '151623.923000', '151623.926000', '151623.928000', '151623.931000', '151623.934000', '151623.936000', '151623.939000', '151623.941000', '151623.944000', '151643.821000', '151643.824000', '151643.827000', '151643.830000', '151643.839000', '151643.841000', '151643.844000', '151643.847000', '151643.849000', '151643.852000', '151643.855000', '151643.857000', '151643.860000', '151643.863000', '151643.865000', '151643.875000', '151643.877000', '151643.880000', '151643.883000', '151643.885000', '151643.895000', '151643.898000', '151643.900000', '151643.903000', '151643.905000', '151643.908000', '151643.911000', '151643.913000', '151643.916000', '151643.918000', '151643.921000', '151643.924000', '151643.926000', '151643.929000', '151643.932000', '151643.934000', '151643.937000', '151643.939000', '151643.942000', '151643.945000', '151643.947000', '151643.950000', '151643.952000', '151643.955000', '151703.822000', '151703.824000', '151703.827000', '151703.830000', '151703.832000', '151703.835000', '151703.838000', '151703.840000', '151703.843000', '151703.846000', '151703.848000', '151703.856000', '151703.859000', '151703.861000', '151703.871000', '151703.874000', '151703.877000', '151703.880000', '151703.882000', '151703.885000', '151703.887000', '151703.890000', '151703.893000', '151703.895000', '151703.898000', '151703.900000', '151703.903000', '151703.905000', '151703.908000', '151703.911000', '151703.913000', '151703.916000', '151703.919000', '151703.921000', '151703.924000', '151703.926000', '151703.929000', '151703.932000', '151703.936000', '151703.939000', '151703.941000', '151703.944000', '151703.947000', '151723.820000', '151723.823000', '151723.826000', '151723.829000', '151723.831000', '151723.834000', '151723.836000', '151723.839000', '151723.842000', '151723.844000', '151723.847000', '151723.849000', '151723.852000', '151723.854000', '151723.857000', '151723.868000', '151723.870000', '151723.873000', '151723.875000', '151723.878000', '151723.881000', '151723.884000', '151723.886000', '151723.889000', '151723.892000', '151723.894000', '151723.897000', '151723.899000', '151723.902000', '151723.905000', '151723.907000', '151723.910000', '151723.913000', '151723.915000', '151723.918000', '151723.920000', '151723.923000', '151723.926000', '151723.928000', '151723.931000', '151723.934000', '151723.936000', '151723.939000', '151723.941000', '151743.820000', '151743.823000', '151743.826000', '151743.829000', '151743.831000', '151743.834000', '151743.837000', '151743.839000', '151743.842000', '151743.845000', '151743.847000', '151743.850000', '151743.853000', '151743.855000', '151743.858000', '151743.860000', '151743.863000', '151743.866000', '151743.868000', '151743.871000', '151743.874000', '151743.876000', '151743.879000', '151743.882000', '151743.884000', '151743.887000', '151743.890000', '151743.892000', '151743.895000', '151743.898000', '151743.900000', '151743.903000', '151743.905000', '151743.908000', '151743.911000', '151743.913000', '151743.916000', '151743.918000', '151743.921000', '151743.924000', '151743.940000', '151743.943000', '151743.945000', '151803.822000', '151803.824000', '151803.827000', '151803.830000', '151803.832000', '151803.835000', '151803.837000', '151803.840000', '151803.843000', '151803.845000', '151803.848000', '151803.850000', '151803.853000', '151803.856000', '151803.872000', '151803.875000', '151803.877000', '151803.880000', '151803.883000', '151803.885000', '151803.888000', '151803.890000', '151803.893000', '151803.896000', '151803.898000', '151803.901000', '151803.904000', '151803.906000', '151803.909000', '151803.911000', '151803.914000', '151803.916000', '151803.919000', '151803.922000', '151803.924000', '151803.927000', '151803.929000', '151803.942000', '151803.945000', '151803.947000', '151803.950000', '151803.952000', '151803.955000', '151803.958000', '151823.822000', '151823.825000', '151823.827000', '151823.830000', '151823.833000', '151823.835000', '151823.838000', '151823.840000', '151823.843000', '151823.845000', '151823.848000', '151823.851000', '151823.853000', '151823.856000', '151823.859000', '151823.861000', '151823.864000', '151823.867000', '151823.869000', '151823.872000', '151823.874000', '151823.877000', '151823.880000', '151823.882000', '151823.885000', '151823.887000', '151823.890000', '151823.893000', '151823.895000', '151823.898000', '151823.901000', '151823.903000', '151823.906000', '151823.908000', '151823.911000', '151823.914000', '151823.916000', '151823.919000', '151823.921000', '151823.924000', '151823.927000', '151823.929000', '151823.932000', '151843.821000', '151843.824000', '151843.827000', '151843.830000', '151843.832000', '151843.835000', '151843.837000', '151843.840000', '151843.843000', '151843.845000', '151843.848000', '151843.850000', '151843.853000', '151843.856000', '151843.858000', '151843.861000', '151843.863000', '151843.866000', '151843.869000', '151843.871000', '151843.874000', '151843.876000', '151843.879000', '151843.882000', '151843.884000', '151843.887000', '151843.890000', '151843.892000', '151843.895000', '151843.898000', '151843.900000', '151843.903000', '151843.905000', '151843.908000', '151843.911000', '151843.913000', '151843.916000', '151843.918000', '151843.921000', '151843.923000', '151843.926000', '151843.929000', '151843.931000', '151843.934000', '151903.822000', '151903.824000', '151903.827000', '151903.830000', '151903.832000', '151903.835000', '151903.838000', '151903.840000', '151903.843000', '151903.845000', '151903.848000', '151903.851000', '151903.853000', '151903.856000', '151903.859000', '151903.861000', '151903.864000', '151903.866000', '151903.869000', '151903.872000', '151903.874000', '151903.877000', '151903.880000', '151903.882000', '151903.885000', '151903.887000', '151903.890000', '151903.893000', '151903.895000', '151903.898000', '151903.901000', '151903.903000', '151903.906000', '151903.908000', '151903.911000', '151903.914000', '151903.916000', '151903.919000', '151903.922000', '151903.924000', '151903.927000', '151903.930000', '151903.932000', '151923.822000', '151923.825000', '151923.828000', '151923.831000', '151923.833000', '151923.836000', '151923.839000', '151923.841000', '151923.844000', '151923.846000', '151923.849000', '151923.852000', '151923.854000', '151923.857000', '151923.860000', '151923.862000', '151923.865000', '151923.868000', '151923.870000', '151923.873000', '151923.876000', '151923.878000', '151923.881000', '151923.883000', '151923.886000', '151923.889000', '151923.891000', '151923.894000', '151923.897000', '151923.899000', '151923.902000', '151923.904000', '151923.907000', '151923.909000', '151923.912000', '151923.915000', '151923.917000', '151923.920000', '151923.922000', '151923.925000', '151923.928000', '151923.930000', '151923.933000', '151923.936000', '151943.821000', '151943.823000', '151943.826000', '151943.829000', '151943.831000', '151943.834000', '151943.837000', '151943.839000', '151943.842000', '151943.845000', '151943.847000', '151943.850000', '151943.853000', '151943.855000', '151943.858000', '151943.861000', '151943.863000', '151943.866000', '151943.869000', '151943.871000', '151943.874000', '151943.877000', '151943.879000', '151943.882000', '151943.885000', '151943.888000', '151943.890000', '151943.893000', '151943.896000', '151943.898000', '151943.901000', '151943.903000', '151943.906000', '151943.909000', '151943.911000', '151943.914000', '151943.916000', '151943.919000', '151943.922000', '151943.924000', '151943.927000', '151943.930000', '151943.932000', '152003.820000', '152003.823000', '152003.826000', '152003.829000', '152003.831000', '152003.834000', '152003.837000', '152003.839000', '152003.842000', '152003.844000', '152003.847000', '152003.850000', '152003.852000', '152003.855000', '152003.858000', '152003.860000', '152003.863000', '152003.865000', '152003.868000', '152003.871000', '152003.873000', '152003.876000', '152003.879000', '152003.881000', '152003.884000', '152003.887000', '152003.889000', '152003.892000', '152003.895000', '152003.897000', '152003.900000', '152003.902000', '152003.905000', '152003.908000', '152003.910000', '152003.913000', '152003.915000', '152003.918000', '152003.921000', '152003.930000', '152003.933000', '152003.936000', '152003.938000', '152003.941000', '152023.822000', '152023.825000', '152023.827000', '152023.830000', '152023.833000', '152023.835000', '152023.838000', '152023.840000', '152023.843000', '152023.846000', '152023.848000', '152023.851000', '152023.854000', '152023.856000', '152023.859000', '152023.862000', '152023.864000', '152023.867000', '152023.869000', '152023.872000', '152023.875000', '152023.877000', '152023.880000', '152023.883000', '152023.885000', '152023.888000', '152023.891000', '152023.893000', '152023.896000', '152023.898000', '152023.901000', '152023.904000', '152023.906000', '152023.909000', '152023.911000', '152023.914000', '152023.917000', '152023.920000', '152023.922000', '152023.925000', '152023.927000', '152023.930000', '152023.933000', '152043.822000', '152043.826000', '152043.829000', '152043.832000', '152043.834000', '152043.837000', '152043.840000', '152043.842000', '152043.845000', '152043.848000', '152043.850000', '152043.853000', '152043.855000', '152043.858000', '152043.861000', '152043.863000', '152043.866000', '152043.868000', '152043.871000', '152043.873000', '152043.876000', '152043.879000', '152043.881000', '152043.884000', '152043.887000', '152043.889000', '152043.892000', '152043.894000', '152043.897000', '152043.899000', '152043.902000', '152043.905000', '152043.907000', '152043.910000', '152043.912000', '152043.915000', '152043.917000', '152043.920000', '152043.923000', '152043.925000', '152043.928000', '152043.930000', '152043.933000', '152043.935000', '152103.822000', '152103.824000', '152103.827000', '152103.830000', '152103.832000', '152103.855000', '152103.857000', '152103.860000', '152103.863000', '152103.865000', '152103.868000', '152103.871000', '152103.873000', '152103.876000', '152103.878000', '152103.881000', '152103.884000', '152103.886000', '152103.889000', '152103.891000', '152103.894000', '152103.897000', '152103.899000', '152103.902000', '152103.905000', '152103.907000', '152103.910000', '152103.912000', '152103.915000', '152103.918000', '152103.920000', '152103.929000', '152103.932000', '152103.935000', '152103.937000', '152103.940000', '152103.943000', '152103.945000', '152103.948000', '152103.950000', '152103.953000', '152103.956000', '152103.958000', '152123.822000', '152123.824000', '152123.827000', '152123.830000', '152123.832000', '152123.835000', '152123.838000', '152123.840000', '152123.843000', '152123.845000', '152123.848000', '152123.851000', '152123.853000', '152123.856000', '152123.858000', '152123.861000', '152123.864000', '152123.866000', '152123.869000', '152123.872000', '152123.874000', '152123.877000', '152123.880000', '152123.882000', '152123.885000', '152123.888000', '152123.890000', '152123.893000', '152123.896000', '152123.898000', '152123.901000', '152123.904000', '152123.906000', '152123.909000', '152123.912000', '152123.914000', '152123.917000', '152123.919000', '152123.922000', '152123.924000', '152123.927000', '152123.930000', '152123.932000', '152126.573000', '152126.576000', '152126.579000', '152126.582000', '152126.584000', '152126.587000', '152126.590000'], 'InstanceCreationTime': ['151523.861000', '151523.864000', '151523.867000', '151523.870000', '151523.872000', '151523.875000', '151523.877000', '151523.880000', '151523.883000', '151523.885000', '151523.888000', '151523.890000', '151523.893000', '151523.896000', '151523.898000', '151523.901000', '151523.903000', '151523.906000', '151523.908000', '151523.911000', '151523.914000', '151523.916000', '151523.919000', '151523.933000', '151523.936000', '151523.939000', '151523.941000', '151523.944000', '151523.947000', '151523.949000', '151523.952000', '151523.954000', '151523.957000', '151523.959000', '151523.962000', '151523.965000', '151523.967000', '151523.970000', '151523.972000', '151523.975000', '151523.977000', '151523.980000', '151523.983000', '151523.985000', '151523.988000', '151523.991000', '151523.993000', '151523.996000', '151523.998000', '151524.002000', '151543.822000', '151543.824000', '151543.827000', '151543.830000', '151543.832000', '151543.835000', '151543.838000', '151543.840000', '151543.843000', '151543.846000', '151543.848000', '151543.851000', '151543.853000', '151543.856000', '151543.858000', '151543.861000', '151543.863000', '151543.866000', '151543.869000', '151543.871000', '151543.874000', '151543.877000', '151543.894000', '151543.910000', '151543.912000', '151543.915000', '151543.918000', '151543.920000', '151543.923000', '151543.925000', '151543.928000', '151543.931000', '151543.933000', '151543.936000', '151543.938000', '151543.941000', '151543.944000', '151543.946000', '151543.949000', '151543.952000', '151543.954000', '151543.957000', '151543.959000', '151603.821000', '151603.824000', '151603.827000', '151603.829000', '151603.832000', '151603.835000', '151603.837000', '151603.840000', '151603.842000', '151603.845000', '151603.848000', '151603.850000', '151603.853000', '151603.856000', '151603.858000', '151603.861000', '151603.863000', '151603.866000', '151603.869000', '151603.871000', '151603.874000', '151603.877000', '151603.879000', '151603.882000', '151603.884000', '151603.887000', '151603.890000', '151603.892000', '151603.895000', '151603.897000', '151603.900000', '151603.902000', '151603.905000', '151603.908000', '151603.910000', '151603.913000', '151603.916000', '151603.925000', '151603.927000', '151603.930000', '151603.933000', '151603.935000', '151603.938000', '151603.940000', '151623.821000', '151623.824000', '151623.827000', '151623.830000', '151623.832000', '151623.835000', '151623.837000', '151623.840000', '151623.843000', '151623.845000', '151623.848000', '151623.850000', '151623.853000', '151623.856000', '151623.858000', '151623.861000', '151623.863000', '151623.866000', '151623.869000', '151623.872000', '151623.874000', '151623.877000', '151623.880000', '151623.882000', '151623.885000', '151623.888000', '151623.890000', '151623.893000', '151623.895000', '151623.898000', '151623.900000', '151623.903000', '151623.918000', '151623.921000', '151623.923000', '151623.926000', '151623.928000', '151623.931000', '151623.934000', '151623.936000', '151623.939000', '151623.941000', '151623.944000', '151643.821000', '151643.824000', '151643.827000', '151643.830000', '151643.839000', '151643.841000', '151643.844000', '151643.847000', '151643.849000', '151643.852000', '151643.855000', '151643.857000', '151643.860000', '151643.863000', '151643.865000', '151643.875000', '151643.877000', '151643.880000', '151643.883000', '151643.885000', '151643.895000', '151643.898000', '151643.900000', '151643.903000', '151643.905000', '151643.908000', '151643.911000', '151643.913000', '151643.916000', '151643.918000', '151643.921000', '151643.924000', '151643.926000', '151643.929000', '151643.932000', '151643.934000', '151643.937000', '151643.939000', '151643.942000', '151643.945000', '151643.947000', '151643.950000', '151643.952000', '151643.955000', '151703.822000', '151703.824000', '151703.827000', '151703.830000', '151703.832000', '151703.835000', '151703.838000', '151703.840000', '151703.843000', '151703.846000', '151703.848000', '151703.856000', '151703.859000', '151703.861000', '151703.871000', '151703.874000', '151703.877000', '151703.880000', '151703.882000', '151703.885000', '151703.887000', '151703.890000', '151703.893000', '151703.895000', '151703.898000', '151703.900000', '151703.903000', '151703.905000', '151703.908000', '151703.911000', '151703.913000', '151703.916000', '151703.919000', '151703.921000', '151703.924000', '151703.926000', '151703.929000', '151703.932000', '151703.936000', '151703.939000', '151703.941000', '151703.944000', '151703.947000', '151723.820000', '151723.823000', '151723.826000', '151723.829000', '151723.831000', '151723.834000', '151723.836000', '151723.839000', '151723.842000', '151723.844000', '151723.847000', '151723.849000', '151723.852000', '151723.854000', '151723.857000', '151723.868000', '151723.870000', '151723.873000', '151723.875000', '151723.878000', '151723.881000', '151723.884000', '151723.886000', '151723.889000', '151723.892000', '151723.894000', '151723.897000', '151723.899000', '151723.902000', '151723.905000', '151723.907000', '151723.910000', '151723.913000', '151723.915000', '151723.918000', '151723.920000', '151723.923000', '151723.926000', '151723.928000', '151723.931000', '151723.934000', '151723.936000', '151723.939000', '151723.941000', '151743.820000', '151743.823000', '151743.826000', '151743.829000', '151743.831000', '151743.834000', '151743.837000', '151743.839000', '151743.842000', '151743.845000', '151743.847000', '151743.850000', '151743.853000', '151743.855000', '151743.858000', '151743.860000', '151743.863000', '151743.866000', '151743.868000', '151743.871000', '151743.874000', '151743.876000', '151743.879000', '151743.882000', '151743.884000', '151743.887000', '151743.890000', '151743.892000', '151743.895000', '151743.898000', '151743.900000', '151743.903000', '151743.905000', '151743.908000', '151743.911000', '151743.913000', '151743.916000', '151743.918000', '151743.921000', '151743.924000', '151743.940000', '151743.943000', '151743.945000', '151803.822000', '151803.824000', '151803.827000', '151803.830000', '151803.832000', '151803.835000', '151803.837000', '151803.840000', '151803.843000', '151803.845000', '151803.848000', '151803.850000', '151803.853000', '151803.856000', '151803.872000', '151803.875000', '151803.877000', '151803.880000', '151803.883000', '151803.885000', '151803.888000', '151803.890000', '151803.893000', '151803.896000', '151803.898000', '151803.901000', '151803.904000', '151803.906000', '151803.909000', '151803.911000', '151803.914000', '151803.916000', '151803.919000', '151803.922000', '151803.924000', '151803.927000', '151803.929000', '151803.942000', '151803.945000', '151803.947000', '151803.950000', '151803.952000', '151803.955000', '151803.958000', '151823.822000', '151823.825000', '151823.827000', '151823.830000', '151823.833000', '151823.835000', '151823.838000', '151823.840000', '151823.843000', '151823.845000', '151823.848000', '151823.851000', '151823.853000', '151823.856000', '151823.859000', '151823.861000', '151823.864000', '151823.867000', '151823.869000', '151823.872000', '151823.874000', '151823.877000', '151823.880000', '151823.882000', '151823.885000', '151823.887000', '151823.890000', '151823.893000', '151823.895000', '151823.898000', '151823.901000', '151823.903000', '151823.906000', '151823.908000', '151823.911000', '151823.914000', '151823.916000', '151823.919000', '151823.921000', '151823.924000', '151823.927000', '151823.929000', '151823.932000', '151843.821000', '151843.824000', '151843.827000', '151843.830000', '151843.832000', '151843.835000', '151843.837000', '151843.840000', '151843.843000', '151843.845000', '151843.848000', '151843.850000', '151843.853000', '151843.856000', '151843.858000', '151843.861000', '151843.863000', '151843.866000', '151843.869000', '151843.871000', '151843.874000', '151843.876000', '151843.879000', '151843.882000', '151843.884000', '151843.887000', '151843.890000', '151843.892000', '151843.895000', '151843.898000', '151843.900000', '151843.903000', '151843.905000', '151843.908000', '151843.911000', '151843.913000', '151843.916000', '151843.918000', '151843.921000', '151843.923000', '151843.926000', '151843.929000', '151843.931000', '151843.934000', '151903.822000', '151903.824000', '151903.827000', '151903.830000', '151903.832000', '151903.835000', '151903.838000', '151903.840000', '151903.843000', '151903.845000', '151903.848000', '151903.851000', '151903.853000', '151903.856000', '151903.859000', '151903.861000', '151903.864000', '151903.866000', '151903.869000', '151903.872000', '151903.874000', '151903.877000', '151903.880000', '151903.882000', '151903.885000', '151903.887000', '151903.890000', '151903.893000', '151903.895000', '151903.898000', '151903.901000', '151903.903000', '151903.906000', '151903.908000', '151903.911000', '151903.914000', '151903.916000', '151903.919000', '151903.922000', '151903.924000', '151903.927000', '151903.930000', '151903.932000', '151923.822000', '151923.825000', '151923.828000', '151923.831000', '151923.833000', '151923.836000', '151923.839000', '151923.841000', '151923.844000', '151923.846000', '151923.849000', '151923.852000', '151923.854000', '151923.857000', '151923.860000', '151923.862000', '151923.865000', '151923.868000', '151923.870000', '151923.873000', '151923.876000', '151923.878000', '151923.881000', '151923.883000', '151923.886000', '151923.889000', '151923.891000', '151923.894000', '151923.897000', '151923.899000', '151923.902000', '151923.904000', '151923.907000', '151923.909000', '151923.912000', '151923.915000', '151923.917000', '151923.920000', '151923.922000', '151923.925000', '151923.928000', '151923.930000', '151923.933000', '151923.936000', '151943.821000', '151943.823000', '151943.826000', '151943.829000', '151943.831000', '151943.834000', '151943.837000', '151943.839000', '151943.842000', '151943.845000', '151943.847000', '151943.850000', '151943.853000', '151943.855000', '151943.858000', '151943.861000', '151943.863000', '151943.866000', '151943.869000', '151943.871000', '151943.874000', '151943.877000', '151943.879000', '151943.882000', '151943.885000', '151943.888000', '151943.890000', '151943.893000', '151943.896000', '151943.898000', '151943.901000', '151943.903000', '151943.906000', '151943.909000', '151943.911000', '151943.914000', '151943.916000', '151943.919000', '151943.922000', '151943.924000', '151943.927000', '151943.930000', '151943.932000', '152003.820000', '152003.823000', '152003.826000', '152003.829000', '152003.831000', '152003.834000', '152003.837000', '152003.839000', '152003.842000', '152003.844000', '152003.847000', '152003.850000', '152003.852000', '152003.855000', '152003.858000', '152003.860000', '152003.863000', '152003.865000', '152003.868000', '152003.871000', '152003.873000', '152003.876000', '152003.879000', '152003.881000', '152003.884000', '152003.887000', '152003.889000', '152003.892000', '152003.895000', '152003.897000', '152003.900000', '152003.902000', '152003.905000', '152003.908000', '152003.910000', '152003.913000', '152003.915000', '152003.918000', '152003.921000', '152003.930000', '152003.933000', '152003.936000', '152003.938000', '152003.941000', '152023.822000', '152023.825000', '152023.827000', '152023.830000', '152023.833000', '152023.835000', '152023.838000', '152023.840000', '152023.843000', '152023.846000', '152023.848000', '152023.851000', '152023.854000', '152023.856000', '152023.859000', '152023.862000', '152023.864000', '152023.867000', '152023.869000', '152023.872000', '152023.875000', '152023.877000', '152023.880000', '152023.883000', '152023.885000', '152023.888000', '152023.891000', '152023.893000', '152023.896000', '152023.898000', '152023.901000', '152023.904000', '152023.906000', '152023.909000', '152023.911000', '152023.914000', '152023.917000', '152023.920000', '152023.922000', '152023.925000', '152023.927000', '152023.930000', '152023.933000', '152043.822000', '152043.826000', '152043.829000', '152043.832000', '152043.834000', '152043.837000', '152043.840000', '152043.842000', '152043.845000', '152043.848000', '152043.850000', '152043.853000', '152043.855000', '152043.858000', '152043.861000', '152043.863000', '152043.866000', '152043.868000', '152043.871000', '152043.873000', '152043.876000', '152043.879000', '152043.881000', '152043.884000', '152043.887000', '152043.889000', '152043.892000', '152043.894000', '152043.897000', '152043.899000', '152043.902000', '152043.905000', '152043.907000', '152043.910000', '152043.912000', '152043.915000', '152043.917000', '152043.920000', '152043.923000', '152043.925000', '152043.928000', '152043.930000', '152043.933000', '152043.935000', '152103.822000', '152103.824000', '152103.827000', '152103.830000', '152103.832000', '152103.855000', '152103.857000', '152103.860000', '152103.863000', '152103.865000', '152103.868000', '152103.871000', '152103.873000', '152103.876000', '152103.878000', '152103.881000', '152103.884000', '152103.886000', '152103.889000', '152103.891000', '152103.894000', '152103.897000', '152103.899000', '152103.902000', '152103.905000', '152103.907000', '152103.910000', '152103.912000', '152103.915000', '152103.918000', '152103.920000', '152103.929000', '152103.932000', '152103.935000', '152103.937000', '152103.940000', '152103.943000', '152103.945000', '152103.948000', '152103.950000', '152103.953000', '152103.956000', '152103.958000', '152123.822000', '152123.824000', '152123.827000', '152123.830000', '152123.832000', '152123.835000', '152123.838000', '152123.840000', '152123.843000', '152123.845000', '152123.848000', '152123.851000', '152123.853000', '152123.856000', '152123.858000', '152123.861000', '152123.864000', '152123.866000', '152123.869000', '152123.872000', '152123.874000', '152123.877000', '152123.880000', '152123.882000', '152123.885000', '152123.888000', '152123.890000', '152123.893000', '152123.896000', '152123.898000', '152123.901000', '152123.904000', '152123.906000', '152123.909000', '152123.912000', '152123.914000', '152123.917000', '152123.919000', '152123.922000', '152123.924000', '152123.927000', '152123.930000', '152123.932000', '152126.573000', '152126.576000', '152126.579000', '152126.582000', '152126.584000', '152126.587000', '152126.590000'], '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], 'LargestImagePixelValue': [13987, 7811, 9278, 10063, 8998, 15868, 8391, 11247, 7496, 9141, 7159, 8960, 15457, 7875, 9106, 7414, 9068, 7125, 8271, 9273, 7758, 9115, 7168, 8841, 9145, 7516, 8968, 7302, 8338, 8270, 7540, 9116, 7130, 8671, 15717, 7737, 11816, 7473, 9109, 7118, 8550, 14069, 8111, 12252, 7623, 10317, 10855, 8294, 12587, 7883, 8882, 7732, 8576, 15168, 7663, 9058, 7794, 8481, 15252, 7662, 11799, 7553, 8959, 7150, 8410, 16506, 8818, 8914, 7367, 8818, 7181, 8085, 8970, 7646, 8744, 7904, 9003, 7504, 8951, 10233, 8606, 16461, 13373, 12215, 7687, 8868, 12700, 8438, 14147, 8821, 8940, 7193, 8874, 11982, 8068, 10345, 7820, 9372, 7370, 8853, 7328, 8574, 9947, 8085, 8720, 7575, 9120, 7399, 8959, 15514, 10668, 16227, 12244, 15519, 8664, 8945, 7652, 8989, 13262, 7897, 9236, 7418, 8803, 9204, 7867, 8832, 7230, 9157, 7738, 9880, 14330, 10926, 13349, 9281, 11929, 13999, 9876, 8064, 10136, 13976, 10386, 12392, 11367, 10326, 14471, 9912, 9150, 8827, 9970, 7409, 9803, 7898, 10117, 7379, 9037, 7822, 9255, 7263, 9621, 14811, 10215, 13687, 10257, 9861, 14498, 8944, 8722, 7244, 9836, 13964, 8123, 8862, 7184, 9534, 7212, 8414, 9016, 7728, 9366, 11456, 8467, 8841, 7901, 9161, 7226, 9004, 11717, 7996, 9776, 15791, 7914, 12411, 8717, 8860, 8491, 8388, 9377, 7353, 9739, 16196, 8011, 13178, 8500, 8909, 7149, 9011, 10778, 7450, 9664, 16337, 9409, 11076, 8117, 9851, 15268, 8565, 8812, 7201, 9258, 11716, 8188, 8804, 7231, 9242, 10509, 7751, 8760, 10859, 8716, 14522, 9052, 8948, 7222, 9228, 11157, 7740, 9480, 14264, 8871, 9067, 7607, 8447, 7238, 9022, 8857, 7509, 9535, 13930, 9597, 10379, 8075, 9395, 13363, 8838, 9821, 7851, 9758, 16011, 9166, 10334, 7566, 8858, 9088, 8917, 9836, 8332, 8640, 7134, 9347, 13960, 8491, 8665, 11216, 8953, 9449, 8450, 8448, 7103, 9240, 11135, 8526, 8452, 7347, 9211, 11374, 9148, 9799, 8417, 9744, 13854, 9267, 13303, 9216, 8310, 7633, 9608, 13214, 9026, 9462, 9314, 8428, 7189, 8508, 7211, 7800, 7043, 8346, 8208, 10355, 14806, 11716, 12954, 8833, 8697, 9583, 10068, 16055, 12385, 10463, 8263, 8953, 7046, 9626, 9464, 9304, 8821, 7752, 8587, 7974, 8513, 7314, 8365, 7283, 8771, 10876, 9533, 14163, 9160, 14923, 10417, 10108, 16187, 9616, 9749, 9215, 8549, 7264, 9609, 16463, 10987, 10572, 8955, 8662, 7579, 9980, 12149, 9261, 10360, 8850, 8644, 7524, 9802, 12075, 9076, 9451, 10517, 9551, 13773, 9352, 9507, 8187, 9721, 14550, 9352, 13603, 9548, 9522, 9167, 8610, 10327, 9830, 16444, 12466, 9328, 8559, 8950, 9174, 9413, 9757, 8858, 8379, 8240, 8363, 7359, 9322, 8195, 9454, 8237, 7985, 8627, 10193, 11963, 8616, 13944, 9067, 15886, 14832, 12893, 14638, 9763, 9044, 8453, 8239, 14600, 9849, 13554, 9616, 9455, 7810, 7887, 7679, 7247, 6970, 7592, 7202, 7249, 7195, 7158, 7048, 7837, 14123, 9015, 14683, 11683, 12473, 7448, 7467, 7068, 7960, 15460, 8547, 13985, 9327, 10543, 7324, 7733, 7303, 8106, 14793, 11687, 12791, 7498, 7612, 7402, 7770, 15108, 9960, 12120, 7669, 8333, 7184, 8051, 16097, 11903, 10932, 7565, 7192, 7237, 7527, 15108, 9982, 9419, 7793, 7479, 8294, 8047, 15219, 12525, 12455, 8125, 8495, 7547, 7851, 12396, 7759, 11476, 8000, 8670, 7490, 8072, 14423, 8068, 14167, 11455, 11488, 7488, 8261, 13569, 8160, 10323, 9150, 10602, 7792, 7839, 14181, 8021, 7606, 7874, 8442, 7971, 7523, 7883, 8197, 12831, 8219, 12612, 10835, 11036, 7662, 8453, 13176, 8144, 11276, 11408, 12177, 9125, 8085, 10924, 7910, 7357, 7440, 7937, 9749, 8093, 10260, 7845, 8135, 7548, 8394, 15551, 12639, 10494, 7550, 7321, 7282, 8918, 15054, 9325, 12409, 9387, 10441, 8023, 8496, 14890, 10757, 12609, 10074, 8769, 7282, 8433, 12517, 8158, 7817, 7884, 7347, 7379, 8351, 11825, 7939, 11636, 8680, 8767, 7291, 8580, 14056, 8947, 14161, 10439, 9874, 7394, 8976, 14097, 8057, 14285, 12030, 10557, 7509, 8738, 13920, 8192, 13540, 11290, 9277, 7322, 8812, 12960, 8255, 12952, 10039, 9359, 7412, 8492, 14150, 7709, 8590, 7692, 8599, 8383, 8201, 8731, 7922, 7354, 7420, 8588, 14632, 11138, 9224, 7634, 7289, 7495, 8713, 15382, 9383, 11232, 7796, 9134, 8190, 8916, 15841, 12206, 13405, 9488, 9320, 8380, 8810, 14765, 12847, 11454, 7636, 8361, 13685, 7898, 7729, 7914, 7775, 7645, 8174, 12849, 7788, 7729, 7918, 8105, 10672, 9367, 13802, 8273, 11390, 7970, 12278, 11414, 12548, 11662, 8377, 12567, 7988, 9616, 11189, 11264, 10527, 8257, 10748, 8022, 8162, 14152, 12119, 11935, 8030, 9541, 8139, 7506, 7175, 9704, 12168, 10907, 10582, 8029, 7458, 10521, 13045, 7886, 11147, 11721, 15588, 15627, 13268, 7992, 8329, 7841, 8340, 14957, 12718, 13030, 7830, 7572, 10509, 7802, 7892, 7824, 7858, 8105, 7726, 7938, 7997, 7345, 8322, 7947, 12184, 12402, 13996, 11494, 7957, 7820, 11460, 11625, 7804, 13327, 9924, 7922, 15020, 8483, 9167, 12927, 10413, 14236, 11165, 13351, 9796, 9800, 15823, 13510, 14266, 10361, 13058, 8944, 8125, 11119, 7530, 7753, 9343, 7887, 15099, 10761, 7741, 8029, 8090, 12057, 8113, 8360, 8510, 8027, 11613, 8087, 7597, 8105, 7408, 8287, 7931, 8007, 8019, 12858, 8020, 9556, 8335, 7813, 7929, 8244, 13634, 8123, 13932, 8137, 8935, 8067, 8958, 15773, 13717, 12979, 8155, 10850, 8199, 7896, 8740, 8822, 14183, 7919, 13336, 8410, 8088, 7784, 7968, 16496, 13544, 11285, 8078, 7595, 7798, 7726, 11716, 8068, 14909, 9531, 14040, 8071, 10579, 8269, 9488, 14254, 11758, 12776, 7981, 11565, 8339, 8247, 14518, 11360, 15143, 10262, 11460, 8115, 7469, 8002, 8192, 15854, 13721, 11969, 8157, 10132, 8251, 7600, 8119], 'WindowCenter': [4392.0, 4298.0, 4315.0, 4313.0, 4298.0, 4347.0, 4276.0, 4305.0, 4255.0, 4285.0, 4243.0, 4285.0, 4345.0, 4266.0, 4284.0, 4253.0, 4282.0, 4243.0, 4276.0, 4296.0, 4266.0, 4286.0, 4245.0, 4286.0, 4282.0, 4255.0, 4286.0, 4257.0, 4277.0, 4276.0, 4267.0, 4284.0, 4245.0, 4283.0, 4345.0, 4263.0, 4327.0, 4255.0, 4285.0, 4244.0, 4275.0, 4336.0, 4277.0, 4326.0, 4265.0, 4306.0, 4300.0, 4263.0, 4311.0, 4263.0, 4285.0, 4254.0, 4273.0, 4333.0, 4255.0, 4273.0, 4264.0, 4287.0, 4344.0, 4254.0, 4310.0, 4252.0, 4274.0, 4242.0, 4274.0, 4344.0, 4274.0, 4285.0, 4253.0, 4285.0, 4242.0, 4264.0, 4286.0, 4278.0, 4285.0, 4276.0, 4283.0, 4255.0, 4285.0, 4291.0, 4286.0, 4345.0, 4323.0, 4314.0, 4253.0, 4272.0, 4309.0, 4262.0, 4322.0, 4272.0, 4272.0, 4232.0, 4273.0, 4302.0, 4262.0, 4293.0, 4253.0, 4284.0, 4242.0, 4274.0, 4240.0, 4272.0, 4293.0, 4263.0, 4272.0, 4254.0, 4285.0, 4243.0, 4273.0, 4335.0, 4306.0, 4342.0, 4315.0, 4334.0, 4273.0, 4271.0, 4250.0, 4271.0, 4308.0, 4262.0, 4283.0, 4241.0, 4271.0, 4284.0, 4276.0, 4284.0, 4254.0, 4286.0, 4240.0, 4282.0, 4325.0, 4296.0, 4325.0, 4272.0, 4302.0, 4307.0, 4281.0, 4247.0, 4279.0, 4308.0, 4277.0, 4299.0, 4286.0, 4280.0, 4321.0, 4271.0, 4257.0, 4247.0, 4269.0, 4240.0, 4296.0, 4282.0, 4308.0, 4241.0, 4282.0, 4239.0, 4283.0, 4255.0, 4296.0, 4344.0, 4308.0, 4325.0, 4292.0, 4284.0, 4321.0, 4272.0, 4260.0, 4242.0, 4282.0, 4320.0, 4250.0, 4273.0, 4231.0, 4282.0, 4240.0, 4263.0, 4273.0, 4252.0, 4283.0, 4314.0, 4275.0, 4284.0, 4265.0, 4285.0, 4255.0, 4288.0, 4314.0, 4264.0, 4295.0, 4344.0, 4265.0, 4324.0, 4275.0, 4286.0, 4273.0, 4275.0, 4282.0, 4254.0, 4296.0, 4344.0, 4266.0, 4322.0, 4274.0, 4274.0, 4243.0, 4274.0, 4302.0, 4242.0, 4294.0, 4345.0, 4283.0, 4303.0, 4262.0, 4294.0, 4331.0, 4273.0, 4271.0, 4240.0, 4285.0, 4313.0, 4274.0, 4283.0, 4243.0, 4285.0, 4303.0, 4253.0, 4275.0, 4302.0, 4273.0, 4332.0, 4286.0, 4275.0, 4243.0, 4283.0, 4303.0, 4252.0, 4295.0, 4330.0, 4286.0, 4272.0, 4255.0, 4273.0, 4241.0, 4284.0, 4271.0, 4254.0, 4296.0, 4332.0, 4294.0, 4292.0, 4265.0, 4283.0, 4324.0, 4283.0, 4295.0, 4265.0, 4295.0, 4341.0, 4284.0, 4291.0, 4252.0, 4274.0, 4272.0, 4285.0, 4293.0, 4274.0, 4275.0, 4245.0, 4297.0, 4331.0, 4275.0, 4275.0, 4304.0, 4285.0, 4291.0, 4276.0, 4275.0, 4242.0, 4296.0, 4311.0, 4274.0, 4275.0, 4255.0, 4295.0, 4311.0, 4295.0, 4292.0, 4276.0, 4295.0, 4334.0, 4286.0, 4334.0, 4285.0, 4274.0, 4254.0, 4295.0, 4322.0, 4284.0, 4297.0, 4295.0, 4304.0, 4244.0, 4288.0, 4252.0, 4263.0, 4255.0, 4288.0, 4287.0, 4322.0, 4360.0, 4329.0, 4324.0, 4284.0, 4273.0, 4284.0, 4292.0, 4332.0, 4310.0, 4292.0, 4261.0, 4274.0, 4232.0, 4284.0, 4280.0, 4282.0, 4273.0, 4240.0, 4292.0, 4295.0, 4275.0, 4240.0, 4273.0, 4255.0, 4277.0, 4303.0, 4297.0, 4336.0, 4284.0, 4346.0, 4304.0, 4308.0, 4347.0, 4285.0, 4272.0, 4273.0, 4261.0, 4242.0, 4285.0, 4342.0, 4305.0, 4292.0, 4271.0, 4271.0, 4240.0, 4281.0, 4312.0, 4273.0, 4283.0, 4272.0, 4263.0, 4240.0, 4283.0, 4312.0, 4272.0, 4285.0, 4294.0, 4283.0, 4322.0, 4283.0, 4279.0, 4262.0, 4282.0, 4334.0, 4285.0, 4322.0, 4283.0, 4282.0, 4271.0, 4272.0, 4280.0, 4283.0, 4342.0, 4312.0, 4273.0, 4262.0, 4271.0, 4271.0, 4284.0, 4283.0, 4273.0, 4262.0, 4262.0, 4262.0, 4243.0, 4296.0, 4274.0, 4295.0, 4247.0, 4250.0, 4261.0, 4293.0, 4324.0, 4286.0, 4347.0, 4298.0, 4360.0, 4334.0, 4313.0, 4322.0, 4282.0, 4259.0, 4261.0, 4307.0, 4314.0, 4249.0, 4264.0, 4219.0, 4233.0, 4232.0, 4255.0, 4246.0, 4261.0, 4222.0, 4255.0, 4238.0, 4210.0, 4212.0, 4217.0, 4226.0, 4250.0, 4321.0, 4271.0, 4333.0, 4314.0, 4314.0, 4243.0, 4243.0, 4231.0, 4251.0, 4332.0, 4262.0, 4320.0, 4273.0, 4289.0, 4241.0, 4253.0, 4240.0, 4265.0, 4329.0, 4313.0, 4310.0, 4243.0, 4251.0, 4240.0, 4253.0, 4330.0, 4293.0, 4311.0, 4253.0, 4261.0, 4232.0, 4262.0, 4342.0, 4313.0, 4290.0, 4252.0, 4232.0, 4239.0, 4252.0, 4332.0, 4283.0, 4272.0, 4252.0, 4241.0, 4259.0, 4253.0, 4330.0, 4313.0, 4311.0, 4251.0, 4262.0, 4237.0, 4252.0, 4310.0, 4251.0, 4301.0, 4252.0, 4262.0, 4241.0, 4252.0, 4321.0, 4251.0, 4322.0, 4301.0, 4299.0, 4229.0, 4259.0, 4308.0, 4250.0, 4279.0, 4269.0, 4292.0, 4240.0, 4250.0, 4320.0, 4250.0, 4238.0, 4251.0, 4274.0, 4262.0, 4255.0, 4250.0, 4262.0, 4309.0, 4260.0, 4311.0, 4291.0, 4292.0, 4240.0, 4260.0, 4310.0, 4249.0, 4290.0, 4300.0, 4311.0, 4270.0, 4251.0, 4288.0, 4250.0, 4240.0, 4239.0, 4252.0, 4277.0, 4251.0, 4290.0, 4249.0, 4251.0, 4240.0, 4261.0, 4331.0, 4311.0, 4291.0, 4250.0, 4240.0, 4240.0, 4270.0, 4329.0, 4272.0, 4309.0, 4270.0, 4290.0, 4250.0, 4261.0, 4329.0, 4290.0, 4312.0, 4281.0, 4259.0, 4239.0, 4260.0, 4310.0, 4252.0, 4240.0, 4262.0, 4241.0, 4239.0, 4263.0, 4309.0, 4262.0, 4302.0, 4260.0, 4260.0, 4242.0, 4261.0, 4318.0, 4271.0, 4320.0, 4290.0, 4281.0, 4239.0, 4271.0, 4320.0, 4251.0, 4319.0, 4312.0, 4291.0, 4238.0, 4261.0, 4316.0, 4258.0, 4309.0, 4289.0, 4270.0, 4238.0, 4270.0, 4309.0, 4250.0, 4308.0, 4280.0, 4270.0, 4240.0, 4272.0, 4318.0, 4241.0, 4259.0, 4239.0, 4261.0, 4249.0, 4261.0, 4258.0, 4251.0, 4239.0, 4239.0, 4261.0, 4331.0, 4302.0, 4268.0, 4253.0, 4240.0, 4239.0, 4263.0, 4331.0, 4272.0, 4300.0, 4252.0, 4272.0, 4261.0, 4273.0, 4330.0, 4310.0, 4322.0, 4281.0, 4270.0, 4249.0, 4260.0, 4319.0, 4307.0, 4288.0, 4236.0, 4248.0, 4309.0, 4236.0, 4238.0, 4247.0, 4239.0, 4237.0, 4261.0, 4311.0, 4240.0, 4240.0, 4249.0, 4250.0, 4288.0, 4271.0, 4317.0, 4259.0, 4289.0, 4248.0, 4301.0, 4299.0, 4311.0, 4299.0, 4250.0, 4307.0, 4248.0, 4270.0, 4288.0, 4289.0, 4277.0, 4249.0, 4289.0, 4249.0, 4248.0, 4308.0, 4298.0, 4289.0, 4250.0, 4268.0, 4239.0, 4229.0, 4226.0, 4270.0, 4298.0, 4291.0, 4290.0, 4263.0, 4238.0, 4301.0, 4320.0, 4264.0, 4312.0, 4328.0, 4344.0, 4335.0, 4310.0, 4238.0, 4249.0, 4237.0, 4248.0, 4316.0, 4310.0, 4311.0, 4238.0, 4240.0, 4277.0, 4239.0, 4236.0, 4238.0, 4249.0, 4236.0, 4238.0, 4235.0, 4250.0, 4227.0, 4260.0, 4252.0, 4311.0, 4314.0, 4322.0, 4302.0, 4249.0, 4252.0, 4300.0, 4299.0, 4239.0, 4310.0, 4280.0, 4251.0, 4330.0, 4261.0, 4270.0, 4311.0, 4290.0, 4308.0, 4288.0, 4309.0, 4264.0, 4268.0, 4313.0, 4296.0, 4306.0, 4266.0, 4297.0, 4243.0, 4236.0, 4272.0, 4222.0, 4225.0, 4242.0, 4224.0, 4306.0, 4275.0, 4225.0, 4233.0, 4248.0, 4295.0, 4237.0, 4235.0, 4246.0, 4237.0, 4285.0, 4248.0, 4237.0, 4249.0, 4225.0, 4258.0, 4250.0, 4250.0, 4263.0, 4320.0, 4263.0, 4282.0, 4260.0, 4253.0, 4249.0, 4262.0, 4320.0, 4263.0, 4323.0, 4261.0, 4271.0, 4251.0, 4272.0, 4341.0, 4323.0, 4309.0, 4252.0, 4291.0, 4260.0, 4251.0, 4258.0, 4272.0, 4323.0, 4251.0, 4320.0, 4259.0, 4251.0, 4237.0, 4252.0, 4338.0, 4321.0, 4301.0, 4252.0, 4252.0, 4252.0, 4251.0, 4311.0, 4263.0, 4331.0, 4283.0, 4320.0, 4252.0, 4291.0, 4262.0, 4282.0, 4322.0, 4302.0, 4309.0, 4253.0, 4301.0, 4260.0, 4261.0, 4319.0, 4300.0, 4319.0, 4281.0, 4287.0, 4252.0, 4230.0, 4250.0, 4248.0, 4328.0, 4320.0, 4300.0, 4251.0, 4278.0, 4248.0, 4238.0, 4237.0], 'WindowWidth': [9664.0, 9527.0, 9541.0, 9533.0, 9507.0, 9567.0, 9471.0, 9505.0, 9441.0, 9479.0, 9422.0, 9481.0, 9559.0, 9455.0, 9478.0, 9435.0, 9474.0, 9421.0, 9470.0, 9496.0, 9457.0, 9482.0, 9425.0, 9483.0, 9472.0, 9441.0, 9484.0, 9446.0, 9472.0, 9468.0, 9457.0, 9477.0, 9425.0, 9477.0, 9560.0, 9452.0, 9537.0, 9442.0, 9481.0, 9425.0, 9468.0, 9550.0, 9475.0, 9536.0, 9453.0, 9508.0, 9493.0, 9446.0, 9506.0, 9449.0, 9479.0, 9438.0, 9460.0, 9539.0, 9439.0, 9461.0, 9452.0, 9485.0, 9556.0, 9437.0, 9506.0, 9432.0, 9463.0, 9419.0, 9464.0, 9557.0, 9464.0, 9477.0, 9435.0, 9478.0, 9418.0, 9451.0, 9484.0, 9477.0, 9480.0, 9471.0, 9476.0, 9439.0, 9480.0, 9482.0, 9482.0, 9559.0, 9529.0, 9512.0, 9432.0, 9458.0, 9502.0, 9443.0, 9523.0, 9456.0, 9458.0, 9402.0, 9458.0, 9494.0, 9445.0, 9487.0, 9434.0, 9474.0, 9417.0, 9461.0, 9413.0, 9457.0, 9488.0, 9449.0, 9458.0, 9436.0, 9477.0, 9420.0, 9460.0, 9544.0, 9509.0, 9552.0, 9518.0, 9539.0, 9459.0, 9452.0, 9425.0, 9455.0, 9499.0, 9443.0, 9472.0, 9413.0, 9457.0, 9474.0, 9470.0, 9477.0, 9438.0, 9482.0, 9409.0, 9467.0, 9527.0, 9492.0, 9534.0, 9454.0, 9495.0, 9496.0, 9466.0, 9414.0, 9459.0, 9496.0, 9454.0, 9487.0, 9465.0, 9463.0, 9519.0, 9452.0, 9426.0, 9412.0, 9445.0, 9412.0, 9496.0, 9488.0, 9515.0, 9414.0, 9473.0, 9407.0, 9475.0, 9439.0, 9496.0, 9558.0, 9514.0, 9532.0, 9484.0, 9474.0, 9520.0, 9457.0, 9438.0, 9413.0, 9467.0, 9515.0, 9426.0, 9460.0, 9401.0, 9469.0, 9412.0, 9446.0, 9458.0, 9432.0, 9475.0, 9515.0, 9469.0, 9479.0, 9455.0, 9481.0, 9438.0, 9486.0, 9515.0, 9450.0, 9492.0, 9556.0, 9455.0, 9531.0, 9467.0, 9481.0, 9462.0, 9467.0, 9472.0, 9437.0, 9495.0, 9559.0, 9456.0, 9525.0, 9464.0, 9463.0, 9421.0, 9463.0, 9496.0, 9418.0, 9490.0, 9558.0, 9474.0, 9499.0, 9444.0, 9488.0, 9533.0, 9459.0, 9457.0, 9414.0, 9478.0, 9514.0, 9464.0, 9475.0, 9421.0, 9479.0, 9500.0, 9435.0, 9465.0, 9499.0, 9463.0, 9537.0, 9481.0, 9465.0, 9420.0, 9474.0, 9498.0, 9432.0, 9492.0, 9534.0, 9480.0, 9459.0, 9438.0, 9460.0, 9416.0, 9477.0, 9456.0, 9438.0, 9495.0, 9539.0, 9492.0, 9486.0, 9453.0, 9475.0, 9529.0, 9474.0, 9492.0, 9453.0, 9492.0, 9550.0, 9476.0, 9482.0, 9432.0, 9463.0, 9458.0, 9482.0, 9488.0, 9464.0, 9467.0, 9426.0, 9498.0, 9536.0, 9465.0, 9465.0, 9504.0, 9480.0, 9484.0, 9469.0, 9466.0, 9420.0, 9495.0, 9511.0, 9466.0, 9469.0, 9442.0, 9495.0, 9511.0, 9493.0, 9487.0, 9468.0, 9492.0, 9545.0, 9482.0, 9544.0, 9480.0, 9465.0, 9437.0, 9492.0, 9526.0, 9478.0, 9501.0, 9499.0, 9523.0, 9423.0, 9490.0, 9434.0, 9450.0, 9441.0, 9490.0, 9489.0, 9546.0, 9592.0, 9547.0, 9532.0, 9478.0, 9461.0, 9474.0, 9484.0, 9537.0, 9505.0, 9482.0, 9440.0, 9461.0, 9402.0, 9473.0, 9465.0, 9472.0, 9460.0, 9409.0, 9497.0, 9509.0, 9464.0, 9410.0, 9462.0, 9441.0, 9470.0, 9501.0, 9498.0, 9545.0, 9478.0, 9563.0, 9504.0, 9515.0, 9565.0, 9478.0, 9455.0, 9457.0, 9438.0, 9415.0, 9474.0, 9550.0, 9503.0, 9482.0, 9453.0, 9454.0, 9410.0, 9467.0, 9508.0, 9459.0, 9470.0, 9456.0, 9445.0, 9412.0, 9471.0, 9508.0, 9458.0, 9477.0, 9487.0, 9472.0, 9520.0, 9470.0, 9460.0, 9441.0, 9468.0, 9541.0, 9477.0, 9523.0, 9472.0, 9467.0, 9454.0, 9455.0, 9463.0, 9473.0, 9549.0, 9509.0, 9459.0, 9442.0, 9454.0, 9451.0, 9474.0, 9473.0, 9460.0, 9444.0, 9445.0, 9446.0, 9420.0, 9497.0, 9464.0, 9491.0, 9413.0, 9423.0, 9439.0, 9486.0, 9529.0, 9485.0, 9566.0, 9503.0, 9589.0, 9546.0, 9514.0, 9521.0, 9468.0, 9433.0, 9442.0, 9532.0, 9505.0, 9405.0, 9412.0, 9347.0, 9376.0, 9393.0, 9430.0, 9423.0, 9452.0, 9384.0, 9437.0, 9406.0, 9352.0, 9360.0, 9373.0, 9386.0, 9425.0, 9518.0, 9455.0, 9540.0, 9516.0, 9514.0, 9420.0, 9420.0, 9403.0, 9429.0, 9534.0, 9443.0, 9516.0, 9460.0, 9475.0, 9417.0, 9432.0, 9415.0, 9452.0, 9532.0, 9515.0, 9504.0, 9419.0, 9427.0, 9412.0, 9435.0, 9532.0, 9488.0, 9507.0, 9433.0, 9442.0, 9402.0, 9445.0, 9550.0, 9514.0, 9477.0, 9431.0, 9404.0, 9410.0, 9432.0, 9538.0, 9472.0, 9457.0, 9431.0, 9414.0, 9437.0, 9431.0, 9532.0, 9513.0, 9507.0, 9428.0, 9442.0, 9404.0, 9428.0, 9503.0, 9430.0, 9493.0, 9429.0, 9441.0, 9413.0, 9430.0, 9519.0, 9427.0, 9523.0, 9491.0, 9488.0, 9395.0, 9436.0, 9497.0, 9425.0, 9460.0, 9451.0, 9481.0, 9410.0, 9426.0, 9517.0, 9425.0, 9407.0, 9427.0, 9466.0, 9449.0, 9438.0, 9426.0, 9443.0, 9502.0, 9438.0, 9507.0, 9479.0, 9484.0, 9411.0, 9440.0, 9504.0, 9422.0, 9477.0, 9490.0, 9507.0, 9452.0, 9427.0, 9472.0, 9425.0, 9411.0, 9409.0, 9431.0, 9459.0, 9428.0, 9478.0, 9426.0, 9428.0, 9411.0, 9441.0, 9533.0, 9506.0, 9478.0, 9425.0, 9412.0, 9412.0, 9453.0, 9530.0, 9458.0, 9503.0, 9453.0, 9477.0, 9424.0, 9441.0, 9527.0, 9477.0, 9507.0, 9468.0, 9437.0, 9410.0, 9440.0, 9504.0, 9431.0, 9414.0, 9443.0, 9415.0, 9411.0, 9447.0, 9503.0, 9444.0, 9495.0, 9440.0, 9440.0, 9416.0, 9442.0, 9514.0, 9455.0, 9518.0, 9478.0, 9467.0, 9410.0, 9454.0, 9516.0, 9427.0, 9516.0, 9509.0, 9478.0, 9408.0, 9440.0, 9508.0, 9433.0, 9500.0, 9476.0, 9451.0, 9407.0, 9451.0, 9499.0, 9423.0, 9499.0, 9465.0, 9451.0, 9410.0, 9455.0, 9512.0, 9414.0, 9436.0, 9409.0, 9439.0, 9423.0, 9440.0, 9435.0, 9428.0, 9411.0, 9409.0, 9441.0, 9532.0, 9497.0, 9446.0, 9432.0, 9412.0, 9409.0, 9446.0, 9536.0, 9456.0, 9492.0, 9432.0, 9457.0, 9442.0, 9459.0, 9531.0, 9504.0, 9520.0, 9467.0, 9450.0, 9421.0, 9436.0, 9513.0, 9497.0, 9472.0, 9400.0, 9418.0, 9499.0, 9401.0, 9404.0, 9417.0, 9408.0, 9404.0, 9438.0, 9504.0, 9412.0, 9409.0, 9422.0, 9424.0, 9471.0, 9452.0, 9510.0, 9436.0, 9474.0, 9420.0, 9493.0, 9486.0, 9506.0, 9486.0, 9423.0, 9494.0, 9418.0, 9449.0, 9470.0, 9474.0, 9453.0, 9421.0, 9471.0, 9420.0, 9417.0, 9496.0, 9484.0, 9471.0, 9422.0, 9442.0, 9406.0, 9393.0, 9386.0, 9450.0, 9486.0, 9479.0, 9475.0, 9447.0, 9408.0, 9496.0, 9519.0, 9451.0, 9513.0, 9542.0, 9558.0, 9544.0, 9501.0, 9404.0, 9419.0, 9402.0, 9418.0, 9505.0, 9501.0, 9502.0, 9403.0, 9409.0, 9455.0, 9407.0, 9398.0, 9404.0, 9420.0, 9399.0, 9405.0, 9397.0, 9423.0, 9389.0, 9438.0, 9430.0, 9507.0, 9513.0, 9523.0, 9496.0, 9420.0, 9429.0, 9492.0, 9487.0, 9409.0, 9502.0, 9462.0, 9427.0, 9530.0, 9439.0, 9453.0, 9506.0, 9476.0, 9498.0, 9471.0, 9496.0, 9431.0, 9440.0, 9497.0, 9476.0, 9489.0, 9433.0, 9477.0, 9400.0, 9395.0, 9438.0, 9373.0, 9380.0, 9399.0, 9378.0, 9487.0, 9448.0, 9381.0, 9391.0, 9417.0, 9475.0, 9402.0, 9396.0, 9412.0, 9402.0, 9464.0, 9419.0, 9400.0, 9421.0, 9387.0, 9434.0, 9424.0, 9425.0, 9445.0, 9518.0, 9446.0, 9469.0, 9440.0, 9434.0, 9425.0, 9444.0, 9520.0, 9447.0, 9525.0, 9444.0, 9455.0, 9427.0, 9458.0, 9546.0, 9526.0, 9503.0, 9430.0, 9478.0, 9437.0, 9426.0, 9433.0, 9456.0, 9525.0, 9428.0, 9517.0, 9437.0, 9428.0, 9404.0, 9430.0, 9541.0, 9519.0, 9494.0, 9430.0, 9429.0, 9429.0, 9428.0, 9508.0, 9445.0, 9536.0, 9474.0, 9518.0, 9432.0, 9480.0, 9442.0, 9471.0, 9521.0, 9497.0, 9501.0, 9431.0, 9491.0, 9437.0, 9440.0, 9512.0, 9488.0, 9513.0, 9465.0, 9469.0, 9427.0, 9397.0, 9422.0, 9420.0, 9525.0, 9516.0, 9488.0, 9426.0, 9458.0, 9419.0, 9405.0, 9403.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.0014395083932853717</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.039193183573141485</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.41960492082839</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1063915387635064</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.959636929915966</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4771</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4781.8208</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09556751735448857</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.235011990407674</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.505311633011693</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4007512154889032</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.808865205758708</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3063184777874683</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0112955</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01526632346212864</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025257885456085205</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>834</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.6966187256763874</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.0472</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.2397</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.0381</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302113.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>883.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.7745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.0542</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3455.1019</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3670.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74431.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1053.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4590.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.7925</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.413370757130906</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> |