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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-02/func/sub-0091_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1dfa49cf9fb49373eea444540c465ae5</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:53:55.655000</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.999764, 0.0138395, 0.016766, -0.00959738, 0.972948, -0.230825]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120521</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7701, -7225, 557, -62, -156, -101, 83]</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>271.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe75bd0a-5ad0-4f20-8263-5b9cb56cdeb5||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.6822926998138428, -0.02574906498193741, 0.05266882851719856, 112.7123031616211], [-0.03713040426373482, 2.6103482246398926, -0.6226456761360168, -74.4144515991211], [0.04498201608657837, 0.6192865371704102, 2.626697301864624, -87.26700592041016], [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': ['185355.655000', '185356.115000', '185356.575000', '185357.035000', '185357.495000', '185357.955000', '185358.415000', '185358.875000', '185359.335000', '185359.795000', '185400.255000', '185400.715000', '185401.175000', '185401.635000', '185402.095000', '185402.555000', '185403.015000', '185403.475000', '185403.935000', '185404.395000', '185404.855000', '185405.315000', '185405.775000', '185406.235000', '185406.695000', '185407.155000', '185407.615000', '185408.075000', '185408.535000', '185408.995000', '185409.455000', '185409.915000', '185410.375000', '185410.835000', '185411.295000', '185411.755000', '185412.215000', '185412.675000', '185413.135000', '185413.595000', '185414.055000', '185414.515000', '185414.975000', '185415.435000', '185415.895000', '185416.355000', '185416.815000', '185417.275000', '185417.735000', '185418.195000', '185418.655000', '185419.115000', '185419.575000', '185420.035000', '185420.495000', '185420.955000', '185421.415000', '185421.875000', '185422.335000', '185422.795000', '185423.255000', '185423.715000', '185424.175000', '185424.635000', '185425.095000', '185425.555000', '185426.015000', '185426.475000', '185426.935000', '185427.395000', '185427.855000', '185428.315000', '185428.775000', '185429.235000', '185429.695000', '185430.155000', '185430.615000', '185431.075000', '185431.535000', '185431.995000', '185432.455000', '185432.915000', '185433.375000', '185433.835000', '185434.295000', '185434.755000', '185435.215000', '185435.675000', '185436.135000', '185436.595000', '185437.055000', '185437.515000', '185437.975000', '185438.435000', '185438.895000', '185439.355000', '185439.815000', '185440.275000', '185440.735000', '185441.195000', '185441.655000', '185442.115000', '185442.575000', '185443.035000', '185443.495000', '185443.955000', '185444.415000', '185444.875000', '185445.335000', '185445.795000', '185446.255000', '185446.715000', '185447.175000', '185447.635000', '185448.095000', '185448.555000', '185449.015000', '185449.475000', '185449.935000', '185450.395000', '185450.855000', '185451.315000', '185451.775000', '185452.235000', '185452.695000', '185453.155000', '185453.615000', '185454.075000', '185454.535000', '185454.995000', '185455.455000', '185455.915000', '185456.375000', '185456.835000', '185457.295000', '185457.755000', '185458.215000', '185458.675000', '185459.135000', '185459.595000', '185500.055000', '185500.515000', '185500.975000', '185501.435000', '185501.895000', '185502.355000', '185502.815000', '185503.275000', '185503.735000', '185504.195000', '185504.655000', '185505.115000', '185505.575000', '185506.035000', '185506.495000', '185506.955000', '185507.415000', '185507.875000', '185508.335000', '185508.795000', '185509.255000', '185509.715000', '185510.175000', '185510.635000', '185511.095000', '185511.555000', '185512.015000', '185512.475000', '185512.935000', '185513.395000', '185513.855000', '185514.315000', '185514.775000', '185515.235000', '185515.695000', '185516.155000', '185516.615000', '185517.075000', '185517.535000', '185517.995000', '185518.455000', '185518.915000', '185519.375000', '185519.835000', '185520.295000', '185520.755000', '185521.215000', '185521.675000', '185522.135000', '185522.595000', '185523.055000', '185523.515000', '185523.975000', '185524.435000', '185524.895000', '185525.355000', '185525.815000', '185526.275000', '185526.735000', '185527.195000', '185527.655000', '185528.115000', '185528.575000', '185529.035000', '185529.495000', '185529.955000', '185530.415000', '185530.875000', '185531.335000', '185531.795000', '185532.255000', '185532.715000', '185533.175000', '185533.635000', '185534.095000', '185534.555000', '185535.015000', '185535.475000', '185535.935000', '185536.395000', '185536.855000', '185537.315000', '185537.775000', '185538.235000', '185538.695000', '185539.155000', '185539.615000', '185540.075000', '185540.535000', '185540.995000', '185541.455000', '185541.915000', '185542.375000', '185542.835000', '185543.295000', '185543.755000', '185544.215000', '185544.675000', '185545.135000', '185545.595000', '185546.055000', '185546.515000', '185546.975000', '185547.435000', '185547.895000', '185548.355000', '185548.815000', '185549.275000', '185549.735000', '185550.195000', '185550.655000', '185551.115000', '185551.575000', '185552.035000', '185552.495000', '185552.955000', '185553.415000', '185553.875000', '185554.335000', '185554.795000', '185555.255000', '185555.715000', '185556.175000', '185556.635000', '185557.095000', '185557.555000', '185558.015000', '185558.475000', '185558.935000', '185559.395000', '185559.855000', '185600.315000', '185600.775000', '185601.235000', '185601.695000', '185602.155000', '185602.615000', '185603.075000', '185603.535000', '185603.995000', '185604.455000', '185604.915000', '185605.375000', '185605.835000', '185606.295000', '185606.755000', '185607.215000', '185607.675000', '185608.135000', '185608.595000', '185609.055000', '185609.515000', '185609.975000', '185610.435000', '185610.895000', '185611.355000', '185611.815000', '185612.275000', '185612.735000', '185613.195000', '185613.655000', '185614.115000', '185614.575000', '185615.035000', '185615.495000', '185615.955000', '185616.415000', '185616.875000', '185617.335000', '185617.795000', '185618.255000', '185618.715000', '185619.175000', '185619.635000', '185620.095000', '185620.555000', '185621.015000', '185621.475000', '185621.935000', '185622.395000', '185622.855000', '185623.315000', '185623.775000', '185624.235000', '185624.695000', '185625.155000', '185625.615000', '185626.075000', '185626.535000', '185626.995000', '185627.455000', '185627.915000', '185628.375000', '185628.835000', '185629.295000', '185629.755000', '185630.215000', '185630.675000', '185631.135000', '185631.595000', '185632.055000', '185632.515000', '185632.975000', '185633.435000', '185633.895000', '185634.355000', '185634.815000', '185635.275000', '185635.735000', '185636.195000', '185636.655000', '185637.115000', '185637.575000', '185638.035000', '185638.495000', '185638.955000', '185639.415000', '185639.875000', '185640.335000', '185640.795000', '185641.255000', '185641.715000', '185642.175000', '185642.635000', '185643.095000', '185643.555000', '185644.015000', '185644.475000', '185644.935000', '185645.395000', '185645.855000', '185646.315000', '185646.775000', '185647.235000', '185647.695000', '185648.155000', '185648.615000', '185649.075000', '185649.535000', '185649.995000', '185650.455000', '185650.915000', '185651.375000', '185651.835000', '185652.295000', '185652.755000', '185653.215000', '185653.675000', '185654.135000', '185654.595000', '185655.055000', '185655.515000', '185655.975000', '185656.435000', '185656.895000', '185657.355000', '185657.815000', '185658.275000', '185658.735000', '185659.195000', '185659.655000', '185700.115000', '185700.575000', '185701.035000', '185701.495000', '185701.955000', '185702.415000', '185702.875000', '185703.335000', '185703.795000', '185704.255000', '185704.715000', '185705.175000', '185705.635000', '185706.095000', '185706.555000', '185707.015000', '185707.475000', '185707.935000', '185708.395000', '185708.855000', '185709.315000', '185709.775000', '185710.235000', '185710.695000', '185711.155000', '185711.615000', '185712.075000', '185712.535000', '185712.995000', '185713.455000', '185713.915000', '185714.375000', '185714.835000', '185715.295000', '185715.755000', '185716.215000', '185716.675000', '185717.135000', '185717.595000', '185718.055000', '185718.515000', '185718.975000', '185719.435000', '185719.895000', '185720.355000', '185720.815000', '185721.275000', '185721.735000', '185722.195000', '185722.655000', '185723.115000', '185723.575000', '185724.035000', '185724.495000', '185724.955000', '185725.415000', '185725.875000', '185726.335000', '185726.795000', '185727.255000', '185727.715000', '185728.175000', '185728.635000', '185729.095000', '185729.555000', '185730.015000', '185730.475000', '185730.935000', '185731.395000', '185731.855000', '185732.315000', '185732.775000', '185733.235000', '185733.695000', '185734.155000', '185734.615000', '185735.075000', '185735.535000', '185735.995000', '185736.455000', '185736.915000', '185737.375000', '185737.835000', '185738.295000', '185738.755000', '185739.215000', '185739.675000', '185740.135000', '185740.595000', '185741.055000', '185741.515000', '185741.975000', '185742.435000', '185742.895000', '185743.355000', '185743.815000', '185744.275000', '185744.735000', '185745.195000', '185745.655000', '185746.115000', '185746.575000', '185747.035000', '185747.495000', '185747.955000', '185748.415000', '185748.875000', '185749.335000', '185749.795000', '185750.255000', '185750.715000', '185751.175000', '185751.635000', '185752.095000', '185752.555000', '185753.015000', '185753.475000', '185753.935000', '185754.395000', '185754.855000', '185755.315000', '185755.775000', '185756.235000', '185756.695000', '185757.155000', '185757.615000', '185758.075000', '185758.535000', '185758.995000', '185759.455000', '185759.915000', '185800.375000', '185800.835000', '185801.295000', '185801.755000', '185802.215000', '185802.675000', '185803.135000', '185803.595000', '185804.055000', '185804.515000', '185804.975000', '185805.435000', '185805.895000', '185806.355000', '185806.815000', '185807.275000', '185807.735000', '185808.195000', '185808.655000', '185809.115000', '185809.575000', '185810.035000', '185810.495000', '185810.955000', '185811.415000', '185811.875000', '185812.335000', '185812.795000', '185813.255000', '185813.715000', '185814.175000', '185814.635000', '185815.095000', '185815.555000', '185816.015000', '185816.475000', '185816.935000', '185817.395000', '185817.855000', '185818.315000', '185818.775000', '185819.235000', '185819.695000', '185820.155000', '185820.615000', '185821.075000', '185821.535000', '185821.995000', '185822.455000', '185822.915000', '185823.375000', '185823.835000', '185824.295000', '185824.755000', '185825.215000', '185825.675000', '185826.135000', '185826.595000', '185827.055000', '185827.515000', '185827.975000', '185828.435000', '185828.895000', '185829.355000', '185829.815000', '185830.275000', '185830.735000', '185831.195000', '185831.655000', '185832.115000', '185832.575000', '185833.035000', '185833.495000', '185833.955000', '185834.415000', '185834.875000', '185835.335000', '185835.795000', '185836.255000', '185836.715000', '185837.175000', '185837.635000', '185838.095000', '185838.555000', '185839.015000', '185839.475000', '185839.935000', '185840.395000', '185840.855000', '185841.315000', '185841.775000', '185842.235000', '185842.695000', '185843.155000', '185843.615000', '185844.075000', '185844.535000', '185844.995000', '185845.455000', '185845.915000', '185846.375000', '185846.835000', '185847.295000', '185847.755000', '185848.215000', '185848.675000', '185849.135000', '185849.595000', '185850.055000', '185850.515000', '185850.975000', '185851.435000', '185851.895000', '185852.355000', '185852.815000', '185853.275000', '185853.735000', '185854.195000', '185854.655000', '185855.115000', '185855.575000', '185856.035000', '185856.495000', '185856.955000', '185857.415000', '185857.875000', '185858.335000', '185858.795000', '185859.255000', '185859.715000', '185900.175000', '185900.635000', '185901.095000', '185901.555000', '185902.015000', '185902.475000', '185902.935000', '185903.395000', '185903.855000', '185904.315000', '185904.775000', '185905.235000', '185905.695000', '185906.155000', '185906.615000', '185907.075000', '185907.535000', '185907.995000', '185908.455000', '185908.915000', '185909.375000', '185909.835000', '185910.295000', '185910.755000', '185911.215000', '185911.675000', '185912.135000', '185912.595000', '185913.055000', '185913.515000', '185913.975000', '185914.435000', '185914.895000', '185915.355000', '185915.815000', '185916.275000', '185916.735000', '185917.195000', '185917.655000', '185918.115000', '185918.575000', '185919.035000', '185919.495000', '185919.955000', '185920.415000', '185920.875000', '185921.335000', '185921.795000', '185922.255000', '185922.715000', '185923.175000', '185923.635000', '185924.095000', '185924.555000', '185925.015000', '185925.475000', '185925.935000', '185926.395000', '185926.855000', '185927.315000', '185927.775000', '185928.235000', '185928.695000', '185929.155000', '185929.615000', '185930.075000', '185930.535000', '185930.995000', '185931.455000', '185931.915000', '185932.375000', '185932.835000', '185933.295000', '185933.755000', '185934.215000', '185934.675000', '185935.135000', '185935.595000', '185936.055000', '185936.515000', '185936.975000', '185937.435000', '185937.895000', '185938.355000', '185938.815000', '185939.275000', '185939.735000', '185940.195000', '185940.655000', '185941.115000', '185941.575000', '185942.035000', '185942.495000', '185942.955000', '185943.415000', '185943.875000', '185944.335000', '185944.795000', '185945.255000', '185945.715000', '185946.175000', '185946.635000', '185947.095000', '185947.555000', '185948.015000', '185948.475000', '185948.935000', '185949.395000', '185949.855000', '185950.315000', '185950.775000', '185951.235000', '185951.695000', '185952.155000', '185952.615000', '185953.075000', '185953.535000', '185953.995000', '185954.455000', '185954.915000', '185955.375000', '185955.835000', '185956.295000', '185956.755000', '185957.215000', '185957.675000', '185958.135000', '185958.595000', '185959.055000', '185959.515000', '185959.975000', '190000.435000', '190000.895000', '190001.355000', '190001.815000', '190002.275000', '190002.735000', '190003.195000', '190003.655000', '190004.115000', '190004.575000', '190005.035000', '190005.495000', '190005.955000', '190006.415000', '190006.875000', '190007.335000', '190007.795000', '190008.255000', '190008.715000', '190009.175000', '190009.635000', '190010.095000', '190010.555000', '190011.015000', '190011.475000', '190011.935000', '190012.395000', '190012.855000', '190013.315000', '190013.775000', '190014.235000', '190014.695000', '190015.155000', '190015.615000', '190016.075000', '190016.535000', '190016.995000', '190017.455000', '190017.915000', '190018.375000', '190018.835000', '190019.295000', '190019.755000', '190020.215000', '190020.675000', '190021.135000', '190021.595000', '190022.055000', '190022.515000', '190022.975000', '190023.435000', '190023.895000', '190024.355000', '190024.815000', '190025.275000', '190025.735000', '190026.195000', '190026.655000', '190027.115000', '190027.575000', '190028.035000', '190028.495000', '190028.955000', '190029.415000', '190029.875000', '190030.335000', '190030.795000', '190031.255000', '190031.715000', '190032.175000', '190032.635000', '190033.095000', '190033.555000', '190034.015000', '190034.475000', '190034.935000', '190035.395000', '190035.855000', '190036.315000', '190036.775000', '190037.235000', '190037.695000', '190038.155000', '190038.615000', '190039.075000', '190039.535000', '190039.995000', '190040.455000', '190040.915000', '190041.375000', '190041.835000', '190042.295000', '190042.755000', '190043.215000', '190043.675000', '190044.135000', '190044.595000', '190045.055000', '190045.515000', '190045.975000', '190046.435000', '190046.895000', '190047.355000', '190047.815000', '190048.275000', '190048.735000', '190049.195000', '190049.655000', '190050.115000', '190050.575000', '190051.035000', '190051.495000', '190051.955000', '190052.415000', '190052.875000', '190053.335000', '190053.795000', '190054.255000', '190054.715000', '190055.175000', '190055.635000'], 'ContentTime': ['185410.676000', '185410.679000', '185410.682000', '185410.684000', '185410.687000', '185410.690000', '185410.700000', '185410.709000', '185410.711000', '185410.714000', '185410.716000', '185410.719000', '185410.722000', '185410.724000', '185410.727000', '185410.729000', '185410.732000', '185410.735000', '185410.737000', '185410.740000', '185410.742000', '185410.745000', '185410.750000', '185410.752000', '185410.756000', '185410.760000', '185410.763000', '185410.766000', '185410.769000', '185430.652000', '185430.654000', '185430.657000', '185430.660000', '185430.663000', '185430.666000', '185430.668000', '185430.671000', '185430.673000', '185430.676000', '185430.678000', '185430.681000', '185430.684000', '185430.686000', '185430.689000', '185430.692000', '185430.694000', '185430.697000', '185430.699000', '185430.702000', '185430.705000', '185430.707000', '185430.715000', '185430.718000', '185430.720000', '185430.723000', '185430.725000', '185430.728000', '185430.731000', '185430.733000', '185430.736000', '185430.738000', '185430.741000', '185430.744000', '185430.746000', '185430.749000', '185430.751000', '185430.754000', '185430.756000', '185430.759000', '185430.762000', '185430.764000', '185430.767000', '185430.770000', '185450.651000', '185450.655000', '185450.657000', '185450.660000', '185450.662000', '185450.665000', '185450.668000', '185450.670000', '185450.673000', '185450.679000', '185450.681000', '185450.684000', '185450.687000', '185450.689000', '185450.692000', '185450.694000', '185450.697000', '185450.700000', '185450.702000', '185450.705000', '185450.707000', '185450.710000', '185450.713000', '185450.715000', '185450.718000', '185450.731000', '185450.734000', '185450.737000', '185450.739000', '185450.742000', '185450.744000', '185450.747000', '185450.750000', '185450.752000', '185450.755000', '185450.757000', '185450.760000', '185450.763000', '185450.765000', '185450.768000', '185450.770000', '185450.773000', '185450.776000', '185510.651000', '185510.654000', '185510.657000', '185510.660000', '185510.662000', '185510.665000', '185510.667000', '185510.670000', '185510.673000', '185510.675000', '185510.678000', '185510.681000', '185510.683000', '185510.686000', '185510.688000', '185510.691000', '185510.693000', '185510.696000', '185510.699000', '185510.702000', '185510.704000', '185510.707000', '185510.709000', '185510.712000', '185510.715000', '185510.717000', '185510.720000', '185510.722000', '185510.725000', '185510.728000', '185510.730000', '185510.733000', '185510.736000', '185510.738000', '185510.741000', '185510.743000', '185510.746000', '185510.749000', '185510.751000', '185510.754000', '185510.756000', '185510.759000', '185510.762000', '185510.764000', '185530.651000', '185530.654000', '185530.657000', '185530.659000', '185530.662000', '185530.665000', '185530.667000', '185530.670000', '185530.673000', '185530.675000', '185530.678000', '185530.680000', '185530.683000', '185530.686000', '185530.688000', '185530.691000', '185530.694000', '185530.696000', '185530.699000', '185530.701000', '185530.704000', '185530.707000', '185530.709000', '185530.712000', '185530.715000', '185530.718000', '185530.720000', '185530.723000', '185530.725000', '185530.728000', '185530.731000', '185530.733000', '185530.736000', '185530.738000', '185530.741000', '185530.743000', '185530.746000', '185530.749000', '185530.751000', '185530.754000', '185530.757000', '185530.759000', '185530.762000', '185550.652000', '185550.654000', '185550.657000', '185550.660000', '185550.662000', '185550.665000', '185550.668000', '185550.670000', '185550.673000', '185550.676000', '185550.678000', '185550.681000', '185550.683000', '185550.686000', '185550.689000', '185550.691000', '185550.694000', '185550.697000', '185550.699000', '185550.702000', '185550.705000', '185550.707000', '185550.710000', '185550.713000', '185550.715000', '185550.718000', '185550.721000', '185550.723000', '185550.726000', '185550.729000', '185550.731000', '185550.734000', '185550.737000', '185550.739000', '185550.742000', '185550.744000', '185550.747000', '185550.750000', '185550.752000', '185550.755000', '185550.758000', '185550.760000', '185550.763000', '185550.766000', '185610.651000', '185610.654000', '185610.657000', '185610.660000', '185610.662000', '185610.665000', '185610.668000', '185610.670000', '185610.673000', '185610.676000', '185610.678000', '185610.681000', '185610.683000', '185610.686000', '185610.689000', '185610.692000', '185610.694000', '185610.697000', '185610.699000', '185610.702000', '185610.705000', '185610.707000', '185610.710000', '185610.713000', '185610.715000', '185610.718000', '185610.721000', '185610.723000', '185610.726000', '185610.728000', '185610.731000', '185610.734000', '185610.736000', '185610.739000', '185610.742000', '185610.744000', '185610.747000', '185610.750000', '185610.752000', '185610.755000', '185610.757000', '185610.760000', '185610.763000', '185630.652000', '185630.654000', '185630.657000', '185630.660000', '185630.663000', '185630.665000', '185630.668000', '185630.671000', '185630.674000', '185630.676000', '185630.679000', '185630.681000', '185630.684000', '185630.687000', '185630.689000', '185630.692000', '185630.695000', '185630.697000', '185630.700000', '185630.702000', '185630.705000', '185630.723000', '185630.726000', '185630.728000', '185630.731000', '185630.734000', '185630.736000', '185630.739000', '185630.742000', '185630.744000', '185630.747000', '185630.749000', '185630.752000', '185630.755000', '185630.757000', '185630.760000', '185630.762000', '185630.765000', '185630.768000', '185630.770000', '185630.773000', '185630.775000', '185630.778000', '185630.781000', '185650.651000', '185650.654000', '185650.657000', '185650.660000', '185650.662000', '185650.665000', '185650.668000', '185650.670000', '185650.673000', '185650.676000', '185650.678000', '185650.681000', '185650.684000', '185650.686000', '185650.689000', '185650.691000', '185650.694000', '185650.697000', '185650.699000', '185650.702000', '185650.705000', '185650.707000', '185650.710000', '185650.713000', '185650.715000', '185650.718000', '185650.721000', '185650.723000', '185650.726000', '185650.728000', '185650.731000', '185650.734000', '185650.736000', '185650.739000', '185650.742000', '185650.745000', '185650.747000', '185650.750000', '185650.752000', '185650.755000', '185650.758000', '185650.760000', '185650.763000', '185710.651000', '185710.654000', '185710.657000', '185710.660000', '185710.662000', '185710.665000', '185710.667000', '185710.670000', '185710.673000', '185710.675000', '185710.678000', '185710.681000', '185710.683000', '185710.686000', '185710.689000', '185710.691000', '185710.694000', '185710.696000', '185710.699000', '185710.702000', '185710.705000', '185710.707000', '185710.710000', '185710.713000', '185710.715000', '185710.718000', '185710.721000', '185710.723000', '185710.726000', '185710.728000', '185710.731000', '185710.734000', '185710.736000', '185710.739000', '185710.742000', '185710.744000', '185710.747000', '185710.749000', '185710.752000', '185710.755000', '185710.757000', '185710.760000', '185710.763000', '185710.765000', '185730.652000', '185730.655000', '185730.657000', '185730.660000', '185730.663000', '185730.665000', '185730.668000', '185730.671000', '185730.673000', '185730.676000', '185730.679000', '185730.681000', '185730.684000', '185730.686000', '185730.689000', '185730.692000', '185730.694000', '185730.697000', '185730.700000', '185730.702000', '185730.705000', '185730.707000', '185730.710000', '185730.713000', '185730.715000', '185730.718000', '185730.720000', '185730.723000', '185730.726000', '185730.729000', '185730.731000', '185730.734000', '185730.737000', '185730.739000', '185730.742000', '185730.744000', '185730.747000', '185730.750000', '185730.752000', '185730.755000', '185730.757000', '185730.760000', '185730.763000', '185750.652000', '185750.654000', '185750.657000', '185750.660000', '185750.663000', '185750.665000', '185750.668000', '185750.671000', '185750.673000', '185750.676000', '185750.678000', '185750.681000', '185750.684000', '185750.686000', '185750.689000', '185750.692000', '185750.695000', '185750.697000', '185750.700000', '185750.702000', '185750.705000', '185750.708000', '185750.710000', '185750.713000', '185750.715000', '185750.718000', '185750.721000', '185750.723000', '185750.726000', '185750.729000', '185750.731000', '185750.734000', '185750.737000', '185750.739000', '185750.742000', '185750.745000', '185750.747000', '185750.750000', '185750.752000', '185750.755000', '185750.758000', '185750.761000', '185750.763000', '185750.766000', '185810.652000', '185810.654000', '185810.669000', '185810.672000', '185810.675000', '185810.678000', '185810.680000', '185810.683000', '185810.686000', '185810.688000', '185810.691000', '185810.694000', '185810.696000', '185810.699000', '185810.702000', '185810.704000', '185810.707000', '185810.710000', '185810.712000', '185810.715000', '185810.718000', '185810.720000', '185810.723000', '185810.725000', '185810.728000', '185810.731000', '185810.733000', '185810.736000', '185810.739000', '185810.741000', '185810.744000', '185810.747000', '185810.749000', '185810.752000', '185810.754000', '185810.757000', '185810.760000', '185810.762000', '185810.765000', '185810.767000', '185810.770000', '185810.773000', '185810.775000', '185830.652000', '185830.655000', '185830.657000', '185830.660000', '185830.662000', '185830.665000', '185830.668000', '185830.670000', '185830.673000', '185830.676000', '185830.678000', '185830.681000', '185830.683000', '185830.686000', '185830.689000', '185830.691000', '185830.694000', '185830.697000', '185830.699000', '185830.702000', '185830.705000', '185830.707000', '185830.710000', '185830.712000', '185830.715000', '185830.718000', '185830.720000', '185830.723000', '185830.725000', '185830.728000', '185830.731000', '185830.733000', '185830.736000', '185830.739000', '185830.741000', '185830.744000', '185830.746000', '185830.749000', '185830.752000', '185830.754000', '185830.757000', '185830.759000', '185830.762000', '185830.765000', '185850.651000', '185850.654000', '185850.657000', '185850.660000', '185850.663000', '185850.665000', '185850.668000', '185850.670000', '185850.673000', '185850.676000', '185850.678000', '185850.681000', '185850.683000', '185850.686000', '185850.689000', '185850.691000', '185850.694000', '185850.696000', '185850.699000', '185850.702000', '185850.704000', '185850.707000', '185850.710000', '185850.712000', '185850.715000', '185850.717000', '185850.720000', '185850.723000', '185850.725000', '185850.728000', '185850.731000', '185850.733000', '185850.736000', '185850.739000', '185850.741000', '185850.744000', '185850.746000', '185850.749000', '185850.752000', '185850.754000', '185850.757000', '185850.759000', '185850.762000', '185910.652000', '185910.656000', '185910.659000', '185910.661000', '185910.664000', '185910.667000', '185910.669000', '185910.672000', '185910.675000', '185910.679000', '185910.682000', '185910.684000', '185910.687000', '185910.689000', '185910.692000', '185910.695000', '185910.697000', '185910.700000', '185910.702000', '185910.705000', '185910.707000', '185910.710000', '185910.713000', '185910.715000', '185910.718000', '185910.721000', '185910.723000', '185910.726000', '185910.729000', '185910.731000', '185910.734000', '185910.737000', '185910.739000', '185910.742000', '185910.745000', '185910.747000', '185910.750000', '185910.752000', '185910.755000', '185910.758000', '185910.760000', '185910.763000', '185910.766000', '185930.652000', '185930.664000', '185930.667000', '185930.669000', '185930.672000', '185930.675000', '185930.677000', '185930.680000', '185930.683000', '185930.685000', '185930.688000', '185930.691000', '185930.693000', '185930.696000', '185930.698000', '185930.701000', '185930.704000', '185930.706000', '185930.709000', '185930.711000', '185930.714000', '185930.717000', '185930.719000', '185930.722000', '185930.725000', '185930.727000', '185930.730000', '185930.732000', '185930.742000', '185930.745000', '185930.747000', '185930.750000', '185930.752000', '185930.755000', '185930.758000', '185930.760000', '185930.763000', '185930.766000', '185930.768000', '185930.771000', '185930.773000', '185930.776000', '185930.779000', '185930.781000', '185950.652000', '185950.654000', '185950.659000', '185950.661000', '185950.664000', '185950.667000', '185950.669000', '185950.672000', '185950.675000', '185950.677000', '185950.680000', '185950.683000', '185950.685000', '185950.688000', '185950.691000', '185950.693000', '185950.696000', '185950.699000', '185950.701000', '185950.704000', '185950.706000', '185950.709000', '185950.712000', '185950.715000', '185950.717000', '185950.720000', '185950.722000', '185950.725000', '185950.728000', '185950.730000', '185950.733000', '185950.736000', '185950.738000', '185950.741000', '185950.743000', '185950.746000', '185950.749000', '185950.751000', '185950.754000', '185950.757000', '185950.759000', '185950.762000', '185950.765000', '190010.651000', '190010.654000', '190010.657000', '190010.660000', '190010.663000', '190010.665000', '190010.668000', '190010.670000', '190010.673000', '190010.676000', '190010.678000', '190010.681000', '190010.684000', '190010.686000', '190010.689000', '190010.692000', '190010.695000', '190010.697000', '190010.700000', '190010.703000', '190010.705000', '190010.708000', '190010.710000', '190010.713000', '190010.716000', '190010.718000', '190010.721000', '190010.723000', '190010.726000', '190010.729000', '190010.731000', '190010.734000', '190010.737000', '190010.739000', '190010.742000', '190010.744000', '190010.747000', '190010.750000', '190010.752000', '190010.755000', '190010.758000', '190010.760000', '190010.763000', '190010.766000', '190030.651000', '190030.654000', '190030.657000', '190030.659000', '190030.662000', '190030.665000', '190030.667000', '190030.670000', '190030.673000', '190030.675000', '190030.678000', '190030.680000', '190030.683000', '190030.686000', '190030.688000', '190030.691000', '190030.694000', '190030.697000', '190030.699000', '190030.702000', '190030.705000', '190030.707000', '190030.711000', '190030.714000', '190030.718000', '190030.721000', '190030.723000', '190030.726000', '190030.729000', '190030.731000', '190030.734000', '190030.737000', '190030.739000', '190030.742000', '190030.744000', '190030.747000', '190030.750000', '190030.752000', '190030.755000', '190030.758000', '190030.760000', '190030.763000', '190030.766000', '190050.651000', '190050.654000', '190050.657000', '190050.660000', '190050.662000', '190050.665000', '190050.667000', '190050.670000', '190050.673000', '190050.675000', '190050.678000', '190050.681000', '190050.683000', '190050.686000', '190050.689000', '190050.691000', '190050.694000', '190050.697000', '190050.699000', '190050.702000', '190050.705000', '190050.707000', '190050.710000', '190050.712000', '190050.715000', '190050.718000', '190050.720000', '190050.723000', '190050.726000', '190050.728000', '190050.731000', '190050.734000', '190050.736000', '190050.739000', '190050.741000', '190050.744000', '190050.747000', '190050.755000', '190050.776000', '190050.779000', '190050.781000', '190050.784000', '190050.787000', '190050.789000', '190057.367000', '190057.370000', '190057.373000', '190057.376000', '190057.378000', '190057.381000', '190057.384000', '190057.387000', '190057.389000', '190057.392000', '190057.395000', '190057.399000', '190057.402000', '190057.405000', '190057.408000'], 'InstanceCreationTime': ['185410.676000', '185410.679000', '185410.682000', '185410.684000', '185410.687000', '185410.690000', '185410.700000', '185410.709000', '185410.711000', '185410.714000', '185410.716000', '185410.719000', '185410.722000', '185410.724000', '185410.727000', '185410.729000', '185410.732000', '185410.735000', '185410.737000', '185410.740000', '185410.742000', '185410.745000', '185410.750000', '185410.752000', '185410.756000', '185410.760000', '185410.763000', '185410.766000', '185410.769000', '185430.652000', '185430.654000', '185430.657000', '185430.660000', '185430.663000', '185430.666000', '185430.668000', '185430.671000', '185430.673000', '185430.676000', '185430.678000', '185430.681000', '185430.684000', '185430.686000', '185430.689000', '185430.692000', '185430.694000', '185430.697000', '185430.699000', '185430.702000', '185430.705000', '185430.707000', '185430.715000', '185430.718000', '185430.720000', '185430.723000', '185430.725000', '185430.728000', '185430.731000', '185430.733000', '185430.736000', '185430.738000', '185430.741000', '185430.744000', '185430.746000', '185430.749000', '185430.751000', '185430.754000', '185430.756000', '185430.759000', '185430.762000', '185430.764000', '185430.767000', '185430.770000', '185450.651000', '185450.655000', '185450.657000', '185450.660000', '185450.662000', '185450.665000', '185450.668000', '185450.670000', '185450.673000', '185450.679000', '185450.681000', '185450.684000', '185450.687000', '185450.689000', '185450.692000', '185450.694000', '185450.697000', '185450.700000', '185450.702000', '185450.705000', '185450.707000', '185450.710000', '185450.713000', '185450.715000', '185450.718000', '185450.731000', '185450.734000', '185450.737000', '185450.739000', '185450.742000', '185450.744000', '185450.747000', '185450.750000', '185450.752000', '185450.755000', '185450.757000', '185450.760000', '185450.763000', '185450.765000', '185450.768000', '185450.770000', '185450.773000', '185450.776000', '185510.651000', '185510.654000', '185510.657000', '185510.660000', '185510.662000', '185510.665000', '185510.667000', '185510.670000', '185510.673000', '185510.675000', '185510.678000', '185510.681000', '185510.683000', '185510.686000', '185510.688000', '185510.691000', '185510.693000', '185510.696000', '185510.699000', '185510.702000', '185510.704000', '185510.707000', '185510.709000', '185510.712000', '185510.715000', '185510.717000', '185510.720000', '185510.722000', '185510.725000', '185510.728000', '185510.730000', '185510.733000', '185510.736000', '185510.738000', '185510.741000', '185510.743000', '185510.746000', '185510.749000', '185510.751000', '185510.754000', '185510.756000', '185510.759000', '185510.762000', '185510.764000', '185530.651000', '185530.654000', '185530.657000', '185530.659000', '185530.662000', '185530.665000', '185530.667000', '185530.670000', '185530.673000', '185530.675000', '185530.678000', '185530.680000', '185530.683000', '185530.686000', '185530.688000', '185530.691000', '185530.694000', '185530.696000', '185530.699000', '185530.701000', '185530.704000', '185530.707000', '185530.709000', '185530.712000', '185530.715000', '185530.718000', '185530.720000', '185530.723000', '185530.725000', '185530.728000', '185530.731000', '185530.733000', '185530.736000', '185530.738000', '185530.741000', '185530.743000', '185530.746000', '185530.749000', '185530.751000', '185530.754000', '185530.757000', '185530.759000', '185530.762000', '185550.652000', '185550.654000', '185550.657000', '185550.660000', '185550.662000', '185550.665000', '185550.668000', '185550.670000', '185550.673000', '185550.676000', '185550.678000', '185550.681000', '185550.683000', '185550.686000', '185550.689000', '185550.691000', '185550.694000', '185550.697000', '185550.699000', '185550.702000', '185550.705000', '185550.707000', '185550.710000', '185550.713000', '185550.715000', '185550.718000', '185550.721000', '185550.723000', '185550.726000', '185550.729000', '185550.731000', '185550.734000', '185550.737000', '185550.739000', '185550.742000', '185550.744000', '185550.747000', '185550.750000', '185550.752000', '185550.755000', '185550.758000', '185550.760000', '185550.763000', '185550.766000', '185610.651000', '185610.654000', '185610.657000', '185610.660000', '185610.662000', '185610.665000', '185610.668000', '185610.670000', '185610.673000', '185610.676000', '185610.678000', '185610.681000', '185610.683000', '185610.686000', '185610.689000', '185610.692000', '185610.694000', '185610.697000', '185610.699000', '185610.702000', '185610.705000', '185610.707000', '185610.710000', '185610.713000', '185610.715000', '185610.718000', '185610.721000', '185610.723000', '185610.726000', '185610.728000', '185610.731000', '185610.734000', '185610.736000', '185610.739000', '185610.742000', '185610.744000', '185610.747000', '185610.750000', '185610.752000', '185610.755000', '185610.757000', '185610.760000', '185610.763000', '185630.652000', '185630.654000', '185630.657000', '185630.660000', '185630.663000', '185630.665000', '185630.668000', '185630.671000', '185630.674000', '185630.676000', '185630.679000', '185630.681000', '185630.684000', '185630.687000', '185630.689000', '185630.692000', '185630.695000', '185630.697000', '185630.700000', '185630.702000', '185630.705000', '185630.723000', '185630.726000', '185630.728000', '185630.731000', '185630.734000', '185630.736000', '185630.739000', '185630.742000', '185630.744000', '185630.747000', '185630.749000', '185630.752000', '185630.755000', '185630.757000', '185630.760000', '185630.762000', '185630.765000', '185630.768000', '185630.770000', '185630.773000', '185630.775000', '185630.778000', '185630.781000', '185650.651000', '185650.654000', '185650.657000', '185650.660000', '185650.662000', '185650.665000', '185650.668000', '185650.670000', '185650.673000', '185650.676000', '185650.678000', '185650.681000', '185650.684000', '185650.686000', '185650.689000', '185650.691000', '185650.694000', '185650.697000', '185650.699000', '185650.702000', '185650.705000', '185650.707000', '185650.710000', '185650.713000', '185650.715000', '185650.718000', '185650.721000', '185650.723000', '185650.726000', '185650.728000', '185650.731000', '185650.734000', '185650.736000', '185650.739000', '185650.742000', '185650.745000', '185650.747000', '185650.750000', '185650.752000', '185650.755000', '185650.758000', '185650.760000', '185650.763000', '185710.651000', '185710.654000', '185710.657000', '185710.660000', '185710.662000', '185710.665000', '185710.667000', '185710.670000', '185710.673000', '185710.675000', '185710.678000', '185710.681000', '185710.683000', '185710.686000', '185710.689000', '185710.691000', '185710.694000', '185710.696000', '185710.699000', '185710.702000', '185710.705000', '185710.707000', '185710.710000', '185710.713000', '185710.715000', '185710.718000', '185710.721000', '185710.723000', '185710.726000', '185710.728000', '185710.731000', '185710.734000', '185710.736000', '185710.739000', '185710.742000', '185710.744000', '185710.747000', '185710.749000', '185710.752000', '185710.755000', '185710.757000', '185710.760000', '185710.763000', '185710.765000', '185730.652000', '185730.655000', '185730.657000', '185730.660000', '185730.663000', '185730.665000', '185730.668000', '185730.671000', '185730.673000', '185730.676000', '185730.679000', '185730.681000', '185730.684000', '185730.686000', '185730.689000', '185730.692000', '185730.694000', '185730.697000', '185730.700000', '185730.702000', '185730.705000', '185730.707000', '185730.710000', '185730.713000', '185730.715000', '185730.718000', '185730.720000', '185730.723000', '185730.726000', '185730.729000', '185730.731000', '185730.734000', '185730.737000', '185730.739000', '185730.742000', '185730.744000', '185730.747000', '185730.750000', '185730.752000', '185730.755000', '185730.757000', '185730.760000', '185730.763000', '185750.652000', '185750.654000', '185750.657000', '185750.660000', '185750.663000', '185750.665000', '185750.668000', '185750.671000', '185750.673000', '185750.676000', '185750.678000', '185750.681000', '185750.684000', '185750.686000', '185750.689000', '185750.692000', '185750.695000', '185750.697000', '185750.700000', '185750.702000', '185750.705000', '185750.708000', '185750.710000', '185750.713000', '185750.715000', '185750.718000', '185750.721000', '185750.723000', '185750.726000', '185750.729000', '185750.731000', '185750.734000', '185750.737000', '185750.739000', '185750.742000', '185750.745000', '185750.747000', '185750.750000', '185750.752000', '185750.755000', '185750.758000', '185750.761000', '185750.763000', '185750.766000', '185810.652000', '185810.654000', '185810.669000', '185810.672000', '185810.675000', '185810.678000', '185810.680000', '185810.683000', '185810.686000', '185810.688000', '185810.691000', '185810.694000', '185810.696000', '185810.699000', '185810.702000', '185810.704000', '185810.707000', '185810.710000', '185810.712000', '185810.715000', '185810.718000', '185810.720000', '185810.723000', '185810.725000', '185810.728000', '185810.731000', '185810.733000', '185810.736000', '185810.739000', '185810.741000', '185810.744000', '185810.747000', '185810.749000', '185810.752000', '185810.754000', '185810.757000', '185810.760000', '185810.762000', '185810.765000', '185810.767000', '185810.770000', '185810.773000', '185810.775000', '185830.652000', '185830.655000', '185830.657000', '185830.660000', '185830.662000', '185830.665000', '185830.668000', '185830.670000', '185830.673000', '185830.676000', '185830.678000', '185830.681000', '185830.683000', '185830.686000', '185830.689000', '185830.691000', '185830.694000', '185830.697000', '185830.699000', '185830.702000', '185830.705000', '185830.707000', '185830.710000', '185830.712000', '185830.715000', '185830.718000', '185830.720000', '185830.723000', '185830.725000', '185830.728000', '185830.731000', '185830.733000', '185830.736000', '185830.739000', '185830.741000', '185830.744000', '185830.746000', '185830.749000', '185830.752000', '185830.754000', '185830.757000', '185830.759000', '185830.762000', '185830.765000', '185850.651000', '185850.654000', '185850.657000', '185850.660000', '185850.663000', '185850.665000', '185850.668000', '185850.670000', '185850.673000', '185850.676000', '185850.678000', '185850.681000', '185850.683000', '185850.686000', '185850.689000', '185850.691000', '185850.694000', '185850.696000', '185850.699000', '185850.702000', '185850.704000', '185850.707000', '185850.710000', '185850.712000', '185850.715000', '185850.717000', '185850.720000', '185850.723000', '185850.725000', '185850.728000', '185850.731000', '185850.733000', '185850.736000', '185850.739000', '185850.741000', '185850.744000', '185850.746000', '185850.749000', '185850.752000', '185850.754000', '185850.757000', '185850.759000', '185850.762000', '185910.652000', '185910.656000', '185910.659000', '185910.661000', '185910.664000', '185910.667000', '185910.669000', '185910.672000', '185910.675000', '185910.679000', '185910.682000', '185910.684000', '185910.687000', '185910.689000', '185910.692000', '185910.695000', '185910.697000', '185910.700000', '185910.702000', '185910.705000', '185910.707000', '185910.710000', '185910.713000', '185910.715000', '185910.718000', '185910.721000', '185910.723000', '185910.726000', '185910.729000', '185910.731000', '185910.734000', '185910.737000', '185910.739000', '185910.742000', '185910.745000', '185910.747000', '185910.750000', '185910.752000', '185910.755000', '185910.758000', '185910.760000', '185910.763000', '185910.766000', '185930.652000', '185930.664000', '185930.667000', '185930.669000', '185930.672000', '185930.675000', '185930.677000', '185930.680000', '185930.683000', '185930.685000', '185930.688000', '185930.691000', '185930.693000', '185930.696000', '185930.698000', '185930.701000', '185930.704000', '185930.706000', '185930.709000', '185930.711000', '185930.714000', '185930.717000', '185930.719000', '185930.722000', '185930.725000', '185930.727000', '185930.730000', '185930.732000', '185930.742000', '185930.745000', '185930.747000', '185930.750000', '185930.752000', '185930.755000', '185930.758000', '185930.760000', '185930.763000', '185930.766000', '185930.768000', '185930.771000', '185930.773000', '185930.776000', '185930.779000', '185930.781000', '185950.652000', '185950.654000', '185950.659000', '185950.661000', '185950.664000', '185950.667000', '185950.669000', '185950.672000', '185950.675000', '185950.677000', '185950.680000', '185950.683000', '185950.685000', '185950.688000', '185950.691000', '185950.693000', '185950.696000', '185950.699000', '185950.701000', '185950.704000', '185950.706000', '185950.709000', '185950.712000', '185950.715000', '185950.717000', '185950.720000', '185950.722000', '185950.725000', '185950.728000', '185950.730000', '185950.733000', '185950.736000', '185950.738000', '185950.741000', '185950.743000', '185950.746000', '185950.749000', '185950.751000', '185950.754000', '185950.757000', '185950.759000', '185950.762000', '185950.765000', '190010.651000', '190010.654000', '190010.657000', '190010.660000', '190010.663000', '190010.665000', '190010.668000', '190010.670000', '190010.673000', '190010.676000', '190010.678000', '190010.681000', '190010.684000', '190010.686000', '190010.689000', '190010.692000', '190010.695000', '190010.697000', '190010.700000', '190010.703000', '190010.705000', '190010.708000', '190010.710000', '190010.713000', '190010.716000', '190010.718000', '190010.721000', '190010.723000', '190010.726000', '190010.729000', '190010.731000', '190010.734000', '190010.737000', '190010.739000', '190010.742000', '190010.744000', '190010.747000', '190010.750000', '190010.752000', '190010.755000', '190010.758000', '190010.760000', '190010.763000', '190010.766000', '190030.651000', '190030.654000', '190030.657000', '190030.659000', '190030.662000', '190030.665000', '190030.667000', '190030.670000', '190030.673000', '190030.675000', '190030.678000', '190030.680000', '190030.683000', '190030.686000', '190030.688000', '190030.691000', '190030.694000', '190030.697000', '190030.699000', '190030.702000', '190030.705000', '190030.707000', '190030.711000', '190030.714000', '190030.718000', '190030.721000', '190030.723000', '190030.726000', '190030.729000', '190030.731000', '190030.734000', '190030.737000', '190030.739000', '190030.742000', '190030.744000', '190030.747000', '190030.750000', '190030.752000', '190030.755000', '190030.758000', '190030.760000', '190030.763000', '190030.766000', '190050.651000', '190050.654000', '190050.657000', '190050.660000', '190050.662000', '190050.665000', '190050.667000', '190050.670000', '190050.673000', '190050.675000', '190050.678000', '190050.681000', '190050.683000', '190050.686000', '190050.689000', '190050.691000', '190050.694000', '190050.697000', '190050.699000', '190050.702000', '190050.705000', '190050.707000', '190050.710000', '190050.712000', '190050.715000', '190050.718000', '190050.720000', '190050.723000', '190050.726000', '190050.728000', '190050.731000', '190050.734000', '190050.736000', '190050.739000', '190050.741000', '190050.744000', '190050.747000', '190050.755000', '190050.776000', '190050.779000', '190050.781000', '190050.784000', '190050.787000', '190050.789000', '190057.367000', '190057.370000', '190057.373000', '190057.376000', '190057.378000', '190057.381000', '190057.384000', '190057.387000', '190057.389000', '190057.392000', '190057.395000', '190057.399000', '190057.402000', '190057.405000', '190057.408000'], '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': [8508, 8913, 9530, 10386, 8966, 11328, 8414, 9894, 9997, 8884, 13702, 8735, 8754, 9470, 11194, 11528, 11221, 9374, 9701, 9885, 8869, 9958, 11226, 8255, 9503, 8766, 10092, 11939, 9650, 13304, 8410, 10001, 8616, 8367, 9998, 8120, 9373, 8341, 10296, 8854, 8270, 10797, 8439, 8855, 8148, 9632, 9052, 8019, 11417, 8161, 9979, 8631, 8364, 10564, 9281, 12562, 9843, 10952, 10288, 8771, 10616, 8383, 13727, 8308, 9326, 8472, 9742, 8547, 8073, 10517, 8822, 10049, 8061, 10082, 8806, 9565, 9803, 10355, 8875, 9703, 8723, 7952, 9278, 8845, 9521, 7813, 8523, 8690, 11494, 9627, 9348, 13204, 10456, 10398, 10034, 15101, 10141, 12044, 8923, 9946, 10537, 9934, 16654, 12015, 11938, 8736, 8452, 9409, 8668, 14985, 8097, 10089, 8293, 8913, 9108, 8645, 14377, 10266, 10744, 8393, 8575, 8173, 10379, 11686, 9927, 9441, 7833, 8647, 8348, 8801, 7998, 10336, 8399, 8292, 7658, 8041, 8190, 7563, 8248, 9272, 8462, 8250, 8460, 8022, 8551, 10153, 9143, 8420, 8185, 9825, 8411, 13131, 9890, 13785, 8948, 10922, 8893, 12780, 9719, 14593, 9716, 11451, 8352, 8749, 8377, 8620, 8614, 9445, 8389, 7791, 8334, 7771, 7967, 7910, 8432, 8123, 8377, 7601, 9277, 8415, 7746, 8550, 9364, 10216, 7968, 8416, 10701, 10862, 13114, 9169, 10574, 11217, 11433, 11191, 8820, 12608, 9751, 13170, 13540, 13180, 10587, 8286, 9023, 8769, 14866, 12509, 13261, 9403, 9056, 11106, 9178, 14156, 9683, 8039, 8025, 8715, 11399, 9246, 11328, 9791, 10746, 8924, 12296, 14427, 12338, 10898, 8867, 8653, 9273, 9829, 10202, 12820, 8821, 8372, 8696, 8334, 12707, 8966, 11133, 9173, 9227, 9263, 9410, 10793, 10932, 9376, 8475, 8074, 9518, 8990, 9161, 11425, 10078, 10590, 8848, 7832, 7883, 9811, 8081, 8950, 8416, 8199, 8605, 8089, 8225, 10514, 9182, 11860, 8920, 8389, 8892, 9054, 11083, 9308, 10064, 9218, 8690, 8794, 9847, 12320, 12835, 10029, 8338, 8598, 8383, 9445, 9616, 9216, 11142, 8436, 7821, 8068, 9247, 7891, 9604, 8857, 7692, 8036, 7886, 8092, 8752, 8173, 11870, 9075, 10010, 8078, 9495, 10282, 11261, 13242, 9734, 11642, 10217, 12594, 14167, 14177, 11306, 9118, 8562, 8315, 8431, 8410, 11259, 8940, 9468, 10605, 9458, 11287, 9544, 10549, 9301, 9689, 7622, 8362, 8218, 8097, 7941, 9259, 9926, 7629, 8061, 8176, 11475, 8362, 10972, 9049, 11594, 10642, 12794, 14222, 10103, 9838, 8474, 9496, 9918, 14868, 11365, 8567, 9048, 8115, 14650, 9550, 16396, 10050, 11942, 8559, 9632, 10060, 11055, 12273, 9128, 8989, 8279, 9880, 9655, 11102, 10333, 12373, 8637, 8576, 8116, 8575, 8595, 8320, 8754, 9413, 8562, 9053, 8686, 8762, 9709, 9370, 12338, 8698, 8220, 8564, 8363, 8552, 9095, 11594, 9145, 10466, 8915, 10414, 9400, 12455, 10730, 13144, 9860, 8575, 8458, 8607, 8871, 8412, 8866, 9086, 8804, 9469, 8912, 8757, 10164, 8679, 7866, 7880, 7976, 8577, 8161, 13897, 9867, 11253, 8645, 9106, 8722, 8761, 8839, 10447, 8785, 9194, 8107, 8737, 8545, 10332, 10627, 11221, 9958, 7924, 9311, 8602, 8807, 9045, 9957, 8681, 9022, 7524, 8232, 7811, 9222, 8299, 8562, 9814, 8450, 9144, 9558, 9325, 9367, 9252, 9541, 9150, 9042, 8621, 7773, 8382, 7603, 8728, 7836, 8864, 8683, 7765, 9325, 7947, 10644, 7911, 10283, 8710, 10148, 8058, 9598, 8743, 12463, 9506, 7957, 8906, 8071, 13940, 9250, 15881, 10197, 11516, 9522, 9515, 9301, 8782, 7881, 9277, 7505, 8807, 9068, 8459, 9878, 8602, 8045, 8346, 8382, 7700, 9092, 7921, 8420, 7659, 9210, 8859, 9087, 9069, 8972, 9925, 9688, 10477, 9677, 8802, 8618, 8171, 7735, 8772, 9755, 8841, 8826, 9615, 12163, 10593, 12713, 8454, 11497, 9045, 15273, 12783, 12353, 9900, 9176, 8329, 9124, 9904, 8817, 10792, 9213, 8519, 8417, 7561, 8802, 9545, 8459, 10228, 9228, 9279, 8401, 7930, 7887, 8560, 7621, 9279, 8160, 9828, 9721, 9874, 7952, 9736, 11327, 9836, 8964, 7848, 8399, 8194, 7956, 8035, 7979, 8300, 8296, 8816, 8068, 8699, 7797, 10727, 9086, 9246, 8268, 9017, 8387, 8758, 8823, 8986, 9780, 8721, 7627, 9102, 10390, 8928, 8829, 10450, 9294, 9165, 9930, 10919, 10333, 13060, 10670, 9319, 8888, 8985, 8786, 8547, 9197, 9979, 8958, 9171, 9748, 9441, 9194, 10115, 8094, 8898, 9245, 9611, 8695, 12930, 8767, 11787, 14682, 13048, 12712, 8512, 10077, 10819, 9350, 13393, 8850, 12391, 10436, 9785, 14207, 9679, 14301, 12390, 9683, 9323, 8800, 12857, 11252, 12709, 12440, 8352, 9519, 8074, 8674, 12184, 9082, 9342, 8401, 8625, 8920, 7749, 8516, 9099, 8281, 8697, 8318, 8256, 8317, 8157, 11030, 10212, 9369, 8171, 8573, 9143, 8371, 8483, 8782, 10190, 8161, 8431, 8667, 8248, 7944, 8003, 9136, 9786, 7741, 8106, 7809, 8082, 8773, 8430, 12115, 8728, 11658, 8273, 9760, 8099, 9983, 10946, 10845, 13666, 9121, 11058, 7984, 8213, 8205, 9190, 8821, 9493, 12847, 8398, 8381, 8201, 8704, 11068, 9274, 10205, 9756, 10641, 9107, 10194, 9526, 8474, 9266, 8112, 10575, 8876, 8736, 8194, 8697, 8532, 9037, 8876, 8204, 9823, 8300, 10136, 7921, 9236, 8858, 9799, 8200, 8039, 8196, 9761, 8715, 9468, 10713, 9081, 12117, 7925, 9792, 8155, 8616, 8433, 10368, 10207, 11897, 10406, 9914, 8345, 8707, 9967, 8442, 11886, 11433, 12097, 10217, 11736, 8127, 9955, 8119, 9995, 8209, 8868, 8179, 9671, 8329, 8040, 8985, 8596, 8486, 8721, 8114, 9146, 8463, 9147, 7961, 9575, 7599, 9081, 8645, 8732, 8412, 9641, 8923, 10828, 9754, 10385, 10259, 7885, 9113, 8510, 10512, 7819, 8927, 8450, 8893, 7991, 8840, 8371, 10330, 8365, 11117, 8986, 7661, 8680, 9122, 9131, 8475, 9284, 8407, 8999, 8998, 8844, 10786, 13267, 10911, 11392, 8941, 10509, 8184, 9455, 7781, 8557, 8859, 7733, 9385, 7928, 10778, 7582, 8091, 7830, 10010, 8012, 9743, 7925, 10397, 8109, 10196, 8246, 7993, 8308, 7668, 9397, 8627, 10745, 9822, 7729, 9586, 8869, 9612, 12901, 11535, 12280, 9072, 10508, 8060, 8820, 8241, 8530, 8378, 8957, 8544, 8891, 8635, 11247, 8009, 8941, 8618, 7740, 9142, 11862, 12129, 12279, 8223, 12423, 8875, 13771, 12525, 11646, 12879, 11626, 10448, 8183, 10898, 7979, 10197, 7692, 9686, 8275, 10365, 8700, 9037, 8914], 'WindowCenter': [4672.0, 4652.0, 4645.0, 4660.0, 4637.0, 4654.0, 4623.0, 4630.0, 4666.0, 4610.0, 4687.0, 4648.0, 4634.0, 4646.0, 4671.0, 4664.0, 4664.0, 4633.0, 4629.0, 4639.0, 4617.0, 4659.0, 4663.0, 4640.0, 4658.0, 4649.0, 4656.0, 4675.0, 4643.0, 4658.0, 4579.0, 4599.0, 4606.0, 4607.0, 4627.0, 4626.0, 4631.0, 4638.0, 4671.0, 4650.0, 4623.0, 4653.0, 4636.0, 4633.0, 4624.0, 4631.0, 4634.0, 4627.0, 4651.0, 4625.0, 4651.0, 4636.0, 4640.0, 4657.0, 4646.0, 4680.0, 4645.0, 4655.0, 4660.0, 4620.0, 4654.0, 4626.0, 4683.0, 4628.0, 4635.0, 4621.0, 4631.0, 4639.0, 4625.0, 4658.0, 4646.0, 4653.0, 4624.0, 4645.0, 4651.0, 4642.0, 4648.0, 4651.0, 4639.0, 4661.0, 4648.0, 4639.0, 4638.0, 4634.0, 4649.0, 4611.0, 4625.0, 4669.0, 4679.0, 4688.0, 4648.0, 4632.0, 4635.0, 4628.0, 4634.0, 4668.0, 4636.0, 4650.0, 4626.0, 4617.0, 4633.0, 4618.0, 4671.0, 4651.0, 4624.0, 4602.0, 4581.0, 4604.0, 4598.0, 4671.0, 4597.0, 4613.0, 4594.0, 4592.0, 4603.0, 4594.0, 4659.0, 4631.0, 4628.0, 4593.0, 4598.0, 4596.0, 4615.0, 4638.0, 4614.0, 4623.0, 4595.0, 4606.0, 4595.0, 4605.0, 4596.0, 4627.0, 4608.0, 4606.0, 4609.0, 4607.0, 4620.0, 4608.0, 4633.0, 4649.0, 4636.0, 4636.0, 4637.0, 4639.0, 4661.0, 4685.0, 4659.0, 4646.0, 4637.0, 4650.0, 4625.0, 4681.0, 4644.0, 4681.0, 4622.0, 4644.0, 4619.0, 4661.0, 4629.0, 4670.0, 4620.0, 4639.0, 4600.0, 4605.0, 4607.0, 4617.0, 4623.0, 4642.0, 4632.0, 4609.0, 4633.0, 4627.0, 4623.0, 4635.0, 4634.0, 4634.0, 4632.0, 4635.0, 4643.0, 4646.0, 4638.0, 4652.0, 4692.0, 4719.0, 4595.0, 4586.0, 4612.0, 4616.0, 4637.0, 4609.0, 4654.0, 4658.0, 4652.0, 4625.0, 4582.0, 4608.0, 4581.0, 4627.0, 4635.0, 4637.0, 4610.0, 4584.0, 4608.0, 4597.0, 4644.0, 4636.0, 4636.0, 4591.0, 4578.0, 4609.0, 4591.0, 4631.0, 4592.0, 4572.0, 4570.0, 4580.0, 4612.0, 4598.0, 4617.0, 4601.0, 4604.0, 4581.0, 4609.0, 4631.0, 4624.0, 4599.0, 4577.0, 4573.0, 4579.0, 4589.0, 4600.0, 4626.0, 4596.0, 4574.0, 4580.0, 4579.0, 4621.0, 4594.0, 4610.0, 4591.0, 4591.0, 4596.0, 4596.0, 4611.0, 4616.0, 4597.0, 4581.0, 4589.0, 4604.0, 4593.0, 4605.0, 4634.0, 4615.0, 4615.0, 4606.0, 4582.0, 4581.0, 4616.0, 4599.0, 4626.0, 4612.0, 4613.0, 4623.0, 4609.0, 4623.0, 4649.0, 4637.0, 4663.0, 4622.0, 4611.0, 4627.0, 4621.0, 4653.0, 4634.0, 4645.0, 4633.0, 4622.0, 4624.0, 4646.0, 4669.0, 4662.0, 4651.0, 4609.0, 4623.0, 4611.0, 4634.0, 4629.0, 4637.0, 4651.0, 4622.0, 4611.0, 4609.0, 4632.0, 4630.0, 4643.0, 4638.0, 4635.0, 4624.0, 4626.0, 4613.0, 4641.0, 4625.0, 4669.0, 4635.0, 4633.0, 4617.0, 4630.0, 4647.0, 4650.0, 4675.0, 4634.0, 4637.0, 4634.0, 4648.0, 4661.0, 4663.0, 4642.0, 4595.0, 4595.0, 4596.0, 4601.0, 4594.0, 4636.0, 4606.0, 4617.0, 4630.0, 4620.0, 4637.0, 4630.0, 4656.0, 4630.0, 4644.0, 4612.0, 4633.0, 4622.0, 4636.0, 4640.0, 4652.0, 4658.0, 4633.0, 4644.0, 4639.0, 4680.0, 4615.0, 4671.0, 4611.0, 4613.0, 4602.0, 4632.0, 4649.0, 4603.0, 4601.0, 4582.0, 4597.0, 4604.0, 4654.0, 4637.0, 4592.0, 4593.0, 4572.0, 4640.0, 4594.0, 4652.0, 4600.0, 4607.0, 4578.0, 4575.0, 4592.0, 4615.0, 4628.0, 4596.0, 4592.0, 4582.0, 4605.0, 4602.0, 4611.0, 4610.0, 4630.0, 4592.0, 4577.0, 4585.0, 4592.0, 4604.0, 4605.0, 4611.0, 4617.0, 4609.0, 4618.0, 4607.0, 4612.0, 4622.0, 4617.0, 4663.0, 4621.0, 4612.0, 4618.0, 4607.0, 4624.0, 4636.0, 4663.0, 4637.0, 4639.0, 4621.0, 4644.0, 4620.0, 4664.0, 4638.0, 4657.0, 4630.0, 4610.0, 4607.0, 4619.0, 4629.0, 4636.0, 4638.0, 4633.0, 4637.0, 4635.0, 4637.0, 4636.0, 4641.0, 4632.0, 4622.0, 4625.0, 4614.0, 4635.0, 4641.0, 4686.0, 4654.0, 4667.0, 4623.0, 4620.0, 4626.0, 4623.0, 4638.0, 4657.0, 4639.0, 4646.0, 4637.0, 4638.0, 4634.0, 4652.0, 4656.0, 4661.0, 4656.0, 4623.0, 4631.0, 4633.0, 4634.0, 4646.0, 4655.0, 4649.0, 4638.0, 4618.0, 4621.0, 4622.0, 4645.0, 4635.0, 4648.0, 4657.0, 4635.0, 4645.0, 4644.0, 4632.0, 4643.0, 4640.0, 4674.0, 4657.0, 4650.0, 4646.0, 4637.0, 4640.0, 4639.0, 4658.0, 4650.0, 4672.0, 4674.0, 4652.0, 4659.0, 4638.0, 4680.0, 4649.0, 4666.0, 4648.0, 4660.0, 4642.0, 4658.0, 4653.0, 4686.0, 4669.0, 4637.0, 4646.0, 4640.0, 4697.0, 4645.0, 4694.0, 4660.0, 4651.0, 4629.0, 4629.0, 4628.0, 4634.0, 4620.0, 4645.0, 4612.0, 4636.0, 4628.0, 4632.0, 4659.0, 4642.0, 4635.0, 4645.0, 4636.0, 4623.0, 4644.0, 4623.0, 4646.0, 4625.0, 4644.0, 4650.0, 4645.0, 4650.0, 4644.0, 4667.0, 4661.0, 4666.0, 4657.0, 4647.0, 4644.0, 4653.0, 4636.0, 4646.0, 4677.0, 4665.0, 4659.0, 4670.0, 4688.0, 4672.0, 4694.0, 4637.0, 4663.0, 4626.0, 4701.0, 4676.0, 4665.0, 4633.0, 4636.0, 4605.0, 4628.0, 4625.0, 4630.0, 4652.0, 4628.0, 4617.0, 4620.0, 4608.0, 4629.0, 4639.0, 4633.0, 4652.0, 4655.0, 4646.0, 4634.0, 4634.0, 4628.0, 4647.0, 4636.0, 4656.0, 4637.0, 4656.0, 4656.0, 4660.0, 4623.0, 4658.0, 4667.0, 4658.0, 4630.0, 4640.0, 4631.0, 4633.0, 4640.0, 4639.0, 4640.0, 4651.0, 4652.0, 4659.0, 4643.0, 4647.0, 4636.0, 4680.0, 4655.0, 4656.0, 4634.0, 4659.0, 4634.0, 4646.0, 4656.0, 4658.0, 4655.0, 4649.0, 4639.0, 4647.0, 4667.0, 4661.0, 4659.0, 4670.0, 4660.0, 4662.0, 4662.0, 4654.0, 4660.0, 4671.0, 4652.0, 4634.0, 4642.0, 4630.0, 4632.0, 4619.0, 4641.0, 4656.0, 4642.0, 4647.0, 4653.0, 4642.0, 4644.0, 4672.0, 4636.0, 4663.0, 4644.0, 4656.0, 4530.0, 4650.0, 4588.0, 4535.0, 4598.0, 4615.0, 4607.0, 4527.0, 4528.0, 4545.0, 4536.0, 4591.0, 4570.0, 4605.0, 4606.0, 4578.0, 4617.0, 4577.0, 4619.0, 4598.0, 4574.0, 4548.0, 4551.0, 4599.0, 4571.0, 4585.0, 4584.0, 4530.0, 4536.0, 4515.0, 4524.0, 4570.0, 4537.0, 4538.0, 4531.0, 4540.0, 4546.0, 4523.0, 4542.0, 4555.0, 4549.0, 4544.0, 4544.0, 4545.0, 4550.0, 4550.0, 4594.0, 4582.0, 4573.0, 4561.0, 4558.0, 4573.0, 4559.0, 4557.0, 4559.0, 4576.0, 4565.0, 4560.0, 4570.0, 4561.0, 4561.0, 4569.0, 4574.0, 4588.0, 4556.0, 4570.0, 4583.0, 4581.0, 4588.0, 4576.0, 4618.0, 4582.0, 4627.0, 4578.0, 4596.0, 4578.0, 4584.0, 4606.0, 4594.0, 4625.0, 4587.0, 4618.0, 4584.0, 4589.0, 4593.0, 4595.0, 4597.0, 4608.0, 4620.0, 4560.0, 4564.0, 4574.0, 4586.0, 4606.0, 4594.0, 4607.0, 4611.0, 4600.0, 4594.0, 4608.0, 4606.0, 4600.0, 4611.0, 4583.0, 4620.0, 4605.0, 4595.0, 4596.0, 4606.0, 4613.0, 4619.0, 4622.0, 4624.0, 4634.0, 4622.0, 4628.0, 4598.0, 4624.0, 4619.0, 4629.0, 4610.0, 4616.0, 4612.0, 4645.0, 4635.0, 4643.0, 4660.0, 4630.0, 4663.0, 4617.0, 4642.0, 4616.0, 4621.0, 4623.0, 4641.0, 4636.0, 4649.0, 4642.0, 4633.0, 4613.0, 4624.0, 4645.0, 4611.0, 4652.0, 4651.0, 4641.0, 4629.0, 4633.0, 4597.0, 4626.0, 4595.0, 4613.0, 4611.0, 4616.0, 4611.0, 4626.0, 4620.0, 4619.0, 4622.0, 4621.0, 4618.0, 4620.0, 4609.0, 4633.0, 4620.0, 4630.0, 4609.0, 4632.0, 4609.0, 4623.0, 4621.0, 4624.0, 4625.0, 4645.0, 4629.0, 4654.0, 4646.0, 4639.0, 4640.0, 4607.0, 4630.0, 4618.0, 4640.0, 4610.0, 4617.0, 4635.0, 4629.0, 4621.0, 4635.0, 4633.0, 4652.0, 4636.0, 4649.0, 4646.0, 4623.0, 4632.0, 4632.0, 4644.0, 4633.0, 4631.0, 4622.0, 4630.0, 4645.0, 4633.0, 4653.0, 4657.0, 4656.0, 4648.0, 4630.0, 4640.0, 4620.0, 4640.0, 4625.0, 4622.0, 4634.0, 4611.0, 4648.0, 4621.0, 4649.0, 4614.0, 4617.0, 4619.0, 4639.0, 4631.0, 4653.0, 4639.0, 4652.0, 4637.0, 4655.0, 4647.0, 4648.0, 4645.0, 4639.0, 4658.0, 4662.0, 4679.0, 4657.0, 4625.0, 4656.0, 4643.0, 4645.0, 4662.0, 4673.0, 4672.0, 4645.0, 4654.0, 4619.0, 4630.0, 4629.0, 4628.0, 4630.0, 4629.0, 4632.0, 4635.0, 4636.0, 4660.0, 4633.0, 4657.0, 4646.0, 4635.0, 4657.0, 4688.0, 4673.0, 4682.0, 4633.0, 4673.0, 4630.0, 4675.0, 4659.0, 4659.0, 4657.0, 4634.0, 4625.0, 4618.0, 4643.0, 4619.0, 4635.0, 4621.0, 4640.0, 4630.0, 4647.0, 4634.0, 4640.0, 4640.0], 'WindowWidth': [10241.0, 10200.0, 10179.0, 10197.0, 10165.0, 10184.0, 10141.0, 10147.0, 10213.0, 10115.0, 10235.0, 10186.0, 10159.0, 10178.0, 10215.0, 10202.0, 10200.0, 10155.0, 10142.0, 10157.0, 10124.0, 10196.0, 10200.0, 10174.0, 10201.0, 10186.0, 10192.0, 10217.0, 10169.0, 10182.0, 10057.0, 10087.0, 10104.0, 10111.0, 10140.0, 10148.0, 10151.0, 10172.0, 10222.0, 10187.0, 10144.0, 10181.0, 10164.0, 10155.0, 10145.0, 10150.0, 10159.0, 10151.0, 10175.0, 10148.0, 10186.0, 10165.0, 10171.0, 10192.0, 10177.0, 10224.0, 10174.0, 10182.0, 10194.0, 10134.0, 10183.0, 10145.0, 10227.0, 10150.0, 10155.0, 10137.0, 10150.0, 10166.0, 10148.0, 10194.0, 10180.0, 10184.0, 10145.0, 10171.0, 10185.0, 10165.0, 10177.0, 10178.0, 10168.0, 10202.0, 10185.0, 10173.0, 10163.0, 10157.0, 10176.0, 10121.0, 10134.0, 10224.0, 10224.0, 10255.0, 10181.0, 10128.0, 10149.0, 10135.0, 10149.0, 10192.0, 10155.0, 10172.0, 10139.0, 10120.0, 10143.0, 10120.0, 10196.0, 10172.0, 10126.0, 10102.0, 10064.0, 10098.0, 10093.0, 10195.0, 10096.0, 10111.0, 10087.0, 10081.0, 10097.0, 10085.0, 10178.0, 10143.0, 10131.0, 10084.0, 10091.0, 10090.0, 10117.0, 10150.0, 10118.0, 10133.0, 10091.0, 10107.0, 10090.0, 10104.0, 10093.0, 10134.0, 10116.0, 10109.0, 10117.0, 10112.0, 10132.0, 10118.0, 10157.0, 10180.0, 10168.0, 10166.0, 10169.0, 10174.0, 10208.0, 10241.0, 10202.0, 10186.0, 10167.0, 10185.0, 10146.0, 10224.0, 10169.0, 10226.0, 10138.0, 10166.0, 10131.0, 10189.0, 10145.0, 10202.0, 10129.0, 10151.0, 10098.0, 10104.0, 10110.0, 10126.0, 10140.0, 10167.0, 10155.0, 10122.0, 10157.0, 10150.0, 10144.0, 10166.0, 10162.0, 10163.0, 10161.0, 10165.0, 10172.0, 10181.0, 10178.0, 10195.0, 10266.0, 10314.0, 10087.0, 10076.0, 10109.0, 10111.0, 10146.0, 10112.0, 10184.0, 10187.0, 10175.0, 10128.0, 10061.0, 10088.0, 10055.0, 10120.0, 10137.0, 10140.0, 10104.0, 10068.0, 10107.0, 10091.0, 10146.0, 10139.0, 10139.0, 10074.0, 10054.0, 10095.0, 10074.0, 10127.0, 10078.0, 10049.0, 10045.0, 10058.0, 10103.0, 10090.0, 10113.0, 10090.0, 10090.0, 10059.0, 10093.0, 10126.0, 10118.0, 10082.0, 10050.0, 10046.0, 10053.0, 10067.0, 10087.0, 10121.0, 10083.0, 10051.0, 10057.0, 10056.0, 10115.0, 10081.0, 10098.0, 10072.0, 10071.0, 10084.0, 10082.0, 10104.0, 10110.0, 10088.0, 10062.0, 10075.0, 10097.0, 10083.0, 10102.0, 10138.0, 10118.0, 10114.0, 10103.0, 10067.0, 10065.0, 10119.0, 10100.0, 10143.0, 10123.0, 10124.0, 10135.0, 10118.0, 10140.0, 10177.0, 10159.0, 10196.0, 10136.0, 10117.0, 10143.0, 10136.0, 10180.0, 10155.0, 10173.0, 10152.0, 10138.0, 10142.0, 10171.0, 10206.0, 10192.0, 10183.0, 10115.0, 10139.0, 10121.0, 10155.0, 10144.0, 10159.0, 10174.0, 10140.0, 10120.0, 10117.0, 10149.0, 10155.0, 10172.0, 10166.0, 10167.0, 10144.0, 10148.0, 10127.0, 10169.0, 10146.0, 10211.0, 10159.0, 10151.0, 10127.0, 10146.0, 10173.0, 10174.0, 10213.0, 10150.0, 10149.0, 10147.0, 10166.0, 10186.0, 10189.0, 10162.0, 10087.0, 10087.0, 10089.0, 10100.0, 10088.0, 10147.0, 10105.0, 10123.0, 10139.0, 10125.0, 10149.0, 10144.0, 10183.0, 10146.0, 10171.0, 10126.0, 10154.0, 10141.0, 10164.0, 10173.0, 10191.0, 10198.0, 10163.0, 10180.0, 10175.0, 10228.0, 10128.0, 10215.0, 10115.0, 10103.0, 10089.0, 10132.0, 10159.0, 10094.0, 10089.0, 10064.0, 10085.0, 10097.0, 10166.0, 10149.0, 10080.0, 10080.0, 10051.0, 10142.0, 10080.0, 10161.0, 10088.0, 10090.0, 10054.0, 10046.0, 10075.0, 10107.0, 10129.0, 10085.0, 10077.0, 10065.0, 10096.0, 10092.0, 10104.0, 10102.0, 10129.0, 10081.0, 10053.0, 10069.0, 10081.0, 10100.0, 10105.0, 10118.0, 10122.0, 10115.0, 10126.0, 10108.0, 10117.0, 10134.0, 10127.0, 10187.0, 10136.0, 10121.0, 10127.0, 10113.0, 10141.0, 10160.0, 10197.0, 10166.0, 10158.0, 10135.0, 10163.0, 10133.0, 10192.0, 10155.0, 10179.0, 10145.0, 10112.0, 10111.0, 10131.0, 10145.0, 10163.0, 10166.0, 10154.0, 10162.0, 10154.0, 10161.0, 10162.0, 10166.0, 10157.0, 10141.0, 10145.0, 10127.0, 10164.0, 10176.0, 10233.0, 10189.0, 10208.0, 10142.0, 10135.0, 10143.0, 10141.0, 10167.0, 10190.0, 10169.0, 10178.0, 10169.0, 10164.0, 10157.0, 10181.0, 10190.0, 10194.0, 10193.0, 10144.0, 10152.0, 10156.0, 10160.0, 10181.0, 10189.0, 10187.0, 10164.0, 10138.0, 10137.0, 10141.0, 10179.0, 10165.0, 10182.0, 10198.0, 10164.0, 10176.0, 10174.0, 10154.0, 10169.0, 10164.0, 10224.0, 10196.0, 10187.0, 10180.0, 10171.0, 10171.0, 10177.0, 10206.0, 10194.0, 10226.0, 10232.0, 10200.0, 10201.0, 10173.0, 10234.0, 10189.0, 10209.0, 10184.0, 10198.0, 10178.0, 10202.0, 10196.0, 10236.0, 10219.0, 10171.0, 10180.0, 10175.0, 10252.0, 10176.0, 10246.0, 10197.0, 10178.0, 10145.0, 10145.0, 10142.0, 10161.0, 10138.0, 10171.0, 10128.0, 10159.0, 10144.0, 10156.0, 10197.0, 10171.0, 10167.0, 10180.0, 10168.0, 10146.0, 10175.0, 10146.0, 10184.0, 10153.0, 10176.0, 10184.0, 10179.0, 10184.0, 10173.0, 10209.0, 10204.0, 10206.0, 10196.0, 10180.0, 10177.0, 10198.0, 10172.0, 10184.0, 10233.0, 10214.0, 10201.0, 10219.0, 10243.0, 10220.0, 10251.0, 10166.0, 10200.0, 10145.0, 10257.0, 10214.0, 10199.0, 10151.0, 10160.0, 10111.0, 10142.0, 10134.0, 10151.0, 10179.0, 10145.0, 10127.0, 10135.0, 10117.0, 10146.0, 10161.0, 10159.0, 10186.0, 10193.0, 10180.0, 10161.0, 10162.0, 10155.0, 10185.0, 10168.0, 10194.0, 10169.0, 10195.0, 10193.0, 10198.0, 10143.0, 10199.0, 10205.0, 10193.0, 10151.0, 10173.0, 10154.0, 10159.0, 10173.0, 10173.0, 10173.0, 10190.0, 10193.0, 10204.0, 10181.0, 10184.0, 10168.0, 10234.0, 10194.0, 10194.0, 10160.0, 10203.0, 10162.0, 10179.0, 10195.0, 10201.0, 10194.0, 10190.0, 10178.0, 10182.0, 10209.0, 10209.0, 10203.0, 10216.0, 10205.0, 10205.0, 10203.0, 10186.0, 10201.0, 10208.0, 10182.0, 10155.0, 10169.0, 10150.0, 10154.0, 10132.0, 10167.0, 10190.0, 10171.0, 10176.0, 10186.0, 10169.0, 10172.0, 10220.0, 10172.0, 10208.0, 10178.0, 10195.0, 9957.0, 10173.0, 10073.0, 9953.0, 10064.0, 10105.0, 10097.0, 9972.0, 9964.0, 9983.0, 9974.0, 10057.0, 10038.0, 10084.0, 10093.0, 10050.0, 10102.0, 10046.0, 10106.0, 10077.0, 10043.0, 9998.0, 10004.0, 10077.0, 10027.0, 10046.0, 10046.0, 9969.0, 9972.0, 9942.0, 9952.0, 10017.0, 9974.0, 9978.0, 9970.0, 9983.0, 9991.0, 9962.0, 9987.0, 10008.0, 10003.0, 9994.0, 9995.0, 9995.0, 10007.0, 10004.0, 10067.0, 10055.0, 10040.0, 10028.0, 10019.0, 10038.0, 10019.0, 10015.0, 10018.0, 10038.0, 10032.0, 10020.0, 10037.0, 10026.0, 10024.0, 10044.0, 10042.0, 10062.0, 10024.0, 10044.0, 10067.0, 10060.0, 10071.0, 10052.0, 10111.0, 10063.0, 10132.0, 10058.0, 10079.0, 10057.0, 10060.0, 10091.0, 10071.0, 10112.0, 10064.0, 10112.0, 10069.0, 10077.0, 10087.0, 10078.0, 10089.0, 10107.0, 10108.0, 10022.0, 10029.0, 10045.0, 10064.0, 10089.0, 10077.0, 10094.0, 10104.0, 10082.0, 10076.0, 10097.0, 10097.0, 10094.0, 10109.0, 10068.0, 10120.0, 10097.0, 10086.0, 10088.0, 10101.0, 10117.0, 10125.0, 10134.0, 10139.0, 10153.0, 10136.0, 10137.0, 10094.0, 10133.0, 10126.0, 10139.0, 10116.0, 10129.0, 10122.0, 10167.0, 10158.0, 10168.0, 10195.0, 10147.0, 10192.0, 10134.0, 10163.0, 10130.0, 10135.0, 10142.0, 10162.0, 10154.0, 10167.0, 10165.0, 10147.0, 10121.0, 10140.0, 10168.0, 10121.0, 10176.0, 10173.0, 10155.0, 10141.0, 10137.0, 10095.0, 10135.0, 10093.0, 10112.0, 10117.0, 10123.0, 10119.0, 10134.0, 10133.0, 10133.0, 10136.0, 10137.0, 10130.0, 10131.0, 10115.0, 10150.0, 10134.0, 10151.0, 10116.0, 10148.0, 10117.0, 10137.0, 10134.0, 10140.0, 10146.0, 10169.0, 10145.0, 10180.0, 10174.0, 10156.0, 10157.0, 10110.0, 10148.0, 10129.0, 10157.0, 10117.0, 10125.0, 10162.0, 10147.0, 10139.0, 10157.0, 10157.0, 10185.0, 10164.0, 10173.0, 10178.0, 10144.0, 10154.0, 10152.0, 10176.0, 10159.0, 10152.0, 10142.0, 10151.0, 10178.0, 10159.0, 10182.0, 10181.0, 10188.0, 10172.0, 10148.0, 10158.0, 10134.0, 10161.0, 10146.0, 10138.0, 10154.0, 10126.0, 10178.0, 10139.0, 10172.0, 10127.0, 10129.0, 10135.0, 10158.0, 10155.0, 10189.0, 10171.0, 10185.0, 10168.0, 10188.0, 10182.0, 10188.0, 10180.0, 10172.0, 10201.0, 10208.0, 10227.0, 10197.0, 10152.0, 10197.0, 10173.0, 10176.0, 10193.0, 10214.0, 10211.0, 10173.0, 10181.0, 10132.0, 10147.0, 10150.0, 10145.0, 10152.0, 10148.0, 10154.0, 10160.0, 10161.0, 10192.0, 10162.0, 10196.0, 10183.0, 10169.0, 10200.0, 10241.0, 10216.0, 10233.0, 10159.0, 10214.0, 10150.0, 10215.0, 10188.0, 10187.0, 10179.0, 10145.0, 10132.0, 10130.0, 10162.0, 10135.0, 10150.0, 10140.0, 10166.0, 10151.0, 10169.0, 10157.0, 10167.0, 10166.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.00763621029572837</td></tr>
<tr><td colspan=3>aqi</td><td>0.12630331237677986</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.44563896622811</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1428354294627188</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0255128552960533</td></tr>
<tr><td colspan=3>efc</td><td>0.5461</td></tr>
<tr><td colspan=3>fber</td><td>2693.0676</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.26352949902283507</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>437</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>47.86418400876232</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6906046200820093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510921940134956</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.028054927805545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5328369923055263</td></tr>
<tr><td colspan=3>gcor</td><td>0.02202</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011748657561838627</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07607819885015488</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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>4.747747186141089</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>12.9038</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.7733</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.2184</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1238.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.1061</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.0738</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3781.2597</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.7528</td></tr>
<tr><td colspan=3>tsnr</td><td>18.255064608645625</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>