<?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-0098_ses-04_task-social_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-0098_ses-04_task-social_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-04_subject-0098_suffix-bold_task-social" 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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0098_suffix-bold_task-social" 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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-04_task-social_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_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-0098/ses-04/func/sub-0098_ses-04_task-social_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>dfda85fd2e729c9c72790e6b48baebc0</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:06:25.425000</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.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</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.259</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-social_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.0881687</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-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7825, -7225, 227, -109, 77, -36, 90]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1d70ff39-b397-4d13-b644-90d2b7fd21f2||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.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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, 872]</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], 'AcquisitionTime': ['180625.425000', '180625.885000', '180626.345000', '180626.805000', '180627.265000', '180627.725000', '180628.185000', '180628.645000', '180629.105000', '180629.565000', '180630.025000', '180630.485000', '180630.945000', '180631.405000', '180631.865000', '180632.325000', '180632.785000', '180633.245000', '180633.705000', '180634.165000', '180634.625000', '180635.085000', '180635.545000', '180636.005000', '180636.465000', '180636.925000', '180637.385000', '180637.845000', '180638.305000', '180638.765000', '180639.225000', '180639.685000', '180640.145000', '180640.605000', '180641.065000', '180641.525000', '180641.985000', '180642.445000', '180642.905000', '180643.365000', '180643.825000', '180644.285000', '180644.745000', '180645.205000', '180645.665000', '180646.125000', '180646.585000', '180647.045000', '180647.505000', '180647.965000', '180648.425000', '180648.885000', '180649.345000', '180649.805000', '180650.265000', '180650.725000', '180651.185000', '180651.645000', '180652.105000', '180652.565000', '180653.025000', '180653.485000', '180653.945000', '180654.405000', '180654.865000', '180655.325000', '180655.785000', '180656.245000', '180656.705000', '180657.165000', '180657.625000', '180658.085000', '180658.545000', '180659.005000', '180659.465000', '180659.925000', '180700.385000', '180700.845000', '180701.305000', '180701.765000', '180702.225000', '180702.685000', '180703.145000', '180703.605000', '180704.065000', '180704.525000', '180704.985000', '180705.445000', '180705.905000', '180706.365000', '180706.825000', '180707.285000', '180707.745000', '180708.205000', '180708.665000', '180709.125000', '180709.585000', '180710.045000', '180710.505000', '180710.965000', '180711.425000', '180711.885000', '180712.345000', '180712.805000', '180713.265000', '180713.725000', '180714.185000', '180714.645000', '180715.105000', '180715.565000', '180716.025000', '180716.485000', '180716.945000', '180717.405000', '180717.865000', '180718.325000', '180718.785000', '180719.245000', '180719.705000', '180720.165000', '180720.625000', '180721.085000', '180721.545000', '180722.005000', '180722.465000', '180722.925000', '180723.385000', '180723.845000', '180724.305000', '180724.765000', '180725.225000', '180725.685000', '180726.145000', '180726.605000', '180727.065000', '180727.525000', '180727.985000', '180728.445000', '180728.905000', '180729.365000', '180729.825000', '180730.285000', '180730.745000', '180731.205000', '180731.665000', '180732.125000', '180732.585000', '180733.045000', '180733.505000', '180733.965000', '180734.425000', '180734.885000', '180735.345000', '180735.805000', '180736.265000', '180736.725000', '180737.185000', '180737.645000', '180738.105000', '180738.565000', '180739.025000', '180739.485000', '180739.945000', '180740.405000', '180740.865000', '180741.325000', '180741.785000', '180742.245000', '180742.705000', '180743.165000', '180743.625000', '180744.085000', '180744.545000', '180745.005000', '180745.465000', '180745.925000', '180746.385000', '180746.845000', '180747.305000', '180747.765000', '180748.225000', '180748.685000', '180749.145000', '180749.605000', '180750.065000', '180750.525000', '180750.985000', '180751.445000', '180751.905000', '180752.365000', '180752.825000', '180753.285000', '180753.745000', '180754.205000', '180754.665000', '180755.125000', '180755.585000', '180756.045000', '180756.505000', '180756.965000', '180757.425000', '180757.885000', '180758.345000', '180758.805000', '180759.265000', '180759.725000', '180800.185000', '180800.645000', '180801.105000', '180801.565000', '180802.025000', '180802.485000', '180802.945000', '180803.405000', '180803.865000', '180804.325000', '180804.785000', '180805.245000', '180805.705000', '180806.165000', '180806.625000', '180807.085000', '180807.545000', '180808.005000', '180808.465000', '180808.925000', '180809.385000', '180809.845000', '180810.305000', '180810.765000', '180811.225000', '180811.685000', '180812.145000', '180812.605000', '180813.065000', '180813.525000', '180813.985000', '180814.445000', '180814.905000', '180815.365000', '180815.825000', '180816.285000', '180816.745000', '180817.205000', '180817.665000', '180818.125000', '180818.585000', '180819.045000', '180819.505000', '180819.965000', '180820.425000', '180820.885000', '180821.345000', '180821.805000', '180822.265000', '180822.725000', '180823.185000', '180823.645000', '180824.105000', '180824.565000', '180825.025000', '180825.485000', '180825.945000', '180826.405000', '180826.865000', '180827.325000', '180827.785000', '180828.245000', '180828.705000', '180829.165000', '180829.625000', '180830.085000', '180830.545000', '180831.005000', '180831.465000', '180831.925000', '180832.385000', '180832.845000', '180833.305000', '180833.765000', '180834.225000', '180834.685000', '180835.145000', '180835.605000', '180836.065000', '180836.525000', '180836.985000', '180837.445000', '180837.905000', '180838.365000', '180838.825000', '180839.285000', '180839.745000', '180840.205000', '180840.665000', '180841.125000', '180841.585000', '180842.045000', '180842.505000', '180842.965000', '180843.425000', '180843.885000', '180844.345000', '180844.805000', '180845.265000', '180845.725000', '180846.185000', '180846.645000', '180847.105000', '180847.565000', '180848.025000', '180848.485000', '180848.945000', '180849.405000', '180849.865000', '180850.325000', '180850.785000', '180851.245000', '180851.705000', '180852.165000', '180852.625000', '180853.085000', '180853.545000', '180854.005000', '180854.465000', '180854.925000', '180855.385000', '180855.845000', '180856.305000', '180856.765000', '180857.225000', '180857.685000', '180858.145000', '180858.605000', '180859.065000', '180859.525000', '180859.985000', '180900.445000', '180900.905000', '180901.365000', '180901.825000', '180902.285000', '180902.745000', '180903.205000', '180903.665000', '180904.125000', '180904.585000', '180905.045000', '180905.505000', '180905.965000', '180906.425000', '180906.885000', '180907.345000', '180907.805000', '180908.265000', '180908.725000', '180909.185000', '180909.645000', '180910.105000', '180910.565000', '180911.025000', '180911.485000', '180911.945000', '180912.405000', '180912.865000', '180913.325000', '180913.785000', '180914.245000', '180914.705000', '180915.165000', '180915.625000', '180916.085000', '180916.545000', '180917.005000', '180917.465000', '180917.925000', '180918.385000', '180918.845000', '180919.305000', '180919.765000', '180920.225000', '180920.685000', '180921.145000', '180921.605000', '180922.065000', '180922.525000', '180922.985000', '180923.445000', '180923.905000', '180924.365000', '180924.825000', '180925.285000', '180925.745000', '180926.205000', '180926.665000', '180927.125000', '180927.585000', '180928.045000', '180928.505000', '180928.965000', '180929.425000', '180929.885000', '180930.345000', '180930.805000', '180931.265000', '180931.725000', '180932.185000', '180932.645000', '180933.105000', '180933.565000', '180934.025000', '180934.485000', '180934.945000', '180935.405000', '180935.865000', '180936.325000', '180936.785000', '180937.245000', '180937.705000', '180938.165000', '180938.625000', '180939.085000', '180939.545000', '180940.005000', '180940.465000', '180940.925000', '180941.385000', '180941.845000', '180942.305000', '180942.765000', '180943.225000', '180943.685000', '180944.145000', '180944.605000', '180945.065000', '180945.525000', '180945.985000', '180946.445000', '180946.905000', '180947.365000', '180947.825000', '180948.285000', '180948.745000', '180949.205000', '180949.665000', '180950.125000', '180950.585000', '180951.045000', '180951.505000', '180951.965000', '180952.425000', '180952.885000', '180953.345000', '180953.805000', '180954.265000', '180954.725000', '180955.185000', '180955.645000', '180956.105000', '180956.565000', '180957.025000', '180957.485000', '180957.945000', '180958.405000', '180958.865000', '180959.325000', '180959.785000', '181000.245000', '181000.705000', '181001.165000', '181001.625000', '181002.085000', '181002.545000', '181003.005000', '181003.465000', '181003.925000', '181004.385000', '181004.845000', '181005.305000', '181005.765000', '181006.225000', '181006.685000', '181007.145000', '181007.605000', '181008.065000', '181008.525000', '181008.985000', '181009.445000', '181009.905000', '181010.365000', '181010.825000', '181011.285000', '181011.745000', '181012.205000', '181012.665000', '181013.125000', '181013.585000', '181014.045000', '181014.505000', '181014.965000', '181015.425000', '181015.885000', '181016.345000', '181016.805000', '181017.265000', '181017.725000', '181018.185000', '181018.645000', '181019.105000', '181019.565000', '181020.025000', '181020.485000', '181020.945000', '181021.405000', '181021.865000', '181022.325000', '181022.785000', '181023.245000', '181023.705000', '181024.165000', '181024.625000', '181025.085000', '181025.545000', '181026.005000', '181026.465000', '181026.925000', '181027.385000', '181027.845000', '181028.305000', '181028.765000', '181029.225000', '181029.685000', '181030.145000', '181030.605000', '181031.065000', '181031.525000', '181031.985000', '181032.445000', '181032.905000', '181033.365000', '181033.825000', '181034.285000', '181034.745000', '181035.205000', '181035.665000', '181036.125000', '181036.585000', '181037.045000', '181037.505000', '181037.965000', '181038.425000', '181038.885000', '181039.345000', '181039.805000', '181040.265000', '181040.725000', '181041.185000', '181041.645000', '181042.105000', '181042.565000', '181043.025000', '181043.485000', '181043.945000', '181044.405000', '181044.865000', '181045.325000', '181045.785000', '181046.245000', '181046.705000', '181047.165000', '181047.625000', '181048.085000', '181048.545000', '181049.005000', '181049.465000', '181049.925000', '181050.385000', '181050.845000', '181051.305000', '181051.765000', '181052.225000', '181052.685000', '181053.145000', '181053.605000', '181054.065000', '181054.525000', '181054.985000', '181055.445000', '181055.905000', '181056.365000', '181056.825000', '181057.285000', '181057.745000', '181058.205000', '181058.665000', '181059.125000', '181059.585000', '181100.045000', '181100.505000', '181100.965000', '181101.425000', '181101.885000', '181102.345000', '181102.805000', '181103.265000', '181103.725000', '181104.185000', '181104.645000', '181105.105000', '181105.565000', '181106.025000', '181106.485000', '181106.945000', '181107.405000', '181107.865000', '181108.325000', '181108.785000', '181109.245000', '181109.705000', '181110.165000', '181110.625000', '181111.085000', '181111.545000', '181112.005000', '181112.465000', '181112.925000', '181113.385000', '181113.845000', '181114.305000', '181114.765000', '181115.225000', '181115.685000', '181116.145000', '181116.605000', '181117.065000', '181117.525000', '181117.985000', '181118.445000', '181118.905000', '181119.365000', '181119.825000', '181120.285000', '181120.745000', '181121.205000', '181121.665000', '181122.125000', '181122.585000', '181123.045000', '181123.505000', '181123.965000', '181124.425000', '181124.885000', '181125.345000', '181125.805000', '181126.265000', '181126.725000', '181127.185000', '181127.645000', '181128.105000', '181128.565000', '181129.025000', '181129.485000', '181129.945000', '181130.405000', '181130.865000', '181131.325000', '181131.785000', '181132.245000', '181132.705000', '181133.165000', '181133.625000', '181134.085000', '181134.545000', '181135.005000', '181135.465000', '181135.925000', '181136.385000', '181136.845000', '181137.305000', '181137.765000', '181138.225000', '181138.685000', '181139.145000', '181139.605000', '181140.065000', '181140.525000', '181140.985000', '181141.445000', '181141.905000', '181142.365000', '181142.825000', '181143.285000', '181143.745000', '181144.205000', '181144.665000', '181145.125000', '181145.585000', '181146.045000', '181146.505000', '181146.965000', '181147.425000', '181147.885000', '181148.345000', '181148.805000', '181149.265000', '181149.725000', '181150.185000', '181150.645000', '181151.105000', '181151.565000', '181152.025000', '181152.485000', '181152.945000', '181153.405000', '181153.865000', '181154.325000', '181154.785000', '181155.245000', '181155.705000', '181156.165000', '181156.625000', '181157.085000', '181157.545000', '181158.005000', '181158.465000', '181158.925000', '181159.385000', '181159.845000', '181200.305000', '181200.765000', '181201.225000', '181201.685000', '181202.145000', '181202.605000', '181203.065000', '181203.525000', '181203.985000', '181204.445000', '181204.905000', '181205.365000', '181205.825000', '181206.285000', '181206.745000', '181207.205000', '181207.665000', '181208.125000', '181208.585000', '181209.045000', '181209.505000', '181209.965000', '181210.425000', '181210.885000', '181211.345000', '181211.805000', '181212.265000', '181212.725000', '181213.185000', '181213.645000', '181214.105000', '181214.565000', '181215.025000', '181215.485000', '181215.945000', '181216.405000', '181216.865000', '181217.325000', '181217.785000', '181218.245000', '181218.705000', '181219.165000', '181219.625000', '181220.085000', '181220.545000', '181221.005000', '181221.465000', '181221.925000', '181222.385000', '181222.845000', '181223.305000', '181223.765000', '181224.225000', '181224.685000', '181225.145000', '181225.605000', '181226.065000', '181226.525000', '181226.985000', '181227.445000', '181227.905000', '181228.365000', '181228.825000', '181229.285000', '181229.745000', '181230.205000', '181230.665000', '181231.125000', '181231.585000', '181232.045000', '181232.505000', '181232.965000', '181233.425000', '181233.885000', '181234.345000', '181234.805000', '181235.265000', '181235.725000', '181236.185000', '181236.645000', '181237.105000', '181237.565000', '181238.025000', '181238.485000', '181238.945000', '181239.405000', '181239.865000', '181240.325000', '181240.785000', '181241.245000', '181241.705000', '181242.165000', '181242.625000', '181243.085000', '181243.545000', '181244.005000', '181244.465000', '181244.925000', '181245.385000', '181245.845000', '181246.305000', '181246.765000', '181247.225000', '181247.685000', '181248.145000', '181248.605000', '181249.065000', '181249.525000', '181249.985000', '181250.445000', '181250.905000', '181251.365000', '181251.825000', '181252.285000', '181252.745000', '181253.205000', '181253.665000', '181254.125000', '181254.585000', '181255.045000', '181255.505000', '181255.965000', '181256.425000', '181256.885000', '181257.345000', '181257.805000', '181258.265000', '181258.725000', '181259.185000', '181259.645000', '181300.105000', '181300.565000', '181301.025000', '181301.485000', '181301.945000', '181302.405000', '181302.865000', '181303.325000', '181303.785000', '181304.245000', '181304.705000', '181305.165000', '181305.625000', '181306.085000'], 'ContentTime': ['180637.512000', '180637.515000', '180637.518000', '180637.520000', '180637.523000', '180637.526000', '180637.528000', '180637.531000', '180637.533000', '180637.536000', '180637.539000', '180637.541000', '180637.544000', '180637.546000', '180637.549000', '180637.551000', '180637.554000', '180637.557000', '180637.559000', '180637.562000', '180637.565000', '180637.567000', '180637.570000', '180637.572000', '180637.575000', '180657.481000', '180657.484000', '180657.501000', '180657.503000', '180657.506000', '180657.508000', '180657.511000', '180657.513000', '180657.516000', '180657.518000', '180657.521000', '180657.523000', '180657.526000', '180657.528000', '180657.531000', '180657.534000', '180657.536000', '180657.539000', '180657.541000', '180657.544000', '180657.546000', '180657.549000', '180657.551000', '180657.554000', '180657.557000', '180657.559000', '180657.562000', '180657.565000', '180657.567000', '180657.570000', '180657.573000', '180657.575000', '180657.578000', '180657.580000', '180657.594000', '180657.597000', '180657.599000', '180657.602000', '180657.605000', '180657.607000', '180657.610000', '180657.613000', '180657.615000', '180717.481000', '180717.484000', '180717.487000', '180717.490000', '180717.493000', '180717.496000', '180717.499000', '180717.501000', '180717.504000', '180717.506000', '180717.509000', '180717.512000', '180717.514000', '180717.517000', '180717.520000', '180717.522000', '180717.525000', '180717.527000', '180717.530000', '180717.533000', '180717.535000', '180717.538000', '180717.541000', '180717.543000', '180717.546000', '180717.548000', '180717.551000', '180717.554000', '180717.564000', '180717.567000', '180717.569000', '180717.572000', '180717.575000', '180717.577000', '180717.580000', '180717.583000', '180717.585000', '180717.588000', '180717.591000', '180717.593000', '180717.596000', '180717.598000', '180717.601000', '180717.604000', '180737.482000', '180737.484000', '180737.487000', '180737.490000', '180737.493000', '180737.495000', '180737.498000', '180737.500000', '180737.503000', '180737.506000', '180737.508000', '180737.511000', '180737.514000', '180737.516000', '180737.519000', '180737.522000', '180737.524000', '180737.527000', '180737.530000', '180737.532000', '180737.535000', '180737.538000', '180737.540000', '180737.543000', '180737.545000', '180737.548000', '180737.551000', '180737.553000', '180737.556000', '180737.559000', '180737.561000', '180737.564000', '180737.566000', '180737.569000', '180737.572000', '180737.574000', '180737.577000', '180737.579000', '180737.582000', '180737.585000', '180737.587000', '180737.590000', '180737.592000', '180757.481000', '180757.484000', '180757.487000', '180757.490000', '180757.492000', '180757.495000', '180757.498000', '180757.500000', '180757.503000', '180757.506000', '180757.508000', '180757.511000', '180757.513000', '180757.516000', '180757.519000', '180757.521000', '180757.524000', '180757.527000', '180757.529000', '180757.532000', '180757.535000', '180757.537000', '180757.540000', '180757.543000', '180757.545000', '180757.548000', '180757.550000', '180757.553000', '180757.556000', '180757.558000', '180757.561000', '180757.564000', '180757.566000', '180757.569000', '180757.571000', '180757.574000', '180757.577000', '180757.579000', '180757.582000', '180757.584000', '180757.587000', '180757.590000', '180757.593000', '180817.482000', '180817.485000', '180817.488000', '180817.491000', '180817.493000', '180817.496000', '180817.498000', '180817.501000', '180817.504000', '180817.506000', '180817.509000', '180817.512000', '180817.515000', '180817.517000', '180817.520000', '180817.522000', '180817.525000', '180817.528000', '180817.530000', '180817.533000', '180817.536000', '180817.538000', '180817.541000', '180817.543000', '180817.546000', '180817.549000', '180817.551000', '180817.554000', '180817.557000', '180817.559000', '180817.562000', '180817.564000', '180817.567000', '180817.569000', '180817.572000', '180817.575000', '180817.577000', '180817.580000', '180817.582000', '180817.585000', '180817.588000', '180817.590000', '180817.593000', '180817.596000', '180837.482000', '180837.485000', '180837.488000', '180837.490000', '180837.493000', '180837.496000', '180837.498000', '180837.501000', '180837.504000', '180837.506000', '180837.509000', '180837.512000', '180837.514000', '180837.517000', '180837.520000', '180837.522000', '180837.525000', '180837.528000', '180837.530000', '180837.534000', '180837.537000', '180837.539000', '180837.542000', '180837.545000', '180837.547000', '180837.550000', '180837.553000', '180837.555000', '180837.558000', '180837.561000', '180837.563000', '180837.566000', '180837.569000', '180837.571000', '180837.574000', '180837.576000', '180837.579000', '180837.582000', '180837.584000', '180837.587000', '180837.590000', '180837.593000', '180837.595000', '180837.598000', '180857.482000', '180857.485000', '180857.488000', '180857.491000', '180857.493000', '180857.496000', '180857.500000', '180857.502000', '180857.505000', '180857.507000', '180857.510000', '180857.513000', '180857.516000', '180857.518000', '180857.521000', '180857.523000', '180857.526000', '180857.529000', '180857.531000', '180857.534000', '180857.537000', '180857.539000', '180857.542000', '180857.545000', '180857.547000', '180857.550000', '180857.552000', '180857.555000', '180857.558000', '180857.560000', '180857.563000', '180857.565000', '180857.568000', '180857.571000', '180857.573000', '180857.576000', '180857.579000', '180857.581000', '180857.584000', '180857.586000', '180857.589000', '180857.592000', '180857.594000', '180917.481000', '180917.485000', '180917.487000', '180917.490000', '180917.492000', '180917.495000', '180917.498000', '180917.500000', '180917.503000', '180917.506000', '180917.509000', '180917.511000', '180917.514000', '180917.517000', '180917.519000', '180917.522000', '180917.525000', '180917.527000', '180917.530000', '180917.532000', '180917.535000', '180917.538000', '180917.540000', '180917.543000', '180917.546000', '180917.548000', '180917.551000', '180917.554000', '180917.556000', '180917.559000', '180917.561000', '180917.564000', '180917.567000', '180917.569000', '180917.572000', '180917.574000', '180917.577000', '180917.580000', '180917.582000', '180917.585000', '180917.588000', '180917.590000', '180917.593000', '180937.481000', '180937.484000', '180937.487000', '180937.490000', '180937.492000', '180937.495000', '180937.498000', '180937.501000', '180937.503000', '180937.506000', '180937.509000', '180937.512000', '180937.514000', '180937.517000', '180937.520000', '180937.522000', '180937.525000', '180937.527000', '180937.530000', '180937.533000', '180937.535000', '180937.538000', '180937.541000', '180937.543000', '180937.546000', '180937.549000', '180937.552000', '180937.554000', '180937.557000', '180937.559000', '180937.562000', '180937.565000', '180937.567000', '180937.570000', '180937.573000', '180937.575000', '180937.578000', '180937.580000', '180937.584000', '180937.586000', '180937.589000', '180937.591000', '180937.594000', '180937.597000', '180957.481000', '180957.484000', '180957.487000', '180957.489000', '180957.492000', '180957.495000', '180957.497000', '180957.500000', '180957.503000', '180957.506000', '180957.508000', '180957.511000', '180957.514000', '180957.516000', '180957.519000', '180957.522000', '180957.524000', '180957.527000', '180957.530000', '180957.532000', '180957.535000', '180957.537000', '180957.540000', '180957.563000', '180957.566000', '180957.569000', '180957.573000', '180957.575000', '180957.578000', '180957.580000', '180957.583000', '180957.586000', '180957.588000', '180957.591000', '180957.594000', '180957.596000', '180957.599000', '180957.602000', '180957.605000', '180957.607000', '180957.610000', '180957.613000', '180957.623000', '181017.481000', '181017.485000', '181017.487000', '181017.490000', '181017.493000', '181017.495000', '181017.498000', '181017.500000', '181017.503000', '181017.506000', '181017.508000', '181017.511000', '181017.514000', '181017.516000', '181017.519000', '181017.521000', '181017.524000', '181017.527000', '181017.530000', '181017.532000', '181017.535000', '181017.537000', '181017.540000', '181017.543000', '181017.545000', '181017.548000', '181017.551000', '181017.553000', '181017.556000', '181017.559000', '181017.561000', '181017.564000', '181017.566000', '181017.569000', '181017.572000', '181017.574000', '181017.577000', '181017.580000', '181017.582000', '181017.585000', '181017.587000', '181017.590000', '181017.593000', '181017.595000', '181037.483000', '181037.486000', '181037.488000', '181037.491000', '181037.494000', '181037.496000', '181037.499000', '181037.502000', '181037.504000', '181037.507000', '181037.510000', '181037.512000', '181037.515000', '181037.518000', '181037.520000', '181037.523000', '181037.526000', '181037.529000', '181037.532000', '181037.534000', '181037.537000', '181037.540000', '181037.542000', '181037.545000', '181037.547000', '181037.550000', '181037.553000', '181037.555000', '181037.558000', '181037.561000', '181037.563000', '181037.566000', '181037.569000', '181037.571000', '181037.574000', '181037.577000', '181037.579000', '181037.582000', '181037.585000', '181037.587000', '181037.590000', '181037.593000', '181037.595000', '181057.483000', '181057.485000', '181057.488000', '181057.491000', '181057.493000', '181057.496000', '181057.499000', '181057.501000', '181057.504000', '181057.507000', '181057.509000', '181057.512000', '181057.514000', '181057.517000', '181057.520000', '181057.522000', '181057.525000', '181057.528000', '181057.530000', '181057.533000', '181057.536000', '181057.538000', '181057.541000', '181057.543000', '181057.546000', '181057.549000', '181057.551000', '181057.554000', '181057.557000', '181057.559000', '181057.562000', '181057.564000', '181057.567000', '181057.570000', '181057.572000', '181057.575000', '181057.578000', '181057.580000', '181057.583000', '181057.585000', '181057.588000', '181057.591000', '181057.593000', '181057.596000', '181117.482000', '181117.484000', '181117.487000', '181117.490000', '181117.492000', '181117.495000', '181117.498000', '181117.500000', '181117.503000', '181117.506000', '181117.508000', '181117.511000', '181117.514000', '181117.516000', '181117.519000', '181117.521000', '181117.524000', '181117.527000', '181117.530000', '181117.532000', '181117.535000', '181117.538000', '181117.540000', '181117.543000', '181117.545000', '181117.548000', '181117.551000', '181117.553000', '181117.556000', '181117.559000', '181117.562000', '181117.564000', '181117.567000', '181117.570000', '181117.572000', '181117.575000', '181117.578000', '181117.580000', '181117.583000', '181117.586000', '181117.588000', '181117.591000', '181117.594000', '181137.482000', '181137.485000', '181137.487000', '181137.490000', '181137.493000', '181137.495000', '181137.498000', '181137.501000', '181137.504000', '181137.506000', '181137.509000', '181137.512000', '181137.514000', '181137.517000', '181137.519000', '181137.522000', '181137.525000', '181137.527000', '181137.530000', '181137.533000', '181137.535000', '181137.538000', '181137.540000', '181137.543000', '181137.546000', '181137.548000', '181137.551000', '181137.554000', '181137.556000', '181137.559000', '181137.562000', '181137.564000', '181137.567000', '181137.570000', '181137.572000', '181137.575000', '181137.578000', '181137.581000', '181137.584000', '181137.586000', '181137.589000', '181137.592000', '181137.594000', '181137.597000', '181157.482000', '181157.485000', '181157.487000', '181157.490000', '181157.493000', '181157.495000', '181157.498000', '181157.501000', '181157.503000', '181157.506000', '181157.509000', '181157.511000', '181157.514000', '181157.516000', '181157.519000', '181157.522000', '181157.524000', '181157.527000', '181157.530000', '181157.532000', '181157.535000', '181157.538000', '181157.540000', '181157.543000', '181157.546000', '181157.548000', '181157.551000', '181157.553000', '181157.556000', '181157.559000', '181157.561000', '181157.564000', '181157.566000', '181157.569000', '181157.572000', '181157.575000', '181157.577000', '181157.580000', '181157.582000', '181157.585000', '181157.588000', '181157.590000', '181157.593000', '181217.482000', '181217.484000', '181217.487000', '181217.490000', '181217.492000', '181217.495000', '181217.498000', '181217.501000', '181217.503000', '181217.506000', '181217.508000', '181217.511000', '181217.514000', '181217.516000', '181217.519000', '181217.522000', '181217.524000', '181217.527000', '181217.529000', '181217.532000', '181217.535000', '181217.537000', '181217.540000', '181217.543000', '181217.546000', '181217.548000', '181217.551000', '181217.554000', '181217.556000', '181217.559000', '181217.562000', '181217.564000', '181217.567000', '181217.570000', '181217.572000', '181217.575000', '181217.579000', '181217.582000', '181217.585000', '181217.587000', '181217.590000', '181217.592000', '181217.595000', '181217.598000', '181237.482000', '181237.484000', '181237.487000', '181237.490000', '181237.492000', '181237.495000', '181237.498000', '181237.500000', '181237.503000', '181237.505000', '181237.508000', '181237.510000', '181237.513000', '181237.516000', '181237.519000', '181237.521000', '181237.524000', '181237.527000', '181237.529000', '181237.532000', '181237.534000', '181237.537000', '181237.540000', '181237.542000', '181237.545000', '181237.548000', '181237.551000', '181237.553000', '181237.556000', '181237.558000', '181237.561000', '181237.564000', '181237.566000', '181237.569000', '181237.572000', '181237.574000', '181237.577000', '181237.580000', '181237.582000', '181237.585000', '181237.588000', '181237.590000', '181237.593000', '181257.483000', '181257.518000', '181257.521000', '181257.524000', '181257.526000', '181257.529000', '181257.532000', '181257.534000', '181257.537000', '181257.540000', '181257.542000', '181257.545000', '181257.548000', '181257.550000', '181257.553000', '181257.556000', '181257.558000', '181257.561000', '181257.564000', '181257.566000', '181257.569000', '181257.571000', '181257.574000', '181257.577000', '181257.579000', '181257.582000', '181257.585000', '181257.587000', '181257.590000', '181257.592000', '181257.595000', '181257.598000', '181257.600000', '181257.603000', '181257.606000', '181257.608000', '181257.611000', '181257.613000', '181257.616000', '181257.619000', '181257.622000', '181257.624000', '181257.627000', '181257.630000', '181307.033000', '181307.036000', '181307.038000', '181307.041000', '181307.044000', '181307.046000', '181307.049000', '181307.052000', '181307.055000', '181307.057000', '181307.060000', '181307.063000', '181307.066000', '181307.068000', '181307.071000', '181307.074000', '181307.076000', '181307.079000', '181307.082000', '181307.084000', '181307.087000'], 'InstanceCreationTime': ['180637.512000', '180637.515000', '180637.518000', '180637.520000', '180637.523000', '180637.526000', '180637.528000', '180637.531000', '180637.533000', '180637.536000', '180637.539000', '180637.541000', '180637.544000', '180637.546000', '180637.549000', '180637.551000', '180637.554000', '180637.557000', '180637.559000', '180637.562000', '180637.565000', '180637.567000', '180637.570000', '180637.572000', '180637.575000', '180657.481000', '180657.484000', '180657.501000', '180657.503000', '180657.506000', '180657.508000', '180657.511000', '180657.513000', '180657.516000', '180657.518000', '180657.521000', '180657.523000', '180657.526000', '180657.528000', '180657.531000', '180657.534000', '180657.536000', '180657.539000', '180657.541000', '180657.544000', '180657.546000', '180657.549000', '180657.551000', '180657.554000', '180657.557000', '180657.559000', '180657.562000', '180657.565000', '180657.567000', '180657.570000', '180657.573000', '180657.575000', '180657.578000', '180657.580000', '180657.594000', '180657.597000', '180657.599000', '180657.602000', '180657.605000', '180657.607000', '180657.610000', '180657.613000', '180657.615000', '180717.481000', '180717.484000', '180717.487000', '180717.490000', '180717.493000', '180717.496000', '180717.499000', '180717.501000', '180717.504000', '180717.506000', '180717.509000', '180717.512000', '180717.514000', '180717.517000', '180717.520000', '180717.522000', '180717.525000', '180717.527000', '180717.530000', '180717.533000', '180717.535000', '180717.538000', '180717.541000', '180717.543000', '180717.546000', '180717.548000', '180717.551000', '180717.554000', '180717.564000', '180717.567000', '180717.569000', '180717.572000', '180717.575000', '180717.577000', '180717.580000', '180717.583000', '180717.585000', '180717.588000', '180717.591000', '180717.593000', '180717.596000', '180717.598000', '180717.601000', '180717.604000', '180737.482000', '180737.484000', '180737.487000', '180737.490000', '180737.493000', '180737.495000', '180737.498000', '180737.500000', '180737.503000', '180737.506000', '180737.508000', '180737.511000', '180737.514000', '180737.516000', '180737.519000', '180737.522000', '180737.524000', '180737.527000', '180737.530000', '180737.532000', '180737.535000', '180737.538000', '180737.540000', '180737.543000', '180737.545000', '180737.548000', '180737.551000', '180737.553000', '180737.556000', '180737.559000', '180737.561000', '180737.564000', '180737.566000', '180737.569000', '180737.572000', '180737.574000', '180737.577000', '180737.579000', '180737.582000', '180737.585000', '180737.587000', '180737.590000', '180737.592000', '180757.481000', '180757.484000', '180757.487000', '180757.490000', '180757.492000', '180757.495000', '180757.498000', '180757.500000', '180757.503000', '180757.506000', '180757.508000', '180757.511000', '180757.513000', '180757.516000', '180757.519000', '180757.521000', '180757.524000', '180757.527000', '180757.529000', '180757.532000', '180757.535000', '180757.537000', '180757.540000', '180757.543000', '180757.545000', '180757.548000', '180757.550000', '180757.553000', '180757.556000', '180757.558000', '180757.561000', '180757.564000', '180757.566000', '180757.569000', '180757.571000', '180757.574000', '180757.577000', '180757.579000', '180757.582000', '180757.584000', '180757.587000', '180757.590000', '180757.593000', '180817.482000', '180817.485000', '180817.488000', '180817.491000', '180817.493000', '180817.496000', '180817.498000', '180817.501000', '180817.504000', '180817.506000', '180817.509000', '180817.512000', '180817.515000', '180817.517000', '180817.520000', '180817.522000', '180817.525000', '180817.528000', '180817.530000', '180817.533000', '180817.536000', '180817.538000', '180817.541000', '180817.543000', '180817.546000', '180817.549000', '180817.551000', '180817.554000', '180817.557000', '180817.559000', '180817.562000', '180817.564000', '180817.567000', '180817.569000', '180817.572000', '180817.575000', '180817.577000', '180817.580000', '180817.582000', '180817.585000', '180817.588000', '180817.590000', '180817.593000', '180817.596000', '180837.482000', '180837.485000', '180837.488000', '180837.490000', '180837.493000', '180837.496000', '180837.498000', '180837.501000', '180837.504000', '180837.506000', '180837.509000', '180837.512000', '180837.514000', '180837.517000', '180837.520000', '180837.522000', '180837.525000', '180837.528000', '180837.530000', '180837.534000', '180837.537000', '180837.539000', '180837.542000', '180837.545000', '180837.547000', '180837.550000', '180837.553000', '180837.555000', '180837.558000', '180837.561000', '180837.563000', '180837.566000', '180837.569000', '180837.571000', '180837.574000', '180837.576000', '180837.579000', '180837.582000', '180837.584000', '180837.587000', '180837.590000', '180837.593000', '180837.595000', '180837.598000', '180857.482000', '180857.485000', '180857.488000', '180857.491000', '180857.493000', '180857.496000', '180857.500000', '180857.502000', '180857.505000', '180857.507000', '180857.510000', '180857.513000', '180857.516000', '180857.518000', '180857.521000', '180857.523000', '180857.526000', '180857.529000', '180857.531000', '180857.534000', '180857.537000', '180857.539000', '180857.542000', '180857.545000', '180857.547000', '180857.550000', '180857.552000', '180857.555000', '180857.558000', '180857.560000', '180857.563000', '180857.565000', '180857.568000', '180857.571000', '180857.573000', '180857.576000', '180857.579000', '180857.581000', '180857.584000', '180857.586000', '180857.589000', '180857.592000', '180857.594000', '180917.481000', '180917.485000', '180917.487000', '180917.490000', '180917.492000', '180917.495000', '180917.498000', '180917.500000', '180917.503000', '180917.506000', '180917.509000', '180917.511000', '180917.514000', '180917.517000', '180917.519000', '180917.522000', '180917.525000', '180917.527000', '180917.530000', '180917.532000', '180917.535000', '180917.538000', '180917.540000', '180917.543000', '180917.546000', '180917.548000', '180917.551000', '180917.554000', '180917.556000', '180917.559000', '180917.561000', '180917.564000', '180917.567000', '180917.569000', '180917.572000', '180917.574000', '180917.577000', '180917.580000', '180917.582000', '180917.585000', '180917.588000', '180917.590000', '180917.593000', '180937.481000', '180937.484000', '180937.487000', '180937.490000', '180937.492000', '180937.495000', '180937.498000', '180937.501000', '180937.503000', '180937.506000', '180937.509000', '180937.512000', '180937.514000', '180937.517000', '180937.520000', '180937.522000', '180937.525000', '180937.527000', '180937.530000', '180937.533000', '180937.535000', '180937.538000', '180937.541000', '180937.543000', '180937.546000', '180937.549000', '180937.552000', '180937.554000', '180937.557000', '180937.559000', '180937.562000', '180937.565000', '180937.567000', '180937.570000', '180937.573000', '180937.575000', '180937.578000', '180937.580000', '180937.584000', '180937.586000', '180937.589000', '180937.591000', '180937.594000', '180937.597000', '180957.481000', '180957.484000', '180957.487000', '180957.489000', '180957.492000', '180957.495000', '180957.497000', '180957.500000', '180957.503000', '180957.506000', '180957.508000', '180957.511000', '180957.514000', '180957.516000', '180957.519000', '180957.522000', '180957.524000', '180957.527000', '180957.530000', '180957.532000', '180957.535000', '180957.537000', '180957.540000', '180957.563000', '180957.566000', '180957.569000', '180957.573000', '180957.575000', '180957.578000', '180957.580000', '180957.583000', '180957.586000', '180957.588000', '180957.591000', '180957.594000', '180957.596000', '180957.599000', '180957.602000', '180957.605000', '180957.607000', '180957.610000', '180957.613000', '180957.623000', '181017.481000', '181017.485000', '181017.487000', '181017.490000', '181017.493000', '181017.495000', '181017.498000', '181017.500000', '181017.503000', '181017.506000', '181017.508000', '181017.511000', '181017.514000', '181017.516000', '181017.519000', '181017.521000', '181017.524000', '181017.527000', '181017.530000', '181017.532000', '181017.535000', '181017.537000', '181017.540000', '181017.543000', '181017.545000', '181017.548000', '181017.551000', '181017.553000', '181017.556000', '181017.559000', '181017.561000', '181017.564000', '181017.566000', '181017.569000', '181017.572000', '181017.574000', '181017.577000', '181017.580000', '181017.582000', '181017.585000', '181017.587000', '181017.590000', '181017.593000', '181017.595000', '181037.483000', '181037.486000', '181037.488000', '181037.491000', '181037.494000', '181037.496000', '181037.499000', '181037.502000', '181037.504000', '181037.507000', '181037.510000', '181037.512000', '181037.515000', '181037.518000', '181037.520000', '181037.523000', '181037.526000', '181037.529000', '181037.532000', '181037.534000', '181037.537000', '181037.540000', '181037.542000', '181037.545000', '181037.547000', '181037.550000', '181037.553000', '181037.555000', '181037.558000', '181037.561000', '181037.563000', '181037.566000', '181037.569000', '181037.571000', '181037.574000', '181037.577000', '181037.579000', '181037.582000', '181037.585000', '181037.587000', '181037.590000', '181037.593000', '181037.595000', '181057.483000', '181057.485000', '181057.488000', '181057.491000', '181057.493000', '181057.496000', '181057.499000', '181057.501000', '181057.504000', '181057.507000', '181057.509000', '181057.512000', '181057.514000', '181057.517000', '181057.520000', '181057.522000', '181057.525000', '181057.528000', '181057.530000', '181057.533000', '181057.536000', '181057.538000', '181057.541000', '181057.543000', '181057.546000', '181057.549000', '181057.551000', '181057.554000', '181057.557000', '181057.559000', '181057.562000', '181057.564000', '181057.567000', '181057.570000', '181057.572000', '181057.575000', '181057.578000', '181057.580000', '181057.583000', '181057.585000', '181057.588000', '181057.591000', '181057.593000', '181057.596000', '181117.482000', '181117.484000', '181117.487000', '181117.490000', '181117.492000', '181117.495000', '181117.498000', '181117.500000', '181117.503000', '181117.506000', '181117.508000', '181117.511000', '181117.514000', '181117.516000', '181117.519000', '181117.521000', '181117.524000', '181117.527000', '181117.530000', '181117.532000', '181117.535000', '181117.538000', '181117.540000', '181117.543000', '181117.545000', '181117.548000', '181117.551000', '181117.553000', '181117.556000', '181117.559000', '181117.562000', '181117.564000', '181117.567000', '181117.570000', '181117.572000', '181117.575000', '181117.578000', '181117.580000', '181117.583000', '181117.586000', '181117.588000', '181117.591000', '181117.594000', '181137.482000', '181137.485000', '181137.487000', '181137.490000', '181137.493000', '181137.495000', '181137.498000', '181137.501000', '181137.504000', '181137.506000', '181137.509000', '181137.512000', '181137.514000', '181137.517000', '181137.519000', '181137.522000', '181137.525000', '181137.527000', '181137.530000', '181137.533000', '181137.535000', '181137.538000', '181137.540000', '181137.543000', '181137.546000', '181137.548000', '181137.551000', '181137.554000', '181137.556000', '181137.559000', '181137.562000', '181137.564000', '181137.567000', '181137.570000', '181137.572000', '181137.575000', '181137.578000', '181137.581000', '181137.584000', '181137.586000', '181137.589000', '181137.592000', '181137.594000', '181137.597000', '181157.482000', '181157.485000', '181157.487000', '181157.490000', '181157.493000', '181157.495000', '181157.498000', '181157.501000', '181157.503000', '181157.506000', '181157.509000', '181157.511000', '181157.514000', '181157.516000', '181157.519000', '181157.522000', '181157.524000', '181157.527000', '181157.530000', '181157.532000', '181157.535000', '181157.538000', '181157.540000', '181157.543000', '181157.546000', '181157.548000', '181157.551000', '181157.553000', '181157.556000', '181157.559000', '181157.561000', '181157.564000', '181157.566000', '181157.569000', '181157.572000', '181157.575000', '181157.577000', '181157.580000', '181157.582000', '181157.585000', '181157.588000', '181157.590000', '181157.593000', '181217.482000', '181217.484000', '181217.487000', '181217.490000', '181217.492000', '181217.495000', '181217.498000', '181217.501000', '181217.503000', '181217.506000', '181217.508000', '181217.511000', '181217.514000', '181217.516000', '181217.519000', '181217.522000', '181217.524000', '181217.527000', '181217.529000', '181217.532000', '181217.535000', '181217.537000', '181217.540000', '181217.543000', '181217.546000', '181217.548000', '181217.551000', '181217.554000', '181217.556000', '181217.559000', '181217.562000', '181217.564000', '181217.567000', '181217.570000', '181217.572000', '181217.575000', '181217.579000', '181217.582000', '181217.585000', '181217.587000', '181217.590000', '181217.592000', '181217.595000', '181217.598000', '181237.482000', '181237.484000', '181237.487000', '181237.490000', '181237.492000', '181237.495000', '181237.498000', '181237.500000', '181237.503000', '181237.505000', '181237.508000', '181237.510000', '181237.513000', '181237.516000', '181237.519000', '181237.521000', '181237.524000', '181237.527000', '181237.529000', '181237.532000', '181237.534000', '181237.537000', '181237.540000', '181237.542000', '181237.545000', '181237.548000', '181237.551000', '181237.553000', '181237.556000', '181237.558000', '181237.561000', '181237.564000', '181237.566000', '181237.569000', '181237.572000', '181237.574000', '181237.577000', '181237.580000', '181237.582000', '181237.585000', '181237.588000', '181237.590000', '181237.593000', '181257.483000', '181257.518000', '181257.521000', '181257.524000', '181257.526000', '181257.529000', '181257.532000', '181257.534000', '181257.537000', '181257.540000', '181257.542000', '181257.545000', '181257.548000', '181257.550000', '181257.553000', '181257.556000', '181257.558000', '181257.561000', '181257.564000', '181257.566000', '181257.569000', '181257.571000', '181257.574000', '181257.577000', '181257.579000', '181257.582000', '181257.585000', '181257.587000', '181257.590000', '181257.592000', '181257.595000', '181257.598000', '181257.600000', '181257.603000', '181257.606000', '181257.608000', '181257.611000', '181257.613000', '181257.616000', '181257.619000', '181257.622000', '181257.624000', '181257.627000', '181257.630000', '181307.033000', '181307.036000', '181307.038000', '181307.041000', '181307.044000', '181307.046000', '181307.049000', '181307.052000', '181307.055000', '181307.057000', '181307.060000', '181307.063000', '181307.066000', '181307.068000', '181307.071000', '181307.074000', '181307.076000', '181307.079000', '181307.082000', '181307.084000', '181307.087000'], '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], 'LargestImagePixelValue': [13285, 8473, 14521, 8716, 14742, 10524, 15353, 12030, 12604, 12592, 9876, 13565, 12806, 14239, 10962, 13628, 9152, 13858, 10145, 14629, 11440, 10834, 11875, 8367, 13277, 9740, 13351, 8547, 13366, 10053, 15180, 11089, 14065, 11289, 13828, 12282, 15362, 11640, 9378, 8162, 7918, 9718, 8170, 8196, 9720, 8481, 9634, 12360, 9053, 8234, 9575, 11287, 16358, 15125, 15179, 16198, 16026, 15964, 11544, 16042, 13862, 17498, 13937, 12959, 15158, 11429, 16117, 10747, 15616, 12919, 16550, 13727, 10177, 13504, 8156, 15035, 9707, 15081, 11545, 10237, 13059, 8489, 15312, 10872, 16002, 14281, 16933, 9807, 12835, 11199, 10273, 12692, 7608, 14640, 10050, 13842, 12677, 8583, 11740, 7761, 9316, 8320, 8494, 7812, 8095, 9236, 8878, 9261, 9256, 8680, 11376, 8373, 8339, 11995, 11055, 10207, 17286, 13537, 18874, 14303, 16922, 12014, 10541, 17522, 14389, 16672, 13727, 11952, 14315, 10834, 14882, 9553, 14768, 11228, 14868, 12474, 13512, 12213, 11757, 12152, 11797, 12397, 7674, 10634, 8371, 13900, 9709, 13195, 13288, 8205, 12709, 11101, 14643, 12734, 7395, 13256, 7660, 10653, 8224, 7724, 11096, 7919, 7821, 10797, 11510, 8441, 13431, 9175, 13080, 11951, 13118, 16756, 13925, 16940, 12513, 18040, 12254, 16179, 13203, 14906, 14181, 11651, 13663, 10491, 9857, 14097, 12101, 12497, 12996, 14976, 12551, 13725, 13305, 9161, 13154, 11629, 12325, 14267, 13568, 14887, 12216, 14772, 11800, 14288, 11260, 13120, 11350, 14137, 11511, 14101, 11696, 14088, 9311, 12961, 9838, 14211, 9937, 12795, 9044, 11764, 8045, 12126, 9433, 12323, 8069, 12341, 8085, 12901, 8834, 13108, 7716, 11129, 7523, 10710, 8751, 7902, 8382, 7991, 12571, 7944, 8013, 9950, 9286, 8584, 12370, 10701, 13158, 16649, 15473, 17388, 12826, 15776, 12004, 17807, 15565, 13455, 16234, 11431, 18908, 13691, 11711, 12796, 8971, 13974, 9665, 14255, 8751, 13830, 10100, 14165, 10910, 14590, 11186, 13727, 11492, 13723, 11965, 14399, 12060, 10913, 12420, 10071, 12959, 8211, 13327, 8519, 13276, 7985, 13867, 8650, 14477, 9338, 14720, 11446, 14384, 12444, 15573, 12429, 14419, 12439, 14885, 12665, 15856, 12623, 15289, 11523, 14462, 10457, 11347, 8351, 10488, 11416, 7963, 11068, 8462, 7891, 11020, 9516, 9684, 10342, 8282, 12717, 14082, 13114, 15368, 14441, 14489, 17685, 15107, 17190, 16090, 18161, 15230, 14854, 19583, 9847, 7861, 12604, 8939, 7967, 13345, 14535, 10255, 9209, 13671, 10063, 16114, 13382, 19088, 15506, 18846, 14203, 17339, 12377, 16129, 10176, 15931, 9429, 13169, 8803, 12967, 8790, 13208, 9101, 13138, 9174, 13516, 8893, 13174, 9268, 12750, 9609, 13063, 11519, 13357, 11768, 12736, 11463, 13385, 11320, 10695, 12098, 8196, 13195, 8285, 13515, 10854, 13680, 8730, 13582, 8513, 13449, 9992, 13579, 9452, 12829, 9696, 15698, 10968, 15080, 11357, 15887, 12420, 16608, 12848, 13242, 12660, 13960, 12545, 15485, 12520, 12445, 12585, 11718, 12358, 13029, 12503, 13356, 11860, 10375, 8365, 7655, 9564, 8734, 11394, 10608, 7955, 12619, 8436, 13963, 9968, 14542, 10755, 14853, 11855, 16337, 12283, 16106, 12415, 18242, 13710, 14871, 12003, 12009, 11905, 14672, 14851, 10723, 13203, 8679, 12732, 8514, 13780, 9356, 13720, 8885, 12958, 8938, 12887, 9763, 13776, 11492, 13254, 11508, 13105, 11675, 13628, 11468, 13278, 11592, 13317, 10644, 12994, 10056, 12927, 9958, 12632, 10816, 12558, 11237, 13461, 10828, 10154, 11568, 10744, 11780, 8967, 12002, 8962, 12003, 9124, 12807, 9161, 13033, 9177, 13023, 9836, 12917, 11001, 12896, 11128, 8864, 11910, 8790, 13432, 10934, 10839, 11928, 9625, 12260, 10092, 13751, 12544, 13575, 12424, 13112, 14166, 12558, 17975, 12900, 15999, 11462, 13899, 11124, 14194, 11421, 13583, 10780, 12639, 10913, 13017, 11272, 13523, 11223, 13291, 11346, 13192, 11053, 13275, 11165, 13560, 11347, 13778, 11637, 12892, 10979, 13605, 11604, 13612, 11188, 11175, 11526, 10235, 12163, 8369, 12295, 8755, 12862, 8940, 12931, 8927, 12630, 11025, 11982, 15222, 11354, 13988, 11007, 12197, 10885, 12294, 10934, 11934, 10551, 9652, 12229, 7519, 12992, 8537, 12718, 10537, 9098, 12880, 8728, 13901, 12365, 11996, 12450, 9013, 14669, 11943, 13619, 14420, 10797, 16851, 12262, 9360, 13748, 10379, 16653, 11586, 13815, 11701, 14531, 12529, 14602, 11561, 10573, 12163, 11909, 12997, 10397, 13576, 8450, 13439, 8533, 14531, 11933, 12513, 12032, 9333, 13384, 8396, 14474, 10983, 12872, 12099, 9519, 14306, 8959, 14563, 9570, 14510, 9581, 14897, 8824, 11504, 11535, 8453, 10219, 7936, 7864, 13946, 11600, 9361, 13638, 11408, 9496, 14891, 12291, 10144, 15960, 11226, 18290, 13550, 16961, 13311, 15885, 13183, 18226, 12877, 17345, 12882, 15245, 12077, 13518, 11885, 11621, 12016, 8647, 13010, 8579, 12619, 8415, 13486, 10983, 13997, 11371, 11916, 11562, 11342, 11976, 11137, 12161, 11685, 12327, 9655, 12593, 9743, 12468, 8879, 13211, 8262, 13513, 8456, 13126, 8589, 14250, 9764, 13468, 9910, 11830, 11058, 8794, 11907, 8394, 14129, 11683, 10308, 13236, 10220, 14771, 10403, 14174, 11184, 15653, 12010, 17366, 11943, 14262, 10015, 13479, 11623, 13848, 13158, 11875, 12687, 10957, 14834, 11003, 11213, 11105, 10058, 10941, 10404, 11080, 8618, 12983, 9435, 13905, 10959, 9074, 12807, 11157, 13557, 11146, 13688, 11384, 14179, 12096, 14896, 11790, 14521, 12452, 14889, 12089, 14376, 10970, 13730, 12310, 14507, 11333, 13768, 11385, 15385, 11396, 12434, 11280, 14625, 11323, 13958, 11809, 14589, 11295, 13513, 10769, 13139, 10230, 13673, 11834, 14342, 11464, 14001, 11340, 13388, 12199, 9042, 12476, 9113, 13239, 11971, 15798, 11898, 12244, 17854, 11817, 16172, 11441, 15089, 9462, 12328, 13933, 11833, 16692, 11309, 15214, 10954, 13602, 10718, 8783, 11666, 9782, 13902, 10362, 12421, 11466, 12685, 11614, 15050, 11265, 14255, 12059, 14066, 11099, 14076, 10100, 13319, 10395, 13396, 10345, 11325, 16119, 11197, 14239, 12182, 13650, 11110, 12591, 10720, 12661, 11058, 12068, 10539, 9723, 10626, 9175, 12383, 9594, 12028, 9441, 11798, 13919, 13869, 13744, 11441, 15889, 11373, 15622, 12463, 14745, 9805, 12470, 9662, 12355, 12761, 12745, 9454, 11050, 9514, 11463, 9573, 13016], 'WindowCenter': [4848.0, 4770.0, 4814.0, 4752.0, 4799.0, 4758.0, 4797.0, 4766.0, 4766.0, 4763.0, 4745.0, 4774.0, 4764.0, 4774.0, 4743.0, 4773.0, 4733.0, 4775.0, 4745.0, 4773.0, 4752.0, 4742.0, 4752.0, 4712.0, 4775.0, 4735.0, 4774.0, 4724.0, 4773.0, 4734.0, 4783.0, 4755.0, 4773.0, 4753.0, 4789.0, 4779.0, 4785.0, 4745.0, 4764.0, 4713.0, 4710.0, 4721.0, 4712.0, 4734.0, 4752.0, 4748.0, 4771.0, 4804.0, 4761.0, 4737.0, 4744.0, 4751.0, 4781.0, 4775.0, 4759.0, 4774.0, 4772.0, 4773.0, 4742.0, 4757.0, 4752.0, 4782.0, 4759.0, 4749.0, 4758.0, 4728.0, 4766.0, 4728.0, 4769.0, 4750.0, 4767.0, 4745.0, 4720.0, 4757.0, 4700.0, 4768.0, 4719.0, 4769.0, 4738.0, 4716.0, 4747.0, 4723.0, 4783.0, 4746.0, 4784.0, 4776.0, 4796.0, 4747.0, 4765.0, 4755.0, 4744.0, 4763.0, 4701.0, 4758.0, 4718.0, 4755.0, 4749.0, 4737.0, 4778.0, 4717.0, 4734.0, 4700.0, 4697.0, 4689.0, 4688.0, 4734.0, 4723.0, 4723.0, 4722.0, 4714.0, 4742.0, 4712.0, 4722.0, 4749.0, 4752.0, 4743.0, 4792.0, 4751.0, 4791.0, 4762.0, 4770.0, 4738.0, 4717.0, 4781.0, 4760.0, 4780.0, 4750.0, 4739.0, 4758.0, 4728.0, 4757.0, 4706.0, 4745.0, 4726.0, 4757.0, 4739.0, 4746.0, 4738.0, 4727.0, 4738.0, 4738.0, 4738.0, 4688.0, 4731.0, 4701.0, 4760.0, 4734.0, 4778.0, 4790.0, 4715.0, 4765.0, 4757.0, 4786.0, 4790.0, 4735.0, 4793.0, 4722.0, 4746.0, 4706.0, 4695.0, 4745.0, 4720.0, 4710.0, 4772.0, 4771.0, 4740.0, 4798.0, 4759.0, 4773.0, 4766.0, 4789.0, 4808.0, 4772.0, 4796.0, 4767.0, 4796.0, 4770.0, 4796.0, 4762.0, 4775.0, 4773.0, 4755.0, 4775.0, 4712.0, 4744.0, 4773.0, 4751.0, 4749.0, 4763.0, 4771.0, 4763.0, 4773.0, 4763.0, 4721.0, 4771.0, 4751.0, 4761.0, 4783.0, 4774.0, 4786.0, 4768.0, 4773.0, 4754.0, 4773.0, 4755.0, 4761.0, 4754.0, 4771.0, 4753.0, 4774.0, 4765.0, 4774.0, 4737.0, 4774.0, 4734.0, 4775.0, 4732.0, 4764.0, 4721.0, 4751.0, 4700.0, 4749.0, 4719.0, 4750.0, 4699.0, 4748.0, 4700.0, 4750.0, 4721.0, 4775.0, 4730.0, 4771.0, 4705.0, 4731.0, 4711.0, 4701.0, 4712.0, 4715.0, 4763.0, 4714.0, 4716.0, 4731.0, 4723.0, 4738.0, 4770.0, 4741.0, 4752.0, 4785.0, 4777.0, 4783.0, 4768.0, 4774.0, 4741.0, 4782.0, 4761.0, 4736.0, 4756.0, 4716.0, 4777.0, 4737.0, 4715.0, 4724.0, 4682.0, 4733.0, 4693.0, 4743.0, 4684.0, 4732.0, 4701.0, 4731.0, 4703.0, 4743.0, 4714.0, 4731.0, 4713.0, 4732.0, 4726.0, 4744.0, 4750.0, 4728.0, 4738.0, 4717.0, 4748.0, 4701.0, 4760.0, 4711.0, 4750.0, 4703.0, 4763.0, 4713.0, 4761.0, 4722.0, 4770.0, 4744.0, 4771.0, 4753.0, 4770.0, 4753.0, 4761.0, 4752.0, 4771.0, 4752.0, 4771.0, 4751.0, 4769.0, 4741.0, 4773.0, 4761.0, 4754.0, 4712.0, 4725.0, 4723.0, 4698.0, 4739.0, 4711.0, 4723.0, 4752.0, 4743.0, 4745.0, 4755.0, 4735.0, 4775.0, 4773.0, 4763.0, 4783.0, 4773.0, 4772.0, 4801.0, 4797.0, 4816.0, 4809.0, 4816.0, 4784.0, 4772.0, 4803.0, 4732.0, 4701.0, 4749.0, 4701.0, 4699.0, 4736.0, 4785.0, 4734.0, 4724.0, 4764.0, 4734.0, 4784.0, 4764.0, 4794.0, 4764.0, 4781.0, 4738.0, 4756.0, 4713.0, 4730.0, 4679.0, 4728.0, 4668.0, 4707.0, 4668.0, 4708.0, 4669.0, 4719.0, 4670.0, 4719.0, 4681.0, 4720.0, 4680.0, 4721.0, 4693.0, 4723.0, 4708.0, 4747.0, 4728.0, 4748.0, 4739.0, 4750.0, 4754.0, 4763.0, 4743.0, 4729.0, 4752.0, 4712.0, 4762.0, 4713.0, 4765.0, 4745.0, 4764.0, 4715.0, 4764.0, 4714.0, 4765.0, 4721.0, 4764.0, 4723.0, 4766.0, 4724.0, 4772.0, 4733.0, 4773.0, 4734.0, 4771.0, 4751.0, 4780.0, 4750.0, 4749.0, 4750.0, 4748.0, 4741.0, 4758.0, 4740.0, 4740.0, 4739.0, 4738.0, 4739.0, 4748.0, 4749.0, 4773.0, 4764.0, 4744.0, 4713.0, 4699.0, 4719.0, 4709.0, 4738.0, 4742.0, 4724.0, 4774.0, 4739.0, 4785.0, 4760.0, 4786.0, 4755.0, 4786.0, 4767.0, 4798.0, 4769.0, 4785.0, 4766.0, 4819.0, 4779.0, 4774.0, 4753.0, 4742.0, 4743.0, 4761.0, 4762.0, 4732.0, 4753.0, 4711.0, 4751.0, 4713.0, 4761.0, 4710.0, 4760.0, 4712.0, 4748.0, 4710.0, 4750.0, 4720.0, 4750.0, 4740.0, 4749.0, 4728.0, 4748.0, 4730.0, 4749.0, 4730.0, 4738.0, 4729.0, 4747.0, 4719.0, 4738.0, 4709.0, 4738.0, 4708.0, 4737.0, 4718.0, 4738.0, 4731.0, 4747.0, 4730.0, 4721.0, 4744.0, 4732.0, 4743.0, 4713.0, 4752.0, 4714.0, 4753.0, 4724.0, 4752.0, 4725.0, 4764.0, 4725.0, 4763.0, 4748.0, 4767.0, 4748.0, 4765.0, 4756.0, 4738.0, 4765.0, 4753.0, 4788.0, 4758.0, 4769.0, 4770.0, 4750.0, 4781.0, 4759.0, 4779.0, 4768.0, 4778.0, 4767.0, 4779.0, 4775.0, 4765.0, 4795.0, 4764.0, 4783.0, 4753.0, 4762.0, 4743.0, 4771.0, 4743.0, 4762.0, 4742.0, 4750.0, 4742.0, 4762.0, 4745.0, 4761.0, 4742.0, 4763.0, 4744.0, 4762.0, 4744.0, 4762.0, 4754.0, 4762.0, 4743.0, 4762.0, 4741.0, 4751.0, 4741.0, 4761.0, 4742.0, 4760.0, 4742.0, 4729.0, 4742.0, 4732.0, 4752.0, 4713.0, 4754.0, 4725.0, 4764.0, 4724.0, 4765.0, 4725.0, 4765.0, 4744.0, 4755.0, 4774.0, 4745.0, 4762.0, 4733.0, 4752.0, 4744.0, 4781.0, 4769.0, 4756.0, 4746.0, 4740.0, 4780.0, 4721.0, 4776.0, 4738.0, 4764.0, 4746.0, 4749.0, 4777.0, 4725.0, 4760.0, 4753.0, 4754.0, 4765.0, 4723.0, 4760.0, 4743.0, 4765.0, 4762.0, 4734.0, 4781.0, 4752.0, 4722.0, 4762.0, 4733.0, 4784.0, 4745.0, 4762.0, 4742.0, 4760.0, 4742.0, 4760.0, 4731.0, 4720.0, 4740.0, 4739.0, 4750.0, 4721.0, 4775.0, 4701.0, 4748.0, 4712.0, 4760.0, 4742.0, 4749.0, 4753.0, 4721.0, 4762.0, 4714.0, 4764.0, 4744.0, 4753.0, 4754.0, 4726.0, 4775.0, 4725.0, 4774.0, 4724.0, 4772.0, 4755.0, 4803.0, 4741.0, 4754.0, 4696.0, 4721.0, 4726.0, 4724.0, 4712.0, 4787.0, 4753.0, 4722.0, 4759.0, 4736.0, 4746.0, 4787.0, 4769.0, 4760.0, 4799.0, 4758.0, 4806.0, 4766.0, 4782.0, 4752.0, 4770.0, 4752.0, 4779.0, 4739.0, 4768.0, 4740.0, 4756.0, 4737.0, 4735.0, 4726.0, 4724.0, 4726.0, 4697.0, 4746.0, 4711.0, 4748.0, 4712.0, 4761.0, 4742.0, 4761.0, 4743.0, 4752.0, 4753.0, 4743.0, 4755.0, 4742.0, 4755.0, 4752.0, 4766.0, 4733.0, 4766.0, 4735.0, 4765.0, 4724.0, 4776.0, 4729.0, 4777.0, 4727.0, 4776.0, 4752.0, 4788.0, 4749.0, 4767.0, 4738.0, 4758.0, 4761.0, 4731.0, 4767.0, 4725.0, 4786.0, 4782.0, 4761.0, 4778.0, 4758.0, 4799.0, 4759.0, 4786.0, 4756.0, 4785.0, 4767.0, 4807.0, 4756.0, 4774.0, 4733.0, 4762.0, 4728.0, 4750.0, 4749.0, 4739.0, 4738.0, 4728.0, 4758.0, 4731.0, 4728.0, 4730.0, 4719.0, 4729.0, 4729.0, 4742.0, 4718.0, 4766.0, 4725.0, 4765.0, 4748.0, 4738.0, 4779.0, 4757.0, 4764.0, 4756.0, 4777.0, 4758.0, 4775.0, 4768.0, 4785.0, 4757.0, 4776.0, 4768.0, 4775.0, 4754.0, 4774.0, 4745.0, 4763.0, 4755.0, 4774.0, 4757.0, 4774.0, 4756.0, 4784.0, 4756.0, 4756.0, 4756.0, 4772.0, 4756.0, 4775.0, 4756.0, 4772.0, 4744.0, 4764.0, 4747.0, 4764.0, 4735.0, 4763.0, 4754.0, 4763.0, 4756.0, 4773.0, 4757.0, 4776.0, 4755.0, 4726.0, 4765.0, 4728.0, 4767.0, 4755.0, 4787.0, 4756.0, 4757.0, 4793.0, 4745.0, 4781.0, 4743.0, 4762.0, 4711.0, 4739.0, 4748.0, 4739.0, 4769.0, 4729.0, 4755.0, 4730.0, 4758.0, 4733.0, 4711.0, 4740.0, 4734.0, 4773.0, 4746.0, 4765.0, 4756.0, 4766.0, 4757.0, 4774.0, 4744.0, 4762.0, 4753.0, 4762.0, 4743.0, 4760.0, 4721.0, 4753.0, 4721.0, 4752.0, 4717.0, 4730.0, 4766.0, 4730.0, 4748.0, 4740.0, 4748.0, 4730.0, 4751.0, 4745.0, 4753.0, 4746.0, 4758.0, 4747.0, 4736.0, 4746.0, 4738.0, 4768.0, 4739.0, 4770.0, 4736.0, 4757.0, 4765.0, 4777.0, 4766.0, 4756.0, 4785.0, 4744.0, 4774.0, 4755.0, 4772.0, 4721.0, 4741.0, 4709.0, 4740.0, 4740.0, 4739.0, 4709.0, 4729.0, 4719.0, 4740.0, 4722.0, 4761.0], 'WindowWidth': [10561.0, 10441.0, 10489.0, 10399.0, 10456.0, 10398.0, 10452.0, 10407.0, 10403.0, 10398.0, 10376.0, 10415.0, 10399.0, 10416.0, 10369.0, 10409.0, 10357.0, 10418.0, 10374.0, 10412.0, 10381.0, 10366.0, 10380.0, 10327.0, 10415.0, 10362.0, 10414.0, 10346.0, 10410.0, 10357.0, 10424.0, 10388.0, 10411.0, 10384.0, 10444.0, 10427.0, 10428.0, 10368.0, 10421.0, 10327.0, 10318.0, 10330.0, 10323.0, 10367.0, 10390.0, 10393.0, 10428.0, 10481.0, 10416.0, 10378.0, 10377.0, 10379.0, 10419.0, 10414.0, 10384.0, 10412.0, 10404.0, 10408.0, 10360.0, 10377.0, 10377.0, 10422.0, 10384.0, 10367.0, 10378.0, 10336.0, 10390.0, 10336.0, 10396.0, 10370.0, 10389.0, 10359.0, 10329.0, 10380.0, 10306.0, 10394.0, 10328.0, 10395.0, 10353.0, 10322.0, 10365.0, 10342.0, 10425.0, 10375.0, 10425.0, 10414.0, 10444.0, 10377.0, 10399.0, 10387.0, 10373.0, 10394.0, 10307.0, 10380.0, 10326.0, 10374.0, 10370.0, 10367.0, 10425.0, 10339.0, 10355.0, 10301.0, 10291.0, 10282.0, 10281.0, 10356.0, 10340.0, 10340.0, 10336.0, 10328.0, 10362.0, 10323.0, 10342.0, 10373.0, 10382.0, 10369.0, 10437.0, 10375.0, 10432.0, 10392.0, 10399.0, 10350.0, 10318.0, 10416.0, 10387.0, 10416.0, 10371.0, 10356.0, 10378.0, 10336.0, 10375.0, 10302.0, 10354.0, 10329.0, 10374.0, 10354.0, 10360.0, 10351.0, 10334.0, 10351.0, 10351.0, 10349.0, 10282.0, 10345.0, 10305.0, 10385.0, 10355.0, 10423.0, 10440.0, 10329.0, 10400.0, 10389.0, 10429.0, 10443.0, 10374.0, 10445.0, 10347.0, 10367.0, 10311.0, 10294.0, 10364.0, 10336.0, 10324.0, 10418.0, 10417.0, 10379.0, 10457.0, 10408.0, 10416.0, 10407.0, 10444.0, 10470.0, 10408.0, 10446.0, 10409.0, 10448.0, 10417.0, 10448.0, 10392.0, 10415.0, 10409.0, 10388.0, 10414.0, 10309.0, 10375.0, 10410.0, 10377.0, 10372.0, 10397.0, 10404.0, 10397.0, 10409.0, 10394.0, 10337.0, 10407.0, 10378.0, 10392.0, 10424.0, 10414.0, 10430.0, 10408.0, 10409.0, 10384.0, 10411.0, 10386.0, 10391.0, 10384.0, 10404.0, 10382.0, 10412.0, 10403.0, 10413.0, 10367.0, 10414.0, 10358.0, 10416.0, 10353.0, 10397.0, 10334.0, 10374.0, 10304.0, 10370.0, 10329.0, 10369.0, 10300.0, 10368.0, 10303.0, 10373.0, 10333.0, 10417.0, 10361.0, 10417.0, 10316.0, 10342.0, 10315.0, 10304.0, 10319.0, 10327.0, 10389.0, 10326.0, 10332.0, 10345.0, 10334.0, 10370.0, 10407.0, 10363.0, 10377.0, 10430.0, 10422.0, 10429.0, 10410.0, 10409.0, 10360.0, 10419.0, 10387.0, 10347.0, 10374.0, 10315.0, 10403.0, 10346.0, 10313.0, 10324.0, 10263.0, 10333.0, 10279.0, 10348.0, 10266.0, 10331.0, 10288.0, 10329.0, 10293.0, 10349.0, 10309.0, 10330.0, 10309.0, 10333.0, 10331.0, 10353.0, 10371.0, 10337.0, 10349.0, 10320.0, 10364.0, 10304.0, 10386.0, 10318.0, 10369.0, 10310.0, 10391.0, 10323.0, 10384.0, 10333.0, 10396.0, 10367.0, 10398.0, 10377.0, 10398.0, 10377.0, 10386.0, 10375.0, 10399.0, 10375.0, 10400.0, 10370.0, 10395.0, 10356.0, 10404.0, 10406.0, 10383.0, 10323.0, 10327.0, 10320.0, 10296.0, 10356.0, 10321.0, 10345.0, 10381.0, 10372.0, 10376.0, 10390.0, 10365.0, 10418.0, 10410.0, 10398.0, 10422.0, 10412.0, 10410.0, 10455.0, 10458.0, 10490.0, 10483.0, 10488.0, 10433.0, 10411.0, 10460.0, 10357.0, 10313.0, 10376.0, 10307.0, 10306.0, 10344.0, 10430.0, 10355.0, 10338.0, 10393.0, 10352.0, 10421.0, 10391.0, 10439.0, 10391.0, 10412.0, 10347.0, 10370.0, 10303.0, 10323.0, 10248.0, 10317.0, 10233.0, 10285.0, 10233.0, 10290.0, 10239.0, 10308.0, 10242.0, 10307.0, 10256.0, 10311.0, 10259.0, 10314.0, 10280.0, 10319.0, 10308.0, 10360.0, 10333.0, 10362.0, 10353.0, 10368.0, 10381.0, 10392.0, 10365.0, 10342.0, 10374.0, 10321.0, 10388.0, 10324.0, 10396.0, 10367.0, 10393.0, 10327.0, 10394.0, 10326.0, 10395.0, 10332.0, 10394.0, 10336.0, 10399.0, 10339.0, 10403.0, 10348.0, 10405.0, 10351.0, 10399.0, 10372.0, 10411.0, 10370.0, 10367.0, 10367.0, 10363.0, 10357.0, 10379.0, 10355.0, 10354.0, 10352.0, 10349.0, 10352.0, 10363.0, 10367.0, 10414.0, 10400.0, 10370.0, 10327.0, 10304.0, 10328.0, 10315.0, 10355.0, 10366.0, 10348.0, 10415.0, 10378.0, 10432.0, 10404.0, 10435.0, 10386.0, 10433.0, 10409.0, 10454.0, 10413.0, 10430.0, 10402.0, 10482.0, 10423.0, 10410.0, 10378.0, 10361.0, 10363.0, 10387.0, 10389.0, 10347.0, 10377.0, 10319.0, 10373.0, 10325.0, 10386.0, 10314.0, 10382.0, 10316.0, 10364.0, 10312.0, 10368.0, 10328.0, 10367.0, 10354.0, 10365.0, 10336.0, 10363.0, 10341.0, 10365.0, 10341.0, 10349.0, 10337.0, 10361.0, 10324.0, 10348.0, 10310.0, 10346.0, 10307.0, 10346.0, 10321.0, 10348.0, 10343.0, 10360.0, 10341.0, 10330.0, 10365.0, 10347.0, 10361.0, 10322.0, 10374.0, 10323.0, 10376.0, 10337.0, 10376.0, 10339.0, 10391.0, 10340.0, 10391.0, 10377.0, 10404.0, 10376.0, 10399.0, 10386.0, 10366.0, 10400.0, 10396.0, 10436.0, 10395.0, 10414.0, 10414.0, 10389.0, 10430.0, 10397.0, 10424.0, 10407.0, 10422.0, 10406.0, 10424.0, 10415.0, 10398.0, 10441.0, 10396.0, 10422.0, 10378.0, 10390.0, 10365.0, 10403.0, 10366.0, 10389.0, 10363.0, 10372.0, 10364.0, 10390.0, 10370.0, 10389.0, 10364.0, 10392.0, 10368.0, 10390.0, 10366.0, 10390.0, 10381.0, 10390.0, 10365.0, 10388.0, 10360.0, 10372.0, 10360.0, 10386.0, 10362.0, 10383.0, 10361.0, 10341.0, 10361.0, 10346.0, 10376.0, 10324.0, 10381.0, 10344.0, 10397.0, 10342.0, 10397.0, 10342.0, 10396.0, 10365.0, 10382.0, 10409.0, 10368.0, 10388.0, 10350.0, 10375.0, 10367.0, 10432.0, 10412.0, 10387.0, 10373.0, 10368.0, 10427.0, 10351.0, 10416.0, 10369.0, 10396.0, 10373.0, 10388.0, 10424.0, 10348.0, 10382.0, 10375.0, 10378.0, 10395.0, 10338.0, 10384.0, 10364.0, 10395.0, 10389.0, 10350.0, 10414.0, 10373.0, 10333.0, 10388.0, 10350.0, 10423.0, 10369.0, 10387.0, 10359.0, 10381.0, 10359.0, 10382.0, 10342.0, 10327.0, 10353.0, 10351.0, 10367.0, 10331.0, 10411.0, 10304.0, 10362.0, 10317.0, 10383.0, 10361.0, 10368.0, 10377.0, 10333.0, 10388.0, 10325.0, 10393.0, 10364.0, 10377.0, 10381.0, 10342.0, 10409.0, 10341.0, 10406.0, 10339.0, 10402.0, 10398.0, 10460.0, 10372.0, 10381.0, 10275.0, 10344.0, 10342.0, 10349.0, 10325.0, 10439.0, 10383.0, 10335.0, 10380.0, 10345.0, 10374.0, 10434.0, 10411.0, 10399.0, 10451.0, 10394.0, 10457.0, 10402.0, 10418.0, 10374.0, 10397.0, 10375.0, 10409.0, 10352.0, 10395.0, 10354.0, 10372.0, 10346.0, 10340.0, 10329.0, 10324.0, 10330.0, 10293.0, 10360.0, 10317.0, 10364.0, 10321.0, 10386.0, 10364.0, 10389.0, 10365.0, 10377.0, 10379.0, 10365.0, 10384.0, 10364.0, 10383.0, 10378.0, 10400.0, 10353.0, 10400.0, 10359.0, 10401.0, 10344.0, 10416.0, 10357.0, 10418.0, 10351.0, 10419.0, 10396.0, 10435.0, 10380.0, 10400.0, 10359.0, 10389.0, 10400.0, 10358.0, 10403.0, 10347.0, 10434.0, 10435.0, 10407.0, 10423.0, 10399.0, 10457.0, 10397.0, 10429.0, 10389.0, 10428.0, 10404.0, 10463.0, 10387.0, 10410.0, 10350.0, 10388.0, 10337.0, 10370.0, 10365.0, 10352.0, 10351.0, 10336.0, 10378.0, 10344.0, 10337.0, 10342.0, 10325.0, 10340.0, 10341.0, 10364.0, 10334.0, 10400.0, 10343.0, 10395.0, 10378.0, 10365.0, 10421.0, 10391.0, 10398.0, 10388.0, 10415.0, 10393.0, 10412.0, 10407.0, 10426.0, 10388.0, 10415.0, 10405.0, 10410.0, 10381.0, 10407.0, 10371.0, 10392.0, 10383.0, 10408.0, 10390.0, 10410.0, 10388.0, 10423.0, 10387.0, 10385.0, 10386.0, 10405.0, 10388.0, 10412.0, 10387.0, 10404.0, 10368.0, 10394.0, 10376.0, 10394.0, 10356.0, 10392.0, 10380.0, 10390.0, 10385.0, 10407.0, 10389.0, 10413.0, 10386.0, 10346.0, 10397.0, 10349.0, 10404.0, 10386.0, 10434.0, 10387.0, 10390.0, 10435.0, 10368.0, 10415.0, 10361.0, 10389.0, 10314.0, 10353.0, 10363.0, 10354.0, 10392.0, 10337.0, 10370.0, 10341.0, 10379.0, 10349.0, 10317.0, 10358.0, 10353.0, 10406.0, 10374.0, 10397.0, 10387.0, 10399.0, 10389.0, 10408.0, 10366.0, 10391.0, 10376.0, 10389.0, 10362.0, 10383.0, 10328.0, 10375.0, 10327.0, 10372.0, 10318.0, 10339.0, 10385.0, 10340.0, 10363.0, 10353.0, 10361.0, 10341.0, 10371.0, 10367.0, 10376.0, 10369.0, 10388.0, 10373.0, 10358.0, 10374.0, 10363.0, 10406.0, 10366.0, 10411.0, 10360.0, 10391.0, 10398.0, 10417.0, 10401.0, 10385.0, 10424.0, 10367.0, 10408.0, 10381.0, 10405.0, 10331.0, 10358.0, 10311.0, 10354.0, 10352.0, 10352.0, 10310.0, 10337.0, 10326.0, 10355.0, 10331.0, 10387.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.015169516685845801</td></tr>
<tr><td colspan=3>aqi</td><td>0.09445316835443038</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.18863803672811</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1714205250000007</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1100738323502306</td></tr>
<tr><td colspan=3>efc</td><td>0.5111</td></tr>
<tr><td colspan=3>fber</td><td>3855.9065</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23878362225954547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>256</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>29.459148446490218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8128092932025255</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5825042111555745</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1344051979972294</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7215184704547726</td></tr>
<tr><td colspan=3>gcor</td><td>0.00556904</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012302296236157417</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02848992310464382</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7910826011529224</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.6167</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.6734</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.8561</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291227.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.4816</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9731</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.8825</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3831.8362</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1074.357</td></tr>
<tr><td colspan=3>tsnr</td><td>21.332079748157412</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>