=== 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-0032 --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-0032",
"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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-02/func/sub-0032_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>9e738c421fe4f19f1a9d7c5ca50f6c5c</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>14:21:16.747500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.9991, -0.0419005, 0.00660443, 0.042224, 0.997273, -0.0605355]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.10346</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>[4141, -7763, -7215, 655, -77, -110, -28, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fd954594-f994-4d13-92e1-9f7040746ed8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6805121898651123, 0.11328399181365967, 0.0109348613768816, 106.29029846191406], [0.11241599917411804, 2.6756093502044678, -0.16405163705348969, -99.57898712158203], [0.017719199880957603, 0.16241227090358734, 2.6949892044067383, -73.49156188964844], [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': ['142116.747500', '142117.207500', '142117.667500', '142118.127500', '142118.587500', '142119.047500', '142119.507500', '142119.967500', '142120.427500', '142120.887500', '142121.347500', '142121.807500', '142122.267500', '142122.727500', '142123.187500', '142123.647500', '142124.107500', '142124.567500', '142125.027500', '142125.487500', '142125.947500', '142126.407500', '142126.867500', '142127.327500', '142127.787500', '142128.247500', '142128.707500', '142129.167500', '142129.627500', '142130.087500', '142130.547500', '142131.007500', '142131.467500', '142131.927500', '142132.387500', '142132.847500', '142133.307500', '142133.767500', '142134.227500', '142134.687500', '142135.147500', '142135.607500', '142136.067500', '142136.527500', '142136.987500', '142137.447500', '142137.907500', '142138.367500', '142138.827500', '142139.287500', '142139.747500', '142140.207500', '142140.667500', '142141.127500', '142141.587500', '142142.047500', '142142.507500', '142142.967500', '142143.427500', '142143.887500', '142144.347500', '142144.807500', '142145.267500', '142145.727500', '142146.187500', '142146.647500', '142147.107500', '142147.567500', '142148.027500', '142148.487500', '142148.947500', '142149.407500', '142149.867500', '142150.327500', '142150.787500', '142151.247500', '142151.707500', '142152.167500', '142152.627500', '142153.087500', '142153.547500', '142154.007500', '142154.467500', '142154.927500', '142155.387500', '142155.847500', '142156.307500', '142156.767500', '142157.227500', '142157.687500', '142158.147500', '142158.607500', '142159.067500', '142159.527500', '142159.987500', '142200.447500', '142200.907500', '142201.367500', '142201.827500', '142202.287500', '142202.747500', '142203.207500', '142203.667500', '142204.127500', '142204.587500', '142205.047500', '142205.507500', '142205.967500', '142206.427500', '142206.887500', '142207.347500', '142207.807500', '142208.267500', '142208.727500', '142209.187500', '142209.647500', '142210.107500', '142210.567500', '142211.027500', '142211.487500', '142211.947500', '142212.407500', '142212.867500', '142213.327500', '142213.787500', '142214.247500', '142214.707500', '142215.167500', '142215.627500', '142216.087500', '142216.547500', '142217.007500', '142217.467500', '142217.927500', '142218.387500', '142218.847500', '142219.307500', '142219.767500', '142220.227500', '142220.687500', '142221.147500', '142221.607500', '142222.067500', '142222.527500', '142222.987500', '142223.447500', '142223.907500', '142224.367500', '142224.827500', '142225.287500', '142225.747500', '142226.207500', '142226.667500', '142227.127500', '142227.587500', '142228.047500', '142228.507500', '142228.967500', '142229.427500', '142229.887500', '142230.347500', '142230.807500', '142231.267500', '142231.727500', '142232.187500', '142232.647500', '142233.107500', '142233.567500', '142234.027500', '142234.487500', '142234.947500', '142235.407500', '142235.867500', '142236.327500', '142236.787500', '142237.247500', '142237.707500', '142238.167500', '142238.627500', '142239.087500', '142239.547500', '142240.007500', '142240.467500', '142240.927500', '142241.387500', '142241.847500', '142242.307500', '142242.767500', '142243.227500', '142243.687500', '142244.147500', '142244.607500', '142245.067500', '142245.527500', '142245.987500', '142246.447500', '142246.907500', '142247.367500', '142247.827500', '142248.287500', '142248.747500', '142249.207500', '142249.667500', '142250.127500', '142250.587500', '142251.047500', '142251.507500', '142251.967500', '142252.427500', '142252.887500', '142253.347500', '142253.807500', '142254.267500', '142254.727500', '142255.187500', '142255.647500', '142256.107500', '142256.567500', '142257.027500', '142257.487500', '142257.947500', '142258.407500', '142258.867500', '142259.327500', '142259.787500', '142300.247500', '142300.707500', '142301.167500', '142301.627500', '142302.087500', '142302.547500', '142303.007500', '142303.467500', '142303.927500', '142304.387500', '142304.847500', '142305.307500', '142305.767500', '142306.227500', '142306.687500', '142307.147500', '142307.607500', '142308.067500', '142308.527500', '142308.987500', '142309.447500', '142309.907500', '142310.367500', '142310.827500', '142311.287500', '142311.747500', '142312.207500', '142312.667500', '142313.127500', '142313.587500', '142314.047500', '142314.507500', '142314.967500', '142315.427500', '142315.887500', '142316.347500', '142316.807500', '142317.267500', '142317.727500', '142318.187500', '142318.647500', '142319.107500', '142319.567500', '142320.027500', '142320.487500', '142320.947500', '142321.407500', '142321.867500', '142322.327500', '142322.787500', '142323.247500', '142323.707500', '142324.167500', '142324.627500', '142325.087500', '142325.547500', '142326.007500', '142326.467500', '142326.927500', '142327.387500', '142327.847500', '142328.307500', '142328.767500', '142329.227500', '142329.687500', '142330.147500', '142330.607500', '142331.067500', '142331.527500', '142331.987500', '142332.447500', '142332.907500', '142333.367500', '142333.827500', '142334.287500', '142334.747500', '142335.207500', '142335.667500', '142336.127500', '142336.587500', '142337.047500', '142337.507500', '142337.967500', '142338.427500', '142338.887500', '142339.347500', '142339.807500', '142340.267500', '142340.727500', '142341.187500', '142341.647500', '142342.107500', '142342.567500', '142343.027500', '142343.487500', '142343.947500', '142344.407500', '142344.867500', '142345.327500', '142345.787500', '142346.247500', '142346.707500', '142347.167500', '142347.627500', '142348.087500', '142348.547500', '142349.007500', '142349.467500', '142349.927500', '142350.387500', '142350.847500', '142351.307500', '142351.767500', '142352.227500', '142352.687500', '142353.147500', '142353.607500', '142354.067500', '142354.527500', '142354.987500', '142355.447500', '142355.907500', '142356.367500', '142356.827500', '142357.287500', '142357.747500', '142358.207500', '142358.667500', '142359.127500', '142359.587500', '142400.047500', '142400.507500', '142400.967500', '142401.427500', '142401.887500', '142402.347500', '142402.807500', '142403.267500', '142403.727500', '142404.187500', '142404.647500', '142405.107500', '142405.567500', '142406.027500', '142406.487500', '142406.947500', '142407.407500', '142407.867500', '142408.327500', '142408.787500', '142409.247500', '142409.707500', '142410.167500', '142410.627500', '142411.087500', '142411.547500', '142412.007500', '142412.467500', '142412.927500', '142413.387500', '142413.847500', '142414.307500', '142414.767500', '142415.227500', '142415.687500', '142416.147500', '142416.607500', '142417.067500', '142417.527500', '142417.987500', '142418.447500', '142418.907500', '142419.367500', '142419.827500', '142420.287500', '142420.747500', '142421.207500', '142421.667500', '142422.127500', '142422.587500', '142423.047500', '142423.507500', '142423.967500', '142424.427500', '142424.887500', '142425.347500', '142425.807500', '142426.267500', '142426.727500', '142427.187500', '142427.647500', '142428.107500', '142428.567500', '142429.027500', '142429.487500', '142429.947500', '142430.407500', '142430.867500', '142431.327500', '142431.787500', '142432.247500', '142432.707500', '142433.167500', '142433.627500', '142434.087500', '142434.547500', '142435.007500', '142435.467500', '142435.927500', '142436.387500', '142436.847500', '142437.307500', '142437.767500', '142438.227500', '142438.687500', '142439.147500', '142439.607500', '142440.067500', '142440.527500', '142440.987500', '142441.447500', '142441.907500', '142442.367500', '142442.827500', '142443.287500', '142443.747500', '142444.207500', '142444.667500', '142445.127500', '142445.587500', '142446.047500', '142446.507500', '142446.967500', '142447.427500', '142447.887500', '142448.347500', '142448.807500', '142449.267500', '142449.727500', '142450.187500', '142450.647500', '142451.107500', '142451.567500', '142452.027500', '142452.487500', '142452.947500', '142453.407500', '142453.867500', '142454.327500', '142454.787500', '142455.247500', '142455.707500', '142456.167500', '142456.627500', '142457.087500', '142457.547500', '142458.007500', '142458.467500', '142458.927500', '142459.387500', '142459.847500', '142500.307500', '142500.767500', '142501.227500', '142501.687500', '142502.147500', '142502.607500', '142503.067500', '142503.527500', '142503.987500', '142504.447500', '142504.907500', '142505.367500', '142505.827500', '142506.287500', '142506.747500', '142507.207500', '142507.667500', '142508.127500', '142508.587500', '142509.047500', '142509.507500', '142509.967500', '142510.427500', '142510.887500', '142511.347500', '142511.807500', '142512.267500', '142512.727500', '142513.187500', '142513.647500', '142514.107500', '142514.567500', '142515.027500', '142515.487500', '142515.947500', '142516.407500', '142516.867500', '142517.327500', '142517.787500', '142518.247500', '142518.707500', '142519.167500', '142519.627500', '142520.087500', '142520.547500', '142521.007500', '142521.467500', '142521.927500', '142522.387500', '142522.847500', '142523.307500', '142523.767500', '142524.227500', '142524.687500', '142525.147500', '142525.607500', '142526.067500', '142526.527500', '142526.987500', '142527.447500', '142527.907500', '142528.367500', '142528.827500', '142529.287500', '142529.747500', '142530.207500', '142530.667500', '142531.127500', '142531.587500', '142532.047500', '142532.507500', '142532.967500', '142533.427500', '142533.887500', '142534.347500', '142534.807500', '142535.267500', '142535.727500', '142536.187500', '142536.647500', '142537.107500', '142537.567500', '142538.027500', '142538.487500', '142538.947500', '142539.407500', '142539.867500', '142540.327500', '142540.787500', '142541.247500', '142541.707500', '142542.167500', '142542.627500', '142543.087500', '142543.547500', '142544.007500', '142544.467500', '142544.927500', '142545.387500', '142545.847500', '142546.307500', '142546.767500', '142547.227500', '142547.687500', '142548.147500', '142548.607500', '142549.067500', '142549.527500', '142549.987500', '142550.447500', '142550.907500', '142551.367500', '142551.827500', '142552.287500', '142552.747500', '142553.207500', '142553.667500', '142554.127500', '142554.587500', '142555.047500', '142555.507500', '142555.967500', '142556.427500', '142556.887500', '142557.347500', '142557.807500', '142558.267500', '142558.727500', '142559.187500', '142559.647500', '142600.107500', '142600.567500', '142601.027500', '142601.487500', '142601.947500', '142602.407500', '142602.867500', '142603.327500', '142603.787500', '142604.247500', '142604.707500', '142605.167500', '142605.627500', '142606.087500', '142606.547500', '142607.007500', '142607.467500', '142607.927500', '142608.387500', '142608.847500', '142609.307500', '142609.767500', '142610.227500', '142610.687500', '142611.147500', '142611.607500', '142612.067500', '142612.527500', '142612.987500', '142613.447500', '142613.907500', '142614.367500', '142614.827500', '142615.287500', '142615.747500', '142616.207500', '142616.667500', '142617.127500', '142617.587500', '142618.047500', '142618.507500', '142618.967500', '142619.427500', '142619.887500', '142620.347500', '142620.807500', '142621.267500', '142621.727500', '142622.187500', '142622.647500', '142623.107500', '142623.567500', '142624.027500', '142624.487500', '142624.947500', '142625.407500', '142625.867500', '142626.327500', '142626.787500', '142627.247500', '142627.707500', '142628.167500', '142628.627500', '142629.087500', '142629.547500', '142630.007500', '142630.467500', '142630.927500', '142631.387500', '142631.847500', '142632.307500', '142632.767500', '142633.227500', '142633.687500', '142634.147500', '142634.607500', '142635.067500', '142635.527500', '142635.987500', '142636.447500', '142636.907500', '142637.367500', '142637.827500', '142638.287500', '142638.747500', '142639.207500', '142639.667500', '142640.127500', '142640.587500', '142641.047500', '142641.507500', '142641.967500', '142642.427500', '142642.887500', '142643.347500', '142643.807500', '142644.267500', '142644.727500', '142645.187500', '142645.647500', '142646.107500', '142646.567500', '142647.027500', '142647.487500', '142647.947500', '142648.407500', '142648.867500', '142649.327500', '142649.787500', '142650.247500', '142650.707500', '142651.167500', '142651.627500', '142652.087500', '142652.547500', '142653.007500', '142653.467500', '142653.927500', '142654.387500', '142654.847500', '142655.307500', '142655.767500', '142656.227500', '142656.687500', '142657.147500', '142657.607500', '142658.067500', '142658.527500', '142658.987500', '142659.447500', '142659.907500', '142700.367500', '142700.827500', '142701.287500', '142701.747500', '142702.207500', '142702.667500', '142703.127500', '142703.587500', '142704.047500', '142704.507500', '142704.967500', '142705.427500', '142705.887500', '142706.347500', '142706.807500', '142707.267500', '142707.727500', '142708.187500', '142708.647500', '142709.107500', '142709.567500', '142710.027500', '142710.487500', '142710.947500', '142711.407500', '142711.867500', '142712.327500', '142712.787500', '142713.247500', '142713.707500', '142714.167500', '142714.627500', '142715.087500', '142715.547500', '142716.007500', '142716.467500', '142716.927500', '142717.387500', '142717.847500', '142718.307500', '142718.767500', '142719.227500', '142719.687500', '142720.147500', '142720.607500', '142721.067500', '142721.527500', '142721.987500', '142722.447500', '142722.907500', '142723.367500', '142723.827500', '142724.287500', '142724.747500', '142725.207500', '142725.667500', '142726.127500', '142726.587500', '142727.047500', '142727.507500', '142727.967500', '142728.427500', '142728.887500', '142729.347500', '142729.807500', '142730.267500', '142730.727500', '142731.187500', '142731.647500', '142732.107500', '142732.567500', '142733.027500', '142733.487500', '142733.947500', '142734.407500', '142734.867500', '142735.327500', '142735.787500', '142736.247500', '142736.707500', '142737.167500', '142737.627500', '142738.087500', '142738.547500', '142739.007500', '142739.467500', '142739.927500', '142740.387500', '142740.847500', '142741.307500', '142741.767500', '142742.227500'], 'ContentTime': ['142141.219000', '142141.223000', '142141.226000', '142141.229000', '142141.242000', '142141.253000', '142141.256000', '142141.259000', '142141.262000', '142141.265000', '142141.267000', '142141.270000', '142141.273000', '142141.276000', '142141.279000', '142141.282000', '142141.285000', '142141.288000', '142141.290000', '142141.293000', '142141.296000', '142141.299000', '142141.302000', '142141.305000', '142141.308000', '142141.311000', '142141.313000', '142141.316000', '142141.319000', '142141.322000', '142141.325000', '142141.330000', '142141.333000', '142141.336000', '142141.339000', '142141.342000', '142141.345000', '142141.348000', '142141.350000', '142141.353000', '142141.356000', '142141.359000', '142141.362000', '142141.365000', '142141.368000', '142141.371000', '142141.373000', '142141.376000', '142141.379000', '142141.382000', '142141.385000', '142201.185000', '142201.188000', '142201.191000', '142201.194000', '142201.197000', '142201.200000', '142201.203000', '142201.206000', '142201.208000', '142201.211000', '142201.214000', '142201.217000', '142201.222000', '142201.225000', '142201.228000', '142201.231000', '142201.233000', '142201.236000', '142201.239000', '142201.242000', '142201.245000', '142201.248000', '142201.251000', '142201.254000', '142201.257000', '142201.259000', '142201.262000', '142201.265000', '142201.268000', '142201.271000', '142201.274000', '142201.277000', '142201.280000', '142201.283000', '142201.286000', '142201.288000', '142201.291000', '142201.294000', '142201.297000', '142201.300000', '142201.303000', '142201.306000', '142201.309000', '142221.186000', '142221.189000', '142221.192000', '142221.195000', '142221.198000', '142221.201000', '142221.204000', '142221.207000', '142221.209000', '142221.212000', '142221.215000', '142221.218000', '142221.221000', '142221.224000', '142221.230000', '142221.233000', '142221.236000', '142221.238000', '142221.241000', '142221.244000', '142221.247000', '142221.250000', '142221.253000', '142221.256000', '142221.259000', '142221.262000', '142221.265000', '142221.268000', '142221.271000', '142221.273000', '142221.276000', '142221.279000', '142221.282000', '142221.285000', '142221.288000', '142221.291000', '142221.294000', '142221.297000', '142221.299000', '142221.302000', '142221.305000', '142221.308000', '142221.311000', '142241.186000', '142241.189000', '142241.192000', '142241.195000', '142241.198000', '142241.201000', '142241.204000', '142241.207000', '142241.209000', '142241.212000', '142241.215000', '142241.218000', '142241.221000', '142241.224000', '142241.227000', '142241.237000', '142241.240000', '142241.243000', '142241.246000', '142241.249000', '142241.251000', '142241.254000', '142241.257000', '142241.260000', '142241.263000', '142241.266000', '142241.269000', '142241.272000', '142241.275000', '142241.277000', '142241.280000', '142241.283000', '142241.300000', '142241.303000', '142241.306000', '142241.309000', '142241.312000', '142241.315000', '142241.318000', '142241.321000', '142241.324000', '142241.327000', '142241.330000', '142241.332000', '142301.186000', '142301.189000', '142301.192000', '142301.195000', '142301.198000', '142301.201000', '142301.213000', '142301.216000', '142301.219000', '142301.222000', '142301.225000', '142301.228000', '142301.231000', '142301.234000', '142301.237000', '142301.240000', '142301.243000', '142301.245000', '142301.248000', '142301.251000', '142301.254000', '142301.257000', '142301.260000', '142301.263000', '142301.266000', '142301.269000', '142301.272000', '142301.275000', '142301.277000', '142301.280000', '142301.283000', '142301.286000', '142301.289000', '142301.292000', '142301.299000', '142301.302000', '142301.305000', '142301.308000', '142301.311000', '142301.314000', '142301.317000', '142301.319000', '142301.322000', '142321.185000', '142321.188000', '142321.191000', '142321.194000', '142321.197000', '142321.200000', '142321.203000', '142321.206000', '142321.208000', '142321.212000', '142321.214000', '142321.217000', '142321.220000', '142321.223000', '142321.226000', '142321.229000', '142321.232000', '142321.235000', '142321.238000', '142321.241000', '142321.244000', '142321.247000', '142321.250000', '142321.253000', '142321.256000', '142321.259000', '142321.261000', '142321.264000', '142321.267000', '142321.270000', '142321.273000', '142321.276000', '142321.279000', '142321.282000', '142321.285000', '142321.288000', '142321.291000', '142321.294000', '142321.296000', '142321.299000', '142321.302000', '142321.305000', '142321.308000', '142321.311000', '142341.185000', '142341.188000', '142341.191000', '142341.194000', '142341.197000', '142341.200000', '142341.202000', '142341.206000', '142341.210000', '142341.215000', '142341.218000', '142341.221000', '142341.224000', '142341.227000', '142341.230000', '142341.233000', '142341.236000', '142341.239000', '142341.242000', '142341.245000', '142341.247000', '142341.250000', '142341.253000', '142341.256000', '142341.259000', '142341.262000', '142341.265000', '142341.268000', '142341.271000', '142341.274000', '142341.277000', '142341.279000', '142341.295000', '142341.298000', '142341.301000', '142341.304000', '142341.307000', '142341.310000', '142341.313000', '142341.315000', '142341.318000', '142341.321000', '142341.324000', '142401.185000', '142401.230000', '142401.233000', '142401.236000', '142401.239000', '142401.242000', '142401.245000', '142401.248000', '142401.251000', '142401.254000', '142401.257000', '142401.259000', '142401.263000', '142401.265000', '142401.268000', '142401.271000', '142401.274000', '142401.277000', '142401.280000', '142401.283000', '142401.286000', '142401.289000', '142401.292000', '142401.295000', '142401.298000', '142401.300000', '142401.303000', '142401.306000', '142401.309000', '142401.312000', '142401.315000', '142401.318000', '142401.321000', '142401.324000', '142401.326000', '142401.329000', '142401.332000', '142401.335000', '142401.338000', '142401.341000', '142401.349000', '142401.352000', '142401.355000', '142401.358000', '142421.185000', '142421.188000', '142421.191000', '142421.194000', '142421.197000', '142421.200000', '142421.203000', '142421.206000', '142421.209000', '142421.212000', '142421.215000', '142421.218000', '142421.220000', '142421.223000', '142421.227000', '142421.230000', '142421.233000', '142421.236000', '142421.239000', '142421.244000', '142421.248000', '142421.251000', '142421.254000', '142421.257000', '142421.260000', '142421.263000', '142421.266000', '142421.284000', '142421.287000', '142421.290000', '142421.293000', '142421.296000', '142421.299000', '142421.302000', '142421.305000', '142421.308000', '142421.311000', '142421.313000', '142421.316000', '142421.319000', '142421.322000', '142421.325000', '142421.328000', '142441.186000', '142441.189000', '142441.192000', '142441.195000', '142441.198000', '142441.201000', '142441.204000', '142441.207000', '142441.210000', '142441.212000', '142441.215000', '142441.219000', '142441.222000', '142441.224000', '142441.227000', '142441.230000', '142441.233000', '142441.236000', '142441.239000', '142441.242000', '142441.245000', '142441.248000', '142441.251000', '142441.254000', '142441.257000', '142441.260000', '142441.263000', '142441.266000', '142441.269000', '142441.272000', '142441.275000', '142441.278000', '142441.281000', '142441.283000', '142441.286000', '142441.289000', '142441.292000', '142441.295000', '142441.298000', '142441.301000', '142441.304000', '142441.306000', '142441.309000', '142441.312000', '142501.186000', '142501.205000', '142501.208000', '142501.211000', '142501.214000', '142501.217000', '142501.220000', '142501.223000', '142501.226000', '142501.229000', '142501.232000', '142501.235000', '142501.237000', '142501.241000', '142501.244000', '142501.246000', '142501.249000', '142501.252000', '142501.255000', '142501.260000', '142501.265000', '142501.268000', '142501.271000', '142501.274000', '142501.277000', '142501.280000', '142501.282000', '142501.285000', '142501.288000', '142501.291000', '142501.294000', '142501.297000', '142501.300000', '142501.303000', '142501.306000', '142501.309000', '142501.311000', '142501.314000', '142501.317000', '142501.320000', '142501.323000', '142501.326000', '142501.329000', '142521.186000', '142521.195000', '142521.198000', '142521.201000', '142521.204000', '142521.207000', '142521.210000', '142521.212000', '142521.215000', '142521.218000', '142521.221000', '142521.224000', '142521.227000', '142521.230000', '142521.233000', '142521.236000', '142521.239000', '142521.242000', '142521.245000', '142521.248000', '142521.251000', '142521.254000', '142521.257000', '142521.260000', '142521.263000', '142521.265000', '142521.268000', '142521.271000', '142521.274000', '142521.277000', '142521.280000', '142521.283000', '142521.286000', '142521.289000', '142521.292000', '142521.294000', '142521.297000', '142521.300000', '142521.303000', '142521.306000', '142521.309000', '142521.312000', '142521.315000', '142521.318000', '142541.185000', '142541.188000', '142541.191000', '142541.194000', '142541.201000', '142541.203000', '142541.206000', '142541.209000', '142541.213000', '142541.216000', '142541.219000', '142541.222000', '142541.225000', '142541.228000', '142541.231000', '142541.234000', '142541.237000', '142541.239000', '142541.242000', '142541.245000', '142541.248000', '142541.251000', '142541.254000', '142541.257000', '142541.260000', '142541.263000', '142541.266000', '142541.269000', '142541.272000', '142541.275000', '142541.277000', '142541.280000', '142541.283000', '142541.287000', '142541.292000', '142541.295000', '142541.298000', '142541.301000', '142541.311000', '142541.314000', '142541.317000', '142541.320000', '142541.323000', '142601.185000', '142601.188000', '142601.191000', '142601.194000', '142601.197000', '142601.200000', '142601.203000', '142601.206000', '142601.209000', '142601.212000', '142601.215000', '142601.217000', '142601.220000', '142601.223000', '142601.226000', '142601.229000', '142601.232000', '142601.235000', '142601.238000', '142601.241000', '142601.244000', '142601.247000', '142601.250000', '142601.253000', '142601.256000', '142601.259000', '142601.262000', '142601.265000', '142601.267000', '142601.271000', '142601.273000', '142601.276000', '142601.279000', '142601.282000', '142601.285000', '142601.288000', '142601.291000', '142601.294000', '142601.297000', '142601.300000', '142601.303000', '142601.306000', '142601.309000', '142601.312000', '142621.185000', '142621.206000', '142621.209000', '142621.212000', '142621.215000', '142621.218000', '142621.221000', '142621.224000', '142621.227000', '142621.230000', '142621.233000', '142621.236000', '142621.239000', '142621.242000', '142621.245000', '142621.248000', '142621.251000', '142621.253000', '142621.256000', '142621.259000', '142621.262000', '142621.265000', '142621.268000', '142621.271000', '142621.274000', '142621.277000', '142621.280000', '142621.283000', '142621.286000', '142621.289000', '142621.291000', '142621.294000', '142621.297000', '142621.300000', '142621.305000', '142621.310000', '142621.313000', '142621.316000', '142621.319000', '142621.322000', '142621.325000', '142621.328000', '142621.331000', '142641.185000', '142641.188000', '142641.191000', '142641.194000', '142641.197000', '142641.200000', '142641.203000', '142641.206000', '142641.209000', '142641.212000', '142641.214000', '142641.217000', '142641.220000', '142641.223000', '142641.226000', '142641.229000', '142641.232000', '142641.235000', '142641.238000', '142641.241000', '142641.244000', '142641.247000', '142641.250000', '142641.253000', '142641.256000', '142641.259000', '142641.262000', '142641.264000', '142641.268000', '142641.270000', '142641.273000', '142641.276000', '142641.279000', '142641.282000', '142641.285000', '142641.288000', '142641.291000', '142641.294000', '142641.296000', '142641.306000', '142641.309000', '142641.312000', '142641.315000', '142641.318000', '142701.188000', '142701.205000', '142701.208000', '142701.211000', '142701.214000', '142701.217000', '142701.220000', '142701.223000', '142701.226000', '142701.229000', '142701.232000', '142701.235000', '142701.238000', '142701.241000', '142701.244000', '142701.247000', '142701.251000', '142701.254000', '142701.257000', '142701.260000', '142701.263000', '142701.266000', '142701.269000', '142701.271000', '142701.274000', '142701.277000', '142701.280000', '142701.283000', '142701.286000', '142701.289000', '142701.292000', '142701.295000', '142701.298000', '142701.300000', '142701.310000', '142701.313000', '142701.316000', '142701.319000', '142701.322000', '142701.325000', '142701.328000', '142701.331000', '142701.333000', '142721.186000', '142721.189000', '142721.192000', '142721.195000', '142721.198000', '142721.209000', '142721.212000', '142721.215000', '142721.218000', '142721.221000', '142721.224000', '142721.227000', '142721.230000', '142721.232000', '142721.235000', '142721.238000', '142721.241000', '142721.244000', '142721.247000', '142721.250000', '142721.253000', '142721.256000', '142721.259000', '142721.262000', '142721.264000', '142721.267000', '142721.270000', '142721.273000', '142721.276000', '142721.279000', '142721.282000', '142721.285000', '142721.288000', '142721.291000', '142721.294000', '142721.296000', '142721.299000', '142721.302000', '142721.305000', '142721.308000', '142721.311000', '142721.314000', '142721.317000', '142721.320000', '142741.186000', '142741.189000', '142741.192000', '142741.195000', '142741.198000', '142741.201000', '142741.204000', '142741.207000', '142741.210000', '142741.213000', '142741.216000', '142741.219000', '142741.222000', '142741.225000', '142741.228000', '142741.231000', '142741.234000', '142741.237000', '142741.240000', '142741.242000', '142741.245000', '142741.248000', '142741.251000', '142741.254000', '142741.257000', '142741.260000', '142741.263000', '142741.266000', '142741.268000', '142741.272000', '142741.275000', '142741.277000', '142741.280000', '142741.283000', '142741.286000', '142741.289000', '142741.292000', '142741.295000', '142741.298000', '142741.301000', '142741.304000', '142741.307000', '142741.310000', '142743.692000', '142743.695000', '142743.698000', '142743.701000', '142743.705000', '142743.707000'], 'InstanceCreationTime': ['142141.219000', '142141.223000', '142141.226000', '142141.229000', '142141.242000', '142141.253000', '142141.256000', '142141.259000', '142141.262000', '142141.265000', '142141.267000', '142141.270000', '142141.273000', '142141.276000', '142141.279000', '142141.282000', '142141.285000', '142141.288000', '142141.290000', '142141.293000', '142141.296000', '142141.299000', '142141.302000', '142141.305000', '142141.308000', '142141.311000', '142141.313000', '142141.316000', '142141.319000', '142141.322000', '142141.325000', '142141.330000', '142141.333000', '142141.336000', '142141.339000', '142141.342000', '142141.345000', '142141.348000', '142141.350000', '142141.353000', '142141.356000', '142141.359000', '142141.362000', '142141.365000', '142141.368000', '142141.371000', '142141.373000', '142141.376000', '142141.379000', '142141.382000', '142141.385000', '142201.185000', '142201.188000', '142201.191000', '142201.194000', '142201.197000', '142201.200000', '142201.203000', '142201.206000', '142201.208000', '142201.211000', '142201.214000', '142201.217000', '142201.222000', '142201.225000', '142201.228000', '142201.231000', '142201.233000', '142201.236000', '142201.239000', '142201.242000', '142201.245000', '142201.248000', '142201.251000', '142201.254000', '142201.257000', '142201.259000', '142201.262000', '142201.265000', '142201.268000', '142201.271000', '142201.274000', '142201.277000', '142201.280000', '142201.283000', '142201.286000', '142201.288000', '142201.291000', '142201.294000', '142201.297000', '142201.300000', '142201.303000', '142201.306000', '142201.309000', '142221.186000', '142221.189000', '142221.192000', '142221.195000', '142221.198000', '142221.201000', '142221.204000', '142221.207000', '142221.209000', '142221.212000', '142221.215000', '142221.218000', '142221.221000', '142221.224000', '142221.230000', '142221.233000', '142221.236000', '142221.238000', '142221.241000', '142221.244000', '142221.247000', '142221.250000', '142221.253000', '142221.256000', '142221.259000', '142221.262000', '142221.265000', '142221.268000', '142221.271000', '142221.273000', '142221.276000', '142221.279000', '142221.282000', '142221.285000', '142221.288000', '142221.291000', '142221.294000', '142221.297000', '142221.299000', '142221.302000', '142221.305000', '142221.308000', '142221.311000', '142241.186000', '142241.189000', '142241.192000', '142241.195000', '142241.198000', '142241.201000', '142241.204000', '142241.207000', '142241.209000', '142241.212000', '142241.215000', '142241.218000', '142241.221000', '142241.224000', '142241.227000', '142241.237000', '142241.240000', '142241.243000', '142241.246000', '142241.249000', '142241.251000', '142241.254000', '142241.257000', '142241.260000', '142241.263000', '142241.266000', '142241.269000', '142241.272000', '142241.275000', '142241.277000', '142241.280000', '142241.283000', '142241.300000', '142241.303000', '142241.306000', '142241.309000', '142241.312000', '142241.315000', '142241.318000', '142241.321000', '142241.324000', '142241.327000', '142241.330000', '142241.332000', '142301.186000', '142301.189000', '142301.192000', '142301.195000', '142301.198000', '142301.201000', '142301.213000', '142301.216000', '142301.219000', '142301.222000', '142301.225000', '142301.228000', '142301.231000', '142301.234000', '142301.237000', '142301.240000', '142301.243000', '142301.245000', '142301.248000', '142301.251000', '142301.254000', '142301.257000', '142301.260000', '142301.263000', '142301.266000', '142301.269000', '142301.272000', '142301.275000', '142301.277000', '142301.280000', '142301.283000', '142301.286000', '142301.289000', '142301.292000', '142301.299000', '142301.302000', '142301.305000', '142301.308000', '142301.311000', '142301.314000', '142301.317000', '142301.319000', '142301.322000', '142321.185000', '142321.188000', '142321.191000', '142321.194000', '142321.197000', '142321.200000', '142321.203000', '142321.206000', '142321.208000', '142321.212000', '142321.214000', '142321.217000', '142321.220000', '142321.223000', '142321.226000', '142321.229000', '142321.232000', '142321.235000', '142321.238000', '142321.241000', '142321.244000', '142321.247000', '142321.250000', '142321.253000', '142321.256000', '142321.259000', '142321.261000', '142321.264000', '142321.267000', '142321.270000', '142321.273000', '142321.276000', '142321.279000', '142321.282000', '142321.285000', '142321.288000', '142321.291000', '142321.294000', '142321.296000', '142321.299000', '142321.302000', '142321.305000', '142321.308000', '142321.311000', '142341.185000', '142341.188000', '142341.191000', '142341.194000', '142341.197000', '142341.200000', '142341.202000', '142341.206000', '142341.210000', '142341.215000', '142341.218000', '142341.221000', '142341.224000', '142341.227000', '142341.230000', '142341.233000', '142341.236000', '142341.239000', '142341.242000', '142341.245000', '142341.247000', '142341.250000', '142341.253000', '142341.256000', '142341.259000', '142341.262000', '142341.265000', '142341.268000', '142341.271000', '142341.274000', '142341.277000', '142341.279000', '142341.295000', '142341.298000', '142341.301000', '142341.304000', '142341.307000', '142341.310000', '142341.313000', '142341.315000', '142341.318000', '142341.321000', '142341.324000', '142401.185000', '142401.230000', '142401.233000', '142401.236000', '142401.239000', '142401.242000', '142401.245000', '142401.248000', '142401.251000', '142401.254000', '142401.257000', '142401.259000', '142401.263000', '142401.265000', '142401.268000', '142401.271000', '142401.274000', '142401.277000', '142401.280000', '142401.283000', '142401.286000', '142401.289000', '142401.292000', '142401.295000', '142401.298000', '142401.300000', '142401.303000', '142401.306000', '142401.309000', '142401.312000', '142401.315000', '142401.318000', '142401.321000', '142401.324000', '142401.326000', '142401.329000', '142401.332000', '142401.335000', '142401.338000', '142401.341000', '142401.349000', '142401.352000', '142401.355000', '142401.358000', '142421.185000', '142421.188000', '142421.191000', '142421.194000', '142421.197000', '142421.200000', '142421.203000', '142421.206000', '142421.209000', '142421.212000', '142421.215000', '142421.218000', '142421.220000', '142421.223000', '142421.227000', '142421.230000', '142421.233000', '142421.236000', '142421.239000', '142421.244000', '142421.248000', '142421.251000', '142421.254000', '142421.257000', '142421.260000', '142421.263000', '142421.266000', '142421.284000', '142421.287000', '142421.290000', '142421.293000', '142421.296000', '142421.299000', '142421.302000', '142421.305000', '142421.308000', '142421.311000', '142421.313000', '142421.316000', '142421.319000', '142421.322000', '142421.325000', '142421.328000', '142441.186000', '142441.189000', '142441.192000', '142441.195000', '142441.198000', '142441.201000', '142441.204000', '142441.207000', '142441.210000', '142441.212000', '142441.215000', '142441.219000', '142441.222000', '142441.224000', '142441.227000', '142441.230000', '142441.233000', '142441.236000', '142441.239000', '142441.242000', '142441.245000', '142441.248000', '142441.251000', '142441.254000', '142441.257000', '142441.260000', '142441.263000', '142441.266000', '142441.269000', '142441.272000', '142441.275000', '142441.278000', '142441.281000', '142441.283000', '142441.286000', '142441.289000', '142441.292000', '142441.295000', '142441.298000', '142441.301000', '142441.304000', '142441.306000', '142441.309000', '142441.312000', '142501.186000', '142501.205000', '142501.208000', '142501.211000', '142501.214000', '142501.217000', '142501.220000', '142501.223000', '142501.226000', '142501.229000', '142501.232000', '142501.235000', '142501.237000', '142501.241000', '142501.244000', '142501.246000', '142501.249000', '142501.252000', '142501.255000', '142501.260000', '142501.265000', '142501.268000', '142501.271000', '142501.274000', '142501.277000', '142501.280000', '142501.282000', '142501.285000', '142501.288000', '142501.291000', '142501.294000', '142501.297000', '142501.300000', '142501.303000', '142501.306000', '142501.309000', '142501.311000', '142501.314000', '142501.317000', '142501.320000', '142501.323000', '142501.326000', '142501.329000', '142521.186000', '142521.195000', '142521.198000', '142521.201000', '142521.204000', '142521.207000', '142521.210000', '142521.212000', '142521.215000', '142521.218000', '142521.221000', '142521.224000', '142521.227000', '142521.230000', '142521.233000', '142521.236000', '142521.239000', '142521.242000', '142521.245000', '142521.248000', '142521.251000', '142521.254000', '142521.257000', '142521.260000', '142521.263000', '142521.265000', '142521.268000', '142521.271000', '142521.274000', '142521.277000', '142521.280000', '142521.283000', '142521.286000', '142521.289000', '142521.292000', '142521.294000', '142521.297000', '142521.300000', '142521.303000', '142521.306000', '142521.309000', '142521.312000', '142521.315000', '142521.318000', '142541.185000', '142541.188000', '142541.191000', '142541.194000', '142541.201000', '142541.203000', '142541.206000', '142541.209000', '142541.213000', '142541.216000', '142541.219000', '142541.222000', '142541.225000', '142541.228000', '142541.231000', '142541.234000', '142541.237000', '142541.239000', '142541.242000', '142541.245000', '142541.248000', '142541.251000', '142541.254000', '142541.257000', '142541.260000', '142541.263000', '142541.266000', '142541.269000', '142541.272000', '142541.275000', '142541.277000', '142541.280000', '142541.283000', '142541.287000', '142541.292000', '142541.295000', '142541.298000', '142541.301000', '142541.311000', '142541.314000', '142541.317000', '142541.320000', '142541.323000', '142601.185000', '142601.188000', '142601.191000', '142601.194000', '142601.197000', '142601.200000', '142601.203000', '142601.206000', '142601.209000', '142601.212000', '142601.215000', '142601.217000', '142601.220000', '142601.223000', '142601.226000', '142601.229000', '142601.232000', '142601.235000', '142601.238000', '142601.241000', '142601.244000', '142601.247000', '142601.250000', '142601.253000', '142601.256000', '142601.259000', '142601.262000', '142601.265000', '142601.267000', '142601.271000', '142601.273000', '142601.276000', '142601.279000', '142601.282000', '142601.285000', '142601.288000', '142601.291000', '142601.294000', '142601.297000', '142601.300000', '142601.303000', '142601.306000', '142601.309000', '142601.312000', '142621.185000', '142621.206000', '142621.209000', '142621.212000', '142621.215000', '142621.218000', '142621.221000', '142621.224000', '142621.227000', '142621.230000', '142621.233000', '142621.236000', '142621.239000', '142621.242000', '142621.245000', '142621.248000', '142621.251000', '142621.253000', '142621.256000', '142621.259000', '142621.262000', '142621.265000', '142621.268000', '142621.271000', '142621.274000', '142621.277000', '142621.280000', '142621.283000', '142621.286000', '142621.289000', '142621.291000', '142621.294000', '142621.297000', '142621.300000', '142621.305000', '142621.310000', '142621.313000', '142621.316000', '142621.319000', '142621.322000', '142621.325000', '142621.328000', '142621.331000', '142641.185000', '142641.188000', '142641.191000', '142641.194000', '142641.197000', '142641.200000', '142641.203000', '142641.206000', '142641.209000', '142641.212000', '142641.214000', '142641.217000', '142641.220000', '142641.223000', '142641.226000', '142641.229000', '142641.232000', '142641.235000', '142641.238000', '142641.241000', '142641.244000', '142641.247000', '142641.250000', '142641.253000', '142641.256000', '142641.259000', '142641.262000', '142641.264000', '142641.268000', '142641.270000', '142641.273000', '142641.276000', '142641.279000', '142641.282000', '142641.285000', '142641.288000', '142641.291000', '142641.294000', '142641.296000', '142641.306000', '142641.309000', '142641.312000', '142641.315000', '142641.318000', '142701.188000', '142701.205000', '142701.208000', '142701.211000', '142701.214000', '142701.217000', '142701.220000', '142701.223000', '142701.226000', '142701.229000', '142701.232000', '142701.235000', '142701.238000', '142701.241000', '142701.244000', '142701.247000', '142701.251000', '142701.254000', '142701.257000', '142701.260000', '142701.263000', '142701.266000', '142701.269000', '142701.271000', '142701.274000', '142701.277000', '142701.280000', '142701.283000', '142701.286000', '142701.289000', '142701.292000', '142701.295000', '142701.298000', '142701.300000', '142701.310000', '142701.313000', '142701.316000', '142701.319000', '142701.322000', '142701.325000', '142701.328000', '142701.331000', '142701.333000', '142721.186000', '142721.189000', '142721.192000', '142721.195000', '142721.198000', '142721.209000', '142721.212000', '142721.215000', '142721.218000', '142721.221000', '142721.224000', '142721.227000', '142721.230000', '142721.232000', '142721.235000', '142721.238000', '142721.241000', '142721.244000', '142721.247000', '142721.250000', '142721.253000', '142721.256000', '142721.259000', '142721.262000', '142721.264000', '142721.267000', '142721.270000', '142721.273000', '142721.276000', '142721.279000', '142721.282000', '142721.285000', '142721.288000', '142721.291000', '142721.294000', '142721.296000', '142721.299000', '142721.302000', '142721.305000', '142721.308000', '142721.311000', '142721.314000', '142721.317000', '142721.320000', '142741.186000', '142741.189000', '142741.192000', '142741.195000', '142741.198000', '142741.201000', '142741.204000', '142741.207000', '142741.210000', '142741.213000', '142741.216000', '142741.219000', '142741.222000', '142741.225000', '142741.228000', '142741.231000', '142741.234000', '142741.237000', '142741.240000', '142741.242000', '142741.245000', '142741.248000', '142741.251000', '142741.254000', '142741.257000', '142741.260000', '142741.263000', '142741.266000', '142741.268000', '142741.272000', '142741.275000', '142741.277000', '142741.280000', '142741.283000', '142741.286000', '142741.289000', '142741.292000', '142741.295000', '142741.298000', '142741.301000', '142741.304000', '142741.307000', '142741.310000', '142743.692000', '142743.695000', '142743.698000', '142743.701000', '142743.705000', '142743.707000'], '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': [8270, 9129, 7286, 12499, 8845, 12768, 9062, 12887, 9044, 13305, 9600, 13439, 8005, 10300, 6438, 8755, 6076, 7938, 7450, 8052, 8094, 7079, 7049, 6439, 9101, 6132, 10642, 6763, 10874, 6799, 10590, 6565, 9451, 6735, 9563, 6496, 9893, 7556, 8855, 6574, 7930, 6905, 7025, 10618, 8005, 9795, 7429, 7603, 6964, 9458, 6746, 10950, 7420, 11058, 7859, 10592, 6771, 9630, 6584, 9571, 6438, 9878, 6711, 9957, 6862, 8883, 6248, 7997, 6153, 8001, 6068, 7193, 6189, 6828, 6547, 8496, 6968, 9946, 8408, 7397, 7948, 6843, 7949, 7729, 7812, 10057, 8641, 7313, 7838, 7255, 7605, 8424, 7402, 10022, 8139, 6792, 7851, 6546, 8176, 6535, 7975, 6668, 8879, 7020, 9571, 6734, 9164, 6456, 9548, 6775, 10900, 7595, 7991, 7144, 6709, 7596, 6423, 8516, 6669, 9914, 6943, 10551, 7039, 8238, 7284, 6527, 8091, 6450, 11412, 6997, 9418, 7050, 6742, 7588, 6505, 8589, 6658, 11360, 6929, 9971, 6881, 7794, 7101, 6533, 7879, 6553, 9624, 6660, 8964, 6393, 8187, 6449, 6683, 7156, 6404, 8725, 6431, 9123, 6395, 9618, 6340, 10050, 6697, 10322, 7811, 7252, 7048, 6063, 7490, 6364, 8416, 6201, 9488, 6358, 8913, 6693, 8635, 7673, 7292, 7830, 6193, 8109, 6270, 8756, 6195, 9097, 6531, 9158, 6547, 9729, 7249, 8997, 6297, 7657, 6395, 7857, 6140, 8347, 6405, 8901, 6366, 8805, 6305, 8525, 6242, 8892, 6569, 9146, 6929, 8812, 6173, 8117, 6199, 7946, 6347, 8308, 6289, 8458, 6823, 8590, 6424, 8069, 6447, 7751, 6396, 7812, 6434, 8853, 6513, 9227, 6490, 8881, 6364, 8589, 6418, 8539, 6970, 8666, 6244, 8029, 6386, 7951, 6280, 8256, 6351, 8817, 6319, 8764, 6318, 8215, 6019, 7690, 6223, 7229, 8125, 7432, 8648, 7142, 6342, 6661, 6220, 6494, 6087, 6568, 6078, 7839, 6476, 7917, 6355, 7976, 6415, 7841, 8093, 7797, 10359, 8405, 8545, 7909, 8892, 7177, 10245, 7334, 10084, 7771, 6387, 6694, 6128, 6654, 6411, 6940, 8810, 7100, 12064, 9190, 12088, 8132, 11903, 7153, 10535, 6747, 9944, 6443, 8953, 6504, 8237, 6856, 7219, 6164, 7283, 6237, 7687, 6437, 9376, 6488, 7842, 6640, 5876, 8182, 6259, 6890, 7076, 5789, 10902, 8505, 10337, 7895, 6474, 9072, 6432, 10600, 6804, 11623, 8267, 12881, 8054, 11247, 6845, 10395, 6295, 10847, 6578, 11255, 8139, 9123, 6687, 6412, 6334, 6081, 6605, 6020, 7622, 6329, 7698, 6528, 7377, 6203, 7160, 6162, 7356, 6080, 7181, 7977, 7694, 7223, 7375, 6233, 6875, 6324, 6655, 7601, 6711, 10599, 7060, 10161, 6925, 7801, 6629, 8462, 6388, 8951, 6095, 10466, 7440, 9631, 7262, 7019, 6761, 8164, 6864, 10963, 7238, 11420, 7914, 11739, 8101, 10453, 6569, 9767, 6375, 9909, 6595, 9409, 6878, 10065, 6718, 9432, 6232, 8528, 6446, 7483, 6976, 6694, 10664, 7494, 9967, 6816, 9663, 6434, 10058, 6527, 9256, 6199, 8751, 6239, 8362, 6326, 8383, 5827, 6214, 5986, 6224, 6645, 6320, 7738, 7356, 8394, 6685, 7654, 7271, 7913, 11688, 8544, 12240, 9427, 12052, 7897, 11447, 7295, 10986, 7731, 11231, 7575, 10936, 7572, 10548, 6747, 9477, 6568, 9019, 6473, 9399, 6632, 9875, 6803, 9998, 6708, 8699, 6531, 8396, 6537, 8031, 6205, 8789, 6273, 8442, 6053, 7614, 6482, 6952, 6235, 7072, 6260, 7032, 6048, 7140, 6006, 7647, 6173, 7830, 6784, 8035, 6524, 7193, 6464, 7097, 6501, 7125, 6354, 6879, 6193, 6984, 5997, 7442, 6143, 8052, 6204, 9341, 6499, 10489, 6742, 10070, 6703, 9945, 6552, 9470, 6501, 8643, 6926, 9019, 7576, 8842, 6833, 8151, 6329, 8204, 6400, 9619, 6418, 10108, 6439, 8340, 6291, 8611, 6241, 9276, 7800, 8780, 8129, 6968, 7075, 6892, 7043, 8873, 7998, 7928, 7367, 6710, 7120, 8483, 6960, 11579, 7177, 11220, 6765, 10185, 6609, 9931, 6562, 7752, 5990, 8278, 6055, 9150, 6272, 9565, 6949, 9320, 6524, 10195, 6339, 10205, 6778, 10633, 6997, 10449, 6500, 9853, 6346, 10005, 6438, 9743, 7138, 6893, 6698, 9025, 7346, 11933, 7405, 10983, 7747, 11008, 7253, 10306, 6661, 9306, 6673, 7278, 6325, 7002, 6895, 6121, 7106, 6523, 6913, 9038, 7146, 11551, 8533, 10785, 8188, 6951, 6841, 6035, 7387, 6381, 9244, 6688, 10445, 6819, 9373, 6545, 6937, 7834, 6504, 9090, 7082, 6078, 9783, 7563, 6450, 11005, 8964, 9737, 13141, 8937, 12173, 9995, 8055, 9440, 8675, 11832, 7161, 12336, 6962, 6806, 6569, 6225, 8467, 7130, 10297, 6429, 6681, 6807, 6073, 7668, 6354, 10187, 6747, 12139, 7250, 11157, 7151, 10489, 7150, 11471, 8528, 10731, 6912, 7345, 6584, 5949, 6917, 6283, 8406, 6642, 9183, 6334, 9306, 6243, 9752, 6540, 8561, 6365, 8788, 6818, 8099, 6795, 7308, 6378, 7145, 6147, 7330, 6034, 8570, 6242, 9352, 6357, 8733, 6256, 8181, 6212, 7704, 6718, 8627, 6315, 8611, 6666, 8601, 6830, 8457, 6212, 8656, 7172, 8491, 10553, 7586, 11208, 6928, 10234, 6631, 9066, 6636, 9295, 6583, 9204, 6499, 8521, 6322, 7810, 6430, 6734, 9433, 6308, 10107, 6463, 9169, 6171, 9879, 6210, 8530, 6638, 8499, 6257, 8859, 6802, 7669, 6831, 6924, 9062, 6476, 10029, 6294, 10113, 7188, 10534, 6615, 7454, 6623, 6928, 6722, 8951, 6500, 11766, 7898, 11962, 7383, 9801, 6469, 8531, 6619, 8521, 6610, 9282, 6429, 9770, 6201, 8316, 6204, 6339, 6683, 6163, 8556, 6643, 8885, 7730, 8749, 6511, 8435, 6191, 8097, 6773, 7766, 8266, 7559, 9822, 8035, 6636, 7256, 6327, 6902, 5977, 7712, 6127, 8557, 6276, 9473, 6650, 9106, 7152, 8972, 6651, 9068, 6045, 9167, 6438, 8869, 6781, 8207, 6479, 7155, 6477, 6887, 6368, 7663, 6580, 8039, 5938, 8651, 6333, 8392, 5888, 8598, 6008, 8954, 6215, 9567, 7130, 8866, 6738], 'WindowCenter': [3931.0, 3910.0, 3851.0, 3899.0, 3855.0, 3883.0, 3840.0, 3869.0, 3827.0, 3857.0, 3824.0, 3843.0, 3800.0, 3819.0, 3755.0, 3796.0, 3743.0, 3786.0, 3775.0, 3786.0, 3786.0, 3777.0, 3775.0, 3765.0, 3795.0, 3756.0, 3817.0, 3767.0, 3829.0, 3778.0, 3829.0, 3778.0, 3807.0, 3767.0, 3808.0, 3767.0, 3819.0, 3787.0, 3797.0, 3765.0, 3786.0, 3764.0, 3776.0, 3816.0, 3786.0, 3806.0, 3775.0, 3784.0, 3764.0, 3805.0, 3765.0, 3817.0, 3776.0, 3816.0, 3786.0, 3816.0, 3764.0, 3804.0, 3764.0, 3805.0, 3754.0, 3805.0, 3764.0, 3806.0, 3764.0, 3794.0, 3766.0, 3799.0, 3767.0, 3797.0, 3769.0, 3776.0, 3756.0, 3777.0, 3780.0, 3809.0, 3789.0, 3820.0, 3799.0, 3788.0, 3799.0, 3766.0, 3787.0, 3786.0, 3787.0, 3806.0, 3796.0, 3775.0, 3786.0, 3774.0, 3773.0, 3785.0, 3775.0, 3804.0, 3784.0, 3763.0, 3785.0, 3752.0, 3784.0, 3754.0, 3784.0, 3763.0, 3795.0, 3763.0, 3806.0, 3763.0, 3793.0, 3753.0, 3806.0, 3765.0, 3816.0, 3785.0, 3786.0, 3764.0, 3763.0, 3773.0, 3753.0, 3795.0, 3763.0, 3805.0, 3763.0, 3804.0, 3763.0, 3796.0, 3773.0, 3753.0, 3783.0, 3752.0, 3815.0, 3763.0, 3793.0, 3762.0, 3751.0, 3772.0, 3752.0, 3794.0, 3753.0, 3815.0, 3775.0, 3805.0, 3763.0, 3772.0, 3762.0, 3751.0, 3773.0, 3752.0, 3805.0, 3779.0, 3807.0, 3754.0, 3782.0, 3752.0, 3763.0, 3763.0, 3752.0, 3794.0, 3752.0, 3792.0, 3751.0, 3792.0, 3751.0, 3803.0, 3763.0, 3804.0, 3774.0, 3762.0, 3762.0, 3742.0, 3773.0, 3752.0, 3783.0, 3754.0, 3805.0, 3755.0, 3807.0, 3767.0, 3798.0, 3786.0, 3775.0, 3775.0, 3742.0, 3784.0, 3752.0, 3795.0, 3742.0, 3795.0, 3753.0, 3794.0, 3753.0, 3806.0, 3774.0, 3794.0, 3753.0, 3772.0, 3752.0, 3783.0, 3753.0, 3785.0, 3755.0, 3807.0, 3766.0, 3807.0, 3765.0, 3795.0, 3753.0, 3795.0, 3765.0, 3807.0, 3765.0, 3796.0, 3743.0, 3785.0, 3742.0, 3784.0, 3753.0, 3784.0, 3754.0, 3785.0, 3764.0, 3796.0, 3765.0, 3785.0, 3754.0, 3774.0, 3754.0, 3786.0, 3766.0, 3808.0, 3767.0, 3809.0, 3767.0, 3808.0, 3755.0, 3797.0, 3755.0, 3797.0, 3765.0, 3796.0, 3754.0, 3785.0, 3754.0, 3785.0, 3766.0, 3797.0, 3767.0, 3808.0, 3767.0, 3797.0, 3755.0, 3797.0, 3755.0, 3786.0, 3755.0, 3777.0, 3786.0, 3776.0, 3796.0, 3765.0, 3754.0, 3765.0, 3754.0, 3766.0, 3757.0, 3779.0, 3769.0, 3801.0, 3770.0, 3801.0, 3769.0, 3800.0, 3767.0, 3799.0, 3800.0, 3789.0, 3819.0, 3798.0, 3797.0, 3787.0, 3795.0, 3765.0, 3805.0, 3775.0, 3817.0, 3786.0, 3766.0, 3777.0, 3755.0, 3777.0, 3765.0, 3777.0, 3808.0, 3778.0, 3829.0, 3808.0, 3829.0, 3787.0, 3815.0, 3763.0, 3804.0, 3752.0, 3794.0, 3740.0, 3783.0, 3741.0, 3782.0, 3750.0, 3762.0, 3741.0, 3761.0, 3741.0, 3772.0, 3765.0, 3808.0, 3767.0, 3812.0, 3792.0, 3759.0, 3811.0, 3779.0, 3777.0, 3778.0, 3757.0, 3830.0, 3810.0, 3820.0, 3799.0, 3768.0, 3808.0, 3755.0, 3817.0, 3766.0, 3817.0, 3785.0, 3827.0, 3774.0, 3814.0, 3752.0, 3803.0, 3740.0, 3802.0, 3752.0, 3814.0, 3772.0, 3793.0, 3751.0, 3751.0, 3740.0, 3740.0, 3751.0, 3741.0, 3773.0, 3753.0, 3774.0, 3753.0, 3774.0, 3742.0, 3762.0, 3740.0, 3762.0, 3741.0, 3763.0, 3773.0, 3774.0, 3774.0, 3774.0, 3742.0, 3762.0, 3740.0, 3751.0, 3772.0, 3753.0, 3815.0, 3764.0, 3805.0, 3764.0, 3773.0, 3764.0, 3782.0, 3752.0, 3794.0, 3755.0, 3816.0, 3776.0, 3808.0, 3788.0, 3777.0, 3766.0, 3785.0, 3765.0, 3816.0, 3775.0, 3816.0, 3786.0, 3827.0, 3786.0, 3816.0, 3765.0, 3804.0, 3753.0, 3805.0, 3765.0, 3807.0, 3766.0, 3808.0, 3765.0, 3795.0, 3742.0, 3784.0, 3741.0, 3763.0, 3764.0, 3765.0, 3805.0, 3774.0, 3804.0, 3764.0, 3805.0, 3754.0, 3805.0, 3753.0, 3794.0, 3743.0, 3796.0, 3769.0, 3798.0, 3767.0, 3797.0, 3757.0, 3768.0, 3769.0, 3769.0, 3792.0, 3781.0, 3804.0, 3804.0, 3815.0, 3793.0, 3803.0, 3790.0, 3800.0, 3830.0, 3800.0, 3830.0, 3810.0, 3840.0, 3799.0, 3828.0, 3776.0, 3816.0, 3775.0, 3816.0, 3774.0, 3805.0, 3774.0, 3805.0, 3752.0, 3792.0, 3751.0, 3782.0, 3741.0, 3793.0, 3752.0, 3793.0, 3751.0, 3792.0, 3751.0, 3780.0, 3739.0, 3781.0, 3740.0, 3771.0, 3741.0, 3783.0, 3752.0, 3782.0, 3740.0, 3771.0, 3739.0, 3762.0, 3741.0, 3762.0, 3751.0, 3763.0, 3742.0, 3764.0, 3754.0, 3785.0, 3755.0, 3786.0, 3765.0, 3785.0, 3754.0, 3764.0, 3752.0, 3763.0, 3752.0, 3775.0, 3753.0, 3764.0, 3754.0, 3777.0, 3768.0, 3788.0, 3757.0, 3799.0, 3769.0, 3810.0, 3769.0, 3832.0, 3779.0, 3819.0, 3766.0, 3807.0, 3754.0, 3806.0, 3753.0, 3795.0, 3763.0, 3795.0, 3773.0, 3794.0, 3763.0, 3772.0, 3752.0, 3782.0, 3753.0, 3805.0, 3766.0, 3818.0, 3767.0, 3798.0, 3766.0, 3796.0, 3754.0, 3806.0, 3787.0, 3796.0, 3786.0, 3765.0, 3765.0, 3763.0, 3764.0, 3794.0, 3784.0, 3784.0, 3774.0, 3752.0, 3762.0, 3782.0, 3762.0, 3813.0, 3761.0, 3813.0, 3752.0, 3804.0, 3752.0, 3802.0, 3751.0, 3771.0, 3741.0, 3783.0, 3754.0, 3806.0, 3766.0, 3807.0, 3777.0, 3808.0, 3767.0, 3817.0, 3767.0, 3818.0, 3767.0, 3817.0, 3778.0, 3818.0, 3767.0, 3818.0, 3768.0, 3819.0, 3768.0, 3820.0, 3779.0, 3779.0, 3781.0, 3811.0, 3790.0, 3829.0, 3789.0, 3819.0, 3788.0, 3818.0, 3777.0, 3817.0, 3766.0, 3808.0, 3767.0, 3788.0, 3769.0, 3779.0, 3790.0, 3769.0, 3791.0, 3768.0, 3779.0, 3810.0, 3779.0, 3830.0, 3811.0, 3832.0, 3800.0, 3778.0, 3779.0, 3769.0, 3789.0, 3767.0, 3810.0, 3782.0, 3833.0, 3780.0, 3823.0, 3770.0, 3778.0, 3801.0, 3781.0, 3824.0, 3791.0, 3759.0, 3821.0, 3790.0, 3769.0, 3832.0, 3811.0, 3811.0, 3843.0, 3811.0, 3830.0, 3809.0, 3789.0, 3822.0, 3798.0, 3828.0, 3765.0, 3827.0, 3763.0, 3751.0, 3750.0, 3730.0, 3784.0, 3764.0, 3806.0, 3755.0, 3765.0, 3764.0, 3756.0, 3788.0, 3755.0, 3806.0, 3753.0, 3826.0, 3775.0, 3816.0, 3766.0, 3804.0, 3763.0, 3815.0, 3784.0, 3803.0, 3777.0, 3775.0, 3751.0, 3740.0, 3763.0, 3752.0, 3786.0, 3764.0, 3805.0, 3766.0, 3805.0, 3754.0, 3794.0, 3752.0, 3783.0, 3741.0, 3783.0, 3751.0, 3773.0, 3752.0, 3762.0, 3752.0, 3761.0, 3741.0, 3762.0, 3743.0, 3796.0, 3755.0, 3808.0, 3767.0, 3798.0, 3766.0, 3797.0, 3758.0, 3788.0, 3766.0, 3799.0, 3756.0, 3798.0, 3780.0, 3799.0, 3778.0, 3797.0, 3744.0, 3797.0, 3765.0, 3798.0, 3818.0, 3788.0, 3817.0, 3765.0, 3805.0, 3753.0, 3784.0, 3764.0, 3795.0, 3754.0, 3795.0, 3753.0, 3796.0, 3753.0, 3773.0, 3754.0, 3766.0, 3820.0, 3767.0, 3817.0, 3755.0, 3808.0, 3756.0, 3806.0, 3755.0, 3796.0, 3765.0, 3797.0, 3755.0, 3798.0, 3766.0, 3787.0, 3766.0, 3776.0, 3795.0, 3753.0, 3805.0, 3754.0, 3806.0, 3777.0, 3818.0, 3768.0, 3788.0, 3778.0, 3776.0, 3766.0, 3796.0, 3756.0, 3829.0, 3787.0, 3829.0, 3777.0, 3807.0, 3755.0, 3783.0, 3753.0, 3784.0, 3765.0, 3796.0, 3756.0, 3819.0, 3770.0, 3799.0, 3756.0, 3755.0, 3766.0, 3756.0, 3810.0, 3768.0, 3810.0, 3789.0, 3799.0, 3756.0, 3786.0, 3742.0, 3774.0, 3753.0, 3774.0, 3784.0, 3774.0, 3805.0, 3774.0, 3754.0, 3773.0, 3752.0, 3762.0, 3742.0, 3774.0, 3754.0, 3797.0, 3755.0, 3808.0, 3767.0, 3797.0, 3777.0, 3795.0, 3753.0, 3794.0, 3742.0, 3795.0, 3754.0, 3796.0, 3754.0, 3785.0, 3753.0, 3763.0, 3741.0, 3762.0, 3752.0, 3775.0, 3754.0, 3784.0, 3755.0, 3797.0, 3767.0, 3796.0, 3745.0, 3797.0, 3756.0, 3797.0, 3756.0, 3809.0, 3777.0, 3809.0, 3766.0], 'WindowWidth': [8817.0, 8762.0, 8664.0, 8719.0, 8654.0, 8684.0, 8620.0, 8657.0, 8599.0, 8638.0, 8587.0, 8612.0, 8550.0, 8572.0, 8483.0, 8538.0, 8464.0, 8525.0, 8509.0, 8525.0, 8525.0, 8516.0, 8512.0, 8498.0, 8537.0, 8486.0, 8567.0, 8503.0, 8587.0, 8520.0, 8586.0, 8518.0, 8555.0, 8503.0, 8558.0, 8501.0, 8574.0, 8528.0, 8542.0, 8497.0, 8524.0, 8493.0, 8512.0, 8564.0, 8524.0, 8552.0, 8509.0, 8520.0, 8494.0, 8547.0, 8498.0, 8567.0, 8512.0, 8565.0, 8524.0, 8563.0, 8495.0, 8545.0, 8493.0, 8546.0, 8480.0, 8550.0, 8494.0, 8552.0, 8494.0, 8534.0, 8501.0, 8551.0, 8506.0, 8544.0, 8511.0, 8514.0, 8488.0, 8518.0, 8525.0, 8561.0, 8536.0, 8576.0, 8548.0, 8532.0, 8547.0, 8500.0, 8527.0, 8522.0, 8527.0, 8550.0, 8538.0, 8507.0, 8523.0, 8505.0, 8504.0, 8521.0, 8508.0, 8545.0, 8518.0, 8489.0, 8522.0, 8476.0, 8519.0, 8480.0, 8519.0, 8490.0, 8534.0, 8492.0, 8552.0, 8490.0, 8527.0, 8479.0, 8551.0, 8499.0, 8564.0, 8524.0, 8525.0, 8493.0, 8489.0, 8504.0, 8478.0, 8536.0, 8491.0, 8549.0, 8491.0, 8544.0, 8489.0, 8540.0, 8503.0, 8479.0, 8517.0, 8474.0, 8562.0, 8492.0, 8528.0, 8486.0, 8470.0, 8501.0, 8473.0, 8532.0, 8476.0, 8560.0, 8509.0, 8548.0, 8491.0, 8499.0, 8485.0, 8472.0, 8502.0, 8475.0, 8549.0, 8523.0, 8557.0, 8482.0, 8514.0, 8477.0, 8492.0, 8491.0, 8475.0, 8531.0, 8475.0, 8525.0, 8472.0, 8526.0, 8473.0, 8542.0, 8491.0, 8545.0, 8505.0, 8487.0, 8488.0, 8463.0, 8503.0, 8476.0, 8516.0, 8481.0, 8549.0, 8484.0, 8553.0, 8503.0, 8543.0, 8526.0, 8510.0, 8508.0, 8460.0, 8518.0, 8474.0, 8535.0, 8462.0, 8534.0, 8476.0, 8531.0, 8478.0, 8550.0, 8504.0, 8531.0, 8479.0, 8500.0, 8473.0, 8515.0, 8478.0, 8520.0, 8484.0, 8553.0, 8500.0, 8554.0, 8498.0, 8534.0, 8477.0, 8535.0, 8496.0, 8554.0, 8496.0, 8538.0, 8465.0, 8520.0, 8462.0, 8519.0, 8475.0, 8519.0, 8479.0, 8521.0, 8493.0, 8536.0, 8496.0, 8522.0, 8479.0, 8505.0, 8480.0, 8525.0, 8501.0, 8556.0, 8503.0, 8559.0, 8503.0, 8555.0, 8484.0, 8541.0, 8482.0, 8539.0, 8494.0, 8538.0, 8481.0, 8522.0, 8478.0, 8521.0, 8499.0, 8541.0, 8501.0, 8557.0, 8501.0, 8541.0, 8482.0, 8540.0, 8482.0, 8525.0, 8483.0, 8515.0, 8525.0, 8511.0, 8537.0, 8495.0, 8481.0, 8495.0, 8480.0, 8500.0, 8490.0, 8523.0, 8508.0, 8553.0, 8510.0, 8553.0, 8507.0, 8548.0, 8501.0, 8547.0, 8548.0, 8533.0, 8569.0, 8544.0, 8540.0, 8526.0, 8534.0, 8494.0, 8546.0, 8508.0, 8564.0, 8525.0, 8500.0, 8516.0, 8485.0, 8515.0, 8498.0, 8515.0, 8556.0, 8517.0, 8584.0, 8557.0, 8585.0, 8526.0, 8561.0, 8488.0, 8543.0, 8471.0, 8529.0, 8454.0, 8514.0, 8455.0, 8512.0, 8467.0, 8485.0, 8458.0, 8484.0, 8458.0, 8501.0, 8497.0, 8557.0, 8503.0, 8573.0, 8546.0, 8496.0, 8565.0, 8523.0, 8516.0, 8519.0, 8491.0, 8588.0, 8562.0, 8575.0, 8547.0, 8506.0, 8556.0, 8482.0, 8565.0, 8497.0, 8566.0, 8519.0, 8578.0, 8503.0, 8557.0, 8472.0, 8538.0, 8454.0, 8538.0, 8472.0, 8554.0, 8500.0, 8526.0, 8471.0, 8470.0, 8455.0, 8453.0, 8471.0, 8457.0, 8503.0, 8475.0, 8506.0, 8477.0, 8507.0, 8463.0, 8488.0, 8455.0, 8486.0, 8456.0, 8489.0, 8502.0, 8505.0, 8504.0, 8506.0, 8461.0, 8487.0, 8454.0, 8471.0, 8497.0, 8475.0, 8559.0, 8492.0, 8546.0, 8492.0, 8503.0, 8491.0, 8513.0, 8475.0, 8530.0, 8482.0, 8563.0, 8512.0, 8555.0, 8531.0, 8515.0, 8500.0, 8522.0, 8495.0, 8563.0, 8509.0, 8564.0, 8524.0, 8578.0, 8524.0, 8564.0, 8495.0, 8545.0, 8478.0, 8548.0, 8497.0, 8553.0, 8500.0, 8555.0, 8497.0, 8534.0, 8462.0, 8516.0, 8456.0, 8488.0, 8491.0, 8495.0, 8545.0, 8506.0, 8545.0, 8492.0, 8546.0, 8481.0, 8546.0, 8478.0, 8532.0, 8465.0, 8538.0, 8511.0, 8543.0, 8503.0, 8541.0, 8491.0, 8506.0, 8509.0, 8511.0, 8544.0, 8530.0, 8563.0, 8563.0, 8579.0, 8548.0, 8560.0, 8536.0, 8551.0, 8588.0, 8548.0, 8589.0, 8562.0, 8602.0, 8546.0, 8581.0, 8511.0, 8563.0, 8507.0, 8562.0, 8505.0, 8547.0, 8506.0, 8545.0, 8475.0, 8524.0, 8470.0, 8510.0, 8456.0, 8527.0, 8472.0, 8527.0, 8471.0, 8524.0, 8470.0, 8505.0, 8452.0, 8510.0, 8456.0, 8497.0, 8458.0, 8515.0, 8473.0, 8513.0, 8456.0, 8497.0, 8453.0, 8486.0, 8458.0, 8487.0, 8473.0, 8492.0, 8463.0, 8493.0, 8481.0, 8523.0, 8485.0, 8526.0, 8495.0, 8523.0, 8479.0, 8492.0, 8475.0, 8490.0, 8475.0, 8509.0, 8478.0, 8495.0, 8482.0, 8516.0, 8506.0, 8532.0, 8490.0, 8546.0, 8510.0, 8564.0, 8508.0, 8594.0, 8523.0, 8573.0, 8500.0, 8552.0, 8479.0, 8550.0, 8475.0, 8534.0, 8489.0, 8534.0, 8503.0, 8531.0, 8491.0, 8501.0, 8473.0, 8514.0, 8479.0, 8549.0, 8500.0, 8570.0, 8504.0, 8545.0, 8501.0, 8538.0, 8482.0, 8551.0, 8527.0, 8539.0, 8526.0, 8496.0, 8494.0, 8491.0, 8494.0, 8531.0, 8519.0, 8517.0, 8504.0, 8472.0, 8487.0, 8512.0, 8486.0, 8554.0, 8484.0, 8552.0, 8474.0, 8543.0, 8474.0, 8537.0, 8471.0, 8497.0, 8460.0, 8515.0, 8483.0, 8552.0, 8501.0, 8553.0, 8517.0, 8556.0, 8502.0, 8566.0, 8502.0, 8570.0, 8501.0, 8568.0, 8517.0, 8569.0, 8502.0, 8569.0, 8507.0, 8572.0, 8505.0, 8576.0, 8523.0, 8522.0, 8529.0, 8566.0, 8537.0, 8586.0, 8534.0, 8573.0, 8531.0, 8568.0, 8514.0, 8566.0, 8497.0, 8555.0, 8501.0, 8530.0, 8509.0, 8522.0, 8538.0, 8510.0, 8540.0, 8508.0, 8522.0, 8563.0, 8522.0, 8588.0, 8567.0, 8594.0, 8548.0, 8519.0, 8523.0, 8511.0, 8533.0, 8503.0, 8564.0, 8532.0, 8599.0, 8526.0, 8587.0, 8511.0, 8519.0, 8555.0, 8530.0, 8589.0, 8541.0, 8496.0, 8580.0, 8535.0, 8508.0, 8594.0, 8564.0, 8563.0, 8611.0, 8563.0, 8588.0, 8557.0, 8534.0, 8582.0, 8540.0, 8581.0, 8491.0, 8577.0, 8488.0, 8469.0, 8466.0, 8439.0, 8516.0, 8491.0, 8549.0, 8482.0, 8496.0, 8493.0, 8485.0, 8532.0, 8481.0, 8548.0, 8476.0, 8576.0, 8508.0, 8561.0, 8499.0, 8541.0, 8488.0, 8558.0, 8518.0, 8538.0, 8516.0, 8510.0, 8469.0, 8455.0, 8489.0, 8471.0, 8522.0, 8491.0, 8546.0, 8499.0, 8547.0, 8478.0, 8528.0, 8473.0, 8514.0, 8456.0, 8514.0, 8469.0, 8501.0, 8470.0, 8486.0, 8471.0, 8482.0, 8456.0, 8486.0, 8463.0, 8537.0, 8481.0, 8555.0, 8500.0, 8542.0, 8499.0, 8539.0, 8491.0, 8527.0, 8499.0, 8545.0, 8485.0, 8544.0, 8523.0, 8545.0, 8517.0, 8538.0, 8465.0, 8538.0, 8495.0, 8541.0, 8567.0, 8528.0, 8564.0, 8493.0, 8545.0, 8475.0, 8515.0, 8491.0, 8533.0, 8478.0, 8534.0, 8476.0, 8534.0, 8476.0, 8504.0, 8479.0, 8498.0, 8576.0, 8500.0, 8564.0, 8484.0, 8555.0, 8486.0, 8549.0, 8481.0, 8535.0, 8494.0, 8538.0, 8481.0, 8542.0, 8496.0, 8527.0, 8496.0, 8510.0, 8531.0, 8475.0, 8544.0, 8479.0, 8550.0, 8513.0, 8568.0, 8503.0, 8531.0, 8517.0, 8511.0, 8497.0, 8537.0, 8484.0, 8582.0, 8526.0, 8582.0, 8514.0, 8552.0, 8483.0, 8515.0, 8476.0, 8517.0, 8494.0, 8535.0, 8484.0, 8570.0, 8512.0, 8548.0, 8487.0, 8483.0, 8497.0, 8485.0, 8560.0, 8502.0, 8562.0, 8531.0, 8546.0, 8484.0, 8522.0, 8460.0, 8503.0, 8473.0, 8503.0, 8515.0, 8502.0, 8544.0, 8502.0, 8476.0, 8502.0, 8474.0, 8485.0, 8458.0, 8504.0, 8480.0, 8538.0, 8483.0, 8556.0, 8500.0, 8540.0, 8513.0, 8531.0, 8474.0, 8528.0, 8459.0, 8531.0, 8476.0, 8534.0, 8478.0, 8521.0, 8477.0, 8487.0, 8455.0, 8485.0, 8473.0, 8505.0, 8478.0, 8517.0, 8482.0, 8540.0, 8500.0, 8537.0, 8468.0, 8537.0, 8483.0, 8539.0, 8484.0, 8558.0, 8513.0, 8558.0, 8499.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.0013744632086851631</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03129116694813028</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>10</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.52100901200479</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.200734416630434</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9937384355555545</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4771</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4364.5405</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10972607426205729</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.151990349819059</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.538218197089899</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5429317575536006</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6059562105964353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.465766623119661</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00657282</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0076481932774186134</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015261105261743069</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>829</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.8874296093130902</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>36.3508</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9939</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.0316</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300931.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.5511</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4762</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.7482</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2997.9879</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3134.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75613.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>3986.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>806.1829</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.637450562790036</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> |