<?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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-02/func/sub-0074_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>bd1c143af796ad00f98ed255b45ba8af</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>19:55:13.837500</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.991435, -0.0949516, 0.0896682, 0.0827304, 0.987877, 0.131359]</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.0972289</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7220, 615, -135, -238, -38, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ee5667d-d94b-4049-bbc3-64b524fb82fb||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.6599483489990234, 0.22195950150489807, 0.2728453278541565, 96.20130157470703], [0.25474825501441956, 2.6504011154174805, 0.33160197734832764, -114.30896759033203], [0.24057310819625854, -0.3524262607097626, 2.6656322479248047, -50.316139221191406], [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': ['195513.837500', '195514.297500', '195514.757500', '195515.217500', '195515.677500', '195516.137500', '195516.597500', '195517.057500', '195517.517500', '195517.977500', '195518.437500', '195518.897500', '195519.357500', '195519.817500', '195520.277500', '195520.737500', '195521.197500', '195521.657500', '195522.117500', '195522.577500', '195523.037500', '195523.497500', '195523.957500', '195524.417500', '195524.877500', '195525.337500', '195525.797500', '195526.257500', '195526.717500', '195527.177500', '195527.637500', '195528.097500', '195528.557500', '195529.017500', '195529.477500', '195529.937500', '195530.397500', '195530.857500', '195531.317500', '195531.777500', '195532.237500', '195532.697500', '195533.157500', '195533.617500', '195534.077500', '195534.537500', '195534.997500', '195535.457500', '195535.917500', '195536.377500', '195536.837500', '195537.297500', '195537.757500', '195538.217500', '195538.677500', '195539.137500', '195539.597500', '195540.057500', '195540.517500', '195540.977500', '195541.437500', '195541.897500', '195542.357500', '195542.817500', '195543.277500', '195543.737500', '195544.197500', '195544.657500', '195545.117500', '195545.577500', '195546.037500', '195546.497500', '195546.957500', '195547.417500', '195547.877500', '195548.337500', '195548.797500', '195549.257500', '195549.717500', '195550.177500', '195550.637500', '195551.097500', '195551.557500', '195552.017500', '195552.477500', '195552.937500', '195553.397500', '195553.857500', '195554.317500', '195554.777500', '195555.237500', '195555.697500', '195556.157500', '195556.617500', '195557.077500', '195557.537500', '195557.997500', '195558.457500', '195558.917500', '195559.377500', '195559.837500', '195600.297500', '195600.757500', '195601.217500', '195601.677500', '195602.137500', '195602.597500', '195603.057500', '195603.517500', '195603.977500', '195604.437500', '195604.897500', '195605.357500', '195605.817500', '195606.277500', '195606.737500', '195607.197500', '195607.657500', '195608.117500', '195608.577500', '195609.037500', '195609.497500', '195609.957500', '195610.417500', '195610.877500', '195611.337500', '195611.797500', '195612.257500', '195612.717500', '195613.177500', '195613.637500', '195614.097500', '195614.557500', '195615.017500', '195615.477500', '195615.937500', '195616.397500', '195616.857500', '195617.317500', '195617.777500', '195618.237500', '195618.697500', '195619.157500', '195619.617500', '195620.077500', '195620.537500', '195620.997500', '195621.457500', '195621.917500', '195622.377500', '195622.837500', '195623.297500', '195623.757500', '195624.217500', '195624.677500', '195625.137500', '195625.597500', '195626.057500', '195626.517500', '195626.977500', '195627.437500', '195627.897500', '195628.357500', '195628.817500', '195629.277500', '195629.737500', '195630.197500', '195630.657500', '195631.117500', '195631.577500', '195632.037500', '195632.497500', '195632.957500', '195633.417500', '195633.877500', '195634.337500', '195634.797500', '195635.257500', '195635.717500', '195636.177500', '195636.637500', '195637.097500', '195637.557500', '195638.017500', '195638.477500', '195638.937500', '195639.397500', '195639.857500', '195640.317500', '195640.777500', '195641.237500', '195641.697500', '195642.157500', '195642.617500', '195643.077500', '195643.537500', '195643.997500', '195644.457500', '195644.917500', '195645.377500', '195645.837500', '195646.297500', '195646.757500', '195647.217500', '195647.677500', '195648.137500', '195648.597500', '195649.057500', '195649.517500', '195649.977500', '195650.437500', '195650.897500', '195651.357500', '195651.817500', '195652.277500', '195652.737500', '195653.197500', '195653.657500', '195654.117500', '195654.577500', '195655.037500', '195655.497500', '195655.957500', '195656.417500', '195656.877500', '195657.337500', '195657.797500', '195658.257500', '195658.717500', '195659.177500', '195659.637500', '195700.097500', '195700.557500', '195701.017500', '195701.477500', '195701.937500', '195702.397500', '195702.857500', '195703.317500', '195703.777500', '195704.237500', '195704.697500', '195705.157500', '195705.617500', '195706.077500', '195706.537500', '195706.997500', '195707.457500', '195707.917500', '195708.377500', '195708.837500', '195709.297500', '195709.757500', '195710.217500', '195710.677500', '195711.137500', '195711.597500', '195712.057500', '195712.517500', '195712.977500', '195713.437500', '195713.897500', '195714.357500', '195714.817500', '195715.277500', '195715.737500', '195716.197500', '195716.657500', '195717.117500', '195717.577500', '195718.037500', '195718.497500', '195718.957500', '195719.417500', '195719.877500', '195720.337500', '195720.797500', '195721.257500', '195721.717500', '195722.177500', '195722.637500', '195723.097500', '195723.557500', '195724.017500', '195724.477500', '195724.937500', '195725.397500', '195725.857500', '195726.317500', '195726.777500', '195727.237500', '195727.697500', '195728.157500', '195728.617500', '195729.077500', '195729.537500', '195729.997500', '195730.457500', '195730.917500', '195731.377500', '195731.837500', '195732.297500', '195732.757500', '195733.217500', '195733.677500', '195734.137500', '195734.597500', '195735.057500', '195735.517500', '195735.977500', '195736.437500', '195736.897500', '195737.357500', '195737.817500', '195738.277500', '195738.737500', '195739.197500', '195739.657500', '195740.117500', '195740.577500', '195741.037500', '195741.497500', '195741.957500', '195742.417500', '195742.877500', '195743.337500', '195743.797500', '195744.257500', '195744.717500', '195745.177500', '195745.637500', '195746.097500', '195746.557500', '195747.017500', '195747.477500', '195747.937500', '195748.397500', '195748.857500', '195749.317500', '195749.777500', '195750.237500', '195750.697500', '195751.157500', '195751.617500', '195752.077500', '195752.537500', '195752.997500', '195753.457500', '195753.917500', '195754.377500', '195754.837500', '195755.297500', '195755.757500', '195756.217500', '195756.677500', '195757.137500', '195757.597500', '195758.057500', '195758.517500', '195758.977500', '195759.437500', '195759.897500', '195800.357500', '195800.817500', '195801.277500', '195801.737500', '195802.197500', '195802.657500', '195803.117500', '195803.577500', '195804.037500', '195804.497500', '195804.957500', '195805.417500', '195805.877500', '195806.337500', '195806.797500', '195807.257500', '195807.717500', '195808.177500', '195808.637500', '195809.097500', '195809.557500', '195810.017500', '195810.477500', '195810.937500', '195811.397500', '195811.857500', '195812.317500', '195812.777500', '195813.237500', '195813.697500', '195814.157500', '195814.617500', '195815.077500', '195815.537500', '195815.997500', '195816.457500', '195816.917500', '195817.377500', '195817.837500', '195818.297500', '195818.757500', '195819.217500', '195819.677500', '195820.137500', '195820.597500', '195821.057500', '195821.517500', '195821.977500', '195822.437500', '195822.897500', '195823.357500', '195823.817500', '195824.277500', '195824.737500', '195825.197500', '195825.657500', '195826.117500', '195826.577500', '195827.037500', '195827.497500', '195827.957500', '195828.417500', '195828.877500', '195829.337500', '195829.797500', '195830.257500', '195830.717500', '195831.177500', '195831.637500', '195832.097500', '195832.557500', '195833.017500', '195833.477500', '195833.937500', '195834.397500', '195834.857500', '195835.317500', '195835.777500', '195836.237500', '195836.697500', '195837.157500', '195837.617500', '195838.077500', '195838.537500', '195838.997500', '195839.457500', '195839.917500', '195840.377500', '195840.837500', '195841.297500', '195841.757500', '195842.217500', '195842.677500', '195843.137500', '195843.597500', '195844.057500', '195844.517500', '195844.977500', '195845.437500', '195845.897500', '195846.357500', '195846.817500', '195847.277500', '195847.737500', '195848.197500', '195848.657500', '195849.117500', '195849.577500', '195850.037500', '195850.497500', '195850.957500', '195851.417500', '195851.877500', '195852.337500', '195852.797500', '195853.257500', '195853.717500', '195854.177500', '195854.637500', '195855.097500', '195855.557500', '195856.017500', '195856.477500', '195856.937500', '195857.397500', '195857.857500', '195858.317500', '195858.777500', '195859.237500', '195859.697500', '195900.157500', '195900.617500', '195901.077500', '195901.537500', '195901.997500', '195902.457500', '195902.917500', '195903.377500', '195903.837500', '195904.297500', '195904.757500', '195905.217500', '195905.677500', '195906.137500', '195906.597500', '195907.057500', '195907.517500', '195907.977500', '195908.437500', '195908.897500', '195909.357500', '195909.817500', '195910.277500', '195910.737500', '195911.197500', '195911.657500', '195912.117500', '195912.577500', '195913.037500', '195913.497500', '195913.957500', '195914.417500', '195914.877500', '195915.337500', '195915.797500', '195916.257500', '195916.717500', '195917.177500', '195917.637500', '195918.097500', '195918.557500', '195919.017500', '195919.477500', '195919.937500', '195920.397500', '195920.857500', '195921.317500', '195921.777500', '195922.237500', '195922.697500', '195923.157500', '195923.617500', '195924.077500', '195924.537500', '195924.997500', '195925.457500', '195925.917500', '195926.377500', '195926.837500', '195927.297500', '195927.757500', '195928.217500', '195928.677500', '195929.137500', '195929.597500', '195930.057500', '195930.517500', '195930.977500', '195931.437500', '195931.897500', '195932.357500', '195932.817500', '195933.277500', '195933.737500', '195934.197500', '195934.657500', '195935.117500', '195935.577500', '195936.037500', '195936.497500', '195936.957500', '195937.417500', '195937.877500', '195938.337500', '195938.797500', '195939.257500', '195939.717500', '195940.177500', '195940.637500', '195941.097500', '195941.557500', '195942.017500', '195942.477500', '195942.937500', '195943.397500', '195943.857500', '195944.317500', '195944.777500', '195945.237500', '195945.697500', '195946.157500', '195946.617500', '195947.077500', '195947.537500', '195947.997500', '195948.457500', '195948.917500', '195949.377500', '195949.837500', '195950.297500', '195950.757500', '195951.217500', '195951.677500', '195952.137500', '195952.597500', '195953.057500', '195953.517500', '195953.977500', '195954.437500', '195954.897500', '195955.357500', '195955.817500', '195956.277500', '195956.737500', '195957.197500', '195957.657500', '195958.117500', '195958.577500', '195959.037500', '195959.497500', '195959.957500', '200000.417500', '200000.877500', '200001.337500', '200001.797500', '200002.257500', '200002.717500', '200003.177500', '200003.637500', '200004.097500', '200004.557500', '200005.017500', '200005.477500', '200005.937500', '200006.397500', '200006.857500', '200007.317500', '200007.777500', '200008.237500', '200008.697500', '200009.157500', '200009.617500', '200010.077500', '200010.537500', '200010.997500', '200011.457500', '200011.917500', '200012.377500', '200012.837500', '200013.297500', '200013.757500', '200014.217500', '200014.677500', '200015.137500', '200015.597500', '200016.057500', '200016.517500', '200016.977500', '200017.437500', '200017.897500', '200018.357500', '200018.817500', '200019.277500', '200019.737500', '200020.197500', '200020.657500', '200021.117500', '200021.577500', '200022.037500', '200022.497500', '200022.957500', '200023.417500', '200023.877500', '200024.337500', '200024.797500', '200025.257500', '200025.717500', '200026.177500', '200026.637500', '200027.097500', '200027.557500', '200028.017500', '200028.477500', '200028.937500', '200029.397500', '200029.857500', '200030.317500', '200030.777500', '200031.237500', '200031.697500', '200032.157500', '200032.617500', '200033.077500', '200033.537500', '200033.997500', '200034.457500', '200034.917500', '200035.377500', '200035.837500', '200036.297500', '200036.757500', '200037.217500', '200037.677500', '200038.137500', '200038.597500', '200039.057500', '200039.517500', '200039.977500', '200040.437500', '200040.897500', '200041.357500', '200041.817500', '200042.277500', '200042.737500', '200043.197500', '200043.657500', '200044.117500', '200044.577500', '200045.037500', '200045.497500', '200045.957500', '200046.417500', '200046.877500', '200047.337500', '200047.797500', '200048.257500', '200048.717500', '200049.177500', '200049.637500', '200050.097500', '200050.557500', '200051.017500', '200051.477500', '200051.937500', '200052.397500', '200052.857500', '200053.317500', '200053.777500', '200054.237500', '200054.697500', '200055.157500', '200055.617500', '200056.077500', '200056.537500', '200056.997500', '200057.457500', '200057.917500', '200058.377500', '200058.837500', '200059.297500', '200059.757500', '200100.217500', '200100.677500', '200101.137500', '200101.597500', '200102.057500', '200102.517500', '200102.977500', '200103.437500', '200103.897500', '200104.357500', '200104.817500', '200105.277500', '200105.737500', '200106.197500', '200106.657500', '200107.117500', '200107.577500', '200108.037500', '200108.497500', '200108.957500', '200109.417500', '200109.877500', '200110.337500', '200110.797500', '200111.257500', '200111.717500', '200112.177500', '200112.637500', '200113.097500', '200113.557500', '200114.017500', '200114.477500', '200114.937500', '200115.397500', '200115.857500', '200116.317500', '200116.777500', '200117.237500', '200117.697500', '200118.157500', '200118.617500', '200119.077500', '200119.537500', '200119.997500', '200120.457500', '200120.917500', '200121.377500', '200121.837500', '200122.297500', '200122.757500', '200123.217500', '200123.677500', '200124.137500', '200124.597500', '200125.057500', '200125.517500', '200125.977500', '200126.437500', '200126.897500', '200127.357500', '200127.817500', '200128.277500', '200128.737500', '200129.197500', '200129.657500', '200130.117500', '200130.577500', '200131.037500', '200131.497500', '200131.957500', '200132.417500', '200132.877500', '200133.337500', '200133.797500', '200134.257500', '200134.717500', '200135.177500', '200135.637500', '200136.097500', '200136.557500', '200137.017500', '200137.477500', '200137.937500', '200138.397500', '200138.857500', '200139.317500', '200139.777500', '200140.237500', '200140.697500', '200141.157500', '200141.617500', '200142.077500', '200142.537500', '200142.997500', '200143.457500', '200143.917500', '200144.377500', '200144.837500', '200145.297500', '200145.757500', '200146.217500', '200146.677500', '200147.137500', '200147.597500', '200148.057500', '200148.517500', '200148.977500', '200149.437500', '200149.897500', '200150.357500', '200150.817500', '200151.277500', '200151.737500', '200152.197500', '200152.657500', '200153.117500', '200153.577500', '200154.037500', '200154.497500', '200154.957500', '200155.417500', '200155.877500', '200156.337500', '200156.797500', '200157.257500', '200157.717500', '200158.177500', '200158.637500', '200159.097500', '200159.557500', '200200.017500', '200200.477500', '200200.937500', '200201.397500', '200201.857500', '200202.317500', '200202.777500', '200203.237500', '200203.697500', '200204.157500', '200204.617500', '200205.077500', '200205.537500', '200205.997500', '200206.457500', '200206.917500', '200207.377500', '200207.837500', '200208.297500', '200208.757500', '200209.217500', '200209.677500', '200210.137500', '200210.597500', '200211.057500', '200211.517500', '200211.977500', '200212.437500', '200212.897500', '200213.357500', '200213.817500'], 'ContentTime': ['195536.422000', '195536.425000', '195536.428000', '195536.431000', '195536.433000', '195536.436000', '195536.439000', '195536.441000', '195536.444000', '195536.455000', '195536.457000', '195536.460000', '195536.463000', '195536.465000', '195536.468000', '195536.470000', '195536.473000', '195536.476000', '195536.478000', '195536.481000', '195536.483000', '195536.486000', '195536.488000', '195536.491000', '195536.494000', '195536.496000', '195536.499000', '195536.501000', '195536.504000', '195536.507000', '195536.509000', '195536.512000', '195536.514000', '195536.517000', '195536.519000', '195536.528000', '195536.530000', '195536.533000', '195536.535000', '195536.538000', '195536.540000', '195536.543000', '195536.546000', '195536.548000', '195536.551000', '195536.553000', '195536.556000', '195556.391000', '195556.394000', '195556.397000', '195556.399000', '195556.402000', '195556.405000', '195556.407000', '195556.410000', '195556.412000', '195556.415000', '195556.417000', '195556.420000', '195556.422000', '195556.425000', '195556.428000', '195556.430000', '195556.433000', '195556.435000', '195556.438000', '195556.440000', '195556.443000', '195556.445000', '195556.448000', '195556.451000', '195556.453000', '195556.456000', '195556.459000', '195556.461000', '195556.464000', '195556.466000', '195556.469000', '195556.471000', '195556.474000', '195556.476000', '195556.479000', '195556.482000', '195556.484000', '195556.494000', '195556.497000', '195556.500000', '195556.502000', '195556.505000', '195556.507000', '195616.392000', '195616.394000', '195616.397000', '195616.400000', '195616.402000', '195616.405000', '195616.407000', '195616.410000', '195616.412000', '195616.415000', '195616.418000', '195616.420000', '195616.423000', '195616.425000', '195616.428000', '195616.430000', '195616.433000', '195616.436000', '195616.438000', '195616.441000', '195616.443000', '195616.446000', '195616.455000', '195616.457000', '195616.460000', '195616.462000', '195616.465000', '195616.468000', '195616.470000', '195616.473000', '195616.475000', '195616.478000', '195616.481000', '195616.483000', '195616.486000', '195616.488000', '195616.491000', '195616.493000', '195616.496000', '195616.499000', '195616.501000', '195616.504000', '195616.507000', '195616.509000', '195636.391000', '195636.394000', '195636.397000', '195636.399000', '195636.402000', '195636.405000', '195636.407000', '195636.410000', '195636.412000', '195636.415000', '195636.418000', '195636.420000', '195636.423000', '195636.425000', '195636.428000', '195636.430000', '195636.433000', '195636.436000', '195636.438000', '195636.441000', '195636.443000', '195636.446000', '195636.449000', '195636.451000', '195636.454000', '195636.456000', '195636.459000', '195636.462000', '195636.464000', '195636.467000', '195636.470000', '195636.472000', '195636.475000', '195636.477000', '195636.480000', '195636.489000', '195636.492000', '195636.494000', '195636.497000', '195636.499000', '195636.502000', '195636.504000', '195636.507000', '195656.392000', '195656.394000', '195656.397000', '195656.400000', '195656.402000', '195656.405000', '195656.407000', '195656.410000', '195656.413000', '195656.415000', '195656.418000', '195656.421000', '195656.423000', '195656.426000', '195656.428000', '195656.431000', '195656.433000', '195656.436000', '195656.439000', '195656.441000', '195656.444000', '195656.446000', '195656.449000', '195656.451000', '195656.454000', '195656.457000', '195656.459000', '195656.462000', '195656.464000', '195656.467000', '195656.469000', '195656.472000', '195656.475000', '195656.477000', '195656.480000', '195656.483000', '195656.485000', '195656.488000', '195656.490000', '195656.493000', '195656.495000', '195656.498000', '195656.501000', '195656.503000', '195716.390000', '195716.393000', '195716.396000', '195716.398000', '195716.401000', '195716.404000', '195716.406000', '195716.409000', '195716.412000', '195716.414000', '195716.417000', '195716.419000', '195716.422000', '195716.424000', '195716.427000', '195716.430000', '195716.432000', '195716.435000', '195716.437000', '195716.440000', '195716.443000', '195716.445000', '195716.448000', '195716.450000', '195716.453000', '195716.456000', '195716.458000', '195716.461000', '195716.463000', '195716.466000', '195716.468000', '195716.471000', '195716.474000', '195716.476000', '195716.479000', '195716.481000', '195716.484000', '195716.487000', '195716.490000', '195716.493000', '195716.496000', '195716.498000', '195716.501000', '195736.391000', '195736.394000', '195736.397000', '195736.399000', '195736.402000', '195736.405000', '195736.407000', '195736.410000', '195736.412000', '195736.415000', '195736.417000', '195736.420000', '195736.423000', '195736.425000', '195736.428000', '195736.430000', '195736.433000', '195736.435000', '195736.438000', '195736.441000', '195736.443000', '195736.446000', '195736.449000', '195736.451000', '195736.454000', '195736.456000', '195736.459000', '195736.462000', '195736.464000', '195736.467000', '195736.469000', '195736.472000', '195736.474000', '195736.477000', '195736.480000', '195736.482000', '195736.485000', '195736.487000', '195736.490000', '195736.493000', '195736.495000', '195736.498000', '195736.500000', '195736.503000', '195756.392000', '195756.394000', '195756.397000', '195756.400000', '195756.402000', '195756.405000', '195756.408000', '195756.410000', '195756.413000', '195756.415000', '195756.418000', '195756.421000', '195756.423000', '195756.426000', '195756.428000', '195756.431000', '195756.433000', '195756.436000', '195756.439000', '195756.441000', '195756.444000', '195756.447000', '195756.449000', '195756.452000', '195756.454000', '195756.457000', '195756.459000', '195756.473000', '195756.475000', '195756.478000', '195756.480000', '195756.483000', '195756.486000', '195756.488000', '195756.491000', '195756.493000', '195756.496000', '195756.498000', '195756.501000', '195756.504000', '195756.506000', '195756.509000', '195756.511000', '195816.392000', '195816.394000', '195816.397000', '195816.400000', '195816.402000', '195816.405000', '195816.407000', '195816.410000', '195816.413000', '195816.415000', '195816.418000', '195816.420000', '195816.423000', '195816.425000', '195816.428000', '195816.431000', '195816.433000', '195816.447000', '195816.450000', '195816.452000', '195816.455000', '195816.458000', '195816.460000', '195816.463000', '195816.465000', '195816.468000', '195816.470000', '195816.473000', '195816.476000', '195816.478000', '195816.481000', '195816.483000', '195816.486000', '195816.489000', '195816.491000', '195816.494000', '195816.496000', '195816.499000', '195816.502000', '195816.504000', '195816.507000', '195816.509000', '195816.512000', '195816.515000', '195836.392000', '195836.394000', '195836.397000', '195836.400000', '195836.402000', '195836.405000', '195836.407000', '195836.410000', '195836.412000', '195836.415000', '195836.418000', '195836.420000', '195836.423000', '195836.425000', '195836.428000', '195836.431000', '195836.433000', '195836.436000', '195836.448000', '195836.450000', '195836.453000', '195836.456000', '195836.458000', '195836.461000', '195836.463000', '195836.466000', '195836.468000', '195836.471000', '195836.474000', '195836.476000', '195836.479000', '195836.481000', '195836.484000', '195836.487000', '195836.489000', '195836.492000', '195836.494000', '195836.497000', '195836.500000', '195836.502000', '195836.505000', '195836.507000', '195836.510000', '195856.392000', '195856.394000', '195856.397000', '195856.400000', '195856.402000', '195856.405000', '195856.407000', '195856.410000', '195856.413000', '195856.415000', '195856.418000', '195856.420000', '195856.423000', '195856.426000', '195856.428000', '195856.431000', '195856.434000', '195856.436000', '195856.439000', '195856.441000', '195856.444000', '195856.447000', '195856.449000', '195856.452000', '195856.454000', '195856.457000', '195856.460000', '195856.462000', '195856.465000', '195856.468000', '195856.471000', '195856.473000', '195856.476000', '195856.479000', '195856.481000', '195856.484000', '195856.486000', '195856.489000', '195856.491000', '195856.494000', '195856.497000', '195856.499000', '195856.502000', '195856.505000', '195916.392000', '195916.394000', '195916.397000', '195916.400000', '195916.402000', '195916.405000', '195916.407000', '195916.410000', '195916.413000', '195916.415000', '195916.418000', '195916.420000', '195916.423000', '195916.425000', '195916.428000', '195916.431000', '195916.433000', '195916.436000', '195916.439000', '195916.441000', '195916.444000', '195916.446000', '195916.449000', '195916.452000', '195916.454000', '195916.457000', '195916.460000', '195916.462000', '195916.465000', '195916.467000', '195916.470000', '195916.473000', '195916.475000', '195916.478000', '195916.480000', '195916.483000', '195916.486000', '195916.488000', '195916.491000', '195916.493000', '195916.496000', '195916.499000', '195916.501000', '195936.390000', '195936.393000', '195936.396000', '195936.398000', '195936.401000', '195936.404000', '195936.406000', '195936.409000', '195936.411000', '195936.414000', '195936.417000', '195936.419000', '195936.422000', '195936.424000', '195936.427000', '195936.430000', '195936.432000', '195936.435000', '195936.437000', '195936.440000', '195936.443000', '195936.445000', '195936.448000', '195936.450000', '195936.453000', '195936.455000', '195936.458000', '195936.461000', '195936.463000', '195936.466000', '195936.469000', '195936.471000', '195936.474000', '195936.476000', '195936.479000', '195936.481000', '195936.484000', '195936.487000', '195936.489000', '195936.492000', '195936.494000', '195936.497000', '195936.508000', '195936.511000', '195956.392000', '195956.394000', '195956.397000', '195956.400000', '195956.402000', '195956.405000', '195956.407000', '195956.410000', '195956.413000', '195956.415000', '195956.418000', '195956.420000', '195956.423000', '195956.426000', '195956.428000', '195956.431000', '195956.434000', '195956.436000', '195956.439000', '195956.441000', '195956.444000', '195956.447000', '195956.449000', '195956.452000', '195956.454000', '195956.457000', '195956.460000', '195956.462000', '195956.465000', '195956.468000', '195956.470000', '195956.473000', '195956.476000', '195956.478000', '195956.481000', '195956.483000', '195956.486000', '195956.489000', '195956.491000', '195956.494000', '195956.496000', '195956.499000', '195956.502000', '200016.391000', '200016.394000', '200016.397000', '200016.400000', '200016.403000', '200016.406000', '200016.408000', '200016.411000', '200016.414000', '200016.416000', '200016.419000', '200016.421000', '200016.424000', '200016.427000', '200016.429000', '200016.432000', '200016.435000', '200016.437000', '200016.440000', '200016.442000', '200016.445000', '200016.448000', '200016.450000', '200016.453000', '200016.456000', '200016.458000', '200016.461000', '200016.464000', '200016.466000', '200016.469000', '200016.472000', '200016.474000', '200016.477000', '200016.479000', '200016.482000', '200016.485000', '200016.487000', '200016.490000', '200016.492000', '200016.495000', '200016.498000', '200016.500000', '200016.503000', '200016.505000', '200036.392000', '200036.394000', '200036.397000', '200036.400000', '200036.402000', '200036.405000', '200036.407000', '200036.410000', '200036.413000', '200036.415000', '200036.418000', '200036.420000', '200036.423000', '200036.426000', '200036.428000', '200036.431000', '200036.433000', '200036.436000', '200036.439000', '200036.441000', '200036.444000', '200036.446000', '200036.449000', '200036.452000', '200036.454000', '200036.457000', '200036.459000', '200036.462000', '200036.465000', '200036.467000', '200036.470000', '200036.472000', '200036.475000', '200036.478000', '200036.480000', '200036.483000', '200036.485000', '200036.488000', '200036.491000', '200036.493000', '200036.496000', '200036.498000', '200036.501000', '200056.392000', '200056.394000', '200056.397000', '200056.400000', '200056.402000', '200056.405000', '200056.407000', '200056.410000', '200056.413000', '200056.415000', '200056.418000', '200056.420000', '200056.423000', '200056.426000', '200056.428000', '200056.431000', '200056.433000', '200056.438000', '200056.440000', '200056.443000', '200056.445000', '200056.448000', '200056.451000', '200056.453000', '200056.456000', '200056.458000', '200056.461000', '200056.464000', '200056.466000', '200056.469000', '200056.471000', '200056.474000', '200056.477000', '200056.479000', '200056.482000', '200056.484000', '200056.487000', '200056.490000', '200056.492000', '200056.495000', '200056.498000', '200056.500000', '200056.503000', '200056.505000', '200116.392000', '200116.395000', '200116.397000', '200116.400000', '200116.402000', '200116.405000', '200116.407000', '200116.410000', '200116.413000', '200116.415000', '200116.418000', '200116.420000', '200116.423000', '200116.426000', '200116.428000', '200116.431000', '200116.433000', '200116.436000', '200116.439000', '200116.441000', '200116.444000', '200116.446000', '200116.449000', '200116.452000', '200116.454000', '200116.457000', '200116.459000', '200116.462000', '200116.464000', '200116.467000', '200116.470000', '200116.472000', '200116.475000', '200116.478000', '200116.480000', '200116.483000', '200116.485000', '200116.488000', '200116.491000', '200116.493000', '200116.496000', '200116.498000', '200116.501000', '200136.392000', '200136.395000', '200136.397000', '200136.400000', '200136.402000', '200136.405000', '200136.408000', '200136.410000', '200136.413000', '200136.416000', '200136.418000', '200136.421000', '200136.424000', '200136.426000', '200136.429000', '200136.432000', '200136.434000', '200136.437000', '200136.439000', '200136.443000', '200136.446000', '200136.449000', '200136.451000', '200136.454000', '200136.457000', '200136.459000', '200136.462000', '200136.464000', '200136.467000', '200136.470000', '200136.472000', '200136.475000', '200136.477000', '200136.480000', '200136.483000', '200136.485000', '200136.488000', '200136.490000', '200136.493000', '200136.496000', '200136.498000', '200136.501000', '200136.504000', '200156.391000', '200156.393000', '200156.396000', '200156.398000', '200156.401000', '200156.404000', '200156.406000', '200156.409000', '200156.411000', '200156.414000', '200156.417000', '200156.419000', '200156.422000', '200156.425000', '200156.427000', '200156.430000', '200156.432000', '200156.435000', '200156.437000', '200156.440000', '200156.443000', '200156.445000', '200156.448000', '200156.451000', '200156.453000', '200156.456000', '200156.458000', '200156.461000', '200156.463000', '200156.466000', '200156.469000', '200156.471000', '200156.474000', '200156.476000', '200156.479000', '200156.481000', '200156.484000', '200156.487000', '200156.489000', '200156.492000', '200156.495000', '200156.497000', '200156.500000', '200156.502000', '200215.051000', '200215.054000', '200215.057000', '200215.059000', '200215.062000', '200215.065000', '200215.067000', '200215.070000', '200215.072000', '200215.075000', '200215.078000', '200215.080000', '200215.083000', '200215.085000', '200215.088000', '200215.091000', '200215.093000', '200215.096000', '200215.099000', '200215.101000', '200215.104000', '200215.106000', '200215.109000', '200215.112000', '200215.114000', '200215.117000', '200215.119000', '200215.122000', '200215.125000', '200215.127000', '200215.130000', '200215.132000', '200215.135000', '200215.138000', '200215.140000', '200215.143000', '200215.145000', '200215.148000', '200215.151000', '200215.153000', '200215.156000'], 'InstanceCreationTime': ['195536.422000', '195536.425000', '195536.428000', '195536.431000', '195536.433000', '195536.436000', '195536.439000', '195536.441000', '195536.444000', '195536.455000', '195536.457000', '195536.460000', '195536.463000', '195536.465000', '195536.468000', '195536.470000', '195536.473000', '195536.476000', '195536.478000', '195536.481000', '195536.483000', '195536.486000', '195536.488000', '195536.491000', '195536.494000', '195536.496000', '195536.499000', '195536.501000', '195536.504000', '195536.507000', '195536.509000', '195536.512000', '195536.514000', '195536.517000', '195536.519000', '195536.528000', '195536.530000', '195536.533000', '195536.535000', '195536.538000', '195536.540000', '195536.543000', '195536.546000', '195536.548000', '195536.551000', '195536.553000', '195536.556000', '195556.391000', '195556.394000', '195556.397000', '195556.399000', '195556.402000', '195556.405000', '195556.407000', '195556.410000', '195556.412000', '195556.415000', '195556.417000', '195556.420000', '195556.422000', '195556.425000', '195556.428000', '195556.430000', '195556.433000', '195556.435000', '195556.438000', '195556.440000', '195556.443000', '195556.445000', '195556.448000', '195556.451000', '195556.453000', '195556.456000', '195556.459000', '195556.461000', '195556.464000', '195556.466000', '195556.469000', '195556.471000', '195556.474000', '195556.476000', '195556.479000', '195556.482000', '195556.484000', '195556.494000', '195556.497000', '195556.500000', '195556.502000', '195556.505000', '195556.507000', '195616.392000', '195616.394000', '195616.397000', '195616.400000', '195616.402000', '195616.405000', '195616.407000', '195616.410000', '195616.412000', '195616.415000', '195616.418000', '195616.420000', '195616.423000', '195616.425000', '195616.428000', '195616.430000', '195616.433000', '195616.436000', '195616.438000', '195616.441000', '195616.443000', '195616.446000', '195616.455000', '195616.457000', '195616.460000', '195616.462000', '195616.465000', '195616.468000', '195616.470000', '195616.473000', '195616.475000', '195616.478000', '195616.481000', '195616.483000', '195616.486000', '195616.488000', '195616.491000', '195616.493000', '195616.496000', '195616.499000', '195616.501000', '195616.504000', '195616.507000', '195616.509000', '195636.391000', '195636.394000', '195636.397000', '195636.399000', '195636.402000', '195636.405000', '195636.407000', '195636.410000', '195636.412000', '195636.415000', '195636.418000', '195636.420000', '195636.423000', '195636.425000', '195636.428000', '195636.430000', '195636.433000', '195636.436000', '195636.438000', '195636.441000', '195636.443000', '195636.446000', '195636.449000', '195636.451000', '195636.454000', '195636.456000', '195636.459000', '195636.462000', '195636.464000', '195636.467000', '195636.470000', '195636.472000', '195636.475000', '195636.477000', '195636.480000', '195636.489000', '195636.492000', '195636.494000', '195636.497000', '195636.499000', '195636.502000', '195636.504000', '195636.507000', '195656.392000', '195656.394000', '195656.397000', '195656.400000', '195656.402000', '195656.405000', '195656.407000', '195656.410000', '195656.413000', '195656.415000', '195656.418000', '195656.421000', '195656.423000', '195656.426000', '195656.428000', '195656.431000', '195656.433000', '195656.436000', '195656.439000', '195656.441000', '195656.444000', '195656.446000', '195656.449000', '195656.451000', '195656.454000', '195656.457000', '195656.459000', '195656.462000', '195656.464000', '195656.467000', '195656.469000', '195656.472000', '195656.475000', '195656.477000', '195656.480000', '195656.483000', '195656.485000', '195656.488000', '195656.490000', '195656.493000', '195656.495000', '195656.498000', '195656.501000', '195656.503000', '195716.390000', '195716.393000', '195716.396000', '195716.398000', '195716.401000', '195716.404000', '195716.406000', '195716.409000', '195716.412000', '195716.414000', '195716.417000', '195716.419000', '195716.422000', '195716.424000', '195716.427000', '195716.430000', '195716.432000', '195716.435000', '195716.437000', '195716.440000', '195716.443000', '195716.445000', '195716.448000', '195716.450000', '195716.453000', '195716.456000', '195716.458000', '195716.461000', '195716.463000', '195716.466000', '195716.468000', '195716.471000', '195716.474000', '195716.476000', '195716.479000', '195716.481000', '195716.484000', '195716.487000', '195716.490000', '195716.493000', '195716.496000', '195716.498000', '195716.501000', '195736.391000', '195736.394000', '195736.397000', '195736.399000', '195736.402000', '195736.405000', '195736.407000', '195736.410000', '195736.412000', '195736.415000', '195736.417000', '195736.420000', '195736.423000', '195736.425000', '195736.428000', '195736.430000', '195736.433000', '195736.435000', '195736.438000', '195736.441000', '195736.443000', '195736.446000', '195736.449000', '195736.451000', '195736.454000', '195736.456000', '195736.459000', '195736.462000', '195736.464000', '195736.467000', '195736.469000', '195736.472000', '195736.474000', '195736.477000', '195736.480000', '195736.482000', '195736.485000', '195736.487000', '195736.490000', '195736.493000', '195736.495000', '195736.498000', '195736.500000', '195736.503000', '195756.392000', '195756.394000', '195756.397000', '195756.400000', '195756.402000', '195756.405000', '195756.408000', '195756.410000', '195756.413000', '195756.415000', '195756.418000', '195756.421000', '195756.423000', '195756.426000', '195756.428000', '195756.431000', '195756.433000', '195756.436000', '195756.439000', '195756.441000', '195756.444000', '195756.447000', '195756.449000', '195756.452000', '195756.454000', '195756.457000', '195756.459000', '195756.473000', '195756.475000', '195756.478000', '195756.480000', '195756.483000', '195756.486000', '195756.488000', '195756.491000', '195756.493000', '195756.496000', '195756.498000', '195756.501000', '195756.504000', '195756.506000', '195756.509000', '195756.511000', '195816.392000', '195816.394000', '195816.397000', '195816.400000', '195816.402000', '195816.405000', '195816.407000', '195816.410000', '195816.413000', '195816.415000', '195816.418000', '195816.420000', '195816.423000', '195816.425000', '195816.428000', '195816.431000', '195816.433000', '195816.447000', '195816.450000', '195816.452000', '195816.455000', '195816.458000', '195816.460000', '195816.463000', '195816.465000', '195816.468000', '195816.470000', '195816.473000', '195816.476000', '195816.478000', '195816.481000', '195816.483000', '195816.486000', '195816.489000', '195816.491000', '195816.494000', '195816.496000', '195816.499000', '195816.502000', '195816.504000', '195816.507000', '195816.509000', '195816.512000', '195816.515000', '195836.392000', '195836.394000', '195836.397000', '195836.400000', '195836.402000', '195836.405000', '195836.407000', '195836.410000', '195836.412000', '195836.415000', '195836.418000', '195836.420000', '195836.423000', '195836.425000', '195836.428000', '195836.431000', '195836.433000', '195836.436000', '195836.448000', '195836.450000', '195836.453000', '195836.456000', '195836.458000', '195836.461000', '195836.463000', '195836.466000', '195836.468000', '195836.471000', '195836.474000', '195836.476000', '195836.479000', '195836.481000', '195836.484000', '195836.487000', '195836.489000', '195836.492000', '195836.494000', '195836.497000', '195836.500000', '195836.502000', '195836.505000', '195836.507000', '195836.510000', '195856.392000', '195856.394000', '195856.397000', '195856.400000', '195856.402000', '195856.405000', '195856.407000', '195856.410000', '195856.413000', '195856.415000', '195856.418000', '195856.420000', '195856.423000', '195856.426000', '195856.428000', '195856.431000', '195856.434000', '195856.436000', '195856.439000', '195856.441000', '195856.444000', '195856.447000', '195856.449000', '195856.452000', '195856.454000', '195856.457000', '195856.460000', '195856.462000', '195856.465000', '195856.468000', '195856.471000', '195856.473000', '195856.476000', '195856.479000', '195856.481000', '195856.484000', '195856.486000', '195856.489000', '195856.491000', '195856.494000', '195856.497000', '195856.499000', '195856.502000', '195856.505000', '195916.392000', '195916.394000', '195916.397000', '195916.400000', '195916.402000', '195916.405000', '195916.407000', '195916.410000', '195916.413000', '195916.415000', '195916.418000', '195916.420000', '195916.423000', '195916.425000', '195916.428000', '195916.431000', '195916.433000', '195916.436000', '195916.439000', '195916.441000', '195916.444000', '195916.446000', '195916.449000', '195916.452000', '195916.454000', '195916.457000', '195916.460000', '195916.462000', '195916.465000', '195916.467000', '195916.470000', '195916.473000', '195916.475000', '195916.478000', '195916.480000', '195916.483000', '195916.486000', '195916.488000', '195916.491000', '195916.493000', '195916.496000', '195916.499000', '195916.501000', '195936.390000', '195936.393000', '195936.396000', '195936.398000', '195936.401000', '195936.404000', '195936.406000', '195936.409000', '195936.411000', '195936.414000', '195936.417000', '195936.419000', '195936.422000', '195936.424000', '195936.427000', '195936.430000', '195936.432000', '195936.435000', '195936.437000', '195936.440000', '195936.443000', '195936.445000', '195936.448000', '195936.450000', '195936.453000', '195936.455000', '195936.458000', '195936.461000', '195936.463000', '195936.466000', '195936.469000', '195936.471000', '195936.474000', '195936.476000', '195936.479000', '195936.481000', '195936.484000', '195936.487000', '195936.489000', '195936.492000', '195936.494000', '195936.497000', '195936.508000', '195936.511000', '195956.392000', '195956.394000', '195956.397000', '195956.400000', '195956.402000', '195956.405000', '195956.407000', '195956.410000', '195956.413000', '195956.415000', '195956.418000', '195956.420000', '195956.423000', '195956.426000', '195956.428000', '195956.431000', '195956.434000', '195956.436000', '195956.439000', '195956.441000', '195956.444000', '195956.447000', '195956.449000', '195956.452000', '195956.454000', '195956.457000', '195956.460000', '195956.462000', '195956.465000', '195956.468000', '195956.470000', '195956.473000', '195956.476000', '195956.478000', '195956.481000', '195956.483000', '195956.486000', '195956.489000', '195956.491000', '195956.494000', '195956.496000', '195956.499000', '195956.502000', '200016.391000', '200016.394000', '200016.397000', '200016.400000', '200016.403000', '200016.406000', '200016.408000', '200016.411000', '200016.414000', '200016.416000', '200016.419000', '200016.421000', '200016.424000', '200016.427000', '200016.429000', '200016.432000', '200016.435000', '200016.437000', '200016.440000', '200016.442000', '200016.445000', '200016.448000', '200016.450000', '200016.453000', '200016.456000', '200016.458000', '200016.461000', '200016.464000', '200016.466000', '200016.469000', '200016.472000', '200016.474000', '200016.477000', '200016.479000', '200016.482000', '200016.485000', '200016.487000', '200016.490000', '200016.492000', '200016.495000', '200016.498000', '200016.500000', '200016.503000', '200016.505000', '200036.392000', '200036.394000', '200036.397000', '200036.400000', '200036.402000', '200036.405000', '200036.407000', '200036.410000', '200036.413000', '200036.415000', '200036.418000', '200036.420000', '200036.423000', '200036.426000', '200036.428000', '200036.431000', '200036.433000', '200036.436000', '200036.439000', '200036.441000', '200036.444000', '200036.446000', '200036.449000', '200036.452000', '200036.454000', '200036.457000', '200036.459000', '200036.462000', '200036.465000', '200036.467000', '200036.470000', '200036.472000', '200036.475000', '200036.478000', '200036.480000', '200036.483000', '200036.485000', '200036.488000', '200036.491000', '200036.493000', '200036.496000', '200036.498000', '200036.501000', '200056.392000', '200056.394000', '200056.397000', '200056.400000', '200056.402000', '200056.405000', '200056.407000', '200056.410000', '200056.413000', '200056.415000', '200056.418000', '200056.420000', '200056.423000', '200056.426000', '200056.428000', '200056.431000', '200056.433000', '200056.438000', '200056.440000', '200056.443000', '200056.445000', '200056.448000', '200056.451000', '200056.453000', '200056.456000', '200056.458000', '200056.461000', '200056.464000', '200056.466000', '200056.469000', '200056.471000', '200056.474000', '200056.477000', '200056.479000', '200056.482000', '200056.484000', '200056.487000', '200056.490000', '200056.492000', '200056.495000', '200056.498000', '200056.500000', '200056.503000', '200056.505000', '200116.392000', '200116.395000', '200116.397000', '200116.400000', '200116.402000', '200116.405000', '200116.407000', '200116.410000', '200116.413000', '200116.415000', '200116.418000', '200116.420000', '200116.423000', '200116.426000', '200116.428000', '200116.431000', '200116.433000', '200116.436000', '200116.439000', '200116.441000', '200116.444000', '200116.446000', '200116.449000', '200116.452000', '200116.454000', '200116.457000', '200116.459000', '200116.462000', '200116.464000', '200116.467000', '200116.470000', '200116.472000', '200116.475000', '200116.478000', '200116.480000', '200116.483000', '200116.485000', '200116.488000', '200116.491000', '200116.493000', '200116.496000', '200116.498000', '200116.501000', '200136.392000', '200136.395000', '200136.397000', '200136.400000', '200136.402000', '200136.405000', '200136.408000', '200136.410000', '200136.413000', '200136.416000', '200136.418000', '200136.421000', '200136.424000', '200136.426000', '200136.429000', '200136.432000', '200136.434000', '200136.437000', '200136.439000', '200136.443000', '200136.446000', '200136.449000', '200136.451000', '200136.454000', '200136.457000', '200136.459000', '200136.462000', '200136.464000', '200136.467000', '200136.470000', '200136.472000', '200136.475000', '200136.477000', '200136.480000', '200136.483000', '200136.485000', '200136.488000', '200136.490000', '200136.493000', '200136.496000', '200136.498000', '200136.501000', '200136.504000', '200156.391000', '200156.393000', '200156.396000', '200156.398000', '200156.401000', '200156.404000', '200156.406000', '200156.409000', '200156.411000', '200156.414000', '200156.417000', '200156.419000', '200156.422000', '200156.425000', '200156.427000', '200156.430000', '200156.432000', '200156.435000', '200156.437000', '200156.440000', '200156.443000', '200156.445000', '200156.448000', '200156.451000', '200156.453000', '200156.456000', '200156.458000', '200156.461000', '200156.463000', '200156.466000', '200156.469000', '200156.471000', '200156.474000', '200156.476000', '200156.479000', '200156.481000', '200156.484000', '200156.487000', '200156.489000', '200156.492000', '200156.495000', '200156.497000', '200156.500000', '200156.502000', '200215.051000', '200215.054000', '200215.057000', '200215.059000', '200215.062000', '200215.065000', '200215.067000', '200215.070000', '200215.072000', '200215.075000', '200215.078000', '200215.080000', '200215.083000', '200215.085000', '200215.088000', '200215.091000', '200215.093000', '200215.096000', '200215.099000', '200215.101000', '200215.104000', '200215.106000', '200215.109000', '200215.112000', '200215.114000', '200215.117000', '200215.119000', '200215.122000', '200215.125000', '200215.127000', '200215.130000', '200215.132000', '200215.135000', '200215.138000', '200215.140000', '200215.143000', '200215.145000', '200215.148000', '200215.151000', '200215.153000', '200215.156000'], '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': [9898, 9269, 14646, 9484, 11592, 9527, 10010, 9511, 8155, 9620, 8605, 9724, 9095, 12194, 9347, 12384, 9507, 10661, 9564, 8218, 9809, 9342, 13214, 9380, 10582, 9129, 9396, 9453, 9828, 9775, 9792, 9448, 7594, 9711, 9410, 11100, 9354, 11520, 9283, 10950, 9455, 10707, 9250, 11340, 9403, 9839, 9643, 8076, 9693, 9559, 9534, 9292, 12392, 9247, 13050, 9267, 12055, 9209, 9654, 9621, 8186, 9453, 9578, 9845, 9289, 11051, 9292, 10363, 9091, 10184, 9535, 9745, 9511, 8530, 9472, 9587, 9503, 9268, 12971, 9208, 11436, 9369, 9957, 9463, 9480, 9845, 9219, 13080, 9195, 10471, 9208, 10392, 9295, 9763, 9358, 7773, 9417, 9399, 11582, 9136, 12046, 9110, 11217, 8994, 10949, 9299, 10275, 8950, 9989, 8987, 9949, 9191, 8795, 8752, 8911, 9032, 8824, 13826, 8806, 11151, 8810, 10729, 9034, 10271, 9061, 8948, 9162, 8738, 10850, 8637, 10521, 8776, 10138, 8890, 11007, 8895, 10505, 8649, 10023, 8968, 9952, 8876, 10657, 8784, 10968, 8637, 10631, 8855, 10596, 8950, 10349, 8835, 9180, 8942, 8337, 9085, 8661, 8811, 8535, 10722, 8457, 8798, 8393, 9011, 9861, 8763, 11912, 8880, 10619, 8967, 11315, 8887, 11576, 8771, 8738, 12941, 8667, 13660, 9006, 11625, 8728, 11153, 8846, 10154, 8907, 9764, 8951, 9064, 9061, 9801, 8928, 9252, 8923, 8169, 9281, 8836, 13921, 9764, 12933, 8571, 11822, 8839, 11758, 8639, 9758, 8728, 8947, 8801, 8737, 12737, 8529, 10841, 8752, 10726, 8683, 10107, 8618, 8970, 8672, 8105, 8807, 8884, 8528, 8623, 8737, 8643, 14034, 8414, 11338, 8438, 10725, 8628, 10784, 8723, 10222, 8498, 10240, 8618, 8181, 8443, 8297, 9291, 8421, 8414, 8630, 10301, 9012, 10285, 9427, 9312, 8684, 10257, 8943, 10623, 8933, 10924, 8784, 9571, 8235, 8489, 8429, 8432, 8397, 8738, 9988, 9042, 10822, 9213, 9664, 8855, 10103, 8546, 8628, 9102, 8619, 8272, 8918, 12842, 8962, 11365, 8720, 9982, 8761, 9810, 8854, 8664, 9157, 8851, 8150, 8789, 11756, 9149, 10410, 9237, 9667, 8895, 9856, 8479, 8912, 8499, 8867, 8167, 9018, 12339, 9222, 10951, 9154, 9154, 9247, 9997, 8975, 9695, 8908, 9434, 8471, 8984, 8240, 9247, 12112, 9183, 11680, 9392, 10656, 9312, 10411, 9033, 9277, 8876, 8736, 8494, 9177, 8807, 9188, 8673, 8827, 7940, 9285, 12637, 9397, 11834, 8692, 11042, 9167, 10632, 9690, 10186, 9160, 10208, 8963, 10396, 8808, 10446, 8572, 9413, 8422, 8743, 8778, 10004, 8627, 8632, 8764, 8824, 14624, 9149, 12282, 8831, 10110, 8898, 10077, 8845, 9989, 8746, 8354, 8651, 8508, 8311, 8799, 8463, 8502, 8127, 8519, 8219, 8780, 11025, 8630, 9739, 8118, 11782, 8715, 12712, 8477, 10260, 8899, 10486, 9048, 10610, 8816, 9449, 8862, 9380, 8943, 10218, 8888, 9315, 8234, 8062, 8515, 8371, 9068, 8270, 10516, 8093, 11053, 8742, 10568, 8849, 13419, 8784, 8319, 8508, 8679, 8525, 9401, 8199, 12055, 8511, 13044, 9335, 12353, 7992, 14574, 8213, 15768, 8357, 10271, 15650, 8547, 16214, 10224, 14921, 7821, 11098, 8296, 7749, 8942, 8009, 10380, 8159, 8705, 8450, 7958, 8834, 8165, 8242, 8119, 8725, 7889, 8632, 8503, 8544, 9419, 8246, 8358, 8367, 7909, 7856, 8085, 9832, 8226, 9297, 8466, 11069, 8758, 10448, 8691, 9890, 8459, 10544, 8469, 9380, 7951, 8099, 8122, 8214, 7949, 8499, 8128, 8389, 7356, 8331, 11165, 8490, 10948, 8454, 10142, 8374, 11033, 8307, 11006, 8253, 10402, 8103, 10460, 8435, 10214, 9021, 8507, 8436, 12427, 8449, 12845, 9695, 12813, 8228, 10587, 7792, 8371, 12378, 8324, 13191, 8555, 10060, 8561, 8286, 8239, 8272, 7909, 8227, 9237, 8516, 9131, 8585, 8522, 7789, 8399, 7893, 8767, 10178, 8648, 9998, 8568, 10250, 8980, 10584, 8722, 9900, 8373, 9290, 8346, 9298, 7723, 8502, 7672, 8551, 11809, 8798, 11627, 8787, 10298, 8793, 10270, 8494, 9710, 8147, 12746, 8288, 8561, 10534, 8684, 16242, 8702, 12461, 8494, 10651, 8367, 9677, 8791, 8882, 8565, 8359, 7757, 8751, 8551, 8753, 8247, 8346, 8167, 8579, 9643, 8785, 8090, 8400, 7588, 8724, 8861, 8687, 8492, 8551, 8116, 8735, 8660, 8808, 8517, 8425, 8240, 8524, 10351, 8815, 9929, 8548, 7827, 8683, 11396, 8789, 11006, 8814, 9868, 8595, 10632, 8896, 10316, 8583, 9634, 8558, 10677, 8840, 10491, 8963, 10000, 8772, 9961, 8415, 9870, 8715, 10968, 8014, 8454, 8599, 8507, 9125, 8585, 8296, 8842, 9768, 8815, 9874, 8901, 9255, 8794, 9786, 8527, 9540, 8602, 11058, 8959, 8701, 12290, 8949, 9422, 8585, 8781, 8047, 8733, 8956, 9014, 9560, 8872, 9613, 8449, 9210, 8913, 8690, 7950, 8610, 8304, 8594, 8519, 8744, 8656, 8660, 10014, 8795, 11088, 9263, 10154, 9017, 10260, 9043, 10147, 8880, 9444, 8417, 8823, 8277, 8899, 8209, 8847, 10455, 9018, 9460, 8540, 10728, 8938, 10752, 9038, 10197, 9373, 10282, 8864, 9855, 8389, 8586, 8186, 8484, 8474, 8687, 8822, 8875, 8322, 8762, 8457, 8985, 11228, 9034, 10245, 8928, 10475, 8771, 11039, 9071, 10745, 8679, 10702, 8810, 8344, 8730, 8507, 10833, 9331, 10027, 8965, 10031, 8989, 12062, 9138, 14233, 8822, 13798, 8962, 13197, 9891, 13679, 9281, 11191, 8662, 10322, 8970, 11789, 8443, 8707, 8666, 8629, 10155, 8649, 8736, 8545, 9716, 8829, 10136, 8955, 9437, 9100, 9954, 8767, 10243, 8602, 8813, 8842, 8695, 8066, 8868, 11883, 8894, 10259, 8875, 9078, 9257, 9900, 9008, 10057, 8490, 9408, 8004, 8739, 10923, 8962, 11788, 8936, 9624, 8970, 9569, 9237, 9991, 9203, 9637, 8719, 9940, 8573, 9375, 8281, 9322, 8525, 8699, 8547, 8619, 11170, 8857, 15088, 9234, 12976, 8622, 11654, 8977, 10218, 8969, 9950, 8735, 9034, 8786, 9154, 8694, 9373, 8390, 8996, 8533, 8843, 7706, 8942, 8563, 8628, 8107, 8783, 12206, 8685, 10773, 8978, 8767, 8128, 8515, 12285, 9030, 9821, 9113, 8957, 8062, 8670, 8054, 8856, 9359, 8531, 10192, 8729, 8996, 8316, 9594, 8854, 10039, 8643, 9634, 8578, 8403, 11617, 8500, 11889, 8645, 10743, 8645, 10556, 7725, 8795, 8361, 8391, 13235, 8437, 15518, 8320, 12123, 8843, 11197, 8438, 9423, 8325, 8880, 8433, 8270, 8737, 8378, 8545, 9405, 8455, 8717, 8804, 8714, 8787, 10630, 8723, 11481, 7303, 8442, 7610, 8152, 9111, 12925, 7278], 'WindowCenter': [4110.0, 4085.0, 4132.0, 4079.0, 4098.0, 4066.0, 4062.0, 4052.0, 4036.0, 4063.0, 4043.0, 4060.0, 4054.0, 4081.0, 4063.0, 4095.0, 4062.0, 4073.0, 4062.0, 4041.0, 4060.0, 4052.0, 4104.0, 4065.0, 4060.0, 4055.0, 4051.0, 4062.0, 4074.0, 4061.0, 4064.0, 4064.0, 4034.0, 4064.0, 4064.0, 4082.0, 4051.0, 4082.0, 4051.0, 4072.0, 4062.0, 4074.0, 4053.0, 4072.0, 4051.0, 4062.0, 4052.0, 4034.0, 4050.0, 4050.0, 4047.0, 4052.0, 4079.0, 4050.0, 4090.0, 4039.0, 4070.0, 4035.0, 4038.0, 4050.0, 4029.0, 4048.0, 4061.0, 4076.0, 4064.0, 4070.0, 4049.0, 4059.0, 4052.0, 4059.0, 4048.0, 4052.0, 4051.0, 4039.0, 4048.0, 4050.0, 4049.0, 4050.0, 4090.0, 4051.0, 4068.0, 4049.0, 4059.0, 4049.0, 4050.0, 4062.0, 4051.0, 4078.0, 4049.0, 4058.0, 4050.0, 4060.0, 4050.0, 4062.0, 4053.0, 4031.0, 4052.0, 4051.0, 4080.0, 4050.0, 4079.0, 4039.0, 4068.0, 4049.0, 4071.0, 4050.0, 4059.0, 4053.0, 4061.0, 4040.0, 4061.0, 4050.0, 4041.0, 4051.0, 4052.0, 4050.0, 4050.0, 4101.0, 4050.0, 4072.0, 4038.0, 4069.0, 4038.0, 4062.0, 4038.0, 4039.0, 4037.0, 4039.0, 4067.0, 4039.0, 4058.0, 4039.0, 4059.0, 4049.0, 4070.0, 4050.0, 4071.0, 4052.0, 4061.0, 4051.0, 4060.0, 4052.0, 4072.0, 4053.0, 4071.0, 4055.0, 4072.0, 4052.0, 4073.0, 4051.0, 4073.0, 4051.0, 4051.0, 4051.0, 4042.0, 4050.0, 4041.0, 4052.0, 4057.0, 4072.0, 4040.0, 4040.0, 4043.0, 4066.0, 4075.0, 4054.0, 4094.0, 4053.0, 4085.0, 4065.0, 4084.0, 4052.0, 4084.0, 4041.0, 4041.0, 4094.0, 4041.0, 4102.0, 4051.0, 4070.0, 4040.0, 4070.0, 4051.0, 4070.0, 4054.0, 4060.0, 4050.0, 4051.0, 4052.0, 4073.0, 4051.0, 4051.0, 4051.0, 4041.0, 4063.0, 4053.0, 4102.0, 4062.0, 4079.0, 4040.0, 4081.0, 4052.0, 4080.0, 4038.0, 4048.0, 4026.0, 4037.0, 4037.0, 4039.0, 4077.0, 4039.0, 4057.0, 4026.0, 4057.0, 4039.0, 4059.0, 4028.0, 4037.0, 4030.0, 4017.0, 4037.0, 4038.0, 4029.0, 4027.0, 4026.0, 4029.0, 4089.0, 4029.0, 4057.0, 4017.0, 4056.0, 4026.0, 4057.0, 4026.0, 4047.0, 4026.0, 4047.0, 4028.0, 4027.0, 4026.0, 4032.0, 4037.0, 4027.0, 4025.0, 4027.0, 4057.0, 4054.0, 4060.0, 4052.0, 4051.0, 4040.0, 4059.0, 4040.0, 4061.0, 4039.0, 4070.0, 4028.0, 4050.0, 4031.0, 4040.0, 4029.0, 4029.0, 4028.0, 4038.0, 4049.0, 4040.0, 4068.0, 4050.0, 4052.0, 4040.0, 4059.0, 4038.0, 4039.0, 4038.0, 4039.0, 4028.0, 4039.0, 4078.0, 4038.0, 4081.0, 4040.0, 4052.0, 4031.0, 4048.0, 4038.0, 4040.0, 4050.0, 4053.0, 4029.0, 4041.0, 4080.0, 4051.0, 4071.0, 4050.0, 4050.0, 4039.0, 4060.0, 4030.0, 4051.0, 4040.0, 4052.0, 4030.0, 4050.0, 4080.0, 4063.0, 4080.0, 4063.0, 4051.0, 4063.0, 4061.0, 4052.0, 4063.0, 4051.0, 4064.0, 4042.0, 4052.0, 4041.0, 4076.0, 4094.0, 4063.0, 4081.0, 4052.0, 4072.0, 4052.0, 4073.0, 4053.0, 4051.0, 4051.0, 4051.0, 4053.0, 4063.0, 4051.0, 4063.0, 4042.0, 4052.0, 4041.0, 4065.0, 4096.0, 4063.0, 4096.0, 4054.0, 4081.0, 4063.0, 4074.0, 4062.0, 4074.0, 4052.0, 4075.0, 4053.0, 4073.0, 4052.0, 4073.0, 4041.0, 4053.0, 4040.0, 4041.0, 4045.0, 4058.0, 4039.0, 4040.0, 4039.0, 4042.0, 4102.0, 4050.0, 4079.0, 4039.0, 4059.0, 4039.0, 4051.0, 4040.0, 4050.0, 4040.0, 4030.0, 4039.0, 4040.0, 4030.0, 4041.0, 4031.0, 4046.0, 4030.0, 4041.0, 4041.0, 4052.0, 4072.0, 4053.0, 4051.0, 4030.0, 4085.0, 4040.0, 4092.0, 4031.0, 4048.0, 4040.0, 4060.0, 4042.0, 4059.0, 4041.0, 4049.0, 4039.0, 4049.0, 4053.0, 4073.0, 4051.0, 4052.0, 4029.0, 4022.0, 4031.0, 4042.0, 4039.0, 4032.0, 4061.0, 4031.0, 4082.0, 4054.0, 4073.0, 4053.0, 4092.0, 4043.0, 4030.0, 4042.0, 4039.0, 4043.0, 4051.0, 4056.0, 4093.0, 4042.0, 4091.0, 4053.0, 4081.0, 4020.0, 4100.0, 4017.0, 4090.0, 4004.0, 4035.0, 4076.0, 4004.0, 4074.0, 4033.0, 4074.0, 3980.0, 4035.0, 3999.0, 3979.0, 4000.0, 3989.0, 4021.0, 3992.0, 4010.0, 4001.0, 4002.0, 4024.0, 4018.0, 4029.0, 4015.0, 4025.0, 4015.0, 4025.0, 4026.0, 4028.0, 4049.0, 4030.0, 4028.0, 4028.0, 4019.0, 4017.0, 4031.0, 4048.0, 4028.0, 4038.0, 4030.0, 4068.0, 4041.0, 4059.0, 4039.0, 4049.0, 4030.0, 4059.0, 4041.0, 4063.0, 4032.0, 4034.0, 4028.0, 4042.0, 4031.0, 4054.0, 4030.0, 4042.0, 4022.0, 4044.0, 4084.0, 4054.0, 4083.0, 4044.0, 4064.0, 4042.0, 4087.0, 4055.0, 4085.0, 4054.0, 4083.0, 4047.0, 4087.0, 4070.0, 4087.0, 4081.0, 4054.0, 4058.0, 4105.0, 4055.0, 4105.0, 4076.0, 4094.0, 4042.0, 4073.0, 4020.0, 4042.0, 4083.0, 4035.0, 4092.0, 4041.0, 4061.0, 4040.0, 4029.0, 4028.0, 4030.0, 4020.0, 4030.0, 4049.0, 4043.0, 4050.0, 4042.0, 4043.0, 4034.0, 4043.0, 4032.0, 4054.0, 4074.0, 4045.0, 4063.0, 4053.0, 4085.0, 4078.0, 4087.0, 4057.0, 4063.0, 4042.0, 4062.0, 4042.0, 4064.0, 4034.0, 4056.0, 4031.0, 4055.0, 4093.0, 4054.0, 4085.0, 4053.0, 4061.0, 4043.0, 4075.0, 4045.0, 4065.0, 4037.0, 4094.0, 4032.0, 4043.0, 4071.0, 4043.0, 4114.0, 4040.0, 4082.0, 4042.0, 4061.0, 4030.0, 4051.0, 4043.0, 4039.0, 4043.0, 4031.0, 4021.0, 4044.0, 4042.0, 4042.0, 4039.0, 4044.0, 4040.0, 4055.0, 4063.0, 4053.0, 4032.0, 4042.0, 4022.0, 4052.0, 4054.0, 4054.0, 4040.0, 4054.0, 4044.0, 4067.0, 4054.0, 4054.0, 4054.0, 4046.0, 4043.0, 4055.0, 4073.0, 4056.0, 4064.0, 4044.0, 4022.0, 4043.0, 4083.0, 4056.0, 4071.0, 4053.0, 4062.0, 4054.0, 4073.0, 4065.0, 4063.0, 4053.0, 4060.0, 4041.0, 4073.0, 4065.0, 4074.0, 4055.0, 4065.0, 4043.0, 4063.0, 4044.0, 4066.0, 4041.0, 4073.0, 4031.0, 4032.0, 4042.0, 4042.0, 4053.0, 4042.0, 4028.0, 4041.0, 4062.0, 4055.0, 4061.0, 4054.0, 4053.0, 4046.0, 4063.0, 4042.0, 4053.0, 4043.0, 4072.0, 4029.0, 4030.0, 4084.0, 4040.0, 4040.0, 4027.0, 4030.0, 4018.0, 4030.0, 4038.0, 4040.0, 4050.0, 4041.0, 4051.0, 4030.0, 4051.0, 4051.0, 4042.0, 4030.0, 4043.0, 4032.0, 4043.0, 4042.0, 4045.0, 4043.0, 4045.0, 4063.0, 4044.0, 4086.0, 4065.0, 4075.0, 4055.0, 4075.0, 4058.0, 4075.0, 4054.0, 4067.0, 4043.0, 4055.0, 4044.0, 4056.0, 4045.0, 4067.0, 4086.0, 4055.0, 4064.0, 4069.0, 4085.0, 4068.0, 4074.0, 4055.0, 4064.0, 4053.0, 4077.0, 4055.0, 4069.0, 4045.0, 4047.0, 4044.0, 4044.0, 4044.0, 4054.0, 4054.0, 4055.0, 4031.0, 4043.0, 4032.0, 4059.0, 4088.0, 4055.0, 4063.0, 4056.0, 4073.0, 4055.0, 4084.0, 4067.0, 4087.0, 4056.0, 4074.0, 4055.0, 4045.0, 4055.0, 4058.0, 4091.0, 4067.0, 4065.0, 4056.0, 4064.0, 4067.0, 4097.0, 4065.0, 4105.0, 4054.0, 4096.0, 4055.0, 4111.0, 4067.0, 4095.0, 4051.0, 4071.0, 4029.0, 4061.0, 4039.0, 4070.0, 4018.0, 4029.0, 4028.0, 4030.0, 4050.0, 4030.0, 4029.0, 4029.0, 4038.0, 4040.0, 4062.0, 4041.0, 4043.0, 4040.0, 4050.0, 4027.0, 4060.0, 4029.0, 4040.0, 4040.0, 4031.0, 4018.0, 4041.0, 4072.0, 4043.0, 4048.0, 4040.0, 4040.0, 4052.0, 4061.0, 4052.0, 4062.0, 4042.0, 4052.0, 4020.0, 4044.0, 4073.0, 4067.0, 4096.0, 4053.0, 4049.0, 4042.0, 4050.0, 4051.0, 4052.0, 4053.0, 4052.0, 4043.0, 4062.0, 4045.0, 4053.0, 4044.0, 4053.0, 4046.0, 4044.0, 4041.0, 4042.0, 4071.0, 4043.0, 4103.0, 4053.0, 4082.0, 4030.0, 4072.0, 4042.0, 4057.0, 4028.0, 4049.0, 4029.0, 4040.0, 4031.0, 4053.0, 4041.0, 4040.0, 4031.0, 4040.0, 4040.0, 4041.0, 4021.0, 4054.0, 4038.0, 4040.0, 4020.0, 4042.0, 4081.0, 4040.0, 4064.0, 4039.0, 4029.0, 4007.0, 4030.0, 4070.0, 4027.0, 4050.0, 4039.0, 4031.0, 4020.0, 4030.0, 4019.0, 4053.0, 4055.0, 4065.0, 4076.0, 4044.0, 4042.0, 4043.0, 4050.0, 4056.0, 4063.0, 4043.0, 4066.0, 4046.0, 4044.0, 4076.0, 4042.0, 4083.0, 4042.0, 4072.0, 4056.0, 4075.0, 4025.0, 4042.0, 4030.0, 4045.0, 4097.0, 4033.0, 4094.0, 4019.0, 4068.0, 4030.0, 4063.0, 4031.0, 4037.0, 4020.0, 4028.0, 4021.0, 4030.0, 4030.0, 4045.0, 4043.0, 4054.0, 4032.0, 4044.0, 4044.0, 4042.0, 4044.0, 4077.0, 4057.0, 4087.0, 4011.0, 4043.0, 4034.0, 4046.0, 4052.0, 4095.0, 4013.0], 'WindowWidth': [9149.0, 9103.0, 9162.0, 9080.0, 9101.0, 9054.0, 9044.0, 9029.0, 9012.0, 9043.0, 9018.0, 9036.0, 9033.0, 9064.0, 9047.0, 9092.0, 9043.0, 9058.0, 9042.0, 9013.0, 9035.0, 9030.0, 9102.0, 9050.0, 9035.0, 9035.0, 9025.0, 9041.0, 9062.0, 9040.0, 9045.0, 9045.0, 9009.0, 9047.0, 9050.0, 9068.0, 9026.0, 9067.0, 9027.0, 9053.0, 9042.0, 9059.0, 9031.0, 9053.0, 9024.0, 9041.0, 9026.0, 9004.0, 9021.0, 9022.0, 9012.0, 9023.0, 9057.0, 9022.0, 9076.0, 9005.0, 9046.0, 8994.0, 9000.0, 9021.0, 8994.0, 9015.0, 9039.0, 9068.0, 9050.0, 9048.0, 9020.0, 9031.0, 9028.0, 9032.0, 9016.0, 9025.0, 9022.0, 9006.0, 9017.0, 9021.0, 9017.0, 9022.0, 9077.0, 9026.0, 9045.0, 9019.0, 9033.0, 9018.0, 9021.0, 9039.0, 9023.0, 9057.0, 9020.0, 9028.0, 9021.0, 9036.0, 9024.0, 9043.0, 9027.0, 9000.0, 9026.0, 9025.0, 9062.0, 9022.0, 9057.0, 9007.0, 9043.0, 9021.0, 9052.0, 9025.0, 9034.0, 9031.0, 9039.0, 9009.0, 9039.0, 9024.0, 9015.0, 9029.0, 9029.0, 9023.0, 9024.0, 9095.0, 9022.0, 9051.0, 9005.0, 9046.0, 9003.0, 9040.0, 9002.0, 9007.0, 8999.0, 9005.0, 9040.0, 9006.0, 9031.0, 9008.0, 9033.0, 9021.0, 9049.0, 9026.0, 9053.0, 9031.0, 9040.0, 9028.0, 9039.0, 9030.0, 9056.0, 9032.0, 9052.0, 9036.0, 9056.0, 9030.0, 9060.0, 9028.0, 9057.0, 9026.0, 9028.0, 9027.0, 9018.0, 9025.0, 9014.0, 9028.0, 9043.0, 9055.0, 9011.0, 9012.0, 9021.0, 9056.0, 9067.0, 9037.0, 9090.0, 9034.0, 9078.0, 9052.0, 9078.0, 9030.0, 9075.0, 9012.0, 9014.0, 9087.0, 9013.0, 9097.0, 9027.0, 9049.0, 9008.0, 9048.0, 9028.0, 9051.0, 9033.0, 9038.0, 9025.0, 9027.0, 9032.0, 9062.0, 9029.0, 9028.0, 9025.0, 9015.0, 9049.0, 9034.0, 9098.0, 9043.0, 9061.0, 9012.0, 9066.0, 9028.0, 9064.0, 9004.0, 9017.0, 8985.0, 9000.0, 9000.0, 9005.0, 9057.0, 9006.0, 9026.0, 8984.0, 9026.0, 9004.0, 9032.0, 8990.0, 9000.0, 8991.0, 8974.0, 9002.0, 9003.0, 8990.0, 8987.0, 8983.0, 8991.0, 9074.0, 8992.0, 9025.0, 8971.0, 9022.0, 8983.0, 9026.0, 8984.0, 9012.0, 8984.0, 9012.0, 8987.0, 8987.0, 8982.0, 8996.0, 8999.0, 8987.0, 8982.0, 8988.0, 9027.0, 9034.0, 9037.0, 9028.0, 9023.0, 9009.0, 9033.0, 9007.0, 9038.0, 9006.0, 9047.0, 8989.0, 9021.0, 8996.0, 9010.0, 8994.0, 8993.0, 8988.0, 9004.0, 9019.0, 9007.0, 9043.0, 9024.0, 9027.0, 9008.0, 9032.0, 9002.0, 9007.0, 9003.0, 9006.0, 8989.0, 9006.0, 9057.0, 9004.0, 9063.0, 9008.0, 9023.0, 8995.0, 9016.0, 9003.0, 9009.0, 9020.0, 9029.0, 8992.0, 9013.0, 9061.0, 9026.0, 9050.0, 9023.0, 9022.0, 9007.0, 9034.0, 8997.0, 9026.0, 9009.0, 9028.0, 8995.0, 9023.0, 9061.0, 9047.0, 9066.0, 9045.0, 9027.0, 9045.0, 9040.0, 9031.0, 9046.0, 9028.0, 9050.0, 9016.0, 9030.0, 9013.0, 9069.0, 9089.0, 9045.0, 9067.0, 9029.0, 9053.0, 9028.0, 9058.0, 9031.0, 9026.0, 9028.0, 9027.0, 9032.0, 9047.0, 9029.0, 9046.0, 9016.0, 9031.0, 9014.0, 9052.0, 9094.0, 9047.0, 9094.0, 9035.0, 9067.0, 9046.0, 9060.0, 9045.0, 9061.0, 9030.0, 9065.0, 9032.0, 9059.0, 9032.0, 9057.0, 9011.0, 9028.0, 9009.0, 9013.0, 9022.0, 9033.0, 9006.0, 9009.0, 9006.0, 9013.0, 9095.0, 9021.0, 9060.0, 9004.0, 9031.0, 9004.0, 9024.0, 9008.0, 9022.0, 9007.0, 8995.0, 9005.0, 9008.0, 8994.0, 9012.0, 8997.0, 9024.0, 8994.0, 9013.0, 9013.0, 9031.0, 9057.0, 9033.0, 9026.0, 8998.0, 9074.0, 9011.0, 9080.0, 8997.0, 9016.0, 9008.0, 9034.0, 9014.0, 9033.0, 9012.0, 9018.0, 9006.0, 9020.0, 9030.0, 9059.0, 9027.0, 9026.0, 8993.0, 8985.0, 8996.0, 9015.0, 9006.0, 9000.0, 9036.0, 8998.0, 9071.0, 9036.0, 9062.0, 9033.0, 9084.0, 9019.0, 8995.0, 9016.0, 9006.0, 9018.0, 9025.0, 9042.0, 9085.0, 9015.0, 9079.0, 9029.0, 9064.0, 8983.0, 9089.0, 8971.0, 9074.0, 8948.0, 8991.0, 9046.0, 8946.0, 9041.0, 8985.0, 9041.0, 8909.0, 8987.0, 8932.0, 8906.0, 8934.0, 8920.0, 8962.0, 8927.0, 8952.0, 8942.0, 8943.0, 8973.0, 8975.0, 8989.0, 8968.0, 8980.0, 8968.0, 8981.0, 8983.0, 8990.0, 9021.0, 8993.0, 8991.0, 8989.0, 8978.0, 8974.0, 8998.0, 9016.0, 8991.0, 9004.0, 8994.0, 9043.0, 9011.0, 9031.0, 9008.0, 9019.0, 8996.0, 9032.0, 9012.0, 9046.0, 9000.0, 9005.0, 8991.0, 9014.0, 8998.0, 9034.0, 8997.0, 9016.0, 8989.0, 9020.0, 9073.0, 9035.0, 9072.0, 9021.0, 9046.0, 9018.0, 9082.0, 9040.0, 9078.0, 9037.0, 9073.0, 9032.0, 9081.0, 9067.0, 9086.0, 9085.0, 9038.0, 9047.0, 9106.0, 9038.0, 9105.0, 9069.0, 9089.0, 9014.0, 9057.0, 8984.0, 9017.0, 9071.0, 9005.0, 9079.0, 9012.0, 9037.0, 9008.0, 8994.0, 8988.0, 8995.0, 8981.0, 8994.0, 9019.0, 9017.0, 9023.0, 9014.0, 9018.0, 9006.0, 9019.0, 9001.0, 9034.0, 9060.0, 9022.0, 9043.0, 9032.0, 9082.0, 9078.0, 9084.0, 9043.0, 9044.0, 9016.0, 9042.0, 9017.0, 9050.0, 9008.0, 9040.0, 9001.0, 9039.0, 9085.0, 9037.0, 9078.0, 9032.0, 9040.0, 9019.0, 9062.0, 9022.0, 9052.0, 9014.0, 9089.0, 8999.0, 9015.0, 9052.0, 9017.0, 9117.0, 9009.0, 9064.0, 9013.0, 9037.0, 8996.0, 9024.0, 9015.0, 9007.0, 9014.0, 8999.0, 8984.0, 9018.0, 9013.0, 9015.0, 9008.0, 9019.0, 9011.0, 9037.0, 9044.0, 9033.0, 9001.0, 9015.0, 8988.0, 9030.0, 9034.0, 9033.0, 9011.0, 9035.0, 9022.0, 9059.0, 9035.0, 9037.0, 9033.0, 9026.0, 9018.0, 9037.0, 9060.0, 9039.0, 9048.0, 9019.0, 8988.0, 9018.0, 9071.0, 9038.0, 9053.0, 9030.0, 9041.0, 9035.0, 9060.0, 9053.0, 9045.0, 9032.0, 9038.0, 9012.0, 9057.0, 9051.0, 9061.0, 9038.0, 9049.0, 9017.0, 9043.0, 9021.0, 9052.0, 9012.0, 9058.0, 8997.0, 9001.0, 9011.0, 9013.0, 9027.0, 9012.0, 8989.0, 9012.0, 9038.0, 9036.0, 9041.0, 9035.0, 9031.0, 9023.0, 9042.0, 9014.0, 9031.0, 9014.0, 9053.0, 8990.0, 8993.0, 9069.0, 9008.0, 9006.0, 8985.0, 8993.0, 8973.0, 8992.0, 9001.0, 9009.0, 9020.0, 9009.0, 9023.0, 8994.0, 9023.0, 9025.0, 9014.0, 8995.0, 9016.0, 9000.0, 9016.0, 9015.0, 9021.0, 9016.0, 9021.0, 9041.0, 9021.0, 9081.0, 9050.0, 9064.0, 9038.0, 9063.0, 9043.0, 9062.0, 9033.0, 9053.0, 9017.0, 9036.0, 9020.0, 9038.0, 9022.0, 9057.0, 9081.0, 9039.0, 9046.0, 9063.0, 9076.0, 9057.0, 9061.0, 9037.0, 9046.0, 9031.0, 9070.0, 9034.0, 9057.0, 9021.0, 9026.0, 9019.0, 9020.0, 9018.0, 9034.0, 9033.0, 9036.0, 8999.0, 9017.0, 9000.0, 9044.0, 9083.0, 9035.0, 9043.0, 9038.0, 9057.0, 9036.0, 9074.0, 9057.0, 9082.0, 9039.0, 9058.0, 9034.0, 9023.0, 9036.0, 9048.0, 9094.0, 9057.0, 9050.0, 9038.0, 9048.0, 9056.0, 9098.0, 9053.0, 9104.0, 9034.0, 9090.0, 9035.0, 9123.0, 9056.0, 9087.0, 9023.0, 9049.0, 8990.0, 9038.0, 9005.0, 9046.0, 8974.0, 8991.0, 8986.0, 8992.0, 9018.0, 8994.0, 8990.0, 8990.0, 8999.0, 9007.0, 9039.0, 9011.0, 9011.0, 9005.0, 9018.0, 8986.0, 9034.0, 8991.0, 9006.0, 9006.0, 8994.0, 8973.0, 9006.0, 9051.0, 9011.0, 9013.0, 9008.0, 9006.0, 9026.0, 9038.0, 9029.0, 9040.0, 9014.0, 9025.0, 8981.0, 9018.0, 9056.0, 9058.0, 9094.0, 9029.0, 9017.0, 9011.0, 9019.0, 9023.0, 9025.0, 9027.0, 9024.0, 9015.0, 9039.0, 9022.0, 9030.0, 9021.0, 9030.0, 9022.0, 9018.0, 9009.0, 9012.0, 9053.0, 9015.0, 9097.0, 9031.0, 9067.0, 8993.0, 9054.0, 9014.0, 9028.0, 8989.0, 9017.0, 8991.0, 9008.0, 8994.0, 9030.0, 9010.0, 9006.0, 8996.0, 9006.0, 9007.0, 9009.0, 8985.0, 9032.0, 9004.0, 9008.0, 8982.0, 9013.0, 9065.0, 9008.0, 9043.0, 9004.0, 8991.0, 8957.0, 8991.0, 9044.0, 8985.0, 9019.0, 9003.0, 8994.0, 8977.0, 8994.0, 8976.0, 9027.0, 9035.0, 9055.0, 9068.0, 9019.0, 9013.0, 9017.0, 9020.0, 9036.0, 9045.0, 9016.0, 9053.0, 9025.0, 9022.0, 9062.0, 9015.0, 9069.0, 9013.0, 9054.0, 9038.0, 9063.0, 8992.0, 9011.0, 8993.0, 9021.0, 9093.0, 9000.0, 9084.0, 8975.0, 9040.0, 8988.0, 9039.0, 8995.0, 8997.0, 8976.0, 8986.0, 8980.0, 8991.0, 8994.0, 9021.0, 9014.0, 9031.0, 9001.0, 9017.0, 9016.0, 9013.0, 9021.0, 9067.0, 9041.0, 9084.0, 8971.0, 9018.0, 9009.0, 9027.0, 9027.0, 9090.0, 8973.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.003135813186813187</td></tr>
<tr><td colspan=3>aqi</td><td>0.02663527835164835</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.487148331045105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1791204759955993</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0188250440374036</td></tr>
<tr><td colspan=3>efc</td><td>0.4593</td></tr>
<tr><td colspan=3>fber</td><td>5455.0234</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11009803507291177</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.7032967032967035</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3398835560118756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2541128553486707</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5251526670683964</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2403851456185597</td></tr>
<tr><td colspan=3>gcor</td><td>0.00783938</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020873410627245903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03236846253275871</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.8035472594807542</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>40.5429</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5445</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.4854</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306449.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.2879</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0278</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.5225</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3296.7838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.3561</td></tr>
<tr><td colspan=3>tsnr</td><td>34.34583977423608</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>