<?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-0085_ses-02_task-faces_acq-mb8_run-03_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-0085_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-03_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-0085/ses-02/func/sub-0085_ses-02_task-faces_acq-mb8_run-03_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>be98075f82ab60f8e417044dd064383a</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>16:53:42.752500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998831, 0.0445539, 0.0187751, -0.045706, 0.996758, 0.0662088]</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-03_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.123526</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7775, -7191, 601, -41, -299, 153, 2]</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>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49fe9edc-6837-4363-977f-07f299292bcf||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797893047332764, -0.12262590229511261, 0.042563822120428085, 115.64253997802734], [-0.11953488737344742, 2.674229860305786, 0.18087172508239746, -88.33206939697266], [0.05037222430109978, -0.17763341963291168, 2.693598747253418, -48.42288589477539], [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': ['165342.752500', '165343.212500', '165343.672500', '165344.132500', '165344.592500', '165345.052500', '165345.512500', '165345.972500', '165346.432500', '165346.892500', '165347.352500', '165347.812500', '165348.272500', '165348.732500', '165349.192500', '165349.652500', '165350.112500', '165350.572500', '165351.032500', '165351.492500', '165351.952500', '165352.412500', '165352.872500', '165353.332500', '165353.792500', '165354.252500', '165354.712500', '165355.172500', '165355.632500', '165356.092500', '165356.552500', '165357.012500', '165357.472500', '165357.932500', '165358.392500', '165358.852500', '165359.312500', '165359.772500', '165400.232500', '165400.692500', '165401.152500', '165401.612500', '165402.072500', '165402.532500', '165402.992500', '165403.452500', '165403.912500', '165404.372500', '165404.832500', '165405.292500', '165405.752500', '165406.212500', '165406.672500', '165407.132500', '165407.592500', '165408.052500', '165408.512500', '165408.972500', '165409.432500', '165409.892500', '165410.352500', '165410.812500', '165411.272500', '165411.732500', '165412.192500', '165412.652500', '165413.112500', '165413.572500', '165414.032500', '165414.492500', '165414.952500', '165415.412500', '165415.872500', '165416.332500', '165416.792500', '165417.252500', '165417.712500', '165418.172500', '165418.632500', '165419.092500', '165419.552500', '165420.012500', '165420.472500', '165420.932500', '165421.392500', '165421.852500', '165422.312500', '165422.772500', '165423.232500', '165423.692500', '165424.152500', '165424.612500', '165425.072500', '165425.532500', '165425.992500', '165426.452500', '165426.912500', '165427.372500', '165427.832500', '165428.292500', '165428.752500', '165429.212500', '165429.672500', '165430.132500', '165430.592500', '165431.052500', '165431.512500', '165431.972500', '165432.432500', '165432.892500', '165433.352500', '165433.812500', '165434.272500', '165434.732500', '165435.192500', '165435.652500', '165436.112500', '165436.572500', '165437.032500', '165437.492500', '165437.952500', '165438.412500', '165438.872500', '165439.332500', '165439.792500', '165440.252500', '165440.712500', '165441.172500', '165441.632500', '165442.092500', '165442.552500', '165443.012500', '165443.472500', '165443.932500', '165444.392500', '165444.852500', '165445.312500', '165445.772500', '165446.232500', '165446.692500', '165447.152500', '165447.612500', '165448.072500', '165448.532500', '165448.992500', '165449.452500', '165449.912500', '165450.372500', '165450.832500', '165451.292500', '165451.752500', '165452.212500', '165452.672500', '165453.132500', '165453.592500', '165454.052500', '165454.512500', '165454.972500', '165455.432500', '165455.892500', '165456.352500', '165456.812500', '165457.272500', '165457.732500', '165458.192500', '165458.652500', '165459.112500', '165459.572500', '165500.032500', '165500.492500', '165500.952500', '165501.412500', '165501.872500', '165502.332500', '165502.792500', '165503.252500', '165503.712500', '165504.172500', '165504.632500', '165505.092500', '165505.552500', '165506.012500', '165506.472500', '165506.932500', '165507.392500', '165507.852500', '165508.312500', '165508.772500', '165509.232500', '165509.692500', '165510.152500', '165510.612500', '165511.072500', '165511.532500', '165511.992500', '165512.452500', '165512.912500', '165513.372500', '165513.832500', '165514.292500', '165514.752500', '165515.212500', '165515.672500', '165516.132500', '165516.592500', '165517.052500', '165517.512500', '165517.972500', '165518.432500', '165518.892500', '165519.352500', '165519.812500', '165520.272500', '165520.732500', '165521.192500', '165521.652500', '165522.112500', '165522.572500', '165523.032500', '165523.492500', '165523.952500', '165524.412500', '165524.872500', '165525.332500', '165525.792500', '165526.252500', '165526.712500', '165527.172500', '165527.632500', '165528.092500', '165528.552500', '165529.012500', '165529.472500', '165529.932500', '165530.392500', '165530.852500', '165531.312500', '165531.772500', '165532.232500', '165532.692500', '165533.152500', '165533.612500', '165534.072500', '165534.532500', '165534.992500', '165535.452500', '165535.912500', '165536.372500', '165536.832500', '165537.292500', '165537.752500', '165538.212500', '165538.672500', '165539.132500', '165539.592500', '165540.052500', '165540.512500', '165540.972500', '165541.432500', '165541.892500', '165542.352500', '165542.812500', '165543.272500', '165543.732500', '165544.192500', '165544.652500', '165545.112500', '165545.572500', '165546.032500', '165546.492500', '165546.952500', '165547.412500', '165547.872500', '165548.332500', '165548.792500', '165549.252500', '165549.712500', '165550.172500', '165550.632500', '165551.092500', '165551.552500', '165552.012500', '165552.472500', '165552.932500', '165553.392500', '165553.852500', '165554.312500', '165554.772500', '165555.232500', '165555.692500', '165556.152500', '165556.612500', '165557.072500', '165557.532500', '165557.992500', '165558.452500', '165558.912500', '165559.372500', '165559.832500', '165600.292500', '165600.752500', '165601.212500', '165601.672500', '165602.132500', '165602.592500', '165603.052500', '165603.512500', '165603.972500', '165604.432500', '165604.892500', '165605.352500', '165605.812500', '165606.272500', '165606.732500', '165607.192500', '165607.652500', '165608.112500', '165608.572500', '165609.032500', '165609.492500', '165609.952500', '165610.412500', '165610.872500', '165611.332500', '165611.792500', '165612.252500', '165612.712500', '165613.172500', '165613.632500', '165614.092500', '165614.552500', '165615.012500', '165615.472500', '165615.932500', '165616.392500', '165616.852500', '165617.312500', '165617.772500', '165618.232500', '165618.692500', '165619.152500', '165619.612500', '165620.072500', '165620.532500', '165620.992500', '165621.452500', '165621.912500', '165622.372500', '165622.832500', '165623.292500', '165623.752500', '165624.212500', '165624.672500', '165625.132500', '165625.592500', '165626.052500', '165626.512500', '165626.972500', '165627.432500', '165627.892500', '165628.352500', '165628.812500', '165629.272500', '165629.732500', '165630.192500', '165630.652500', '165631.112500', '165631.572500', '165632.032500', '165632.492500', '165632.952500', '165633.412500', '165633.872500', '165634.332500', '165634.792500', '165635.252500', '165635.712500', '165636.172500', '165636.632500', '165637.092500', '165637.552500', '165638.012500', '165638.472500', '165638.932500', '165639.392500', '165639.852500', '165640.312500', '165640.772500', '165641.232500', '165641.692500', '165642.152500', '165642.612500', '165643.072500', '165643.532500', '165643.992500', '165644.452500', '165644.912500', '165645.372500', '165645.832500', '165646.292500', '165646.752500', '165647.212500', '165647.672500', '165648.132500', '165648.592500', '165649.052500', '165649.512500', '165649.972500', '165650.432500', '165650.892500', '165651.352500', '165651.812500', '165652.272500', '165652.732500', '165653.192500', '165653.652500', '165654.112500', '165654.572500', '165655.032500', '165655.492500', '165655.952500', '165656.412500', '165656.872500', '165657.332500', '165657.792500', '165658.252500', '165658.712500', '165659.172500', '165659.632500', '165700.092500', '165700.552500', '165701.012500', '165701.472500', '165701.932500', '165702.392500', '165702.852500', '165703.312500', '165703.772500', '165704.232500', '165704.692500', '165705.152500', '165705.612500', '165706.072500', '165706.532500', '165706.992500', '165707.452500', '165707.912500', '165708.372500', '165708.832500', '165709.292500', '165709.752500', '165710.212500', '165710.672500', '165711.132500', '165711.592500', '165712.052500', '165712.512500', '165712.972500', '165713.432500', '165713.892500', '165714.352500', '165714.812500', '165715.272500', '165715.732500', '165716.192500', '165716.652500', '165717.112500', '165717.572500', '165718.032500', '165718.492500', '165718.952500', '165719.412500', '165719.872500', '165720.332500', '165720.792500', '165721.252500', '165721.712500', '165722.172500', '165722.632500', '165723.092500', '165723.552500', '165724.012500', '165724.472500', '165724.932500', '165725.392500', '165725.852500', '165726.312500', '165726.772500', '165727.232500', '165727.692500', '165728.152500', '165728.612500', '165729.072500', '165729.532500', '165729.992500', '165730.452500', '165730.912500', '165731.372500', '165731.832500', '165732.292500', '165732.752500', '165733.212500', '165733.672500', '165734.132500', '165734.592500', '165735.052500', '165735.512500', '165735.972500', '165736.432500', '165736.892500', '165737.352500', '165737.812500', '165738.272500', '165738.732500', '165739.192500', '165739.652500', '165740.112500', '165740.572500', '165741.032500', '165741.492500', '165741.952500', '165742.412500', '165742.872500', '165743.332500', '165743.792500', '165744.252500', '165744.712500', '165745.172500', '165745.632500', '165746.092500', '165746.552500', '165747.012500', '165747.472500', '165747.932500', '165748.392500', '165748.852500', '165749.312500', '165749.772500', '165750.232500', '165750.692500', '165751.152500', '165751.612500', '165752.072500', '165752.532500', '165752.992500', '165753.452500', '165753.912500', '165754.372500', '165754.832500', '165755.292500', '165755.752500', '165756.212500', '165756.672500', '165757.132500', '165757.592500', '165758.052500', '165758.512500', '165758.972500', '165759.432500', '165759.892500', '165800.352500', '165800.812500', '165801.272500', '165801.732500', '165802.192500', '165802.652500', '165803.112500', '165803.572500', '165804.032500', '165804.492500', '165804.952500', '165805.412500', '165805.872500', '165806.332500', '165806.792500', '165807.252500', '165807.712500', '165808.172500', '165808.632500', '165809.092500', '165809.552500', '165810.012500', '165810.472500', '165810.932500', '165811.392500', '165811.852500', '165812.312500', '165812.772500', '165813.232500', '165813.692500', '165814.152500', '165814.612500', '165815.072500', '165815.532500', '165815.992500', '165816.452500', '165816.912500', '165817.372500', '165817.832500', '165818.292500', '165818.752500', '165819.212500', '165819.672500', '165820.132500', '165820.592500', '165821.052500', '165821.512500', '165821.972500', '165822.432500', '165822.892500', '165823.352500', '165823.812500', '165824.272500', '165824.732500', '165825.192500', '165825.652500', '165826.112500', '165826.572500', '165827.032500', '165827.492500', '165827.952500', '165828.412500', '165828.872500', '165829.332500', '165829.792500', '165830.252500', '165830.712500', '165831.172500', '165831.632500', '165832.092500', '165832.552500', '165833.012500', '165833.472500', '165833.932500', '165834.392500', '165834.852500', '165835.312500', '165835.772500', '165836.232500', '165836.692500', '165837.152500', '165837.612500', '165838.072500', '165838.532500', '165838.992500', '165839.452500', '165839.912500', '165840.372500', '165840.832500', '165841.292500', '165841.752500', '165842.212500', '165842.672500', '165843.132500', '165843.592500', '165844.052500', '165844.512500', '165844.972500', '165845.432500', '165845.892500', '165846.352500', '165846.812500', '165847.272500', '165847.732500', '165848.192500', '165848.652500', '165849.112500', '165849.572500', '165850.032500', '165850.492500', '165850.952500', '165851.412500', '165851.872500', '165852.332500', '165852.792500', '165853.252500', '165853.712500', '165854.172500', '165854.632500', '165855.092500', '165855.552500', '165856.012500', '165856.472500', '165856.932500', '165857.392500', '165857.852500', '165858.312500', '165858.772500', '165859.232500', '165859.692500', '165900.152500', '165900.612500', '165901.072500', '165901.532500', '165901.992500', '165902.452500', '165902.912500', '165903.372500', '165903.832500', '165904.292500', '165904.752500', '165905.212500', '165905.672500', '165906.132500', '165906.592500', '165907.052500', '165907.512500', '165907.972500', '165908.432500', '165908.892500', '165909.352500', '165909.812500', '165910.272500', '165910.732500', '165911.192500', '165911.652500', '165912.112500', '165912.572500', '165913.032500', '165913.492500', '165913.952500', '165914.412500', '165914.872500', '165915.332500', '165915.792500', '165916.252500', '165916.712500', '165917.172500', '165917.632500', '165918.092500', '165918.552500', '165919.012500', '165919.472500', '165919.932500', '165920.392500', '165920.852500', '165921.312500', '165921.772500', '165922.232500', '165922.692500', '165923.152500', '165923.612500', '165924.072500', '165924.532500', '165924.992500', '165925.452500', '165925.912500', '165926.372500', '165926.832500', '165927.292500', '165927.752500', '165928.212500', '165928.672500', '165929.132500', '165929.592500', '165930.052500', '165930.512500', '165930.972500', '165931.432500', '165931.892500', '165932.352500', '165932.812500', '165933.272500', '165933.732500', '165934.192500', '165934.652500', '165935.112500', '165935.572500', '165936.032500', '165936.492500', '165936.952500', '165937.412500', '165937.872500', '165938.332500', '165938.792500', '165939.252500', '165939.712500', '165940.172500', '165940.632500', '165941.092500', '165941.552500', '165942.012500', '165942.472500', '165942.932500', '165943.392500', '165943.852500', '165944.312500', '165944.772500', '165945.232500', '165945.692500', '165946.152500', '165946.612500', '165947.072500', '165947.532500', '165947.992500', '165948.452500', '165948.912500', '165949.372500', '165949.832500', '165950.292500', '165950.752500', '165951.212500', '165951.672500', '165952.132500', '165952.592500', '165953.052500', '165953.512500', '165953.972500', '165954.432500', '165954.892500', '165955.352500', '165955.812500', '165956.272500', '165956.732500', '165957.192500', '165957.652500', '165958.112500', '165958.572500', '165959.032500', '165959.492500', '165959.952500', '170000.412500', '170000.872500', '170001.332500', '170001.792500', '170002.252500', '170002.712500', '170003.172500', '170003.632500', '170004.092500', '170004.552500', '170005.012500', '170005.472500', '170005.932500', '170006.392500', '170006.852500', '170007.312500', '170007.772500', '170008.232500', '170008.692500', '170009.152500', '170009.612500', '170010.072500', '170010.532500', '170010.992500', '170011.452500', '170011.912500', '170012.372500', '170012.832500', '170013.292500', '170013.752500', '170014.212500', '170014.672500', '170015.132500', '170015.592500', '170016.052500', '170016.512500', '170016.972500', '170017.432500', '170017.892500', '170018.352500', '170018.812500', '170019.272500', '170019.732500', '170020.192500', '170020.652500', '170021.112500', '170021.572500', '170022.032500', '170022.492500', '170022.952500', '170023.412500', '170023.872500', '170024.332500', '170024.792500', '170025.252500', '170025.712500', '170026.172500', '170026.632500', '170027.092500', '170027.552500', '170028.012500', '170028.472500', '170028.932500', '170029.392500', '170029.852500', '170030.312500', '170030.772500', '170031.232500', '170031.692500', '170032.152500', '170032.612500', '170033.072500', '170033.532500', '170033.992500', '170034.452500', '170034.912500', '170035.372500', '170035.832500', '170036.292500', '170036.752500', '170037.212500', '170037.672500', '170038.132500', '170038.592500', '170039.052500', '170039.512500', '170039.972500', '170040.432500', '170040.892500', '170041.352500', '170041.812500', '170042.272500', '170042.732500'], 'ContentTime': ['165407.490000', '165407.495000', '165407.498000', '165407.500000', '165407.503000', '165407.506000', '165407.508000', '165407.511000', '165407.516000', '165407.518000', '165407.521000', '165407.523000', '165407.526000', '165407.529000', '165407.531000', '165407.534000', '165407.536000', '165407.539000', '165407.541000', '165407.544000', '165407.547000', '165407.549000', '165407.552000', '165407.554000', '165407.562000', '165407.564000', '165407.567000', '165407.570000', '165407.572000', '165407.575000', '165407.577000', '165407.580000', '165407.582000', '165407.585000', '165407.587000', '165407.590000', '165407.592000', '165407.595000', '165407.598000', '165407.600000', '165407.603000', '165407.605000', '165407.608000', '165407.610000', '165407.613000', '165407.615000', '165407.618000', '165407.621000', '165407.623000', '165407.626000', '165407.628000', '165407.631000', '165427.462000', '165427.464000', '165427.467000', '165427.470000', '165427.472000', '165427.475000', '165427.477000', '165427.480000', '165427.483000', '165427.485000', '165427.488000', '165427.496000', '165427.499000', '165427.501000', '165427.504000', '165427.507000', '165427.509000', '165427.512000', '165427.514000', '165427.517000', '165427.519000', '165427.522000', '165427.525000', '165427.527000', '165427.530000', '165427.532000', '165427.535000', '165427.537000', '165427.540000', '165427.542000', '165427.545000', '165427.547000', '165427.550000', '165427.553000', '165427.555000', '165427.558000', '165427.560000', '165427.563000', '165427.566000', '165427.568000', '165427.571000', '165427.573000', '165427.576000', '165447.461000', '165447.464000', '165447.467000', '165447.469000', '165447.472000', '165447.476000', '165447.479000', '165447.481000', '165447.484000', '165447.486000', '165447.489000', '165447.492000', '165447.494000', '165447.497000', '165447.499000', '165447.502000', '165447.505000', '165447.507000', '165447.510000', '165447.513000', '165447.515000', '165447.518000', '165447.521000', '165447.523000', '165447.526000', '165447.528000', '165447.531000', '165447.534000', '165447.536000', '165447.539000', '165447.542000', '165447.544000', '165447.547000', '165447.549000', '165447.552000', '165447.554000', '165447.557000', '165447.560000', '165447.562000', '165447.565000', '165447.567000', '165447.570000', '165447.572000', '165447.575000', '165507.461000', '165507.464000', '165507.467000', '165507.469000', '165507.472000', '165507.475000', '165507.477000', '165507.480000', '165507.482000', '165507.485000', '165507.487000', '165507.490000', '165507.493000', '165507.495000', '165507.498000', '165507.500000', '165507.503000', '165507.505000', '165507.508000', '165507.520000', '165507.522000', '165507.525000', '165507.527000', '165507.530000', '165507.532000', '165507.535000', '165507.538000', '165507.540000', '165507.543000', '165507.545000', '165507.548000', '165507.550000', '165507.553000', '165507.556000', '165507.558000', '165507.561000', '165507.563000', '165507.566000', '165507.568000', '165507.571000', '165507.574000', '165507.576000', '165507.579000', '165527.461000', '165527.464000', '165527.467000', '165527.469000', '165527.472000', '165527.475000', '165527.477000', '165527.480000', '165527.482000', '165527.485000', '165527.488000', '165527.491000', '165527.494000', '165527.497000', '165527.499000', '165527.502000', '165527.505000', '165527.507000', '165527.510000', '165527.512000', '165527.515000', '165527.518000', '165527.520000', '165527.523000', '165527.525000', '165527.528000', '165527.530000', '165527.533000', '165527.541000', '165527.544000', '165527.546000', '165527.549000', '165527.551000', '165527.554000', '165527.556000', '165527.559000', '165527.562000', '165527.564000', '165527.567000', '165527.569000', '165527.572000', '165527.575000', '165527.577000', '165527.580000', '165547.461000', '165547.464000', '165547.467000', '165547.469000', '165547.472000', '165547.475000', '165547.477000', '165547.480000', '165547.482000', '165547.485000', '165547.487000', '165547.490000', '165547.493000', '165547.495000', '165547.498000', '165547.500000', '165547.503000', '165547.506000', '165547.508000', '165547.511000', '165547.513000', '165547.516000', '165547.518000', '165547.521000', '165547.524000', '165547.526000', '165547.529000', '165547.531000', '165547.534000', '165547.537000', '165547.539000', '165547.542000', '165547.544000', '165547.547000', '165547.550000', '165547.552000', '165547.555000', '165547.557000', '165547.560000', '165547.563000', '165547.565000', '165547.568000', '165547.570000', '165607.460000', '165607.463000', '165607.466000', '165607.468000', '165607.471000', '165607.474000', '165607.476000', '165607.479000', '165607.493000', '165607.495000', '165607.498000', '165607.500000', '165607.503000', '165607.506000', '165607.508000', '165607.511000', '165607.513000', '165607.516000', '165607.518000', '165607.521000', '165607.524000', '165607.526000', '165607.529000', '165607.531000', '165607.534000', '165607.537000', '165607.539000', '165607.542000', '165607.544000', '165607.547000', '165607.550000', '165607.552000', '165607.555000', '165607.557000', '165607.560000', '165607.562000', '165607.565000', '165607.568000', '165607.570000', '165607.573000', '165607.575000', '165607.578000', '165607.581000', '165627.461000', '165627.464000', '165627.467000', '165627.469000', '165627.472000', '165627.475000', '165627.477000', '165627.480000', '165627.482000', '165627.485000', '165627.487000', '165627.490000', '165627.493000', '165627.495000', '165627.498000', '165627.500000', '165627.508000', '165627.511000', '165627.513000', '165627.516000', '165627.518000', '165627.521000', '165627.523000', '165627.526000', '165627.528000', '165627.531000', '165627.534000', '165627.544000', '165627.547000', '165627.550000', '165627.552000', '165627.555000', '165627.557000', '165627.560000', '165627.562000', '165627.565000', '165627.567000', '165627.570000', '165627.573000', '165627.575000', '165627.578000', '165627.580000', '165627.583000', '165627.586000', '165647.461000', '165647.464000', '165647.467000', '165647.469000', '165647.472000', '165647.475000', '165647.477000', '165647.480000', '165647.482000', '165647.485000', '165647.488000', '165647.490000', '165647.493000', '165647.495000', '165647.498000', '165647.501000', '165647.503000', '165647.506000', '165647.509000', '165647.511000', '165647.514000', '165647.517000', '165647.519000', '165647.522000', '165647.524000', '165647.527000', '165647.530000', '165647.533000', '165647.535000', '165647.538000', '165647.541000', '165647.543000', '165647.546000', '165647.548000', '165647.551000', '165647.553000', '165647.556000', '165647.558000', '165647.561000', '165647.564000', '165647.566000', '165647.569000', '165647.571000', '165707.462000', '165707.465000', '165707.468000', '165707.470000', '165707.473000', '165707.481000', '165707.483000', '165707.486000', '165707.488000', '165707.491000', '165707.494000', '165707.496000', '165707.499000', '165707.502000', '165707.504000', '165707.508000', '165707.511000', '165707.513000', '165707.516000', '165707.518000', '165707.521000', '165707.524000', '165707.526000', '165707.529000', '165707.531000', '165707.534000', '165707.537000', '165707.539000', '165707.542000', '165707.544000', '165707.547000', '165707.550000', '165707.552000', '165707.555000', '165707.557000', '165707.560000', '165707.562000', '165707.565000', '165707.568000', '165707.570000', '165707.573000', '165707.575000', '165707.578000', '165707.581000', '165727.461000', '165727.464000', '165727.467000', '165727.470000', '165727.472000', '165727.475000', '165727.477000', '165727.480000', '165727.483000', '165727.485000', '165727.488000', '165727.490000', '165727.493000', '165727.496000', '165727.498000', '165727.501000', '165727.503000', '165727.506000', '165727.509000', '165727.512000', '165727.514000', '165727.517000', '165727.520000', '165727.523000', '165727.526000', '165727.529000', '165727.531000', '165727.534000', '165727.536000', '165727.539000', '165727.542000', '165727.544000', '165727.547000', '165727.549000', '165727.552000', '165727.554000', '165727.557000', '165727.560000', '165727.562000', '165727.565000', '165727.567000', '165727.570000', '165727.573000', '165747.462000', '165747.464000', '165747.467000', '165747.470000', '165747.473000', '165747.476000', '165747.478000', '165747.481000', '165747.483000', '165747.486000', '165747.489000', '165747.491000', '165747.494000', '165747.496000', '165747.499000', '165747.501000', '165747.504000', '165747.507000', '165747.509000', '165747.512000', '165747.514000', '165747.517000', '165747.520000', '165747.522000', '165747.525000', '165747.527000', '165747.530000', '165747.532000', '165747.535000', '165747.538000', '165747.540000', '165747.543000', '165747.545000', '165747.548000', '165747.551000', '165747.553000', '165747.556000', '165747.558000', '165747.561000', '165747.563000', '165747.566000', '165747.569000', '165747.571000', '165747.574000', '165807.461000', '165807.464000', '165807.467000', '165807.469000', '165807.472000', '165807.475000', '165807.477000', '165807.480000', '165807.512000', '165807.515000', '165807.518000', '165807.520000', '165807.523000', '165807.525000', '165807.528000', '165807.531000', '165807.533000', '165807.536000', '165807.539000', '165807.541000', '165807.544000', '165807.546000', '165807.549000', '165807.552000', '165807.554000', '165807.557000', '165807.559000', '165807.562000', '165807.565000', '165807.568000', '165807.570000', '165807.573000', '165807.576000', '165807.578000', '165807.581000', '165807.583000', '165807.586000', '165807.589000', '165807.591000', '165807.594000', '165807.596000', '165807.599000', '165807.601000', '165827.460000', '165827.463000', '165827.466000', '165827.469000', '165827.471000', '165827.474000', '165827.476000', '165827.479000', '165827.482000', '165827.484000', '165827.487000', '165827.489000', '165827.492000', '165827.494000', '165827.497000', '165827.500000', '165827.502000', '165827.505000', '165827.507000', '165827.510000', '165827.513000', '165827.515000', '165827.518000', '165827.520000', '165827.523000', '165827.525000', '165827.528000', '165827.531000', '165827.533000', '165827.536000', '165827.538000', '165827.541000', '165827.543000', '165827.546000', '165827.549000', '165827.551000', '165827.554000', '165827.557000', '165827.559000', '165827.562000', '165827.564000', '165827.567000', '165827.570000', '165827.572000', '165847.462000', '165847.464000', '165847.467000', '165847.470000', '165847.472000', '165847.475000', '165847.478000', '165847.480000', '165847.483000', '165847.486000', '165847.488000', '165847.491000', '165847.494000', '165847.496000', '165847.499000', '165847.501000', '165847.504000', '165847.507000', '165847.509000', '165847.512000', '165847.514000', '165847.517000', '165847.520000', '165847.522000', '165847.525000', '165847.527000', '165847.530000', '165847.533000', '165847.535000', '165847.538000', '165847.540000', '165847.543000', '165847.546000', '165847.548000', '165847.551000', '165847.553000', '165847.556000', '165847.559000', '165847.561000', '165847.564000', '165847.566000', '165847.569000', '165847.572000', '165907.462000', '165907.464000', '165907.467000', '165907.470000', '165907.473000', '165907.475000', '165907.478000', '165907.481000', '165907.483000', '165907.486000', '165907.488000', '165907.491000', '165907.493000', '165907.496000', '165907.499000', '165907.501000', '165907.504000', '165907.506000', '165907.509000', '165907.511000', '165907.514000', '165907.517000', '165907.519000', '165907.522000', '165907.524000', '165907.527000', '165907.530000', '165907.532000', '165907.535000', '165907.537000', '165907.540000', '165907.543000', '165907.545000', '165907.548000', '165907.550000', '165907.553000', '165907.556000', '165907.558000', '165907.561000', '165907.563000', '165907.566000', '165907.569000', '165907.580000', '165907.583000', '165927.462000', '165927.465000', '165927.467000', '165927.470000', '165927.473000', '165927.476000', '165927.478000', '165927.481000', '165927.483000', '165927.486000', '165927.488000', '165927.491000', '165927.494000', '165927.496000', '165927.499000', '165927.503000', '165927.506000', '165927.508000', '165927.511000', '165927.514000', '165927.516000', '165927.519000', '165927.521000', '165927.524000', '165927.527000', '165927.529000', '165927.532000', '165927.534000', '165927.537000', '165927.540000', '165927.542000', '165927.545000', '165927.547000', '165927.561000', '165927.564000', '165927.567000', '165927.570000', '165927.572000', '165927.575000', '165927.578000', '165927.580000', '165927.583000', '165927.585000', '165947.462000', '165947.464000', '165947.467000', '165947.469000', '165947.472000', '165947.475000', '165947.477000', '165947.480000', '165947.482000', '165947.485000', '165947.487000', '165947.490000', '165947.493000', '165947.495000', '165947.498000', '165947.500000', '165947.503000', '165947.505000', '165947.508000', '165947.510000', '165947.513000', '165947.516000', '165947.518000', '165947.521000', '165947.523000', '165947.526000', '165947.528000', '165947.531000', '165947.534000', '165947.536000', '165947.539000', '165947.541000', '165947.544000', '165947.547000', '165947.549000', '165947.552000', '165947.554000', '165947.557000', '165947.559000', '165947.562000', '165947.564000', '165947.567000', '165947.569000', '165947.572000', '170007.462000', '170007.464000', '170007.467000', '170007.470000', '170007.472000', '170007.475000', '170007.477000', '170007.480000', '170007.499000', '170007.502000', '170007.504000', '170007.507000', '170007.510000', '170007.512000', '170007.515000', '170007.517000', '170007.520000', '170007.523000', '170007.525000', '170007.528000', '170007.530000', '170007.533000', '170007.535000', '170007.538000', '170007.540000', '170007.543000', '170007.545000', '170007.548000', '170007.551000', '170007.553000', '170007.556000', '170007.558000', '170007.561000', '170007.564000', '170007.567000', '170007.569000', '170007.572000', '170007.574000', '170007.577000', '170007.580000', '170007.582000', '170007.585000', '170007.587000', '170027.462000', '170027.464000', '170027.467000', '170027.470000', '170027.472000', '170027.475000', '170027.477000', '170027.480000', '170027.482000', '170027.485000', '170027.488000', '170027.490000', '170027.493000', '170027.495000', '170027.498000', '170027.500000', '170027.503000', '170027.506000', '170027.508000', '170027.511000', '170027.513000', '170027.516000', '170027.519000', '170027.521000', '170027.524000', '170027.526000', '170027.529000', '170027.532000', '170027.534000', '170027.537000', '170027.539000', '170027.542000', '170027.545000', '170027.547000', '170027.550000', '170027.552000', '170027.555000', '170027.557000', '170027.560000', '170027.562000', '170027.565000', '170027.568000', '170027.570000', '170027.573000', '170043.906000', '170043.908000', '170043.911000', '170043.914000', '170043.916000', '170043.919000', '170043.922000', '170043.924000', '170043.927000', '170043.935000', '170043.937000', '170043.940000', '170043.943000', '170043.945000', '170043.948000', '170043.950000', '170043.953000', '170043.956000', '170043.958000', '170043.961000', '170043.964000', '170043.966000', '170043.977000', '170043.979000', '170043.982000', '170043.985000', '170043.987000', '170043.990000', '170043.992000', '170043.995000', '170043.998000', '170044.001000', '170044.004000', '170044.007000', '170044.009000', '170044.012000'], 'InstanceCreationTime': ['165407.490000', '165407.495000', '165407.498000', '165407.500000', '165407.503000', '165407.506000', '165407.508000', '165407.511000', '165407.516000', '165407.518000', '165407.521000', '165407.523000', '165407.526000', '165407.529000', '165407.531000', '165407.534000', '165407.536000', '165407.539000', '165407.541000', '165407.544000', '165407.547000', '165407.549000', '165407.552000', '165407.554000', '165407.562000', '165407.564000', '165407.567000', '165407.570000', '165407.572000', '165407.575000', '165407.577000', '165407.580000', '165407.582000', '165407.585000', '165407.587000', '165407.590000', '165407.592000', '165407.595000', '165407.598000', '165407.600000', '165407.603000', '165407.605000', '165407.608000', '165407.610000', '165407.613000', '165407.615000', '165407.618000', '165407.621000', '165407.623000', '165407.626000', '165407.628000', '165407.631000', '165427.462000', '165427.464000', '165427.467000', '165427.470000', '165427.472000', '165427.475000', '165427.477000', '165427.480000', '165427.483000', '165427.485000', '165427.488000', '165427.496000', '165427.499000', '165427.501000', '165427.504000', '165427.507000', '165427.509000', '165427.512000', '165427.514000', '165427.517000', '165427.519000', '165427.522000', '165427.525000', '165427.527000', '165427.530000', '165427.532000', '165427.535000', '165427.537000', '165427.540000', '165427.542000', '165427.545000', '165427.547000', '165427.550000', '165427.553000', '165427.555000', '165427.558000', '165427.560000', '165427.563000', '165427.566000', '165427.568000', '165427.571000', '165427.573000', '165427.576000', '165447.461000', '165447.464000', '165447.467000', '165447.469000', '165447.472000', '165447.476000', '165447.479000', '165447.481000', '165447.484000', '165447.486000', '165447.489000', '165447.492000', '165447.494000', '165447.497000', '165447.499000', '165447.502000', '165447.505000', '165447.507000', '165447.510000', '165447.513000', '165447.515000', '165447.518000', '165447.521000', '165447.523000', '165447.526000', '165447.528000', '165447.531000', '165447.534000', '165447.536000', '165447.539000', '165447.542000', '165447.544000', '165447.547000', '165447.549000', '165447.552000', '165447.554000', '165447.557000', '165447.560000', '165447.562000', '165447.565000', '165447.567000', '165447.570000', '165447.572000', '165447.575000', '165507.461000', '165507.464000', '165507.467000', '165507.469000', '165507.472000', '165507.475000', '165507.477000', '165507.480000', '165507.482000', '165507.485000', '165507.487000', '165507.490000', '165507.493000', '165507.495000', '165507.498000', '165507.500000', '165507.503000', '165507.505000', '165507.508000', '165507.520000', '165507.522000', '165507.525000', '165507.527000', '165507.530000', '165507.532000', '165507.535000', '165507.538000', '165507.540000', '165507.543000', '165507.545000', '165507.548000', '165507.550000', '165507.553000', '165507.556000', '165507.558000', '165507.561000', '165507.563000', '165507.566000', '165507.568000', '165507.571000', '165507.574000', '165507.576000', '165507.579000', '165527.461000', '165527.464000', '165527.467000', '165527.469000', '165527.472000', '165527.475000', '165527.477000', '165527.480000', '165527.482000', '165527.485000', '165527.488000', '165527.491000', '165527.494000', '165527.497000', '165527.499000', '165527.502000', '165527.505000', '165527.507000', '165527.510000', '165527.512000', '165527.515000', '165527.518000', '165527.520000', '165527.523000', '165527.525000', '165527.528000', '165527.530000', '165527.533000', '165527.541000', '165527.544000', '165527.546000', '165527.549000', '165527.551000', '165527.554000', '165527.556000', '165527.559000', '165527.562000', '165527.564000', '165527.567000', '165527.569000', '165527.572000', '165527.575000', '165527.577000', '165527.580000', '165547.461000', '165547.464000', '165547.467000', '165547.469000', '165547.472000', '165547.475000', '165547.477000', '165547.480000', '165547.482000', '165547.485000', '165547.487000', '165547.490000', '165547.493000', '165547.495000', '165547.498000', '165547.500000', '165547.503000', '165547.506000', '165547.508000', '165547.511000', '165547.513000', '165547.516000', '165547.518000', '165547.521000', '165547.524000', '165547.526000', '165547.529000', '165547.531000', '165547.534000', '165547.537000', '165547.539000', '165547.542000', '165547.544000', '165547.547000', '165547.550000', '165547.552000', '165547.555000', '165547.557000', '165547.560000', '165547.563000', '165547.565000', '165547.568000', '165547.570000', '165607.460000', '165607.463000', '165607.466000', '165607.468000', '165607.471000', '165607.474000', '165607.476000', '165607.479000', '165607.493000', '165607.495000', '165607.498000', '165607.500000', '165607.503000', '165607.506000', '165607.508000', '165607.511000', '165607.513000', '165607.516000', '165607.518000', '165607.521000', '165607.524000', '165607.526000', '165607.529000', '165607.531000', '165607.534000', '165607.537000', '165607.539000', '165607.542000', '165607.544000', '165607.547000', '165607.550000', '165607.552000', '165607.555000', '165607.557000', '165607.560000', '165607.562000', '165607.565000', '165607.568000', '165607.570000', '165607.573000', '165607.575000', '165607.578000', '165607.581000', '165627.461000', '165627.464000', '165627.467000', '165627.469000', '165627.472000', '165627.475000', '165627.477000', '165627.480000', '165627.482000', '165627.485000', '165627.487000', '165627.490000', '165627.493000', '165627.495000', '165627.498000', '165627.500000', '165627.508000', '165627.511000', '165627.513000', '165627.516000', '165627.518000', '165627.521000', '165627.523000', '165627.526000', '165627.528000', '165627.531000', '165627.534000', '165627.544000', '165627.547000', '165627.550000', '165627.552000', '165627.555000', '165627.557000', '165627.560000', '165627.562000', '165627.565000', '165627.567000', '165627.570000', '165627.573000', '165627.575000', '165627.578000', '165627.580000', '165627.583000', '165627.586000', '165647.461000', '165647.464000', '165647.467000', '165647.469000', '165647.472000', '165647.475000', '165647.477000', '165647.480000', '165647.482000', '165647.485000', '165647.488000', '165647.490000', '165647.493000', '165647.495000', '165647.498000', '165647.501000', '165647.503000', '165647.506000', '165647.509000', '165647.511000', '165647.514000', '165647.517000', '165647.519000', '165647.522000', '165647.524000', '165647.527000', '165647.530000', '165647.533000', '165647.535000', '165647.538000', '165647.541000', '165647.543000', '165647.546000', '165647.548000', '165647.551000', '165647.553000', '165647.556000', '165647.558000', '165647.561000', '165647.564000', '165647.566000', '165647.569000', '165647.571000', '165707.462000', '165707.465000', '165707.468000', '165707.470000', '165707.473000', '165707.481000', '165707.483000', '165707.486000', '165707.488000', '165707.491000', '165707.494000', '165707.496000', '165707.499000', '165707.502000', '165707.504000', '165707.508000', '165707.511000', '165707.513000', '165707.516000', '165707.518000', '165707.521000', '165707.524000', '165707.526000', '165707.529000', '165707.531000', '165707.534000', '165707.537000', '165707.539000', '165707.542000', '165707.544000', '165707.547000', '165707.550000', '165707.552000', '165707.555000', '165707.557000', '165707.560000', '165707.562000', '165707.565000', '165707.568000', '165707.570000', '165707.573000', '165707.575000', '165707.578000', '165707.581000', '165727.461000', '165727.464000', '165727.467000', '165727.470000', '165727.472000', '165727.475000', '165727.477000', '165727.480000', '165727.483000', '165727.485000', '165727.488000', '165727.490000', '165727.493000', '165727.496000', '165727.498000', '165727.501000', '165727.503000', '165727.506000', '165727.509000', '165727.512000', '165727.514000', '165727.517000', '165727.520000', '165727.523000', '165727.526000', '165727.529000', '165727.531000', '165727.534000', '165727.536000', '165727.539000', '165727.542000', '165727.544000', '165727.547000', '165727.549000', '165727.552000', '165727.554000', '165727.557000', '165727.560000', '165727.562000', '165727.565000', '165727.567000', '165727.570000', '165727.573000', '165747.462000', '165747.464000', '165747.467000', '165747.470000', '165747.473000', '165747.476000', '165747.478000', '165747.481000', '165747.483000', '165747.486000', '165747.489000', '165747.491000', '165747.494000', '165747.496000', '165747.499000', '165747.501000', '165747.504000', '165747.507000', '165747.509000', '165747.512000', '165747.514000', '165747.517000', '165747.520000', '165747.522000', '165747.525000', '165747.527000', '165747.530000', '165747.532000', '165747.535000', '165747.538000', '165747.540000', '165747.543000', '165747.545000', '165747.548000', '165747.551000', '165747.553000', '165747.556000', '165747.558000', '165747.561000', '165747.563000', '165747.566000', '165747.569000', '165747.571000', '165747.574000', '165807.461000', '165807.464000', '165807.467000', '165807.469000', '165807.472000', '165807.475000', '165807.477000', '165807.480000', '165807.512000', '165807.515000', '165807.518000', '165807.520000', '165807.523000', '165807.525000', '165807.528000', '165807.531000', '165807.533000', '165807.536000', '165807.539000', '165807.541000', '165807.544000', '165807.546000', '165807.549000', '165807.552000', '165807.554000', '165807.557000', '165807.559000', '165807.562000', '165807.565000', '165807.568000', '165807.570000', '165807.573000', '165807.576000', '165807.578000', '165807.581000', '165807.583000', '165807.586000', '165807.589000', '165807.591000', '165807.594000', '165807.596000', '165807.599000', '165807.601000', '165827.460000', '165827.463000', '165827.466000', '165827.469000', '165827.471000', '165827.474000', '165827.476000', '165827.479000', '165827.482000', '165827.484000', '165827.487000', '165827.489000', '165827.492000', '165827.494000', '165827.497000', '165827.500000', '165827.502000', '165827.505000', '165827.507000', '165827.510000', '165827.513000', '165827.515000', '165827.518000', '165827.520000', '165827.523000', '165827.525000', '165827.528000', '165827.531000', '165827.533000', '165827.536000', '165827.538000', '165827.541000', '165827.543000', '165827.546000', '165827.549000', '165827.551000', '165827.554000', '165827.557000', '165827.559000', '165827.562000', '165827.564000', '165827.567000', '165827.570000', '165827.572000', '165847.462000', '165847.464000', '165847.467000', '165847.470000', '165847.472000', '165847.475000', '165847.478000', '165847.480000', '165847.483000', '165847.486000', '165847.488000', '165847.491000', '165847.494000', '165847.496000', '165847.499000', '165847.501000', '165847.504000', '165847.507000', '165847.509000', '165847.512000', '165847.514000', '165847.517000', '165847.520000', '165847.522000', '165847.525000', '165847.527000', '165847.530000', '165847.533000', '165847.535000', '165847.538000', '165847.540000', '165847.543000', '165847.546000', '165847.548000', '165847.551000', '165847.553000', '165847.556000', '165847.559000', '165847.561000', '165847.564000', '165847.566000', '165847.569000', '165847.572000', '165907.462000', '165907.464000', '165907.467000', '165907.470000', '165907.473000', '165907.475000', '165907.478000', '165907.481000', '165907.483000', '165907.486000', '165907.488000', '165907.491000', '165907.493000', '165907.496000', '165907.499000', '165907.501000', '165907.504000', '165907.506000', '165907.509000', '165907.511000', '165907.514000', '165907.517000', '165907.519000', '165907.522000', '165907.524000', '165907.527000', '165907.530000', '165907.532000', '165907.535000', '165907.537000', '165907.540000', '165907.543000', '165907.545000', '165907.548000', '165907.550000', '165907.553000', '165907.556000', '165907.558000', '165907.561000', '165907.563000', '165907.566000', '165907.569000', '165907.580000', '165907.583000', '165927.462000', '165927.465000', '165927.467000', '165927.470000', '165927.473000', '165927.476000', '165927.478000', '165927.481000', '165927.483000', '165927.486000', '165927.488000', '165927.491000', '165927.494000', '165927.496000', '165927.499000', '165927.503000', '165927.506000', '165927.508000', '165927.511000', '165927.514000', '165927.516000', '165927.519000', '165927.521000', '165927.524000', '165927.527000', '165927.529000', '165927.532000', '165927.534000', '165927.537000', '165927.540000', '165927.542000', '165927.545000', '165927.547000', '165927.561000', '165927.564000', '165927.567000', '165927.570000', '165927.572000', '165927.575000', '165927.578000', '165927.580000', '165927.583000', '165927.585000', '165947.462000', '165947.464000', '165947.467000', '165947.469000', '165947.472000', '165947.475000', '165947.477000', '165947.480000', '165947.482000', '165947.485000', '165947.487000', '165947.490000', '165947.493000', '165947.495000', '165947.498000', '165947.500000', '165947.503000', '165947.505000', '165947.508000', '165947.510000', '165947.513000', '165947.516000', '165947.518000', '165947.521000', '165947.523000', '165947.526000', '165947.528000', '165947.531000', '165947.534000', '165947.536000', '165947.539000', '165947.541000', '165947.544000', '165947.547000', '165947.549000', '165947.552000', '165947.554000', '165947.557000', '165947.559000', '165947.562000', '165947.564000', '165947.567000', '165947.569000', '165947.572000', '170007.462000', '170007.464000', '170007.467000', '170007.470000', '170007.472000', '170007.475000', '170007.477000', '170007.480000', '170007.499000', '170007.502000', '170007.504000', '170007.507000', '170007.510000', '170007.512000', '170007.515000', '170007.517000', '170007.520000', '170007.523000', '170007.525000', '170007.528000', '170007.530000', '170007.533000', '170007.535000', '170007.538000', '170007.540000', '170007.543000', '170007.545000', '170007.548000', '170007.551000', '170007.553000', '170007.556000', '170007.558000', '170007.561000', '170007.564000', '170007.567000', '170007.569000', '170007.572000', '170007.574000', '170007.577000', '170007.580000', '170007.582000', '170007.585000', '170007.587000', '170027.462000', '170027.464000', '170027.467000', '170027.470000', '170027.472000', '170027.475000', '170027.477000', '170027.480000', '170027.482000', '170027.485000', '170027.488000', '170027.490000', '170027.493000', '170027.495000', '170027.498000', '170027.500000', '170027.503000', '170027.506000', '170027.508000', '170027.511000', '170027.513000', '170027.516000', '170027.519000', '170027.521000', '170027.524000', '170027.526000', '170027.529000', '170027.532000', '170027.534000', '170027.537000', '170027.539000', '170027.542000', '170027.545000', '170027.547000', '170027.550000', '170027.552000', '170027.555000', '170027.557000', '170027.560000', '170027.562000', '170027.565000', '170027.568000', '170027.570000', '170027.573000', '170043.906000', '170043.908000', '170043.911000', '170043.914000', '170043.916000', '170043.919000', '170043.922000', '170043.924000', '170043.927000', '170043.935000', '170043.937000', '170043.940000', '170043.943000', '170043.945000', '170043.948000', '170043.950000', '170043.953000', '170043.956000', '170043.958000', '170043.961000', '170043.964000', '170043.966000', '170043.977000', '170043.979000', '170043.982000', '170043.985000', '170043.987000', '170043.990000', '170043.992000', '170043.995000', '170043.998000', '170044.001000', '170044.004000', '170044.007000', '170044.009000', '170044.012000'], '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': [18488, 13796, 19451, 13170, 16931, 12170, 15256, 10958, 13521, 10804, 11786, 11048, 10981, 11044, 10432, 11387, 11281, 11267, 10458, 11768, 11930, 11553, 11119, 11143, 10441, 11044, 10570, 11146, 12152, 11814, 11393, 11225, 11151, 11134, 11478, 11832, 11293, 10875, 11839, 11499, 12366, 10897, 13122, 10441, 10689, 10440, 10224, 10109, 10505, 13578, 10864, 16621, 12659, 21448, 19648, 20247, 15223, 13619, 11585, 13404, 13297, 16717, 14256, 17687, 13839, 17872, 14147, 17160, 12383, 12781, 10287, 11027, 10433, 11010, 10506, 11070, 10560, 10966, 11314, 11054, 11030, 10962, 11896, 10867, 11641, 11446, 12675, 11670, 11302, 12622, 11793, 12981, 12702, 12178, 12984, 12933, 12153, 12299, 11293, 11829, 11079, 11469, 11478, 11678, 15073, 11541, 15925, 12219, 14482, 16858, 16742, 16871, 11957, 11571, 11137, 9955, 11090, 10054, 10995, 9935, 11013, 9819, 11024, 11495, 10760, 11435, 11002, 10860, 10694, 11467, 10785, 10947, 10550, 11298, 10403, 11315, 10524, 11180, 10105, 11267, 9994, 11255, 10289, 11482, 11478, 11739, 10915, 10623, 13444, 11185, 13193, 10871, 11452, 10666, 11052, 10315, 12332, 10406, 10893, 10456, 11310, 10981, 11311, 10747, 11317, 11481, 11181, 11216, 10955, 11982, 10684, 12218, 11124, 12364, 10990, 12210, 10833, 11661, 10602, 10660, 11753, 9567, 11658, 10686, 10931, 10480, 11693, 11264, 11447, 10071, 14423, 11230, 13027, 11031, 11210, 10788, 16988, 12658, 20070, 14871, 18559, 13839, 17921, 12760, 18415, 16222, 19850, 17570, 15623, 14021, 10828, 11423, 10893, 10249, 10642, 11969, 14751, 15652, 10898, 11002, 10816, 11205, 10508, 13653, 10638, 12488, 10563, 11347, 10567, 11172, 10679, 11157, 9873, 11329, 11221, 11097, 10384, 11390, 11953, 11355, 12588, 11237, 11403, 11477, 11906, 11307, 11829, 11209, 11173, 10454, 11755, 12337, 11738, 11380, 11961, 10887, 11630, 11388, 11278, 12845, 11980, 11628, 11758, 11341, 11381, 11175, 12939, 11157, 12443, 11419, 13144, 11427, 10899, 10960, 10836, 10659, 11905, 11098, 12883, 14342, 11906, 18679, 18182, 17806, 18566, 12262, 18925, 13482, 19385, 13320, 19025, 15517, 18932, 11732, 12723, 9987, 9828, 10491, 12732, 10742, 10068, 10739, 10672, 10663, 10896, 10937, 10943, 10635, 10926, 10734, 10952, 10716, 11165, 10419, 10150, 10621, 10705, 12101, 11574, 13333, 11572, 12060, 11606, 11741, 12946, 12776, 12218, 11059, 12289, 11118, 13572, 11188, 17257, 12708, 18961, 12921, 13901, 11135, 12450, 11093, 12038, 10859, 17913, 10980, 12257, 11287, 12713, 11418, 12607, 11177, 11618, 11149, 10676, 10976, 10616, 11146, 10735, 11142, 10674, 11477, 10925, 11076, 10852, 11219, 10867, 10987, 10608, 11205, 10774, 11342, 10834, 11530, 10921, 11755, 11119, 11306, 11096, 10565, 11201, 12032, 11178, 12801, 11486, 10751, 11424, 11588, 11525, 12090, 11268, 11755, 11460, 12887, 11437, 10631, 11572, 12221, 11505, 11333, 11435, 11413, 11854, 11160, 13613, 12013, 11673, 13171, 11286, 11009, 10955, 12416, 19090, 14889, 19688, 15418, 18444, 13037, 18692, 11555, 17082, 11015, 17352, 10907, 15690, 10610, 11936, 10803, 12115, 10771, 12259, 10798, 13634, 10686, 10783, 10846, 12168, 10819, 10779, 10634, 11019, 10738, 11228, 10864, 10985, 10788, 10500, 10771, 10460, 10639, 12811, 10934, 10671, 11008, 10396, 10787, 10493, 10803, 11004, 10831, 10672, 10819, 13030, 11405, 12881, 10737, 10622, 11146, 11080, 11347, 11420, 11246, 12639, 11134, 10390, 10650, 10748, 10268, 10790, 10456, 10710, 15153, 15786, 12864, 12888, 10924, 13006, 16278, 17281, 13845, 12526, 13429, 14130, 15224, 15112, 13304, 14055, 10961, 18856, 11673, 14652, 10749, 11781, 10968, 11325, 13334, 11739, 13095, 11185, 12677, 11050, 11764, 11305, 12435, 11283, 12534, 11105, 12099, 10912, 12520, 10848, 11923, 12136, 10826, 17565, 12172, 19228, 13048, 17419, 11622, 15627, 12047, 18339, 14017, 11367, 11067, 11670, 11477, 11101, 11777, 11092, 11721, 11009, 13072, 10941, 11757, 10704, 11716, 10758, 10847, 10657, 11220, 10606, 11474, 10647, 11295, 10501, 11207, 11418, 11321, 12918, 11309, 11936, 11432, 12110, 11020, 13236, 11210, 12236, 11105, 12258, 11158, 12353, 11380, 12066, 11372, 14192, 11347, 12077, 11271, 11342, 11617, 11697, 11420, 11338, 11064, 11875, 11446, 12183, 11592, 13248, 11807, 11516, 11166, 12285, 11268, 11313, 11421, 12360, 11524, 11941, 11376, 14428, 14462, 21861, 18922, 22211, 19006, 21139, 22147, 16936, 16987, 18867, 10465, 9934, 10780, 10646, 10157, 10676, 10438, 10863, 10390, 10637, 10403, 10940, 10368, 10939, 10181, 11051, 10082, 10505, 9958, 10213, 14529, 11815, 15233, 9784, 11339, 9991, 11493, 9709, 11401, 9678, 10796, 9604, 10856, 9324, 10549, 9252, 10895, 9220, 10750, 9461, 10334, 9672, 10970, 9490, 10728, 9719, 10651, 9442, 10717, 9523, 10751, 9641, 10472, 9868, 10742, 9422, 10901, 9541, 10695, 9753, 10779, 9724, 10625, 9840, 10919, 9935, 10964, 10541, 10910, 10896, 10593, 10168, 10690, 12115, 10861, 11399, 10902, 10118, 11111, 10533, 17028, 11994, 17815, 10441, 11746, 10866, 11115, 10382, 10701, 10506, 14538, 10615, 14563, 10688, 13400, 10136, 16305, 11432, 18561, 16591, 16507, 18597, 14024, 18772, 15081, 21222, 15156, 16070, 11360, 12308, 10610, 14033, 12628, 14854, 16124, 10807, 14697, 10488, 14217, 9528, 14070, 9678, 11309, 10219, 10941, 10348, 10068, 10149, 11368, 10512, 11726, 10207, 11436, 10039, 10493, 10052, 11251, 10341, 10824, 10399, 11602, 10512, 11184, 10468, 11293, 10620, 11886, 10747, 11584, 10773, 10309, 10957, 9950, 9490, 10024, 10285, 11399, 11337, 11187, 12255, 11191, 11512, 16628, 16235, 20182, 15483, 18733, 13365, 17073, 12558, 19799, 16799, 20593, 16097, 19088, 12881, 14797, 10542, 17727, 11176, 15847, 9731, 11007, 12530, 10939, 11776, 10761, 11565, 12564, 15193, 18278, 13657, 16158, 11424, 14609, 11151, 13578, 11045, 13687, 10990, 13334, 11020, 10956, 10947, 11648, 11073, 11182, 11286, 11403, 10971, 10651, 11295, 10825, 11085, 10703, 11413, 10606, 11089, 10897, 11090, 11517, 11362, 12224, 11552, 11771, 11350, 10863, 11344, 12355, 11629, 12303, 11245, 12422, 11046, 11503, 11405, 11815, 10795, 11511, 10492, 11442, 10221, 10008, 10990, 10885, 10263, 11135, 11457, 10683, 11389, 11078, 11461, 15561, 11634, 18276, 15732, 20490, 17631, 21121, 15321, 18379, 12055, 15527, 10734, 15425, 10841, 16878, 10775, 13611, 10823, 10221, 10865, 10731, 10375, 10829, 10482, 11029, 10701, 10949, 11477, 11041, 10288, 11234, 11033, 11253, 11664, 11294, 11545, 11234, 11397, 11082, 11703, 11017, 10549, 11385, 11492, 10960, 10853, 10913, 11226, 11161, 10962, 11682], 'WindowCenter': [4369.0, 4321.0, 4336.0, 4281.0, 4299.0, 4257.0, 4275.0, 4234.0, 4253.0, 4233.0, 4241.0, 4230.0, 4233.0, 4232.0, 4234.0, 4242.0, 4232.0, 4232.0, 4232.0, 4254.0, 4254.0, 4256.0, 4257.0, 4269.0, 4262.0, 4258.0, 4260.0, 4269.0, 4281.0, 4268.0, 4282.0, 4273.0, 4299.0, 4333.0, 4329.0, 4282.0, 4243.0, 4245.0, 4268.0, 4270.0, 4276.0, 4247.0, 4263.0, 4246.0, 4273.0, 4262.0, 4259.0, 4250.0, 4275.0, 4291.0, 4273.0, 4299.0, 4280.0, 4321.0, 4321.0, 4323.0, 4302.0, 4290.0, 4257.0, 4277.0, 4264.0, 4284.0, 4275.0, 4284.0, 4266.0, 4295.0, 4264.0, 4284.0, 4253.0, 4252.0, 4222.0, 4230.0, 4220.0, 4231.0, 4232.0, 4243.0, 4233.0, 4233.0, 4244.0, 4243.0, 4233.0, 4244.0, 4254.0, 4245.0, 4267.0, 4280.0, 4301.0, 4281.0, 4283.0, 4295.0, 4296.0, 4305.0, 4294.0, 4297.0, 4293.0, 4296.0, 4284.0, 4283.0, 4286.0, 4284.0, 4273.0, 4270.0, 4274.0, 4273.0, 4304.0, 4273.0, 4302.0, 4271.0, 4303.0, 4301.0, 4300.0, 4299.0, 4246.0, 4244.0, 4234.0, 4222.0, 4231.0, 4224.0, 4232.0, 4223.0, 4234.0, 4236.0, 4258.0, 4255.0, 4245.0, 4243.0, 4245.0, 4244.0, 4246.0, 4258.0, 4273.0, 4259.0, 4262.0, 4259.0, 4260.0, 4259.0, 4259.0, 4259.0, 4263.0, 4272.0, 4251.0, 4273.0, 4262.0, 4270.0, 4270.0, 4294.0, 4272.0, 4261.0, 4291.0, 4272.0, 4292.0, 4272.0, 4270.0, 4272.0, 4272.0, 4275.0, 4296.0, 4273.0, 4260.0, 4261.0, 4271.0, 4261.0, 4261.0, 4262.0, 4259.0, 4269.0, 4258.0, 4258.0, 4258.0, 4269.0, 4262.0, 4270.0, 4261.0, 4268.0, 4259.0, 4282.0, 4317.0, 4296.0, 4247.0, 4245.0, 4267.0, 4248.0, 4270.0, 4272.0, 4258.0, 4274.0, 4268.0, 4270.0, 4270.0, 4261.0, 4304.0, 4285.0, 4304.0, 4269.0, 4268.0, 4259.0, 4309.0, 4291.0, 4333.0, 4302.0, 4322.0, 4289.0, 4310.0, 4279.0, 4307.0, 4286.0, 4306.0, 4296.0, 4284.0, 4263.0, 4230.0, 4241.0, 4229.0, 4232.0, 4231.0, 4241.0, 4262.0, 4271.0, 4231.0, 4229.0, 4218.0, 4229.0, 4218.0, 4248.0, 4219.0, 4251.0, 4232.0, 4229.0, 4230.0, 4241.0, 4231.0, 4241.0, 4221.0, 4243.0, 4242.0, 4243.0, 4233.0, 4255.0, 4265.0, 4257.0, 4265.0, 4256.0, 4256.0, 4269.0, 4266.0, 4258.0, 4255.0, 4257.0, 4270.0, 4258.0, 4268.0, 4279.0, 4269.0, 4268.0, 4282.0, 4270.0, 4282.0, 4282.0, 4270.0, 4291.0, 4284.0, 4282.0, 4307.0, 4310.0, 4309.0, 4311.0, 4320.0, 4340.0, 4353.0, 4314.0, 4294.0, 4260.0, 4261.0, 4249.0, 4260.0, 4265.0, 4273.0, 4275.0, 4297.0, 4306.0, 4286.0, 4337.0, 4326.0, 4327.0, 4325.0, 4261.0, 4301.0, 4268.0, 4301.0, 4258.0, 4302.0, 4266.0, 4287.0, 4232.0, 4241.0, 4199.0, 4212.0, 4210.0, 4241.0, 4220.0, 4210.0, 4222.0, 4222.0, 4234.0, 4234.0, 4248.0, 4234.0, 4236.0, 4233.0, 4235.0, 4233.0, 4235.0, 4234.0, 4248.0, 4237.0, 4262.0, 4274.0, 4294.0, 4285.0, 4293.0, 4282.0, 4283.0, 4270.0, 4285.0, 4294.0, 4295.0, 4284.0, 4274.0, 4284.0, 4261.0, 4279.0, 4259.0, 4304.0, 4282.0, 4311.0, 4270.0, 4268.0, 4248.0, 4257.0, 4246.0, 4255.0, 4247.0, 4299.0, 4248.0, 4257.0, 4247.0, 4256.0, 4244.0, 4255.0, 4246.0, 4249.0, 4248.0, 4237.0, 4235.0, 4235.0, 4234.0, 4247.0, 4246.0, 4235.0, 4246.0, 4234.0, 4245.0, 4249.0, 4246.0, 4248.0, 4248.0, 4247.0, 4247.0, 4248.0, 4246.0, 4246.0, 4245.0, 4246.0, 4245.0, 4246.0, 4247.0, 4248.0, 4247.0, 4248.0, 4258.0, 4258.0, 4281.0, 4273.0, 4260.0, 4259.0, 4260.0, 4271.0, 4281.0, 4272.0, 4269.0, 4273.0, 4295.0, 4275.0, 4263.0, 4276.0, 4283.0, 4273.0, 4272.0, 4270.0, 4273.0, 4283.0, 4273.0, 4294.0, 4297.0, 4285.0, 4307.0, 4285.0, 4286.0, 4288.0, 4297.0, 4338.0, 4307.0, 4325.0, 4304.0, 4311.0, 4269.0, 4299.0, 4247.0, 4300.0, 4236.0, 4288.0, 4248.0, 4287.0, 4233.0, 4243.0, 4232.0, 4244.0, 4234.0, 4255.0, 4246.0, 4265.0, 4236.0, 4235.0, 4234.0, 4255.0, 4245.0, 4235.0, 4248.0, 4246.0, 4234.0, 4234.0, 4233.0, 4233.0, 4233.0, 4234.0, 4246.0, 4246.0, 4235.0, 4266.0, 4245.0, 4235.0, 4245.0, 4235.0, 4248.0, 4260.0, 4274.0, 4261.0, 4259.0, 4247.0, 4248.0, 4282.0, 4272.0, 4278.0, 4232.0, 4233.0, 4246.0, 4244.0, 4256.0, 4244.0, 4258.0, 4282.0, 4273.0, 4262.0, 4273.0, 4274.0, 4264.0, 4286.0, 4274.0, 4275.0, 4316.0, 4314.0, 4281.0, 4271.0, 4261.0, 4284.0, 4299.0, 4312.0, 4267.0, 4269.0, 4267.0, 4265.0, 4274.0, 4275.0, 4290.0, 4303.0, 4262.0, 4321.0, 4261.0, 4277.0, 4247.0, 4256.0, 4246.0, 4246.0, 4267.0, 4258.0, 4268.0, 4248.0, 4267.0, 4235.0, 4232.0, 4234.0, 4241.0, 4232.0, 4243.0, 4234.0, 4240.0, 4221.0, 4243.0, 4234.0, 4231.0, 4231.0, 4222.0, 4272.0, 4230.0, 4271.0, 4241.0, 4260.0, 4232.0, 4260.0, 4230.0, 4271.0, 4249.0, 4218.0, 4219.0, 4218.0, 4217.0, 4219.0, 4229.0, 4231.0, 4232.0, 4233.0, 4254.0, 4246.0, 4244.0, 4234.0, 4242.0, 4244.0, 4232.0, 4236.0, 4244.0, 4247.0, 4258.0, 4249.0, 4246.0, 4247.0, 4245.0, 4256.0, 4257.0, 4280.0, 4256.0, 4258.0, 4258.0, 4271.0, 4260.0, 4281.0, 4260.0, 4269.0, 4260.0, 4268.0, 4259.0, 4268.0, 4271.0, 4271.0, 4271.0, 4280.0, 4261.0, 4270.0, 4271.0, 4258.0, 4259.0, 4257.0, 4271.0, 4271.0, 4272.0, 4271.0, 4273.0, 4282.0, 4270.0, 4291.0, 4282.0, 4296.0, 4313.0, 4309.0, 4288.0, 4284.0, 4299.0, 4307.0, 4285.0, 4283.0, 4283.0, 4304.0, 4319.0, 4352.0, 4339.0, 4341.0, 4329.0, 4353.0, 4327.0, 4303.0, 4287.0, 4282.0, 4210.0, 4208.0, 4217.0, 4220.0, 4208.0, 4220.0, 4232.0, 4218.0, 4219.0, 4217.0, 4219.0, 4217.0, 4209.0, 4245.0, 4264.0, 4245.0, 4221.0, 4218.0, 4207.0, 4207.0, 4264.0, 4228.0, 4245.0, 4194.0, 4204.0, 4195.0, 4214.0, 4195.0, 4215.0, 4197.0, 4205.0, 4197.0, 4207.0, 4197.0, 4204.0, 4197.0, 4216.0, 4196.0, 4206.0, 4198.0, 4207.0, 4211.0, 4217.0, 4210.0, 4219.0, 4211.0, 4219.0, 4210.0, 4231.0, 4222.0, 4232.0, 4223.0, 4233.0, 4223.0, 4244.0, 4238.0, 4246.0, 4236.0, 4247.0, 4236.0, 4247.0, 4238.0, 4248.0, 4253.0, 4260.0, 4251.0, 4259.0, 4248.0, 4259.0, 4261.0, 4260.0, 4251.0, 4263.0, 4282.0, 4263.0, 4270.0, 4258.0, 4262.0, 4258.0, 4248.0, 4301.0, 4271.0, 4312.0, 4260.0, 4270.0, 4256.0, 4258.0, 4249.0, 4258.0, 4261.0, 4305.0, 4274.0, 4303.0, 4273.0, 4289.0, 4261.0, 4311.0, 4271.0, 4323.0, 4311.0, 4326.0, 4325.0, 4292.0, 4324.0, 4289.0, 4310.0, 4292.0, 4301.0, 4270.0, 4267.0, 4248.0, 4275.0, 4252.0, 4262.0, 4272.0, 4230.0, 4260.0, 4219.0, 4251.0, 4210.0, 4259.0, 4209.0, 4229.0, 4218.0, 4218.0, 4219.0, 4219.0, 4221.0, 4240.0, 4232.0, 4242.0, 4232.0, 4242.0, 4247.0, 4259.0, 4248.0, 4243.0, 4235.0, 4244.0, 4246.0, 4257.0, 4260.0, 4258.0, 4258.0, 4271.0, 4261.0, 4270.0, 4270.0, 4285.0, 4273.0, 4273.0, 4287.0, 4277.0, 4266.0, 4264.0, 4251.0, 4283.0, 4270.0, 4270.0, 4293.0, 4285.0, 4287.0, 4317.0, 4316.0, 4339.0, 4317.0, 4325.0, 4280.0, 4299.0, 4272.0, 4311.0, 4288.0, 4311.0, 4278.0, 4286.0, 4243.0, 4266.0, 4222.0, 4283.0, 4248.0, 4287.0, 4228.0, 4236.0, 4256.0, 4235.0, 4244.0, 4233.0, 4234.0, 4247.0, 4267.0, 4286.0, 4255.0, 4263.0, 4233.0, 4249.0, 4218.0, 4229.0, 4209.0, 4239.0, 4209.0, 4229.0, 4209.0, 4198.0, 4208.0, 4206.0, 4207.0, 4206.0, 4207.0, 4206.0, 4221.0, 4209.0, 4220.0, 4208.0, 4221.0, 4209.0, 4220.0, 4209.0, 4222.0, 4221.0, 4232.0, 4231.0, 4245.0, 4243.0, 4246.0, 4246.0, 4262.0, 4248.0, 4248.0, 4256.0, 4247.0, 4259.0, 4248.0, 4259.0, 4260.0, 4260.0, 4273.0, 4272.0, 4288.0, 4285.0, 4277.0, 4285.0, 4253.0, 4254.0, 4263.0, 4274.0, 4250.0, 4260.0, 4270.0, 4262.0, 4272.0, 4274.0, 4288.0, 4331.0, 4287.0, 4343.0, 4319.0, 4341.0, 4328.0, 4327.0, 4279.0, 4284.0, 4234.0, 4263.0, 4222.0, 4264.0, 4223.0, 4276.0, 4223.0, 4250.0, 4210.0, 4209.0, 4209.0, 4209.0, 4197.0, 4221.0, 4210.0, 4220.0, 4211.0, 4234.0, 4245.0, 4258.0, 4224.0, 4232.0, 4232.0, 4233.0, 4243.0, 4243.0, 4244.0, 4246.0, 4246.0, 4248.0, 4258.0, 4249.0, 4248.0, 4259.0, 4258.0, 4261.0, 4248.0, 4248.0, 4260.0, 4248.0, 4249.0, 4256.0], 'WindowWidth': [9626.0, 9540.0, 9551.0, 9464.0, 9481.0, 9420.0, 9439.0, 9384.0, 9405.0, 9379.0, 9388.0, 9373.0, 9380.0, 9377.0, 9386.0, 9391.0, 9376.0, 9378.0, 9375.0, 9409.0, 9411.0, 9418.0, 9421.0, 9442.0, 9437.0, 9426.0, 9431.0, 9441.0, 9458.0, 9437.0, 9465.0, 9454.0, 9499.0, 9572.0, 9558.0, 9462.0, 9393.0, 9399.0, 9435.0, 9445.0, 9445.0, 9404.0, 9420.0, 9402.0, 9454.0, 9435.0, 9428.0, 9417.0, 9461.0, 9473.0, 9456.0, 9482.0, 9458.0, 9524.0, 9521.0, 9527.0, 9492.0, 9472.0, 9424.0, 9449.0, 9427.0, 9453.0, 9441.0, 9453.0, 9430.0, 9469.0, 9425.0, 9452.0, 9407.0, 9405.0, 9362.0, 9371.0, 9359.0, 9374.0, 9378.0, 9392.0, 9381.0, 9381.0, 9396.0, 9394.0, 9381.0, 9396.0, 9411.0, 9403.0, 9438.0, 9463.0, 9495.0, 9466.0, 9471.0, 9490.0, 9492.0, 9499.0, 9482.0, 9490.0, 9476.0, 9484.0, 9467.0, 9466.0, 9474.0, 9468.0, 9452.0, 9440.0, 9453.0, 9454.0, 9497.0, 9451.0, 9490.0, 9446.0, 9494.0, 9491.0, 9484.0, 9482.0, 9403.0, 9395.0, 9380.0, 9363.0, 9374.0, 9367.0, 9377.0, 9366.0, 9381.0, 9390.0, 9424.0, 9413.0, 9399.0, 9395.0, 9401.0, 9396.0, 9404.0, 9423.0, 9453.0, 9426.0, 9437.0, 9428.0, 9432.0, 9426.0, 9428.0, 9426.0, 9440.0, 9451.0, 9419.0, 9451.0, 9436.0, 9444.0, 9443.0, 9485.0, 9452.0, 9433.0, 9476.0, 9450.0, 9477.0, 9451.0, 9445.0, 9453.0, 9452.0, 9461.0, 9491.0, 9453.0, 9432.0, 9432.0, 9447.0, 9434.0, 9431.0, 9437.0, 9428.0, 9441.0, 9424.0, 9424.0, 9425.0, 9442.0, 9437.0, 9445.0, 9432.0, 9438.0, 9428.0, 9465.0, 9541.0, 9491.0, 9407.0, 9401.0, 9434.0, 9410.0, 9443.0, 9452.0, 9427.0, 9459.0, 9440.0, 9446.0, 9444.0, 9434.0, 9500.0, 9474.0, 9498.0, 9444.0, 9439.0, 9428.0, 9498.0, 9479.0, 9540.0, 9494.0, 9522.0, 9472.0, 9502.0, 9457.0, 9495.0, 9461.0, 9490.0, 9477.0, 9453.0, 9423.0, 9374.0, 9390.0, 9371.0, 9380.0, 9376.0, 9389.0, 9419.0, 9433.0, 9376.0, 9372.0, 9352.0, 9370.0, 9354.0, 9394.0, 9358.0, 9403.0, 9379.0, 9371.0, 9376.0, 9389.0, 9376.0, 9389.0, 9364.0, 9395.0, 9394.0, 9395.0, 9382.0, 9414.0, 9430.0, 9421.0, 9428.0, 9419.0, 9416.0, 9441.0, 9432.0, 9423.0, 9417.0, 9423.0, 9445.0, 9426.0, 9439.0, 9454.0, 9441.0, 9440.0, 9467.0, 9445.0, 9467.0, 9464.0, 9446.0, 9475.0, 9469.0, 9463.0, 9509.0, 9523.0, 9517.0, 9521.0, 9531.0, 9577.0, 9597.0, 9523.0, 9478.0, 9426.0, 9427.0, 9406.0, 9427.0, 9440.0, 9446.0, 9454.0, 9490.0, 9500.0, 9475.0, 9550.0, 9532.0, 9534.0, 9528.0, 9429.0, 9488.0, 9434.0, 9487.0, 9418.0, 9489.0, 9428.0, 9459.0, 9371.0, 9382.0, 9323.0, 9348.0, 9340.0, 9385.0, 9357.0, 9340.0, 9362.0, 9360.0, 9380.0, 9381.0, 9409.0, 9381.0, 9387.0, 9377.0, 9382.0, 9377.0, 9385.0, 9380.0, 9407.0, 9393.0, 9438.0, 9458.0, 9487.0, 9475.0, 9480.0, 9462.0, 9462.0, 9442.0, 9467.0, 9479.0, 9482.0, 9467.0, 9452.0, 9466.0, 9431.0, 9452.0, 9424.0, 9492.0, 9463.0, 9499.0, 9440.0, 9432.0, 9408.0, 9416.0, 9399.0, 9412.0, 9403.0, 9480.0, 9406.0, 9417.0, 9404.0, 9413.0, 9395.0, 9412.0, 9399.0, 9407.0, 9407.0, 9390.0, 9383.0, 9382.0, 9379.0, 9403.0, 9401.0, 9384.0, 9400.0, 9382.0, 9397.0, 9408.0, 9399.0, 9405.0, 9406.0, 9405.0, 9403.0, 9407.0, 9401.0, 9400.0, 9396.0, 9400.0, 9396.0, 9402.0, 9401.0, 9409.0, 9405.0, 9405.0, 9419.0, 9421.0, 9457.0, 9452.0, 9428.0, 9424.0, 9426.0, 9444.0, 9457.0, 9446.0, 9437.0, 9449.0, 9483.0, 9454.0, 9435.0, 9457.0, 9463.0, 9451.0, 9447.0, 9439.0, 9450.0, 9464.0, 9449.0, 9481.0, 9489.0, 9470.0, 9504.0, 9471.0, 9473.0, 9481.0, 9491.0, 9552.0, 9504.0, 9528.0, 9494.0, 9502.0, 9438.0, 9483.0, 9405.0, 9483.0, 9388.0, 9464.0, 9411.0, 9460.0, 9380.0, 9391.0, 9375.0, 9395.0, 9382.0, 9411.0, 9402.0, 9426.0, 9388.0, 9385.0, 9381.0, 9412.0, 9401.0, 9384.0, 9410.0, 9402.0, 9381.0, 9382.0, 9379.0, 9380.0, 9378.0, 9382.0, 9403.0, 9402.0, 9386.0, 9428.0, 9399.0, 9386.0, 9398.0, 9385.0, 9408.0, 9431.0, 9458.0, 9434.0, 9427.0, 9405.0, 9409.0, 9459.0, 9451.0, 9449.0, 9377.0, 9380.0, 9403.0, 9394.0, 9417.0, 9395.0, 9423.0, 9462.0, 9454.0, 9435.0, 9453.0, 9456.0, 9442.0, 9475.0, 9459.0, 9460.0, 9516.0, 9511.0, 9459.0, 9445.0, 9435.0, 9467.0, 9482.0, 9507.0, 9435.0, 9439.0, 9434.0, 9427.0, 9436.0, 9444.0, 9475.0, 9497.0, 9438.0, 9517.0, 9431.0, 9445.0, 9406.0, 9418.0, 9402.0, 9402.0, 9430.0, 9420.0, 9433.0, 9408.0, 9430.0, 9383.0, 9373.0, 9382.0, 9384.0, 9375.0, 9389.0, 9382.0, 9384.0, 9356.0, 9390.0, 9382.0, 9373.0, 9372.0, 9359.0, 9429.0, 9370.0, 9429.0, 9385.0, 9411.0, 9375.0, 9409.0, 9368.0, 9428.0, 9393.0, 9348.0, 9352.0, 9348.0, 9347.0, 9352.0, 9365.0, 9373.0, 9375.0, 9381.0, 9408.0, 9402.0, 9396.0, 9383.0, 9390.0, 9396.0, 9377.0, 9389.0, 9396.0, 9405.0, 9421.0, 9412.0, 9404.0, 9405.0, 9401.0, 9416.0, 9419.0, 9454.0, 9418.0, 9420.0, 9423.0, 9443.0, 9429.0, 9457.0, 9430.0, 9439.0, 9428.0, 9436.0, 9426.0, 9434.0, 9443.0, 9445.0, 9444.0, 9454.0, 9433.0, 9441.0, 9445.0, 9423.0, 9424.0, 9420.0, 9445.0, 9447.0, 9449.0, 9446.0, 9449.0, 9462.0, 9444.0, 9474.0, 9466.0, 9492.0, 9528.0, 9513.0, 9483.0, 9470.0, 9498.0, 9505.0, 9471.0, 9468.0, 9466.0, 9498.0, 9526.0, 9583.0, 9559.0, 9569.0, 9543.0, 9594.0, 9552.0, 9497.0, 9464.0, 9447.0, 9339.0, 9336.0, 9346.0, 9353.0, 9339.0, 9359.0, 9377.0, 9354.0, 9354.0, 9348.0, 9353.0, 9348.0, 9340.0, 9404.0, 9446.0, 9402.0, 9361.0, 9353.0, 9335.0, 9335.0, 9421.0, 9363.0, 9382.0, 9310.0, 9324.0, 9313.0, 9338.0, 9315.0, 9341.0, 9318.0, 9328.0, 9320.0, 9332.0, 9322.0, 9326.0, 9320.0, 9344.0, 9319.0, 9330.0, 9324.0, 9333.0, 9344.0, 9349.0, 9344.0, 9353.0, 9347.0, 9354.0, 9346.0, 9374.0, 9364.0, 9375.0, 9367.0, 9379.0, 9368.0, 9396.0, 9395.0, 9403.0, 9391.0, 9404.0, 9389.0, 9406.0, 9396.0, 9408.0, 9425.0, 9429.0, 9416.0, 9423.0, 9410.0, 9426.0, 9432.0, 9429.0, 9418.0, 9437.0, 9463.0, 9439.0, 9442.0, 9422.0, 9438.0, 9423.0, 9408.0, 9489.0, 9446.0, 9505.0, 9429.0, 9441.0, 9419.0, 9423.0, 9411.0, 9423.0, 9433.0, 9499.0, 9455.0, 9496.0, 9454.0, 9471.0, 9433.0, 9501.0, 9445.0, 9523.0, 9502.0, 9532.0, 9531.0, 9475.0, 9525.0, 9464.0, 9498.0, 9476.0, 9488.0, 9444.0, 9435.0, 9409.0, 9442.0, 9404.0, 9417.0, 9431.0, 9371.0, 9412.0, 9355.0, 9401.0, 9345.0, 9410.0, 9342.0, 9369.0, 9354.0, 9352.0, 9356.0, 9355.0, 9361.0, 9384.0, 9379.0, 9388.0, 9378.0, 9389.0, 9411.0, 9430.0, 9411.0, 9397.0, 9390.0, 9398.0, 9404.0, 9419.0, 9430.0, 9425.0, 9424.0, 9450.0, 9434.0, 9442.0, 9445.0, 9474.0, 9453.0, 9456.0, 9481.0, 9469.0, 9450.0, 9440.0, 9418.0, 9464.0, 9442.0, 9444.0, 9480.0, 9475.0, 9475.0, 9521.0, 9517.0, 9561.0, 9519.0, 9527.0, 9457.0, 9480.0, 9446.0, 9502.0, 9463.0, 9508.0, 9449.0, 9458.0, 9394.0, 9428.0, 9362.0, 9448.0, 9410.0, 9460.0, 9381.0, 9389.0, 9414.0, 9384.0, 9394.0, 9378.0, 9375.0, 9399.0, 9431.0, 9455.0, 9411.0, 9416.0, 9376.0, 9390.0, 9346.0, 9361.0, 9335.0, 9374.0, 9336.0, 9360.0, 9334.0, 9317.0, 9332.0, 9326.0, 9328.0, 9324.0, 9329.0, 9325.0, 9355.0, 9335.0, 9352.0, 9331.0, 9353.0, 9333.0, 9352.0, 9335.0, 9357.0, 9353.0, 9373.0, 9369.0, 9395.0, 9388.0, 9399.0, 9398.0, 9431.0, 9406.0, 9405.0, 9412.0, 9403.0, 9419.0, 9407.0, 9421.0, 9425.0, 9424.0, 9447.0, 9445.0, 9481.0, 9473.0, 9466.0, 9469.0, 9421.0, 9424.0, 9435.0, 9452.0, 9410.0, 9430.0, 9440.0, 9431.0, 9446.0, 9453.0, 9480.0, 9544.0, 9480.0, 9569.0, 9527.0, 9567.0, 9538.0, 9537.0, 9448.0, 9448.0, 9377.0, 9414.0, 9358.0, 9418.0, 9363.0, 9441.0, 9362.0, 9396.0, 9339.0, 9337.0, 9334.0, 9336.0, 9318.0, 9354.0, 9338.0, 9355.0, 9342.0, 9379.0, 9398.0, 9424.0, 9369.0, 9375.0, 9375.0, 9376.0, 9392.0, 9393.0, 9394.0, 9400.0, 9400.0, 9408.0, 9420.0, 9411.0, 9407.0, 9424.0, 9422.0, 9429.0, 9406.0, 9406.0, 9429.0, 9407.0, 9407.0, 9415.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.005053336980306346</td></tr>
<tr><td colspan=3>aqi</td><td>0.05626428150984683</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.7559708286637</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1945427715334056</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0394700231106242</td></tr>
<tr><td colspan=3>efc</td><td>0.4751</td></tr>
<tr><td colspan=3>fber</td><td>5693.2642</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1687622334040013</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>230</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.164113785557987</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.552310449195239</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.390385670281492</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.84151238679852</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4250332905057044</td></tr>
<tr><td colspan=3>gcor</td><td>0.0183724</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01315667387098074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02949351817369461</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.7594419512480433</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.2533</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6402</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.2214</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.3361</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9021</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>615.4374</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3427.4896</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.9125</td></tr>
<tr><td colspan=3>tsnr</td><td>23.984247638843954</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>