<?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-0041_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0041_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0041_suffix-bold_task-faces" 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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0041_suffix-bold_task-faces" 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-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-02/func/sub-0041_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ba8f133cb3433e5c72fd2b85922307fa</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>18:00:45.332500</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.997974, -0.0601957, 0.0206163, 0.0580671, 0.994092, 0.0917015]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_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.0945567</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7784, -7251, 509, -67, -241, -36, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>454322f2-764f-4b33-892d-e59bb8da6424||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.677490472793579, 0.15578989684581757, 0.07023927569389343, 105.69416046142578], [0.16150055825710297, 2.667076349258423, 0.2438601404428482, -103.3736801147461], [0.05531206354498863, -0.24602846801280975, 2.688047409057617, -54.154659271240234], [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, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['180045.332500', '180045.792500', '180046.252500', '180046.712500', '180047.172500', '180047.632500', '180048.092500', '180048.552500', '180049.012500', '180049.472500', '180049.932500', '180050.392500', '180050.852500', '180051.312500', '180051.772500', '180052.232500', '180052.692500', '180053.152500', '180053.612500', '180054.072500', '180054.532500', '180054.992500', '180055.452500', '180055.912500', '180056.372500', '180056.832500', '180057.292500', '180057.752500', '180058.212500', '180058.672500', '180059.132500', '180059.592500', '180100.052500', '180100.512500', '180100.972500', '180101.432500', '180101.892500', '180102.352500', '180102.812500', '180103.272500', '180103.732500', '180104.192500', '180104.652500', '180105.112500', '180105.572500', '180106.032500', '180106.492500', '180106.952500', '180107.412500', '180107.872500', '180108.332500', '180108.792500', '180109.252500', '180109.712500', '180110.172500', '180110.632500', '180111.092500', '180111.552500', '180112.012500', '180112.472500', '180112.932500', '180113.392500', '180113.852500', '180114.312500', '180114.772500', '180115.232500', '180115.692500', '180116.152500', '180116.612500', '180117.072500', '180117.532500', '180117.992500', '180118.452500', '180118.912500', '180119.372500', '180119.832500', '180120.292500', '180120.752500', '180121.212500', '180121.672500', '180122.132500', '180122.592500', '180123.052500', '180123.512500', '180123.972500', '180124.432500', '180124.892500', '180125.352500', '180125.812500', '180126.272500', '180126.732500', '180127.192500', '180127.652500', '180128.112500', '180128.572500', '180129.032500', '180129.492500', '180129.952500', '180130.412500', '180130.872500', '180131.332500', '180131.792500', '180132.252500', '180132.712500', '180133.172500', '180133.632500', '180134.092500', '180134.552500', '180135.012500', '180135.472500', '180135.932500', '180136.392500', '180136.852500', '180137.312500', '180137.772500', '180138.232500', '180138.692500', '180139.152500', '180139.612500', '180140.072500', '180140.532500', '180140.992500', '180141.452500', '180141.912500', '180142.372500', '180142.832500', '180143.292500', '180143.752500', '180144.212500', '180144.672500', '180145.132500', '180145.592500', '180146.052500', '180146.512500', '180146.972500', '180147.432500', '180147.892500', '180148.352500', '180148.812500', '180149.272500', '180149.732500', '180150.192500', '180150.652500', '180151.112500', '180151.572500', '180152.032500', '180152.492500', '180152.952500', '180153.412500', '180153.872500', '180154.332500', '180154.792500', '180155.252500', '180155.712500', '180156.172500', '180156.632500', '180157.092500', '180157.552500', '180158.012500', '180158.472500', '180158.932500', '180159.392500', '180159.852500', '180200.312500', '180200.772500', '180201.232500', '180201.692500', '180202.152500', '180202.612500', '180203.072500', '180203.532500', '180203.992500', '180204.452500', '180204.912500', '180205.372500', '180205.832500', '180206.292500', '180206.752500', '180207.212500', '180207.672500', '180208.132500', '180208.592500', '180209.052500', '180209.512500', '180209.972500', '180210.432500', '180210.892500', '180211.352500', '180211.812500', '180212.272500', '180212.732500', '180213.192500', '180213.652500', '180214.112500', '180214.572500', '180215.032500', '180215.492500', '180215.952500', '180216.412500', '180216.872500', '180217.332500', '180217.792500', '180218.252500', '180218.712500', '180219.172500', '180219.632500', '180220.092500', '180220.552500', '180221.012500', '180221.472500', '180221.932500', '180222.392500', '180222.852500', '180223.312500', '180223.772500', '180224.232500', '180224.692500', '180225.152500', '180225.612500', '180226.072500', '180226.532500', '180226.992500', '180227.452500', '180227.912500', '180228.372500', '180228.832500', '180229.292500', '180229.752500', '180230.212500', '180230.672500', '180231.132500', '180231.592500', '180232.052500', '180232.512500', '180232.972500', '180233.432500', '180233.892500', '180234.352500', '180234.812500', '180235.272500', '180235.732500', '180236.192500', '180236.652500', '180237.112500', '180237.572500', '180238.032500', '180238.492500', '180238.952500', '180239.412500', '180239.872500', '180240.332500', '180240.792500', '180241.252500', '180241.712500', '180242.172500', '180242.632500', '180243.092500', '180243.552500', '180244.012500', '180244.472500', '180244.932500', '180245.392500', '180245.852500', '180246.312500', '180246.772500', '180247.232500', '180247.692500', '180248.152500', '180248.612500', '180249.072500', '180249.532500', '180249.992500', '180250.452500', '180250.912500', '180251.372500', '180251.832500', '180252.292500', '180252.752500', '180253.212500', '180253.672500', '180254.132500', '180254.592500', '180255.052500', '180255.512500', '180255.972500', '180256.432500', '180256.892500', '180257.352500', '180257.812500', '180258.272500', '180258.732500', '180259.192500', '180259.652500', '180300.112500', '180300.572500', '180301.032500', '180301.492500', '180301.952500', '180302.412500', '180302.872500', '180303.332500', '180303.792500', '180304.252500', '180304.712500', '180305.172500', '180305.632500', '180306.092500', '180306.552500', '180307.012500', '180307.472500', '180307.932500', '180308.392500', '180308.852500', '180309.312500', '180309.772500', '180310.232500', '180310.692500', '180311.152500', '180311.612500', '180312.072500', '180312.532500', '180312.992500', '180313.452500', '180313.912500', '180314.372500', '180314.832500', '180315.292500', '180315.752500', '180316.212500', '180316.672500', '180317.132500', '180317.592500', '180318.052500', '180318.512500', '180318.972500', '180319.432500', '180319.892500', '180320.352500', '180320.812500', '180321.272500', '180321.732500', '180322.192500', '180322.652500', '180323.112500', '180323.572500', '180324.032500', '180324.492500', '180324.952500', '180325.412500', '180325.872500', '180326.332500', '180326.792500', '180327.252500', '180327.712500', '180328.172500', '180328.632500', '180329.092500', '180329.552500', '180330.012500', '180330.472500', '180330.932500', '180331.392500', '180331.852500', '180332.312500', '180332.772500', '180333.232500', '180333.692500', '180334.152500', '180334.612500', '180335.072500', '180335.532500', '180335.992500', '180336.452500', '180336.912500', '180337.372500', '180337.832500', '180338.292500', '180338.752500', '180339.212500', '180339.672500', '180340.132500', '180340.592500', '180341.052500', '180341.512500', '180341.972500', '180342.432500', '180342.892500', '180343.352500', '180343.812500', '180344.272500', '180344.732500', '180345.192500', '180345.652500', '180346.112500', '180346.572500', '180347.032500', '180347.492500', '180347.952500', '180348.412500', '180348.872500', '180349.332500', '180349.792500', '180350.252500', '180350.712500', '180351.172500', '180351.632500', '180352.092500', '180352.552500', '180353.012500', '180353.472500', '180353.932500', '180354.392500', '180354.852500', '180355.312500', '180355.772500', '180356.232500', '180356.692500', '180357.152500', '180357.612500', '180358.072500', '180358.532500', '180358.992500', '180359.452500', '180359.912500', '180400.372500', '180400.832500', '180401.292500', '180401.752500', '180402.212500', '180402.672500', '180403.132500', '180403.592500', '180404.052500', '180404.512500', '180404.972500', '180405.432500', '180405.892500', '180406.352500', '180406.812500', '180407.272500', '180407.732500', '180408.192500', '180408.652500', '180409.112500', '180409.572500', '180410.032500', '180410.492500', '180410.952500', '180411.412500', '180411.872500', '180412.332500', '180412.792500', '180413.252500', '180413.712500', '180414.172500', '180414.632500', '180415.092500', '180415.552500', '180416.012500', '180416.472500', '180416.932500', '180417.392500', '180417.852500', '180418.312500', '180418.772500', '180419.232500', '180419.692500', '180420.152500', '180420.612500', '180421.072500', '180421.532500', '180421.992500', '180422.452500', '180422.912500', '180423.372500', '180423.832500', '180424.292500', '180424.752500', '180425.212500', '180425.672500', '180426.132500', '180426.592500', '180427.052500', '180427.512500', '180427.972500', '180428.432500', '180428.892500', '180429.352500', '180429.812500', '180430.272500', '180430.732500', '180431.192500', '180431.652500', '180432.112500', '180432.572500', '180433.032500', '180433.492500', '180433.952500', '180434.412500', '180434.872500', '180435.332500', '180435.792500', '180436.252500', '180436.712500', '180437.172500', '180437.632500', '180438.092500', '180438.552500', '180439.012500', '180439.472500', '180439.932500', '180440.392500', '180440.852500', '180441.312500', '180441.772500', '180442.232500', '180442.692500', '180443.152500', '180443.612500', '180444.072500', '180444.532500', '180444.992500', '180445.452500', '180445.912500', '180446.372500', '180446.832500', '180447.292500', '180447.752500', '180448.212500', '180448.672500', '180449.132500', '180449.592500', '180450.052500', '180450.512500', '180450.972500', '180451.432500', '180451.892500', '180452.352500', '180452.812500', '180453.272500', '180453.732500', '180454.192500', '180454.652500', '180455.112500', '180455.572500', '180456.032500', '180456.492500', '180456.952500', '180457.412500', '180457.872500', '180458.332500', '180458.792500', '180459.252500', '180459.712500', '180500.172500', '180500.632500', '180501.092500', '180501.552500', '180502.012500', '180502.472500', '180502.932500', '180503.392500', '180503.852500', '180504.312500', '180504.772500', '180505.232500', '180505.692500', '180506.152500', '180506.612500', '180507.072500', '180507.532500', '180507.992500', '180508.452500', '180508.912500', '180509.372500', '180509.832500', '180510.292500', '180510.752500', '180511.212500', '180511.672500', '180512.132500', '180512.592500', '180513.052500', '180513.512500', '180513.972500', '180514.432500', '180514.892500', '180515.352500', '180515.812500', '180516.272500', '180516.732500', '180517.192500', '180517.652500', '180518.112500', '180518.572500', '180519.032500', '180519.492500', '180519.952500', '180520.412500', '180520.872500', '180521.332500', '180521.792500', '180522.252500', '180522.712500', '180523.172500', '180523.632500', '180524.092500', '180524.552500', '180525.012500', '180525.472500', '180525.932500', '180526.392500', '180526.852500', '180527.312500', '180527.772500', '180528.232500', '180528.692500', '180529.152500', '180529.612500', '180530.072500', '180530.532500', '180530.992500', '180531.452500', '180531.912500', '180532.372500', '180532.832500', '180533.292500', '180533.752500', '180534.212500', '180534.672500', '180535.132500', '180535.592500', '180536.052500', '180536.512500', '180536.972500', '180537.432500', '180537.892500', '180538.352500', '180538.812500', '180539.272500', '180539.732500', '180540.192500', '180540.652500', '180541.112500', '180541.572500', '180542.032500', '180542.492500', '180542.952500', '180543.412500', '180543.872500', '180544.332500', '180544.792500', '180545.252500', '180545.712500', '180546.172500', '180546.632500', '180547.092500', '180547.552500', '180548.012500', '180548.472500', '180548.932500', '180549.392500', '180549.852500', '180550.312500', '180550.772500', '180551.232500', '180551.692500', '180552.152500', '180552.612500', '180553.072500', '180553.532500', '180553.992500', '180554.452500', '180554.912500', '180555.372500', '180555.832500', '180556.292500', '180556.752500', '180557.212500', '180557.672500', '180558.132500', '180558.592500', '180559.052500', '180559.512500', '180559.972500', '180600.432500', '180600.892500', '180601.352500', '180601.812500', '180602.272500', '180602.732500', '180603.192500', '180603.652500', '180604.112500', '180604.572500', '180605.032500', '180605.492500', '180605.952500', '180606.412500', '180606.872500', '180607.332500', '180607.792500', '180608.252500', '180608.712500', '180609.172500', '180609.632500', '180610.092500', '180610.552500', '180611.012500', '180611.472500', '180611.932500', '180612.392500', '180612.852500', '180613.312500', '180613.772500', '180614.232500', '180614.692500', '180615.152500', '180615.612500', '180616.072500', '180616.532500', '180616.992500', '180617.452500', '180617.912500', '180618.372500', '180618.832500', '180619.292500', '180619.752500', '180620.212500', '180620.672500', '180621.132500', '180621.592500', '180622.052500', '180622.512500', '180622.972500', '180623.432500', '180623.892500', '180624.352500', '180624.812500', '180625.272500', '180625.732500', '180626.192500', '180626.652500', '180627.112500', '180627.572500', '180628.032500', '180628.492500', '180628.952500', '180629.412500', '180629.872500', '180630.332500', '180630.792500', '180631.252500', '180631.712500', '180632.172500', '180632.632500', '180633.092500', '180633.552500', '180634.012500', '180634.472500', '180634.932500', '180635.392500', '180635.852500', '180636.312500', '180636.772500', '180637.232500', '180637.692500', '180638.152500', '180638.612500', '180639.072500', '180639.532500', '180639.992500', '180640.452500', '180640.912500', '180641.372500', '180641.832500', '180642.292500', '180642.752500', '180643.212500', '180643.672500', '180644.132500', '180644.592500', '180645.052500', '180645.512500', '180645.972500', '180646.432500', '180646.892500', '180647.352500', '180647.812500', '180648.272500', '180648.732500', '180649.192500', '180649.652500', '180650.112500', '180650.572500', '180651.032500', '180651.492500', '180651.952500', '180652.412500', '180652.872500', '180653.332500', '180653.792500', '180654.252500', '180654.712500', '180655.172500', '180655.632500', '180656.092500', '180656.552500', '180657.012500', '180657.472500', '180657.932500', '180658.392500', '180658.852500', '180659.312500', '180659.772500', '180700.232500', '180700.692500', '180701.152500', '180701.612500', '180702.072500', '180702.532500', '180702.992500', '180703.452500', '180703.912500', '180704.372500', '180704.832500', '180705.292500', '180705.752500', '180706.212500', '180706.672500', '180707.132500', '180707.592500', '180708.052500', '180708.512500', '180708.972500', '180709.432500', '180709.892500', '180710.352500', '180710.812500', '180711.272500', '180711.732500', '180712.192500', '180712.652500', '180713.112500', '180713.572500', '180714.032500', '180714.492500', '180714.952500', '180715.412500', '180715.872500', '180716.332500', '180716.792500', '180717.252500', '180717.712500', '180718.172500', '180718.632500', '180719.092500', '180719.552500', '180720.012500', '180720.472500', '180720.932500', '180721.392500', '180721.852500', '180722.312500', '180722.772500', '180723.232500', '180723.692500', '180724.152500', '180724.612500', '180725.072500', '180725.532500', '180725.992500', '180726.452500', '180726.912500', '180727.372500', '180727.832500', '180728.292500', '180728.752500', '180729.212500', '180729.672500', '180730.132500', '180730.592500', '180731.052500', '180731.512500', '180731.972500', '180732.432500', '180732.892500', '180733.352500', '180733.812500', '180734.272500', '180734.732500', '180735.192500', '180735.652500', '180736.112500', '180736.572500', '180737.032500', '180737.492500', '180737.952500', '180738.412500', '180738.872500', '180739.332500', '180739.792500', '180740.252500', '180740.712500', '180741.172500', '180741.632500', '180742.092500', '180742.552500', '180743.012500', '180743.472500', '180743.932500', '180744.392500', '180744.852500', '180745.312500'], 'ContentTime': ['180101.362000', '180101.366000', '180101.369000', '180101.372000', '180101.375000', '180101.378000', '180101.381000', '180101.384000', '180101.387000', '180101.389000', '180101.392000', '180101.395000', '180101.398000', '180101.401000', '180101.404000', '180101.407000', '180101.410000', '180101.416000', '180101.419000', '180101.422000', '180101.425000', '180101.428000', '180101.431000', '180101.434000', '180101.437000', '180101.440000', '180101.442000', '180101.445000', '180101.448000', '180101.451000', '180101.454000', '180101.457000', '180121.327000', '180121.330000', '180121.333000', '180121.336000', '180121.339000', '180121.341000', '180121.344000', '180121.347000', '180121.350000', '180121.353000', '180121.356000', '180121.359000', '180121.361000', '180121.364000', '180121.367000', '180121.370000', '180121.373000', '180121.376000', '180121.378000', '180121.381000', '180121.384000', '180121.387000', '180121.390000', '180121.393000', '180121.396000', '180121.399000', '180121.401000', '180121.404000', '180121.407000', '180121.410000', '180121.413000', '180121.416000', '180121.418000', '180121.421000', '180121.424000', '180121.427000', '180121.430000', '180121.447000', '180121.450000', '180121.452000', '180121.455000', '180121.458000', '180121.461000', '180121.464000', '180141.327000', '180141.330000', '180141.333000', '180141.336000', '180141.339000', '180141.341000', '180141.344000', '180141.347000', '180141.350000', '180141.353000', '180141.356000', '180141.359000', '180141.361000', '180141.364000', '180141.367000', '180141.370000', '180141.373000', '180141.376000', '180141.379000', '180141.382000', '180141.385000', '180141.388000', '180141.391000', '180141.394000', '180141.397000', '180141.399000', '180141.402000', '180141.405000', '180141.408000', '180141.411000', '180141.414000', '180141.416000', '180141.419000', '180141.424000', '180141.427000', '180141.430000', '180141.433000', '180141.436000', '180141.439000', '180141.442000', '180141.444000', '180141.447000', '180141.450000', '180201.327000', '180201.330000', '180201.333000', '180201.336000', '180201.338000', '180201.341000', '180201.344000', '180201.347000', '180201.350000', '180201.353000', '180201.356000', '180201.359000', '180201.362000', '180201.364000', '180201.367000', '180201.370000', '180201.373000', '180201.376000', '180201.379000', '180201.382000', '180201.384000', '180201.387000', '180201.390000', '180201.393000', '180201.396000', '180201.399000', '180201.402000', '180201.405000', '180201.408000', '180201.410000', '180201.413000', '180201.416000', '180201.419000', '180201.422000', '180201.425000', '180201.427000', '180201.430000', '180201.433000', '180201.436000', '180201.439000', '180201.442000', '180201.445000', '180201.448000', '180201.450000', '180221.328000', '180221.333000', '180221.336000', '180221.338000', '180221.341000', '180221.344000', '180221.347000', '180221.350000', '180221.353000', '180221.356000', '180221.359000', '180221.362000', '180221.365000', '180221.367000', '180221.370000', '180221.373000', '180221.376000', '180221.379000', '180221.382000', '180221.385000', '180221.388000', '180221.391000', '180221.394000', '180221.397000', '180221.401000', '180221.405000', '180221.407000', '180221.410000', '180221.413000', '180221.416000', '180221.419000', '180221.422000', '180221.425000', '180221.427000', '180221.430000', '180221.433000', '180221.436000', '180221.439000', '180221.442000', '180221.445000', '180221.448000', '180221.450000', '180221.453000', '180241.328000', '180241.331000', '180241.334000', '180241.337000', '180241.340000', '180241.343000', '180241.345000', '180241.348000', '180241.351000', '180241.354000', '180241.357000', '180241.360000', '180241.363000', '180241.366000', '180241.368000', '180241.371000', '180241.374000', '180241.377000', '180241.380000', '180241.383000', '180241.386000', '180241.389000', '180241.391000', '180241.394000', '180241.397000', '180241.400000', '180241.403000', '180241.406000', '180241.409000', '180241.412000', '180241.414000', '180241.417000', '180241.420000', '180241.423000', '180241.426000', '180241.429000', '180241.432000', '180241.435000', '180241.438000', '180241.441000', '180241.443000', '180241.446000', '180241.449000', '180241.452000', '180301.328000', '180301.331000', '180301.334000', '180301.337000', '180301.340000', '180301.343000', '180301.346000', '180301.348000', '180301.351000', '180301.354000', '180301.357000', '180301.360000', '180301.363000', '180301.366000', '180301.369000', '180301.371000', '180301.374000', '180301.377000', '180301.380000', '180301.383000', '180301.386000', '180301.389000', '180301.392000', '180301.395000', '180301.397000', '180301.401000', '180301.404000', '180301.407000', '180301.410000', '180301.413000', '180301.416000', '180301.418000', '180301.431000', '180301.434000', '180301.437000', '180301.440000', '180301.443000', '180301.446000', '180301.449000', '180301.452000', '180301.454000', '180301.457000', '180301.460000', '180321.327000', '180321.330000', '180321.333000', '180321.336000', '180321.339000', '180321.342000', '180321.345000', '180321.347000', '180321.350000', '180321.353000', '180321.356000', '180321.359000', '180321.362000', '180321.365000', '180321.368000', '180321.370000', '180321.373000', '180321.376000', '180321.379000', '180321.382000', '180321.385000', '180321.388000', '180321.391000', '180321.394000', '180321.396000', '180321.399000', '180321.402000', '180321.405000', '180321.408000', '180321.411000', '180321.414000', '180321.417000', '180321.420000', '180321.423000', '180321.426000', '180321.429000', '180321.432000', '180321.434000', '180321.437000', '180321.440000', '180321.443000', '180321.446000', '180321.449000', '180321.452000', '180341.327000', '180341.330000', '180341.333000', '180341.336000', '180341.339000', '180341.342000', '180341.345000', '180341.347000', '180341.350000', '180341.353000', '180341.356000', '180341.359000', '180341.362000', '180341.365000', '180341.369000', '180341.372000', '180341.375000', '180341.378000', '180341.381000', '180341.384000', '180341.387000', '180341.390000', '180341.393000', '180341.395000', '180341.398000', '180341.401000', '180341.404000', '180341.407000', '180341.410000', '180341.413000', '180341.416000', '180341.419000', '180341.422000', '180341.428000', '180341.431000', '180341.434000', '180341.437000', '180341.440000', '180341.443000', '180341.445000', '180341.448000', '180341.451000', '180341.454000', '180401.327000', '180401.330000', '180401.333000', '180401.336000', '180401.339000', '180401.342000', '180401.344000', '180401.347000', '180401.350000', '180401.353000', '180401.356000', '180401.359000', '180401.362000', '180401.365000', '180401.368000', '180401.370000', '180401.373000', '180401.376000', '180401.379000', '180401.382000', '180401.385000', '180401.388000', '180401.391000', '180401.394000', '180401.396000', '180401.399000', '180401.402000', '180401.405000', '180401.408000', '180401.411000', '180401.414000', '180401.417000', '180401.420000', '180401.422000', '180401.425000', '180401.428000', '180401.431000', '180401.434000', '180401.437000', '180401.440000', '180401.443000', '180401.446000', '180401.448000', '180401.451000', '180421.327000', '180421.330000', '180421.333000', '180421.336000', '180421.339000', '180421.342000', '180421.345000', '180421.347000', '180421.350000', '180421.353000', '180421.356000', '180421.359000', '180421.362000', '180421.365000', '180421.368000', '180421.371000', '180421.374000', '180421.377000', '180421.379000', '180421.382000', '180421.385000', '180421.388000', '180421.391000', '180421.394000', '180421.397000', '180421.400000', '180421.403000', '180421.406000', '180421.408000', '180421.411000', '180421.414000', '180421.417000', '180421.420000', '180421.423000', '180421.426000', '180421.429000', '180421.432000', '180421.435000', '180421.437000', '180421.440000', '180421.443000', '180421.446000', '180421.449000', '180441.328000', '180441.331000', '180441.334000', '180441.337000', '180441.340000', '180441.342000', '180441.345000', '180441.348000', '180441.351000', '180441.354000', '180441.357000', '180441.360000', '180441.363000', '180441.366000', '180441.369000', '180441.372000', '180441.374000', '180441.377000', '180441.380000', '180441.383000', '180441.386000', '180441.389000', '180441.392000', '180441.395000', '180441.398000', '180441.401000', '180441.403000', '180441.406000', '180441.409000', '180441.425000', '180441.427000', '180441.430000', '180441.433000', '180441.436000', '180441.439000', '180441.442000', '180441.445000', '180441.448000', '180441.451000', '180441.453000', '180441.456000', '180441.459000', '180441.462000', '180441.465000', '180501.328000', '180501.331000', '180501.334000', '180501.337000', '180501.340000', '180501.343000', '180501.346000', '180501.349000', '180501.351000', '180501.354000', '180501.357000', '180501.360000', '180501.363000', '180501.366000', '180501.369000', '180501.372000', '180501.375000', '180501.378000', '180501.380000', '180501.383000', '180501.386000', '180501.389000', '180501.392000', '180501.395000', '180501.398000', '180501.400000', '180501.403000', '180501.407000', '180501.410000', '180501.413000', '180501.416000', '180501.419000', '180501.422000', '180501.425000', '180501.428000', '180501.431000', '180501.433000', '180501.436000', '180501.439000', '180501.442000', '180501.445000', '180501.448000', '180501.451000', '180521.328000', '180521.331000', '180521.334000', '180521.337000', '180521.340000', '180521.343000', '180521.345000', '180521.348000', '180521.351000', '180521.354000', '180521.357000', '180521.360000', '180521.363000', '180521.366000', '180521.369000', '180521.372000', '180521.374000', '180521.377000', '180521.380000', '180521.383000', '180521.386000', '180521.389000', '180521.392000', '180521.394000', '180521.397000', '180521.400000', '180521.403000', '180521.406000', '180521.409000', '180521.412000', '180521.415000', '180521.418000', '180521.421000', '180521.424000', '180521.426000', '180521.429000', '180521.432000', '180521.435000', '180521.438000', '180521.441000', '180521.444000', '180521.447000', '180521.450000', '180521.452000', '180541.327000', '180541.330000', '180541.333000', '180541.336000', '180541.339000', '180541.342000', '180541.345000', '180541.348000', '180541.351000', '180541.353000', '180541.356000', '180541.359000', '180541.362000', '180541.365000', '180541.368000', '180541.371000', '180541.374000', '180541.377000', '180541.379000', '180541.382000', '180541.385000', '180541.388000', '180541.391000', '180541.394000', '180541.397000', '180541.400000', '180541.403000', '180541.405000', '180541.408000', '180541.411000', '180541.414000', '180541.417000', '180541.420000', '180541.423000', '180541.426000', '180541.428000', '180541.431000', '180541.434000', '180541.437000', '180541.440000', '180541.443000', '180541.446000', '180541.449000', '180601.327000', '180601.330000', '180601.333000', '180601.336000', '180601.339000', '180601.342000', '180601.345000', '180601.347000', '180601.350000', '180601.353000', '180601.356000', '180601.359000', '180601.362000', '180601.365000', '180601.368000', '180601.371000', '180601.373000', '180601.376000', '180601.379000', '180601.382000', '180601.385000', '180601.388000', '180601.391000', '180601.394000', '180601.397000', '180601.400000', '180601.403000', '180601.405000', '180601.408000', '180601.411000', '180601.414000', '180601.417000', '180601.420000', '180601.423000', '180601.426000', '180601.428000', '180601.431000', '180601.434000', '180601.437000', '180601.447000', '180601.450000', '180601.453000', '180601.455000', '180601.458000', '180621.327000', '180621.330000', '180621.333000', '180621.336000', '180621.339000', '180621.342000', '180621.344000', '180621.347000', '180621.350000', '180621.353000', '180621.356000', '180621.359000', '180621.362000', '180621.365000', '180621.368000', '180621.371000', '180621.374000', '180621.377000', '180621.380000', '180621.382000', '180621.385000', '180621.388000', '180621.391000', '180621.394000', '180621.397000', '180621.400000', '180621.403000', '180621.406000', '180621.419000', '180621.422000', '180621.424000', '180621.427000', '180621.430000', '180621.433000', '180621.436000', '180621.439000', '180621.442000', '180621.446000', '180621.449000', '180621.452000', '180621.454000', '180621.457000', '180621.460000', '180641.327000', '180641.330000', '180641.333000', '180641.336000', '180641.339000', '180641.341000', '180641.344000', '180641.347000', '180641.350000', '180641.353000', '180641.356000', '180641.359000', '180641.362000', '180641.364000', '180641.367000', '180641.370000', '180641.373000', '180641.376000', '180641.379000', '180641.382000', '180641.385000', '180641.388000', '180641.391000', '180641.394000', '180641.396000', '180641.399000', '180641.402000', '180641.405000', '180641.408000', '180641.411000', '180641.414000', '180641.417000', '180641.420000', '180641.423000', '180641.426000', '180641.429000', '180641.431000', '180641.434000', '180641.437000', '180641.440000', '180641.443000', '180641.446000', '180641.449000', '180641.452000', '180701.328000', '180701.331000', '180701.334000', '180701.337000', '180701.340000', '180701.343000', '180701.346000', '180701.348000', '180701.351000', '180701.354000', '180701.357000', '180701.360000', '180701.363000', '180701.366000', '180701.369000', '180701.372000', '180701.375000', '180701.377000', '180701.380000', '180701.383000', '180701.386000', '180701.389000', '180701.392000', '180701.395000', '180701.398000', '180701.401000', '180701.404000', '180701.407000', '180701.409000', '180701.412000', '180701.415000', '180701.418000', '180701.421000', '180701.424000', '180701.427000', '180701.430000', '180701.433000', '180701.435000', '180701.438000', '180701.441000', '180701.444000', '180701.447000', '180701.450000', '180721.328000', '180721.331000', '180721.334000', '180721.337000', '180721.340000', '180721.343000', '180721.345000', '180721.348000', '180721.351000', '180721.354000', '180721.357000', '180721.360000', '180721.363000', '180721.366000', '180721.369000', '180721.372000', '180721.374000', '180721.377000', '180721.380000', '180721.383000', '180721.386000', '180721.389000', '180721.392000', '180721.395000', '180721.398000', '180721.401000', '180721.403000', '180721.406000', '180721.409000', '180721.412000', '180721.415000', '180721.418000', '180721.421000', '180721.424000', '180721.427000', '180721.430000', '180721.432000', '180721.435000', '180721.438000', '180721.441000', '180721.444000', '180721.447000', '180721.450000', '180741.328000', '180741.331000', '180741.334000', '180741.337000', '180741.340000', '180741.343000', '180741.345000', '180741.348000', '180741.351000', '180741.354000', '180741.357000', '180741.360000', '180741.363000', '180741.366000', '180741.369000', '180741.371000', '180741.374000', '180741.377000', '180741.380000', '180741.383000', '180741.386000', '180741.389000', '180741.392000', '180741.395000', '180741.398000', '180741.401000', '180741.403000', '180741.406000', '180741.409000', '180741.412000', '180741.415000', '180741.418000', '180741.421000', '180741.424000', '180741.427000', '180741.430000', '180741.433000', '180741.435000', '180741.438000', '180741.441000', '180741.444000', '180741.447000', '180741.450000', '180741.453000', '180746.675000', '180746.679000', '180746.682000', '180746.685000', '180746.688000', '180746.692000', '180746.695000', '180746.698000', '180746.701000', '180746.704000', '180746.707000', '180746.710000'], 'InstanceCreationTime': ['180101.362000', '180101.366000', '180101.369000', '180101.372000', '180101.375000', '180101.378000', '180101.381000', '180101.384000', '180101.387000', '180101.389000', '180101.392000', '180101.395000', '180101.398000', '180101.401000', '180101.404000', '180101.407000', '180101.410000', '180101.416000', '180101.419000', '180101.422000', '180101.425000', '180101.428000', '180101.431000', '180101.434000', '180101.437000', '180101.440000', '180101.442000', '180101.445000', '180101.448000', '180101.451000', '180101.454000', '180101.457000', '180121.327000', '180121.330000', '180121.333000', '180121.336000', '180121.339000', '180121.341000', '180121.344000', '180121.347000', '180121.350000', '180121.353000', '180121.356000', '180121.359000', '180121.361000', '180121.364000', '180121.367000', '180121.370000', '180121.373000', '180121.376000', '180121.378000', '180121.381000', '180121.384000', '180121.387000', '180121.390000', '180121.393000', '180121.396000', '180121.399000', '180121.401000', '180121.404000', '180121.407000', '180121.410000', '180121.413000', '180121.416000', '180121.418000', '180121.421000', '180121.424000', '180121.427000', '180121.430000', '180121.447000', '180121.450000', '180121.452000', '180121.455000', '180121.458000', '180121.461000', '180121.464000', '180141.327000', '180141.330000', '180141.333000', '180141.336000', '180141.339000', '180141.341000', '180141.344000', '180141.347000', '180141.350000', '180141.353000', '180141.356000', '180141.359000', '180141.361000', '180141.364000', '180141.367000', '180141.370000', '180141.373000', '180141.376000', '180141.379000', '180141.382000', '180141.385000', '180141.388000', '180141.391000', '180141.394000', '180141.397000', '180141.399000', '180141.402000', '180141.405000', '180141.408000', '180141.411000', '180141.414000', '180141.416000', '180141.419000', '180141.424000', '180141.427000', '180141.430000', '180141.433000', '180141.436000', '180141.439000', '180141.442000', '180141.444000', '180141.447000', '180141.450000', '180201.327000', '180201.330000', '180201.333000', '180201.336000', '180201.338000', '180201.341000', '180201.344000', '180201.347000', '180201.350000', '180201.353000', '180201.356000', '180201.359000', '180201.362000', '180201.364000', '180201.367000', '180201.370000', '180201.373000', '180201.376000', '180201.379000', '180201.382000', '180201.384000', '180201.387000', '180201.390000', '180201.393000', '180201.396000', '180201.399000', '180201.402000', '180201.405000', '180201.408000', '180201.410000', '180201.413000', '180201.416000', '180201.419000', '180201.422000', '180201.425000', '180201.427000', '180201.430000', '180201.433000', '180201.436000', '180201.439000', '180201.442000', '180201.445000', '180201.448000', '180201.450000', '180221.328000', '180221.333000', '180221.336000', '180221.338000', '180221.341000', '180221.344000', '180221.347000', '180221.350000', '180221.353000', '180221.356000', '180221.359000', '180221.362000', '180221.365000', '180221.367000', '180221.370000', '180221.373000', '180221.376000', '180221.379000', '180221.382000', '180221.385000', '180221.388000', '180221.391000', '180221.394000', '180221.397000', '180221.401000', '180221.405000', '180221.407000', '180221.410000', '180221.413000', '180221.416000', '180221.419000', '180221.422000', '180221.425000', '180221.427000', '180221.430000', '180221.433000', '180221.436000', '180221.439000', '180221.442000', '180221.445000', '180221.448000', '180221.450000', '180221.453000', '180241.328000', '180241.331000', '180241.334000', '180241.337000', '180241.340000', '180241.343000', '180241.345000', '180241.348000', '180241.351000', '180241.354000', '180241.357000', '180241.360000', '180241.363000', '180241.366000', '180241.368000', '180241.371000', '180241.374000', '180241.377000', '180241.380000', '180241.383000', '180241.386000', '180241.389000', '180241.391000', '180241.394000', '180241.397000', '180241.400000', '180241.403000', '180241.406000', '180241.409000', '180241.412000', '180241.414000', '180241.417000', '180241.420000', '180241.423000', '180241.426000', '180241.429000', '180241.432000', '180241.435000', '180241.438000', '180241.441000', '180241.443000', '180241.446000', '180241.449000', '180241.452000', '180301.328000', '180301.331000', '180301.334000', '180301.337000', '180301.340000', '180301.343000', '180301.346000', '180301.348000', '180301.351000', '180301.354000', '180301.357000', '180301.360000', '180301.363000', '180301.366000', '180301.369000', '180301.371000', '180301.374000', '180301.377000', '180301.380000', '180301.383000', '180301.386000', '180301.389000', '180301.392000', '180301.395000', '180301.397000', '180301.401000', '180301.404000', '180301.407000', '180301.410000', '180301.413000', '180301.416000', '180301.418000', '180301.431000', '180301.434000', '180301.437000', '180301.440000', '180301.443000', '180301.446000', '180301.449000', '180301.452000', '180301.454000', '180301.457000', '180301.460000', '180321.327000', '180321.330000', '180321.333000', '180321.336000', '180321.339000', '180321.342000', '180321.345000', '180321.347000', '180321.350000', '180321.353000', '180321.356000', '180321.359000', '180321.362000', '180321.365000', '180321.368000', '180321.370000', '180321.373000', '180321.376000', '180321.379000', '180321.382000', '180321.385000', '180321.388000', '180321.391000', '180321.394000', '180321.396000', '180321.399000', '180321.402000', '180321.405000', '180321.408000', '180321.411000', '180321.414000', '180321.417000', '180321.420000', '180321.423000', '180321.426000', '180321.429000', '180321.432000', '180321.434000', '180321.437000', '180321.440000', '180321.443000', '180321.446000', '180321.449000', '180321.452000', '180341.327000', '180341.330000', '180341.333000', '180341.336000', '180341.339000', '180341.342000', '180341.345000', '180341.347000', '180341.350000', '180341.353000', '180341.356000', '180341.359000', '180341.362000', '180341.365000', '180341.369000', '180341.372000', '180341.375000', '180341.378000', '180341.381000', '180341.384000', '180341.387000', '180341.390000', '180341.393000', '180341.395000', '180341.398000', '180341.401000', '180341.404000', '180341.407000', '180341.410000', '180341.413000', '180341.416000', '180341.419000', '180341.422000', '180341.428000', '180341.431000', '180341.434000', '180341.437000', '180341.440000', '180341.443000', '180341.445000', '180341.448000', '180341.451000', '180341.454000', '180401.327000', '180401.330000', '180401.333000', '180401.336000', '180401.339000', '180401.342000', '180401.344000', '180401.347000', '180401.350000', '180401.353000', '180401.356000', '180401.359000', '180401.362000', '180401.365000', '180401.368000', '180401.370000', '180401.373000', '180401.376000', '180401.379000', '180401.382000', '180401.385000', '180401.388000', '180401.391000', '180401.394000', '180401.396000', '180401.399000', '180401.402000', '180401.405000', '180401.408000', '180401.411000', '180401.414000', '180401.417000', '180401.420000', '180401.422000', '180401.425000', '180401.428000', '180401.431000', '180401.434000', '180401.437000', '180401.440000', '180401.443000', '180401.446000', '180401.448000', '180401.451000', '180421.327000', '180421.330000', '180421.333000', '180421.336000', '180421.339000', '180421.342000', '180421.345000', '180421.347000', '180421.350000', '180421.353000', '180421.356000', '180421.359000', '180421.362000', '180421.365000', '180421.368000', '180421.371000', '180421.374000', '180421.377000', '180421.379000', '180421.382000', '180421.385000', '180421.388000', '180421.391000', '180421.394000', '180421.397000', '180421.400000', '180421.403000', '180421.406000', '180421.408000', '180421.411000', '180421.414000', '180421.417000', '180421.420000', '180421.423000', '180421.426000', '180421.429000', '180421.432000', '180421.435000', '180421.437000', '180421.440000', '180421.443000', '180421.446000', '180421.449000', '180441.328000', '180441.331000', '180441.334000', '180441.337000', '180441.340000', '180441.342000', '180441.345000', '180441.348000', '180441.351000', '180441.354000', '180441.357000', '180441.360000', '180441.363000', '180441.366000', '180441.369000', '180441.372000', '180441.374000', '180441.377000', '180441.380000', '180441.383000', '180441.386000', '180441.389000', '180441.392000', '180441.395000', '180441.398000', '180441.401000', '180441.403000', '180441.406000', '180441.409000', '180441.425000', '180441.427000', '180441.430000', '180441.433000', '180441.436000', '180441.439000', '180441.442000', '180441.445000', '180441.448000', '180441.451000', '180441.453000', '180441.456000', '180441.459000', '180441.462000', '180441.465000', '180501.328000', '180501.331000', '180501.334000', '180501.337000', '180501.340000', '180501.343000', '180501.346000', '180501.349000', '180501.351000', '180501.354000', '180501.357000', '180501.360000', '180501.363000', '180501.366000', '180501.369000', '180501.372000', '180501.375000', '180501.378000', '180501.380000', '180501.383000', '180501.386000', '180501.389000', '180501.392000', '180501.395000', '180501.398000', '180501.400000', '180501.403000', '180501.407000', '180501.410000', '180501.413000', '180501.416000', '180501.419000', '180501.422000', '180501.425000', '180501.428000', '180501.431000', '180501.433000', '180501.436000', '180501.439000', '180501.442000', '180501.445000', '180501.448000', '180501.451000', '180521.328000', '180521.331000', '180521.334000', '180521.337000', '180521.340000', '180521.343000', '180521.345000', '180521.348000', '180521.351000', '180521.354000', '180521.357000', '180521.360000', '180521.363000', '180521.366000', '180521.369000', '180521.372000', '180521.374000', '180521.377000', '180521.380000', '180521.383000', '180521.386000', '180521.389000', '180521.392000', '180521.394000', '180521.397000', '180521.400000', '180521.403000', '180521.406000', '180521.409000', '180521.412000', '180521.415000', '180521.418000', '180521.421000', '180521.424000', '180521.426000', '180521.429000', '180521.432000', '180521.435000', '180521.438000', '180521.441000', '180521.444000', '180521.447000', '180521.450000', '180521.452000', '180541.327000', '180541.330000', '180541.333000', '180541.336000', '180541.339000', '180541.342000', '180541.345000', '180541.348000', '180541.351000', '180541.353000', '180541.356000', '180541.359000', '180541.362000', '180541.365000', '180541.368000', '180541.371000', '180541.374000', '180541.377000', '180541.379000', '180541.382000', '180541.385000', '180541.388000', '180541.391000', '180541.394000', '180541.397000', '180541.400000', '180541.403000', '180541.405000', '180541.408000', '180541.411000', '180541.414000', '180541.417000', '180541.420000', '180541.423000', '180541.426000', '180541.428000', '180541.431000', '180541.434000', '180541.437000', '180541.440000', '180541.443000', '180541.446000', '180541.449000', '180601.327000', '180601.330000', '180601.333000', '180601.336000', '180601.339000', '180601.342000', '180601.345000', '180601.347000', '180601.350000', '180601.353000', '180601.356000', '180601.359000', '180601.362000', '180601.365000', '180601.368000', '180601.371000', '180601.373000', '180601.376000', '180601.379000', '180601.382000', '180601.385000', '180601.388000', '180601.391000', '180601.394000', '180601.397000', '180601.400000', '180601.403000', '180601.405000', '180601.408000', '180601.411000', '180601.414000', '180601.417000', '180601.420000', '180601.423000', '180601.426000', '180601.428000', '180601.431000', '180601.434000', '180601.437000', '180601.447000', '180601.450000', '180601.453000', '180601.455000', '180601.458000', '180621.327000', '180621.330000', '180621.333000', '180621.336000', '180621.339000', '180621.342000', '180621.344000', '180621.347000', '180621.350000', '180621.353000', '180621.356000', '180621.359000', '180621.362000', '180621.365000', '180621.368000', '180621.371000', '180621.374000', '180621.377000', '180621.380000', '180621.382000', '180621.385000', '180621.388000', '180621.391000', '180621.394000', '180621.397000', '180621.400000', '180621.403000', '180621.406000', '180621.419000', '180621.422000', '180621.424000', '180621.427000', '180621.430000', '180621.433000', '180621.436000', '180621.439000', '180621.442000', '180621.446000', '180621.449000', '180621.452000', '180621.454000', '180621.457000', '180621.460000', '180641.327000', '180641.330000', '180641.333000', '180641.336000', '180641.339000', '180641.341000', '180641.344000', '180641.347000', '180641.350000', '180641.353000', '180641.356000', '180641.359000', '180641.362000', '180641.364000', '180641.367000', '180641.370000', '180641.373000', '180641.376000', '180641.379000', '180641.382000', '180641.385000', '180641.388000', '180641.391000', '180641.394000', '180641.396000', '180641.399000', '180641.402000', '180641.405000', '180641.408000', '180641.411000', '180641.414000', '180641.417000', '180641.420000', '180641.423000', '180641.426000', '180641.429000', '180641.431000', '180641.434000', '180641.437000', '180641.440000', '180641.443000', '180641.446000', '180641.449000', '180641.452000', '180701.328000', '180701.331000', '180701.334000', '180701.337000', '180701.340000', '180701.343000', '180701.346000', '180701.348000', '180701.351000', '180701.354000', '180701.357000', '180701.360000', '180701.363000', '180701.366000', '180701.369000', '180701.372000', '180701.375000', '180701.377000', '180701.380000', '180701.383000', '180701.386000', '180701.389000', '180701.392000', '180701.395000', '180701.398000', '180701.401000', '180701.404000', '180701.407000', '180701.409000', '180701.412000', '180701.415000', '180701.418000', '180701.421000', '180701.424000', '180701.427000', '180701.430000', '180701.433000', '180701.435000', '180701.438000', '180701.441000', '180701.444000', '180701.447000', '180701.450000', '180721.328000', '180721.331000', '180721.334000', '180721.337000', '180721.340000', '180721.343000', '180721.345000', '180721.348000', '180721.351000', '180721.354000', '180721.357000', '180721.360000', '180721.363000', '180721.366000', '180721.369000', '180721.372000', '180721.374000', '180721.377000', '180721.380000', '180721.383000', '180721.386000', '180721.389000', '180721.392000', '180721.395000', '180721.398000', '180721.401000', '180721.403000', '180721.406000', '180721.409000', '180721.412000', '180721.415000', '180721.418000', '180721.421000', '180721.424000', '180721.427000', '180721.430000', '180721.432000', '180721.435000', '180721.438000', '180721.441000', '180721.444000', '180721.447000', '180721.450000', '180741.328000', '180741.331000', '180741.334000', '180741.337000', '180741.340000', '180741.343000', '180741.345000', '180741.348000', '180741.351000', '180741.354000', '180741.357000', '180741.360000', '180741.363000', '180741.366000', '180741.369000', '180741.371000', '180741.374000', '180741.377000', '180741.380000', '180741.383000', '180741.386000', '180741.389000', '180741.392000', '180741.395000', '180741.398000', '180741.401000', '180741.403000', '180741.406000', '180741.409000', '180741.412000', '180741.415000', '180741.418000', '180741.421000', '180741.424000', '180741.427000', '180741.430000', '180741.433000', '180741.435000', '180741.438000', '180741.441000', '180741.444000', '180741.447000', '180741.450000', '180741.453000', '180746.675000', '180746.679000', '180746.682000', '180746.685000', '180746.688000', '180746.692000', '180746.695000', '180746.698000', '180746.701000', '180746.704000', '180746.707000', '180746.710000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [11727, 10047, 16556, 9861, 13723, 13475, 10118, 15018, 9433, 11518, 16572, 9643, 14616, 10129, 10439, 16431, 10090, 11468, 12870, 9304, 13084, 10114, 9299, 13924, 8973, 11019, 10009, 9521, 12247, 8894, 9896, 15771, 9493, 12218, 10285, 9172, 15116, 9601, 11330, 14142, 9173, 13531, 10057, 9294, 16133, 8996, 13321, 10549, 9239, 14781, 9890, 11004, 11630, 9559, 12406, 9536, 9811, 16191, 9135, 12559, 11872, 9435, 13895, 9057, 9290, 15398, 9267, 11347, 10131, 9140, 13823, 9554, 10974, 10417, 8912, 12588, 9846, 10642, 9862, 9044, 12818, 9317, 10711, 13706, 9599, 12748, 10249, 9488, 15112, 9641, 10805, 11141, 9375, 11577, 9527, 10159, 10563, 9622, 12683, 9875, 10686, 14515, 9776, 13997, 9204, 10658, 15329, 9872, 13564, 9417, 10383, 16875, 9589, 14271, 9813, 10055, 16380, 9602, 13105, 10055, 9216, 16097, 9488, 11924, 9719, 9419, 15814, 9056, 12214, 10190, 9323, 15368, 9080, 11351, 10394, 8881, 15283, 9629, 10819, 14221, 9345, 13202, 9354, 9680, 15845, 9347, 13761, 10222, 8939, 13404, 10154, 10673, 10087, 9226, 13156, 10180, 9937, 15892, 9331, 12360, 15207, 9656, 13978, 9821, 9522, 15593, 9614, 13288, 10025, 9144, 12719, 9467, 10125, 10934, 9066, 13410, 9652, 9575, 15900, 9379, 11607, 10498, 8947, 13931, 9309, 10430, 11878, 9153, 14093, 9049, 9642, 16194, 9215, 11148, 10121, 8721, 13820, 9254, 10141, 10414, 8822, 11783, 9377, 10355, 10268, 9162, 13708, 9367, 10458, 14894, 9569, 13672, 9555, 10192, 16472, 9506, 14016, 9794, 8983, 13922, 9856, 10873, 10002, 9117, 12841, 8943, 10106, 11044, 9233, 11870, 9002, 9858, 13335, 9148, 11878, 9907, 9370, 15141, 9023, 12497, 9825, 9497, 14821, 9220, 13426, 9960, 9329, 14087, 9865, 11255, 10374, 9241, 13288, 8616, 10737, 12273, 8977, 13004, 9196, 11241, 16477, 9367, 13241, 10055, 9868, 11563, 9198, 12962, 9975, 9405, 15830, 8988, 12335, 10215, 8893, 15225, 9582, 11765, 13209, 9080, 13893, 8838, 11033, 15947, 9227, 14001, 9697, 9264, 14458, 9519, 9920, 10056, 8841, 11934, 8983, 9675, 12620, 9033, 11563, 9851, 8900, 14035, 9109, 11378, 10331, 8898, 12389, 9751, 9695, 14239, 9482, 11649, 10264, 8946, 14149, 9760, 10380, 11056, 9294, 12597, 9776, 9449, 15029, 9322, 12655, 10385, 9396, 12335, 9727, 9569, 15694, 9450, 10814, 10769, 9105, 13554, 9507, 10273, 13531, 9558, 12257, 9807, 9503, 14861, 9427, 12769, 10590, 9175, 14391, 8657, 12048, 16286, 9455, 13284, 10544, 9402, 14278, 9678, 10118, 16031, 9174, 13420, 10085, 8685, 12481, 9215, 9632, 11989, 8956, 11318, 9781, 9156, 14655, 9101, 11866, 16413, 9269, 12672, 10022, 8893, 14560, 8993, 10136, 10189, 9016, 14030, 9664, 10114, 12283, 9200, 13750, 9114, 9927, 16486, 8879, 12218, 9968, 8738, 13928, 9301, 10319, 10492, 8862, 12356, 9135, 10101, 10555, 9037, 13059, 9297, 10918, 10407, 8803, 14507, 9047, 12741, 11123, 9315, 15023, 9460, 12215, 16797, 9417, 14534, 9474, 9880, 15820, 9010, 13659, 10443, 9310, 14919, 9188, 10326, 10675, 8634, 13898, 9085, 10609, 11056, 8783, 14239, 9692, 9731, 14814, 9077, 13341, 9546, 10768, 16197, 9751, 14181, 9599, 9084, 13955, 9759, 10418, 9970, 8733, 11844, 9186, 9457, 15308, 9374, 10566, 10353, 8757, 12895, 9069, 10174, 11141, 9432, 12598, 8842, 10008, 13597, 9085, 12989, 9025, 9872, 15871, 9279, 13757, 9615, 9551, 14972, 9636, 12740, 10649, 8949, 12921, 9845, 9444, 15702, 8876, 11718, 10491, 8851, 12837, 9339, 9947, 10237, 9099, 11902, 9172, 9897, 14677, 8944, 12692, 9835, 9009, 14470, 9802, 11662, 9618, 9021, 11096, 9136, 9242, 12798, 8964, 11442, 10177, 9180, 13602, 9404, 10965, 10187, 9112, 14028, 8904, 12070, 10447, 9062, 15392, 8780, 11921, 10470, 9068, 14728, 9400, 10810, 13042, 9444, 13381, 8754, 10048, 13334, 9029, 12206, 8676, 10307, 13141, 9115, 11581, 10258, 9413, 14404, 8795, 10674, 13256, 9388, 13710, 9196, 10012, 15515, 9163, 14237, 10026, 9474, 9915, 8803, 8804, 10660, 9757, 9440, 10557, 8738, 15321, 10521, 10716, 15586, 9944, 11187, 15884, 8793, 12916, 12357, 9107, 9402, 8694, 9202, 8905, 12714, 10219, 9471, 13742, 9067, 8777, 15247, 8718, 12190, 10136, 8730, 13189, 9719, 11919, 8875, 9468, 8734, 13774, 11893, 10215, 14368, 8771, 10013, 15321, 8611, 12158, 14960, 9553, 13772, 8828, 11229, 13074, 9898, 14095, 8974, 9182, 15045, 9217, 10885, 10163, 8770, 13226, 9632, 10607, 9419, 8692, 12895, 9061, 10427, 9235, 9907, 15325, 9221, 14415, 13681, 10026, 13075, 8840, 9615, 16169, 8994, 13150, 9697, 8734, 12227, 9018, 10293, 10011, 9305, 9022, 9377, 8977, 8604, 11641, 9711, 11230, 11721, 16471, 12620, 11968, 16702, 9484, 13001, 15571, 9446, 15118, 8860, 12897, 8795, 11176, 13826, 9470, 9024, 8877, 9867, 8695, 10072, 8733, 14267, 9465, 10482, 16224, 9931, 13983, 16068, 9621, 13511, 9571, 9137, 9683, 8802, 9559, 10144, 8961, 12401, 16619, 11898, 14663, 13461, 11054, 12898, 9772, 10022, 15097, 8550, 10370, 10921, 9022, 9872, 8789, 9077, 10913, 16227, 11949, 15941, 10016, 10175, 9294, 9450, 9305, 10175, 8745, 15484, 12543, 16074, 14208, 12188, 16720, 11121, 13471, 9446, 9744, 15949, 8780, 12508, 12335, 9220, 11665, 8496, 8977, 12583, 8586, 10241, 8696, 9049, 10767, 8749, 10521, 8830, 9875, 9484, 9132, 9485, 9871, 14203, 9641, 12619, 15966, 11204, 14780, 13410, 10727, 14761, 10408, 10914, 15635, 8633, 10874, 12110, 8823, 9582, 8929, 14062, 8679, 11280, 8719, 9510, 8717, 10124, 14855, 10069, 11943, 15843, 8763, 11364, 16227, 11382, 14564, 15756, 9682, 13979, 9885, 9968, 15274, 8744, 9599, 9357, 9889, 8833, 11082, 11613, 10017, 15105, 9016, 11060, 15486, 9029, 13263, 8909, 10351, 9100, 14897, 11575, 11347, 16010, 8767, 10176, 15142, 9813, 14241, 8565, 9157, 15616, 8406, 12833, 8623, 10789, 8776, 8590, 14841, 9293, 13009, 14149, 9307, 14650, 9383, 10723, 8906, 8941, 8651, 10287, 16608, 11878, 14961, 10742, 9780, 15129, 9164, 12736, 9515, 8882, 14966, 8360, 12767, 8731, 9134, 8497, 10881, 14596, 10436, 13962, 10409, 10554, 16006, 9320, 14785, 10093, 8707, 13649, 8551, 9721, 12644, 8897, 12025, 8314, 9029, 14512, 8535, 10314, 8518, 9662, 9084, 8908, 14289, 8791, 13019, 9488, 8683, 13667, 8867, 12870, 8710, 12664, 14138, 11547, 15350, 8825, 13074, 14522, 10721, 13654], 'WindowCenter': [4729.0, 4694.0, 4740.0, 4678.0, 4706.0, 4692.0, 4663.0, 4703.0, 4653.0, 4683.0, 4700.0, 4651.0, 4701.0, 4660.0, 4662.0, 4699.0, 4649.0, 4670.0, 4678.0, 4650.0, 4679.0, 4649.0, 4654.0, 4690.0, 4640.0, 4659.0, 4648.0, 4650.0, 4669.0, 4640.0, 4650.0, 4687.0, 4637.0, 4668.0, 4647.0, 4637.0, 4686.0, 4637.0, 4658.0, 4675.0, 4637.0, 4676.0, 4636.0, 4636.0, 4686.0, 4637.0, 4677.0, 4646.0, 4637.0, 4675.0, 4635.0, 4655.0, 4655.0, 4635.0, 4666.0, 4636.0, 4647.0, 4686.0, 4636.0, 4666.0, 4654.0, 4626.0, 4665.0, 4625.0, 4637.0, 4688.0, 4637.0, 4656.0, 4646.0, 4638.0, 4676.0, 4649.0, 4659.0, 4658.0, 4639.0, 4667.0, 4646.0, 4660.0, 4650.0, 4640.0, 4677.0, 4639.0, 4660.0, 4677.0, 4650.0, 4678.0, 4648.0, 4649.0, 4687.0, 4649.0, 4658.0, 4669.0, 4650.0, 4669.0, 4650.0, 4660.0, 4658.0, 4652.0, 4679.0, 4660.0, 4672.0, 4689.0, 4663.0, 4692.0, 4651.0, 4661.0, 4688.0, 4650.0, 4680.0, 4650.0, 4661.0, 4698.0, 4649.0, 4690.0, 4649.0, 4661.0, 4699.0, 4649.0, 4679.0, 4648.0, 4650.0, 4697.0, 4649.0, 4669.0, 4649.0, 4650.0, 4698.0, 4640.0, 4670.0, 4648.0, 4650.0, 4698.0, 4639.0, 4658.0, 4648.0, 4640.0, 4698.0, 4648.0, 4659.0, 4676.0, 4638.0, 4677.0, 4638.0, 4647.0, 4686.0, 4638.0, 4678.0, 4649.0, 4639.0, 4676.0, 4647.0, 4659.0, 4648.0, 4639.0, 4678.0, 4647.0, 4648.0, 4687.0, 4638.0, 4668.0, 4674.0, 4636.0, 4676.0, 4636.0, 4637.0, 4685.0, 4637.0, 4679.0, 4636.0, 4637.0, 4665.0, 4636.0, 4647.0, 4657.0, 4638.0, 4676.0, 4648.0, 4648.0, 4686.0, 4637.0, 4656.0, 4645.0, 4637.0, 4676.0, 4638.0, 4658.0, 4655.0, 4637.0, 4676.0, 4626.0, 4637.0, 4685.0, 4636.0, 4656.0, 4636.0, 4628.0, 4676.0, 4637.0, 4648.0, 4646.0, 4640.0, 4668.0, 4649.0, 4661.0, 4649.0, 4650.0, 4689.0, 4639.0, 4660.0, 4687.0, 4649.0, 4679.0, 4638.0, 4659.0, 4697.0, 4647.0, 4678.0, 4648.0, 4639.0, 4676.0, 4648.0, 4659.0, 4648.0, 4639.0, 4677.0, 4638.0, 4659.0, 4657.0, 4639.0, 4667.0, 4638.0, 4650.0, 4677.0, 4652.0, 4669.0, 4648.0, 4649.0, 4687.0, 4640.0, 4680.0, 4649.0, 4650.0, 4688.0, 4651.0, 4690.0, 4647.0, 4639.0, 4687.0, 4648.0, 4669.0, 4648.0, 4639.0, 4678.0, 4627.0, 4659.0, 4668.0, 4640.0, 4678.0, 4638.0, 4672.0, 4698.0, 4639.0, 4668.0, 4647.0, 4648.0, 4668.0, 4650.0, 4679.0, 4647.0, 4637.0, 4687.0, 4637.0, 4668.0, 4646.0, 4638.0, 4687.0, 4637.0, 4668.0, 4665.0, 4627.0, 4676.0, 4627.0, 4657.0, 4684.0, 4626.0, 4675.0, 4636.0, 4636.0, 4674.0, 4635.0, 4646.0, 4636.0, 4637.0, 4656.0, 4627.0, 4648.0, 4666.0, 4640.0, 4668.0, 4647.0, 4639.0, 4677.0, 4639.0, 4668.0, 4647.0, 4640.0, 4668.0, 4649.0, 4650.0, 4687.0, 4650.0, 4670.0, 4660.0, 4651.0, 4687.0, 4649.0, 4660.0, 4658.0, 4651.0, 4680.0, 4649.0, 4649.0, 4699.0, 4639.0, 4679.0, 4648.0, 4639.0, 4668.0, 4648.0, 4649.0, 4697.0, 4649.0, 4659.0, 4658.0, 4639.0, 4678.0, 4646.0, 4659.0, 4677.0, 4650.0, 4669.0, 4649.0, 4649.0, 4687.0, 4639.0, 4679.0, 4658.0, 4639.0, 4687.0, 4628.0, 4669.0, 4696.0, 4638.0, 4677.0, 4646.0, 4638.0, 4676.0, 4636.0, 4648.0, 4684.0, 4637.0, 4677.0, 4646.0, 4639.0, 4666.0, 4637.0, 4648.0, 4667.0, 4638.0, 4658.0, 4647.0, 4638.0, 4687.0, 4627.0, 4667.0, 4685.0, 4635.0, 4666.0, 4636.0, 4637.0, 4686.0, 4638.0, 4648.0, 4647.0, 4639.0, 4688.0, 4649.0, 4647.0, 4656.0, 4638.0, 4677.0, 4628.0, 4648.0, 4685.0, 4639.0, 4667.0, 4647.0, 4638.0, 4676.0, 4637.0, 4648.0, 4657.0, 4640.0, 4678.0, 4650.0, 4660.0, 4659.0, 4641.0, 4680.0, 4651.0, 4671.0, 4660.0, 4652.0, 4700.0, 4652.0, 4691.0, 4659.0, 4650.0, 4689.0, 4650.0, 4680.0, 4697.0, 4637.0, 4688.0, 4648.0, 4649.0, 4687.0, 4638.0, 4678.0, 4646.0, 4637.0, 4686.0, 4636.0, 4647.0, 4646.0, 4627.0, 4677.0, 4638.0, 4659.0, 4657.0, 4639.0, 4677.0, 4649.0, 4648.0, 4686.0, 4638.0, 4677.0, 4648.0, 4659.0, 4686.0, 4648.0, 4678.0, 4638.0, 4637.0, 4676.0, 4637.0, 4658.0, 4648.0, 4639.0, 4667.0, 4638.0, 4648.0, 4687.0, 4637.0, 4658.0, 4647.0, 4639.0, 4678.0, 4640.0, 4660.0, 4658.0, 4639.0, 4667.0, 4639.0, 4649.0, 4676.0, 4639.0, 4678.0, 4639.0, 4649.0, 4686.0, 4638.0, 4678.0, 4638.0, 4648.0, 4686.0, 4637.0, 4677.0, 4647.0, 4639.0, 4668.0, 4637.0, 4638.0, 4686.0, 4638.0, 4667.0, 4646.0, 4639.0, 4678.0, 4639.0, 4647.0, 4647.0, 4639.0, 4669.0, 4648.0, 4660.0, 4688.0, 4639.0, 4677.0, 4648.0, 4639.0, 4677.0, 4648.0, 4669.0, 4648.0, 4638.0, 4657.0, 4637.0, 4639.0, 4677.0, 4639.0, 4669.0, 4648.0, 4650.0, 4688.0, 4639.0, 4659.0, 4648.0, 4640.0, 4687.0, 4639.0, 4669.0, 4648.0, 4640.0, 4689.0, 4629.0, 4668.0, 4647.0, 4639.0, 4688.0, 4640.0, 4659.0, 4676.0, 4649.0, 4678.0, 4639.0, 4649.0, 4677.0, 4639.0, 4668.0, 4628.0, 4658.0, 4677.0, 4639.0, 4669.0, 4648.0, 4651.0, 4690.0, 4641.0, 4661.0, 4678.0, 4640.0, 4679.0, 4639.0, 4651.0, 4688.0, 4650.0, 4689.0, 4648.0, 4638.0, 4647.0, 4638.0, 4651.0, 4672.0, 4663.0, 4661.0, 4673.0, 4655.0, 4715.0, 4661.0, 4661.0, 4699.0, 4638.0, 4656.0, 4687.0, 4626.0, 4667.0, 4665.0, 4627.0, 4637.0, 4629.0, 4638.0, 4641.0, 4680.0, 4647.0, 4638.0, 4677.0, 4627.0, 4629.0, 4686.0, 4639.0, 4669.0, 4648.0, 4629.0, 4667.0, 4638.0, 4666.0, 4641.0, 4650.0, 4643.0, 4705.0, 4671.0, 4650.0, 4677.0, 4628.0, 4649.0, 4687.0, 4628.0, 4669.0, 4676.0, 4637.0, 4677.0, 4640.0, 4659.0, 4666.0, 4636.0, 4675.0, 4627.0, 4636.0, 4673.0, 4625.0, 4646.0, 4648.0, 4629.0, 4677.0, 4638.0, 4659.0, 4638.0, 4640.0, 4667.0, 4638.0, 4658.0, 4651.0, 4662.0, 4689.0, 4641.0, 4690.0, 4678.0, 4649.0, 4677.0, 4628.0, 4650.0, 4697.0, 4639.0, 4679.0, 4638.0, 4629.0, 4667.0, 4638.0, 4649.0, 4651.0, 4665.0, 4656.0, 4666.0, 4679.0, 4670.0, 4697.0, 4668.0, 4688.0, 4698.0, 4717.0, 4671.0, 4672.0, 4690.0, 4639.0, 4668.0, 4675.0, 4637.0, 4675.0, 4628.0, 4666.0, 4628.0, 4660.0, 4665.0, 4636.0, 4626.0, 4628.0, 4649.0, 4640.0, 4663.0, 4644.0, 4692.0, 4640.0, 4649.0, 4688.0, 4638.0, 4678.0, 4685.0, 4637.0, 4667.0, 4637.0, 4637.0, 4649.0, 4639.0, 4652.0, 4662.0, 4656.0, 4696.0, 4711.0, 4672.0, 4692.0, 4679.0, 4660.0, 4668.0, 4638.0, 4649.0, 4688.0, 4630.0, 4649.0, 4647.0, 4638.0, 4650.0, 4641.0, 4654.0, 4674.0, 4713.0, 4683.0, 4712.0, 4664.0, 4675.0, 4681.0, 4721.0, 4681.0, 4679.0, 4660.0, 4717.0, 4698.0, 4720.0, 4683.0, 4672.0, 4689.0, 4648.0, 4667.0, 4638.0, 4637.0, 4674.0, 4616.0, 4656.0, 4654.0, 4625.0, 4633.0, 4613.0, 4615.0, 4653.0, 4616.0, 4635.0, 4627.0, 4639.0, 4646.0, 4627.0, 4647.0, 4639.0, 4649.0, 4649.0, 4652.0, 4663.0, 4665.0, 4693.0, 4652.0, 4682.0, 4688.0, 4660.0, 4690.0, 4678.0, 4649.0, 4679.0, 4648.0, 4660.0, 4688.0, 4628.0, 4648.0, 4656.0, 4627.0, 4650.0, 4665.0, 4692.0, 4642.0, 4671.0, 4641.0, 4652.0, 4655.0, 4676.0, 4704.0, 4652.0, 4672.0, 4699.0, 4630.0, 4671.0, 4698.0, 4659.0, 4690.0, 4687.0, 4639.0, 4678.0, 4638.0, 4649.0, 4685.0, 4626.0, 4635.0, 4639.0, 4650.0, 4653.0, 4673.0, 4660.0, 4650.0, 4701.0, 4640.0, 4660.0, 4687.0, 4639.0, 4677.0, 4641.0, 4661.0, 4653.0, 4716.0, 4661.0, 4660.0, 4699.0, 4629.0, 4648.0, 4676.0, 4638.0, 4677.0, 4628.0, 4640.0, 4686.0, 4628.0, 4667.0, 4640.0, 4660.0, 4629.0, 4641.0, 4689.0, 4639.0, 4679.0, 4677.0, 4638.0, 4677.0, 4637.0, 4659.0, 4639.0, 4638.0, 4641.0, 4663.0, 4700.0, 4671.0, 4691.0, 4658.0, 4649.0, 4687.0, 4639.0, 4679.0, 4638.0, 4639.0, 4688.0, 4629.0, 4668.0, 4640.0, 4639.0, 4642.0, 4674.0, 4700.0, 4662.0, 4690.0, 4649.0, 4660.0, 4698.0, 4640.0, 4688.0, 4647.0, 4628.0, 4676.0, 4629.0, 4639.0, 4666.0, 4637.0, 4668.0, 4629.0, 4639.0, 4677.0, 4629.0, 4647.0, 4641.0, 4650.0, 4641.0, 4654.0, 4692.0, 4643.0, 4692.0, 4651.0, 4640.0, 4679.0, 4642.0, 4681.0, 4642.0, 4683.0, 4680.0, 4670.0, 4690.0, 4641.0, 4681.0, 4689.0, 4659.0, 4678.0], 'WindowWidth': [10347.0, 10288.0, 10345.0, 10253.0, 10289.0, 10261.0, 10223.0, 10279.0, 10208.0, 10249.0, 10267.0, 10203.0, 10273.0, 10212.0, 10218.0, 10266.0, 10196.0, 10226.0, 10234.0, 10200.0, 10236.0, 10194.0, 10211.0, 10254.0, 10187.0, 10211.0, 10191.0, 10197.0, 10223.0, 10185.0, 10196.0, 10244.0, 10176.0, 10222.0, 10189.0, 10178.0, 10243.0, 10174.0, 10206.0, 10225.0, 10178.0, 10228.0, 10171.0, 10174.0, 10242.0, 10177.0, 10230.0, 10185.0, 10175.0, 10224.0, 10171.0, 10199.0, 10195.0, 10172.0, 10214.0, 10172.0, 10190.0, 10243.0, 10173.0, 10216.0, 10193.0, 10158.0, 10210.0, 10157.0, 10175.0, 10247.0, 10175.0, 10201.0, 10189.0, 10181.0, 10228.0, 10197.0, 10211.0, 10206.0, 10182.0, 10218.0, 10190.0, 10215.0, 10198.0, 10186.0, 10233.0, 10181.0, 10212.0, 10231.0, 10199.0, 10236.0, 10191.0, 10194.0, 10246.0, 10195.0, 10207.0, 10221.0, 10198.0, 10225.0, 10201.0, 10214.0, 10208.0, 10204.0, 10241.0, 10215.0, 10232.0, 10252.0, 10222.0, 10261.0, 10201.0, 10215.0, 10247.0, 10200.0, 10241.0, 10199.0, 10215.0, 10261.0, 10197.0, 10255.0, 10195.0, 10218.0, 10265.0, 10197.0, 10237.0, 10193.0, 10198.0, 10260.0, 10196.0, 10224.0, 10195.0, 10199.0, 10263.0, 10184.0, 10226.0, 10193.0, 10198.0, 10264.0, 10182.0, 10209.0, 10192.0, 10184.0, 10264.0, 10192.0, 10210.0, 10227.0, 10178.0, 10233.0, 10180.0, 10190.0, 10243.0, 10178.0, 10236.0, 10195.0, 10182.0, 10230.0, 10190.0, 10209.0, 10194.0, 10183.0, 10237.0, 10190.0, 10193.0, 10246.0, 10178.0, 10220.0, 10222.0, 10173.0, 10229.0, 10173.0, 10174.0, 10240.0, 10176.0, 10237.0, 10174.0, 10175.0, 10210.0, 10174.0, 10191.0, 10203.0, 10179.0, 10227.0, 10192.0, 10191.0, 10243.0, 10176.0, 10202.0, 10184.0, 10177.0, 10230.0, 10178.0, 10205.0, 10197.0, 10176.0, 10228.0, 10159.0, 10176.0, 10239.0, 10173.0, 10202.0, 10171.0, 10165.0, 10229.0, 10177.0, 10195.0, 10187.0, 10184.0, 10221.0, 10197.0, 10216.0, 10197.0, 10200.0, 10250.0, 10184.0, 10213.0, 10244.0, 10196.0, 10238.0, 10180.0, 10208.0, 10260.0, 10191.0, 10236.0, 10193.0, 10182.0, 10230.0, 10193.0, 10210.0, 10191.0, 10183.0, 10232.0, 10179.0, 10208.0, 10202.0, 10182.0, 10218.0, 10177.0, 10198.0, 10229.0, 10206.0, 10226.0, 10192.0, 10197.0, 10246.0, 10185.0, 10241.0, 10194.0, 10198.0, 10248.0, 10203.0, 10254.0, 10188.0, 10180.0, 10245.0, 10194.0, 10224.0, 10193.0, 10181.0, 10234.0, 10163.0, 10210.0, 10222.0, 10184.0, 10236.0, 10180.0, 10231.0, 10262.0, 10181.0, 10220.0, 10190.0, 10193.0, 10219.0, 10198.0, 10237.0, 10189.0, 10177.0, 10247.0, 10178.0, 10221.0, 10187.0, 10180.0, 10244.0, 10177.0, 10219.0, 10209.0, 10163.0, 10228.0, 10162.0, 10203.0, 10235.0, 10158.0, 10227.0, 10171.0, 10173.0, 10223.0, 10170.0, 10187.0, 10172.0, 10177.0, 10201.0, 10162.0, 10193.0, 10212.0, 10184.0, 10220.0, 10189.0, 10181.0, 10232.0, 10183.0, 10222.0, 10190.0, 10184.0, 10220.0, 10195.0, 10199.0, 10246.0, 10199.0, 10227.0, 10214.0, 10202.0, 10248.0, 10197.0, 10214.0, 10208.0, 10201.0, 10242.0, 10198.0, 10198.0, 10267.0, 10184.0, 10238.0, 10191.0, 10182.0, 10221.0, 10191.0, 10196.0, 10260.0, 10198.0, 10211.0, 10205.0, 10183.0, 10237.0, 10191.0, 10211.0, 10230.0, 10200.0, 10224.0, 10195.0, 10196.0, 10246.0, 10181.0, 10239.0, 10207.0, 10183.0, 10246.0, 10165.0, 10223.0, 10254.0, 10178.0, 10232.0, 10187.0, 10178.0, 10230.0, 10174.0, 10191.0, 10236.0, 10177.0, 10232.0, 10187.0, 10181.0, 10214.0, 10176.0, 10194.0, 10216.0, 10180.0, 10208.0, 10189.0, 10180.0, 10244.0, 10162.0, 10217.0, 10237.0, 10170.0, 10216.0, 10173.0, 10177.0, 10244.0, 10178.0, 10195.0, 10190.0, 10181.0, 10248.0, 10195.0, 10191.0, 10199.0, 10178.0, 10231.0, 10164.0, 10192.0, 10237.0, 10182.0, 10220.0, 10188.0, 10179.0, 10230.0, 10177.0, 10194.0, 10204.0, 10184.0, 10235.0, 10201.0, 10213.0, 10209.0, 10188.0, 10241.0, 10204.0, 10230.0, 10214.0, 10206.0, 10270.0, 10207.0, 10259.0, 10209.0, 10199.0, 10251.0, 10200.0, 10241.0, 10259.0, 10179.0, 10250.0, 10194.0, 10195.0, 10245.0, 10177.0, 10234.0, 10186.0, 10178.0, 10244.0, 10175.0, 10190.0, 10187.0, 10163.0, 10233.0, 10179.0, 10209.0, 10203.0, 10181.0, 10233.0, 10195.0, 10193.0, 10240.0, 10179.0, 10230.0, 10194.0, 10211.0, 10241.0, 10192.0, 10234.0, 10178.0, 10178.0, 10227.0, 10176.0, 10205.0, 10193.0, 10182.0, 10219.0, 10179.0, 10193.0, 10245.0, 10177.0, 10207.0, 10190.0, 10183.0, 10236.0, 10185.0, 10215.0, 10205.0, 10183.0, 10219.0, 10182.0, 10197.0, 10228.0, 10181.0, 10234.0, 10180.0, 10196.0, 10242.0, 10179.0, 10235.0, 10179.0, 10192.0, 10241.0, 10175.0, 10232.0, 10188.0, 10182.0, 10220.0, 10174.0, 10178.0, 10243.0, 10179.0, 10218.0, 10186.0, 10181.0, 10235.0, 10182.0, 10193.0, 10190.0, 10183.0, 10223.0, 10195.0, 10214.0, 10247.0, 10183.0, 10234.0, 10191.0, 10180.0, 10230.0, 10191.0, 10221.0, 10191.0, 10179.0, 10202.0, 10175.0, 10181.0, 10229.0, 10181.0, 10223.0, 10191.0, 10197.0, 10247.0, 10181.0, 10210.0, 10191.0, 10184.0, 10247.0, 10183.0, 10226.0, 10192.0, 10187.0, 10251.0, 10168.0, 10222.0, 10189.0, 10182.0, 10248.0, 10184.0, 10211.0, 10228.0, 10195.0, 10234.0, 10182.0, 10197.0, 10229.0, 10181.0, 10221.0, 10166.0, 10207.0, 10231.0, 10182.0, 10223.0, 10193.0, 10203.0, 10254.0, 10188.0, 10215.0, 10233.0, 10185.0, 10236.0, 10183.0, 10201.0, 10248.0, 10198.0, 10252.0, 10190.0, 10179.0, 10192.0, 10181.0, 10203.0, 10233.0, 10224.0, 10219.0, 10234.0, 10213.0, 10302.0, 10216.0, 10213.0, 10267.0, 10177.0, 10201.0, 10244.0, 10159.0, 10215.0, 10208.0, 10161.0, 10174.0, 10167.0, 10179.0, 10187.0, 10240.0, 10189.0, 10178.0, 10231.0, 10163.0, 10167.0, 10241.0, 10182.0, 10223.0, 10192.0, 10167.0, 10217.0, 10178.0, 10215.0, 10187.0, 10198.0, 10196.0, 10285.0, 10228.0, 10198.0, 10231.0, 10163.0, 10193.0, 10244.0, 10164.0, 10221.0, 10226.0, 10175.0, 10230.0, 10184.0, 10210.0, 10212.0, 10173.0, 10226.0, 10160.0, 10172.0, 10219.0, 10157.0, 10186.0, 10191.0, 10167.0, 10230.0, 10178.0, 10210.0, 10180.0, 10183.0, 10217.0, 10178.0, 10205.0, 10201.0, 10219.0, 10252.0, 10187.0, 10253.0, 10230.0, 10194.0, 10229.0, 10163.0, 10197.0, 10257.0, 10181.0, 10236.0, 10177.0, 10168.0, 10217.0, 10179.0, 10196.0, 10202.0, 10227.0, 10216.0, 10231.0, 10257.0, 10244.0, 10275.0, 10238.0, 10263.0, 10276.0, 10310.0, 10229.0, 10227.0, 10253.0, 10179.0, 10217.0, 10220.0, 10172.0, 10221.0, 10162.0, 10212.0, 10163.0, 10209.0, 10208.0, 10169.0, 10158.0, 10165.0, 10193.0, 10186.0, 10219.0, 10195.0, 10261.0, 10180.0, 10193.0, 10243.0, 10173.0, 10230.0, 10233.0, 10173.0, 10215.0, 10172.0, 10175.0, 10196.0, 10183.0, 10205.0, 10220.0, 10216.0, 10271.0, 10282.0, 10227.0, 10257.0, 10232.0, 10208.0, 10219.0, 10175.0, 10194.0, 10244.0, 10169.0, 10193.0, 10186.0, 10177.0, 10196.0, 10188.0, 10209.0, 10237.0, 10291.0, 10250.0, 10285.0, 10225.0, 10237.0, 10263.0, 10334.0, 10260.0, 10251.0, 10225.0, 10299.0, 10276.0, 10315.0, 10246.0, 10225.0, 10251.0, 10188.0, 10212.0, 10173.0, 10172.0, 10220.0, 10139.0, 10195.0, 10187.0, 10150.0, 10157.0, 10132.0, 10138.0, 10185.0, 10139.0, 10166.0, 10159.0, 10180.0, 10183.0, 10162.0, 10187.0, 10179.0, 10190.0, 10193.0, 10201.0, 10219.0, 10226.0, 10263.0, 10201.0, 10243.0, 10249.0, 10207.0, 10252.0, 10229.0, 10191.0, 10237.0, 10189.0, 10208.0, 10245.0, 10164.0, 10191.0, 10197.0, 10162.0, 10196.0, 10230.0, 10259.0, 10192.0, 10225.0, 10186.0, 10205.0, 10213.0, 10243.0, 10279.0, 10203.0, 10230.0, 10265.0, 10170.0, 10226.0, 10261.0, 10206.0, 10251.0, 10243.0, 10178.0, 10233.0, 10177.0, 10190.0, 10237.0, 10156.0, 10170.0, 10180.0, 10197.0, 10208.0, 10234.0, 10209.0, 10198.0, 10269.0, 10183.0, 10209.0, 10241.0, 10179.0, 10229.0, 10187.0, 10215.0, 10206.0, 10301.0, 10213.0, 10209.0, 10264.0, 10165.0, 10191.0, 10225.0, 10175.0, 10228.0, 10163.0, 10183.0, 10238.0, 10164.0, 10215.0, 10184.0, 10211.0, 10168.0, 10185.0, 10249.0, 10179.0, 10236.0, 10229.0, 10175.0, 10228.0, 10172.0, 10206.0, 10181.0, 10179.0, 10186.0, 10222.0, 10267.0, 10225.0, 10256.0, 10204.0, 10193.0, 10244.0, 10180.0, 10235.0, 10175.0, 10179.0, 10246.0, 10166.0, 10218.0, 10184.0, 10181.0, 10191.0, 10237.0, 10267.0, 10216.0, 10252.0, 10193.0, 10210.0, 10260.0, 10182.0, 10247.0, 10186.0, 10164.0, 10227.0, 10165.0, 10180.0, 10212.0, 10175.0, 10219.0, 10165.0, 10181.0, 10229.0, 10167.0, 10189.0, 10186.0, 10198.0, 10189.0, 10208.0, 10258.0, 10191.0, 10259.0, 10198.0, 10183.0, 10234.0, 10189.0, 10240.0, 10191.0, 10247.0, 10236.0, 10224.0, 10251.0, 10187.0, 10241.0, 10246.0, 10207.0, 10233.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.0008801427003293084</td></tr>
<tr><td colspan=3>aqi</td><td>0.01626606717892426</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.946010241516476</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2139390745824172</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016247584439559</td></tr>
<tr><td colspan=3>efc</td><td>0.4811</td></tr>
<tr><td colspan=3>fber</td><td>5806.2173</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07741161451999724</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8781558726673985</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.493780470494032</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4364510328195714</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764823752263283</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.280066626399241</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130924</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01974857598543167</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025471853092312813</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.832103430532998</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>29.3743</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4962</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.5389</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299705.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1044.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.6485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.8258</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3859.6683</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1073.2939</td></tr>
<tr><td colspan=3>tsnr</td><td>47.786990052089095</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>