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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-05_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-05_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-0124/ses-04/func/sub-0124_ses-04_task-social_acq-mb8_run-05_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>ff8add841ca4ef864d60d10699b36a99</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:00:6.947500</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.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</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-05_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.092308</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7803, -7217, 438, -114, -120, -9, 59]</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>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77ee78ba-2f33-4794-ae2b-e99f24521e66||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.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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': ['180006.947500', '180007.407500', '180007.867500', '180008.327500', '180008.787500', '180009.247500', '180009.707500', '180010.167500', '180010.627500', '180011.087500', '180011.547500', '180012.007500', '180012.467500', '180012.927500', '180013.387500', '180013.847500', '180014.307500', '180014.767500', '180015.227500', '180015.687500', '180016.147500', '180016.607500', '180017.067500', '180017.527500', '180017.987500', '180018.447500', '180018.907500', '180019.367500', '180019.827500', '180020.287500', '180020.747500', '180021.207500', '180021.667500', '180022.127500', '180022.587500', '180023.047500', '180023.507500', '180023.967500', '180024.427500', '180024.887500', '180025.347500', '180025.807500', '180026.267500', '180026.727500', '180027.187500', '180027.647500', '180028.107500', '180028.567500', '180029.027500', '180029.487500', '180029.947500', '180030.407500', '180030.867500', '180031.327500', '180031.787500', '180032.247500', '180032.707500', '180033.167500', '180033.627500', '180034.087500', '180034.547500', '180035.007500', '180035.467500', '180035.927500', '180036.387500', '180036.847500', '180037.307500', '180037.767500', '180038.227500', '180038.687500', '180039.147500', '180039.607500', '180040.067500', '180040.527500', '180040.987500', '180041.447500', '180041.907500', '180042.367500', '180042.827500', '180043.287500', '180043.747500', '180044.207500', '180044.667500', '180045.127500', '180045.587500', '180046.047500', '180046.507500', '180046.967500', '180047.427500', '180047.887500', '180048.347500', '180048.807500', '180049.267500', '180049.727500', '180050.187500', '180050.647500', '180051.107500', '180051.567500', '180052.027500', '180052.487500', '180052.947500', '180053.407500', '180053.867500', '180054.327500', '180054.787500', '180055.247500', '180055.707500', '180056.167500', '180056.627500', '180057.087500', '180057.547500', '180058.007500', '180058.467500', '180058.927500', '180059.387500', '180059.847500', '180100.307500', '180100.767500', '180101.227500', '180101.687500', '180102.147500', '180102.607500', '180103.067500', '180103.527500', '180103.987500', '180104.447500', '180104.907500', '180105.367500', '180105.827500', '180106.287500', '180106.747500', '180107.207500', '180107.667500', '180108.127500', '180108.587500', '180109.047500', '180109.507500', '180109.967500', '180110.427500', '180110.887500', '180111.347500', '180111.807500', '180112.267500', '180112.727500', '180113.187500', '180113.647500', '180114.107500', '180114.567500', '180115.027500', '180115.487500', '180115.947500', '180116.407500', '180116.867500', '180117.327500', '180117.787500', '180118.247500', '180118.707500', '180119.167500', '180119.627500', '180120.087500', '180120.547500', '180121.007500', '180121.467500', '180121.927500', '180122.387500', '180122.847500', '180123.307500', '180123.767500', '180124.227500', '180124.687500', '180125.147500', '180125.607500', '180126.067500', '180126.527500', '180126.987500', '180127.447500', '180127.907500', '180128.367500', '180128.827500', '180129.287500', '180129.747500', '180130.207500', '180130.667500', '180131.127500', '180131.587500', '180132.047500', '180132.507500', '180132.967500', '180133.427500', '180133.887500', '180134.347500', '180134.807500', '180135.267500', '180135.727500', '180136.187500', '180136.647500', '180137.107500', '180137.567500', '180138.027500', '180138.487500', '180138.947500', '180139.407500', '180139.867500', '180140.327500', '180140.787500', '180141.247500', '180141.707500', '180142.167500', '180142.627500', '180143.087500', '180143.547500', '180144.007500', '180144.467500', '180144.927500', '180145.387500', '180145.847500', '180146.307500', '180146.767500', '180147.227500', '180147.687500', '180148.147500', '180148.607500', '180149.067500', '180149.527500', '180149.987500', '180150.447500', '180150.907500', '180151.367500', '180151.827500', '180152.287500', '180152.747500', '180153.207500', '180153.667500', '180154.127500', '180154.587500', '180155.047500', '180155.507500', '180155.967500', '180156.427500', '180156.887500', '180157.347500', '180157.807500', '180158.267500', '180158.727500', '180159.187500', '180159.647500', '180200.107500', '180200.567500', '180201.027500', '180201.487500', '180201.947500', '180202.407500', '180202.867500', '180203.327500', '180203.787500', '180204.247500', '180204.707500', '180205.167500', '180205.627500', '180206.087500', '180206.547500', '180207.007500', '180207.467500', '180207.927500', '180208.387500', '180208.847500', '180209.307500', '180209.767500', '180210.227500', '180210.687500', '180211.147500', '180211.607500', '180212.067500', '180212.527500', '180212.987500', '180213.447500', '180213.907500', '180214.367500', '180214.827500', '180215.287500', '180215.747500', '180216.207500', '180216.667500', '180217.127500', '180217.587500', '180218.047500', '180218.507500', '180218.967500', '180219.427500', '180219.887500', '180220.347500', '180220.807500', '180221.267500', '180221.727500', '180222.187500', '180222.647500', '180223.107500', '180223.567500', '180224.027500', '180224.487500', '180224.947500', '180225.407500', '180225.867500', '180226.327500', '180226.787500', '180227.247500', '180227.707500', '180228.167500', '180228.627500', '180229.087500', '180229.547500', '180230.007500', '180230.467500', '180230.927500', '180231.387500', '180231.847500', '180232.307500', '180232.767500', '180233.227500', '180233.687500', '180234.147500', '180234.607500', '180235.067500', '180235.527500', '180235.987500', '180236.447500', '180236.907500', '180237.367500', '180237.827500', '180238.287500', '180238.747500', '180239.207500', '180239.667500', '180240.127500', '180240.587500', '180241.047500', '180241.507500', '180241.967500', '180242.427500', '180242.887500', '180243.347500', '180243.807500', '180244.267500', '180244.727500', '180245.187500', '180245.647500', '180246.107500', '180246.567500', '180247.027500', '180247.487500', '180247.947500', '180248.407500', '180248.867500', '180249.327500', '180249.787500', '180250.247500', '180250.707500', '180251.167500', '180251.627500', '180252.087500', '180252.547500', '180253.007500', '180253.467500', '180253.927500', '180254.387500', '180254.847500', '180255.307500', '180255.767500', '180256.227500', '180256.687500', '180257.147500', '180257.607500', '180258.067500', '180258.527500', '180258.987500', '180259.447500', '180259.907500', '180300.367500', '180300.827500', '180301.287500', '180301.747500', '180302.207500', '180302.667500', '180303.127500', '180303.587500', '180304.047500', '180304.507500', '180304.967500', '180305.427500', '180305.887500', '180306.347500', '180306.807500', '180307.267500', '180307.727500', '180308.187500', '180308.647500', '180309.107500', '180309.567500', '180310.027500', '180310.487500', '180310.947500', '180311.407500', '180311.867500', '180312.327500', '180312.787500', '180313.247500', '180313.707500', '180314.167500', '180314.627500', '180315.087500', '180315.547500', '180316.007500', '180316.467500', '180316.927500', '180317.387500', '180317.847500', '180318.307500', '180318.767500', '180319.227500', '180319.687500', '180320.147500', '180320.607500', '180321.067500', '180321.527500', '180321.987500', '180322.447500', '180322.907500', '180323.367500', '180323.827500', '180324.287500', '180324.747500', '180325.207500', '180325.667500', '180326.127500', '180326.587500', '180327.047500', '180327.507500', '180327.967500', '180328.427500', '180328.887500', '180329.347500', '180329.807500', '180330.267500', '180330.727500', '180331.187500', '180331.647500', '180332.107500', '180332.567500', '180333.027500', '180333.487500', '180333.947500', '180334.407500', '180334.867500', '180335.327500', '180335.787500', '180336.247500', '180336.707500', '180337.167500', '180337.627500', '180338.087500', '180338.547500', '180339.007500', '180339.467500', '180339.927500', '180340.387500', '180340.847500', '180341.307500', '180341.767500', '180342.227500', '180342.687500', '180343.147500', '180343.607500', '180344.067500', '180344.527500', '180344.987500', '180345.447500', '180345.907500', '180346.367500', '180346.827500', '180347.287500', '180347.747500', '180348.207500', '180348.667500', '180349.127500', '180349.587500', '180350.047500', '180350.507500', '180350.967500', '180351.427500', '180351.887500', '180352.347500', '180352.807500', '180353.267500', '180353.727500', '180354.187500', '180354.647500', '180355.107500', '180355.567500', '180356.027500', '180356.487500', '180356.947500', '180357.407500', '180357.867500', '180358.327500', '180358.787500', '180359.247500', '180359.707500', '180400.167500', '180400.627500', '180401.087500', '180401.547500', '180402.007500', '180402.467500', '180402.927500', '180403.387500', '180403.847500', '180404.307500', '180404.767500', '180405.227500', '180405.687500', '180406.147500', '180406.607500', '180407.067500', '180407.527500', '180407.987500', '180408.447500', '180408.907500', '180409.367500', '180409.827500', '180410.287500', '180410.747500', '180411.207500', '180411.667500', '180412.127500', '180412.587500', '180413.047500', '180413.507500', '180413.967500', '180414.427500', '180414.887500', '180415.347500', '180415.807500', '180416.267500', '180416.727500', '180417.187500', '180417.647500', '180418.107500', '180418.567500', '180419.027500', '180419.487500', '180419.947500', '180420.407500', '180420.867500', '180421.327500', '180421.787500', '180422.247500', '180422.707500', '180423.167500', '180423.627500', '180424.087500', '180424.547500', '180425.007500', '180425.467500', '180425.927500', '180426.387500', '180426.847500', '180427.307500', '180427.767500', '180428.227500', '180428.687500', '180429.147500', '180429.607500', '180430.067500', '180430.527500', '180430.987500', '180431.447500', '180431.907500', '180432.367500', '180432.827500', '180433.287500', '180433.747500', '180434.207500', '180434.667500', '180435.127500', '180435.587500', '180436.047500', '180436.507500', '180436.967500', '180437.427500', '180437.887500', '180438.347500', '180438.807500', '180439.267500', '180439.727500', '180440.187500', '180440.647500', '180441.107500', '180441.567500', '180442.027500', '180442.487500', '180442.947500', '180443.407500', '180443.867500', '180444.327500', '180444.787500', '180445.247500', '180445.707500', '180446.167500', '180446.627500', '180447.087500', '180447.547500', '180448.007500', '180448.467500', '180448.927500', '180449.387500', '180449.847500', '180450.307500', '180450.767500', '180451.227500', '180451.687500', '180452.147500', '180452.607500', '180453.067500', '180453.527500', '180453.987500', '180454.447500', '180454.907500', '180455.367500', '180455.827500', '180456.287500', '180456.747500', '180457.207500', '180457.667500', '180458.127500', '180458.587500', '180459.047500', '180459.507500', '180459.967500', '180500.427500', '180500.887500', '180501.347500', '180501.807500', '180502.267500', '180502.727500', '180503.187500', '180503.647500', '180504.107500', '180504.567500', '180505.027500', '180505.487500', '180505.947500', '180506.407500', '180506.867500', '180507.327500', '180507.787500', '180508.247500', '180508.707500', '180509.167500', '180509.627500', '180510.087500', '180510.547500', '180511.007500', '180511.467500', '180511.927500', '180512.387500', '180512.847500', '180513.307500', '180513.767500', '180514.227500', '180514.687500', '180515.147500', '180515.607500', '180516.067500', '180516.527500', '180516.987500', '180517.447500', '180517.907500', '180518.367500', '180518.827500', '180519.287500', '180519.747500', '180520.207500', '180520.667500', '180521.127500', '180521.587500', '180522.047500', '180522.507500', '180522.967500', '180523.427500', '180523.887500', '180524.347500', '180524.807500', '180525.267500', '180525.727500', '180526.187500', '180526.647500', '180527.107500', '180527.567500', '180528.027500', '180528.487500', '180528.947500', '180529.407500', '180529.867500', '180530.327500', '180530.787500', '180531.247500', '180531.707500', '180532.167500', '180532.627500', '180533.087500', '180533.547500', '180534.007500', '180534.467500', '180534.927500', '180535.387500', '180535.847500', '180536.307500', '180536.767500', '180537.227500', '180537.687500', '180538.147500', '180538.607500', '180539.067500', '180539.527500', '180539.987500', '180540.447500', '180540.907500', '180541.367500', '180541.827500', '180542.287500', '180542.747500', '180543.207500', '180543.667500', '180544.127500', '180544.587500', '180545.047500', '180545.507500', '180545.967500', '180546.427500', '180546.887500', '180547.347500', '180547.807500', '180548.267500', '180548.727500', '180549.187500', '180549.647500', '180550.107500', '180550.567500', '180551.027500', '180551.487500', '180551.947500', '180552.407500', '180552.867500', '180553.327500', '180553.787500', '180554.247500', '180554.707500', '180555.167500', '180555.627500', '180556.087500', '180556.547500', '180557.007500', '180557.467500', '180557.927500', '180558.387500', '180558.847500', '180559.307500', '180559.767500', '180600.227500', '180600.687500', '180601.147500', '180601.607500', '180602.067500', '180602.527500', '180602.987500', '180603.447500', '180603.907500', '180604.367500', '180604.827500', '180605.287500', '180605.747500', '180606.207500', '180606.667500', '180607.127500', '180607.587500', '180608.047500', '180608.507500', '180608.967500', '180609.427500', '180609.887500', '180610.347500', '180610.807500', '180611.267500', '180611.727500', '180612.187500', '180612.647500', '180613.107500', '180613.567500', '180614.027500', '180614.487500', '180614.947500', '180615.407500', '180615.867500', '180616.327500', '180616.787500', '180617.247500', '180617.707500', '180618.167500', '180618.627500', '180619.087500', '180619.547500', '180620.007500', '180620.467500', '180620.927500', '180621.387500', '180621.847500', '180622.307500', '180622.767500', '180623.227500', '180623.687500', '180624.147500', '180624.607500', '180625.067500', '180625.527500', '180625.987500', '180626.447500', '180626.907500', '180627.367500', '180627.827500', '180628.287500', '180628.747500', '180629.207500', '180629.667500', '180630.127500', '180630.587500', '180631.047500', '180631.507500', '180631.967500', '180632.427500', '180632.887500', '180633.347500', '180633.807500', '180634.267500', '180634.727500', '180635.187500', '180635.647500', '180636.107500', '180636.567500', '180637.027500', '180637.487500', '180637.947500', '180638.407500', '180638.867500', '180639.327500', '180639.787500', '180640.247500', '180640.707500', '180641.167500', '180641.627500', '180642.087500', '180642.547500', '180643.007500', '180643.467500', '180643.927500', '180644.387500', '180644.847500', '180645.307500', '180645.767500', '180646.227500', '180646.687500', '180647.147500', '180647.607500'], 'ContentTime': ['180019.855000', '180019.858000', '180019.861000', '180019.864000', '180019.866000', '180019.876000', '180019.878000', '180019.881000', '180019.884000', '180019.886000', '180019.889000', '180019.891000', '180019.894000', '180019.896000', '180019.899000', '180019.901000', '180019.904000', '180019.906000', '180019.916000', '180019.918000', '180019.921000', '180019.923000', '180019.926000', '180019.928000', '180019.931000', '180019.933000', '180039.818000', '180039.821000', '180039.824000', '180039.827000', '180039.829000', '180039.832000', '180039.834000', '180039.837000', '180039.840000', '180039.842000', '180039.845000', '180039.847000', '180039.850000', '180039.852000', '180039.855000', '180039.880000', '180039.882000', '180039.885000', '180039.887000', '180039.890000', '180039.892000', '180039.895000', '180039.898000', '180039.900000', '180039.903000', '180039.905000', '180039.908000', '180039.910000', '180039.913000', '180039.916000', '180039.918000', '180039.921000', '180039.923000', '180039.926000', '180039.928000', '180039.931000', '180039.933000', '180039.936000', '180039.939000', '180039.941000', '180039.944000', '180039.946000', '180039.949000', '180059.818000', '180059.821000', '180059.824000', '180059.826000', '180059.829000', '180059.832000', '180059.834000', '180059.837000', '180059.839000', '180059.842000', '180059.844000', '180059.847000', '180059.849000', '180059.852000', '180059.855000', '180059.857000', '180059.860000', '180059.862000', '180059.865000', '180059.867000', '180059.870000', '180059.873000', '180059.875000', '180059.878000', '180059.880000', '180059.883000', '180059.885000', '180059.888000', '180059.891000', '180059.893000', '180059.896000', '180059.898000', '180059.901000', '180059.903000', '180059.910000', '180059.913000', '180059.915000', '180059.918000', '180059.921000', '180059.923000', '180059.926000', '180059.928000', '180059.931000', '180059.933000', '180119.818000', '180119.821000', '180119.824000', '180119.826000', '180119.829000', '180119.831000', '180119.834000', '180119.837000', '180119.840000', '180119.843000', '180119.846000', '180119.849000', '180119.851000', '180119.854000', '180119.856000', '180119.859000', '180119.862000', '180119.864000', '180119.867000', '180119.869000', '180119.872000', '180119.874000', '180119.877000', '180119.879000', '180119.882000', '180119.885000', '180119.887000', '180119.890000', '180119.892000', '180119.895000', '180119.897000', '180119.900000', '180119.903000', '180119.905000', '180119.908000', '180119.910000', '180119.913000', '180119.915000', '180119.918000', '180119.920000', '180119.923000', '180119.926000', '180119.928000', '180139.818000', '180139.821000', '180139.824000', '180139.826000', '180139.829000', '180139.837000', '180139.840000', '180139.842000', '180139.845000', '180139.847000', '180139.850000', '180139.853000', '180139.855000', '180139.858000', '180139.860000', '180139.863000', '180139.865000', '180139.868000', '180139.870000', '180139.873000', '180139.876000', '180139.878000', '180139.881000', '180139.883000', '180139.886000', '180139.888000', '180139.891000', '180139.893000', '180139.896000', '180139.899000', '180139.901000', '180139.904000', '180139.906000', '180139.909000', '180139.911000', '180139.914000', '180139.916000', '180139.919000', '180139.922000', '180139.924000', '180139.927000', '180139.929000', '180139.932000', '180139.934000', '180159.818000', '180159.821000', '180159.824000', '180159.827000', '180159.830000', '180159.833000', '180159.835000', '180159.838000', '180159.840000', '180159.843000', '180159.845000', '180159.848000', '180159.851000', '180159.853000', '180159.856000', '180159.858000', '180159.861000', '180159.864000', '180159.866000', '180159.869000', '180159.871000', '180159.874000', '180159.876000', '180159.879000', '180159.891000', '180159.893000', '180159.897000', '180159.900000', '180159.902000', '180159.905000', '180159.907000', '180159.910000', '180159.913000', '180159.915000', '180159.918000', '180159.920000', '180159.923000', '180159.925000', '180159.928000', '180159.931000', '180159.933000', '180159.936000', '180159.938000', '180219.819000', '180219.821000', '180219.824000', '180219.826000', '180219.829000', '180219.832000', '180219.834000', '180219.837000', '180219.839000', '180219.842000', '180219.844000', '180219.877000', '180219.880000', '180219.882000', '180219.885000', '180219.887000', '180219.890000', '180219.892000', '180219.895000', '180219.898000', '180219.900000', '180219.903000', '180219.905000', '180219.908000', '180219.910000', '180219.913000', '180219.916000', '180219.918000', '180219.921000', '180219.923000', '180219.926000', '180219.928000', '180219.931000', '180219.934000', '180219.936000', '180219.939000', '180219.941000', '180219.944000', '180219.946000', '180219.949000', '180219.951000', '180219.954000', '180219.957000', '180219.959000', '180239.818000', '180239.821000', '180239.824000', '180239.826000', '180239.829000', '180239.832000', '180239.834000', '180239.837000', '180239.839000', '180239.842000', '180239.845000', '180239.847000', '180239.850000', '180239.852000', '180239.855000', '180239.858000', '180239.860000', '180239.863000', '180239.865000', '180239.868000', '180239.870000', '180239.873000', '180239.876000', '180239.878000', '180239.881000', '180239.885000', '180239.888000', '180239.890000', '180239.893000', '180239.895000', '180239.898000', '180239.901000', '180239.903000', '180239.906000', '180239.908000', '180239.911000', '180239.913000', '180239.916000', '180239.919000', '180239.921000', '180239.924000', '180239.926000', '180239.929000', '180259.819000', '180259.821000', '180259.824000', '180259.827000', '180259.829000', '180259.832000', '180259.834000', '180259.837000', '180259.839000', '180259.842000', '180259.845000', '180259.847000', '180259.850000', '180259.852000', '180259.855000', '180259.857000', '180259.860000', '180259.863000', '180259.865000', '180259.868000', '180259.870000', '180259.873000', '180259.876000', '180259.878000', '180259.881000', '180259.883000', '180259.886000', '180259.888000', '180259.891000', '180259.894000', '180259.896000', '180259.899000', '180259.901000', '180259.904000', '180259.906000', '180259.909000', '180259.912000', '180259.914000', '180259.917000', '180259.919000', '180259.922000', '180259.924000', '180259.927000', '180259.930000', '180319.818000', '180319.821000', '180319.824000', '180319.827000', '180319.829000', '180319.832000', '180319.834000', '180319.837000', '180319.839000', '180319.842000', '180319.845000', '180319.847000', '180319.850000', '180319.852000', '180319.855000', '180319.857000', '180319.860000', '180319.863000', '180319.865000', '180319.868000', '180319.871000', '180319.873000', '180319.876000', '180319.878000', '180319.881000', '180319.884000', '180319.886000', '180319.889000', '180319.891000', '180319.894000', '180319.896000', '180319.899000', '180319.902000', '180319.904000', '180319.907000', '180319.909000', '180319.912000', '180319.915000', '180319.917000', '180319.920000', '180319.922000', '180319.925000', '180319.927000', '180339.818000', '180339.821000', '180339.824000', '180339.826000', '180339.829000', '180339.831000', '180339.834000', '180339.837000', '180339.839000', '180339.842000', '180339.844000', '180339.847000', '180339.849000', '180339.852000', '180339.855000', '180339.857000', '180339.860000', '180339.862000', '180339.865000', '180339.868000', '180339.870000', '180339.873000', '180339.875000', '180339.878000', '180339.881000', '180339.883000', '180339.886000', '180339.888000', '180339.891000', '180339.893000', '180339.896000', '180339.899000', '180339.901000', '180339.904000', '180339.906000', '180339.909000', '180339.912000', '180339.914000', '180339.917000', '180339.919000', '180339.922000', '180339.924000', '180339.927000', '180339.930000', '180359.819000', '180359.821000', '180359.824000', '180359.827000', '180359.829000', '180359.832000', '180359.834000', '180359.837000', '180359.839000', '180359.842000', '180359.845000', '180359.847000', '180359.850000', '180359.852000', '180359.855000', '180359.857000', '180359.860000', '180359.863000', '180359.865000', '180359.868000', '180359.871000', '180359.873000', '180359.876000', '180359.878000', '180359.881000', '180359.884000', '180359.886000', '180359.889000', '180359.892000', '180359.894000', '180359.897000', '180359.899000', '180359.902000', '180359.905000', '180359.907000', '180359.910000', '180359.912000', '180359.915000', '180359.917000', '180359.920000', '180359.923000', '180359.925000', '180359.928000', '180419.819000', '180419.821000', '180419.824000', '180419.827000', '180419.829000', '180419.832000', '180419.834000', '180419.837000', '180419.839000', '180419.842000', '180419.845000', '180419.847000', '180419.850000', '180419.852000', '180419.855000', '180419.857000', '180419.860000', '180419.863000', '180419.865000', '180419.868000', '180419.871000', '180419.873000', '180419.876000', '180419.878000', '180419.881000', '180419.883000', '180419.886000', '180419.888000', '180419.891000', '180419.894000', '180419.896000', '180419.899000', '180419.901000', '180419.904000', '180419.907000', '180419.909000', '180419.912000', '180419.914000', '180419.917000', '180419.920000', '180419.922000', '180419.925000', '180419.927000', '180419.930000', '180439.819000', '180439.821000', '180439.824000', '180439.827000', '180439.829000', '180439.832000', '180439.834000', '180439.837000', '180439.840000', '180439.842000', '180439.845000', '180439.847000', '180439.850000', '180439.852000', '180439.855000', '180439.858000', '180439.860000', '180439.863000', '180439.865000', '180439.868000', '180439.871000', '180439.873000', '180439.876000', '180439.878000', '180439.881000', '180439.883000', '180439.886000', '180439.889000', '180439.891000', '180439.894000', '180439.896000', '180439.899000', '180439.902000', '180439.904000', '180439.907000', '180439.910000', '180439.913000', '180439.915000', '180439.918000', '180439.920000', '180439.923000', '180439.925000', '180439.928000', '180459.818000', '180459.821000', '180459.824000', '180459.826000', '180459.829000', '180459.832000', '180459.834000', '180459.837000', '180459.840000', '180459.842000', '180459.845000', '180459.847000', '180459.850000', '180459.852000', '180459.855000', '180459.858000', '180459.860000', '180459.863000', '180459.866000', '180459.868000', '180459.871000', '180459.873000', '180459.876000', '180459.878000', '180459.881000', '180459.884000', '180459.886000', '180459.889000', '180459.891000', '180459.894000', '180459.896000', '180459.899000', '180459.902000', '180459.904000', '180459.907000', '180459.909000', '180459.912000', '180459.915000', '180459.917000', '180459.920000', '180459.923000', '180459.925000', '180459.928000', '180459.930000', '180519.819000', '180519.821000', '180519.824000', '180519.827000', '180519.829000', '180519.832000', '180519.834000', '180519.837000', '180519.840000', '180519.842000', '180519.845000', '180519.847000', '180519.850000', '180519.852000', '180519.855000', '180519.858000', '180519.860000', '180519.874000', '180519.876000', '180519.879000', '180519.881000', '180519.884000', '180519.887000', '180519.889000', '180519.892000', '180519.894000', '180519.897000', '180519.899000', '180519.902000', '180519.905000', '180519.907000', '180519.910000', '180519.912000', '180519.915000', '180519.918000', '180519.920000', '180519.923000', '180519.925000', '180519.928000', '180519.931000', '180519.933000', '180519.936000', '180519.938000', '180539.819000', '180539.822000', '180539.824000', '180539.827000', '180539.829000', '180539.832000', '180539.835000', '180539.837000', '180539.840000', '180539.843000', '180539.845000', '180539.848000', '180539.850000', '180539.853000', '180539.856000', '180539.858000', '180539.861000', '180539.863000', '180539.866000', '180539.869000', '180539.871000', '180539.874000', '180539.877000', '180539.879000', '180539.882000', '180539.884000', '180539.887000', '180539.889000', '180539.892000', '180539.895000', '180539.897000', '180539.900000', '180539.902000', '180539.905000', '180539.907000', '180539.910000', '180539.913000', '180539.915000', '180539.918000', '180539.920000', '180539.923000', '180539.926000', '180539.928000', '180539.931000', '180559.819000', '180559.821000', '180559.824000', '180559.827000', '180559.829000', '180559.832000', '180559.834000', '180559.837000', '180559.839000', '180559.842000', '180559.844000', '180559.847000', '180559.850000', '180559.852000', '180559.855000', '180559.857000', '180559.860000', '180559.862000', '180559.865000', '180559.868000', '180559.870000', '180559.873000', '180559.875000', '180559.878000', '180559.880000', '180559.883000', '180559.885000', '180559.888000', '180559.891000', '180559.893000', '180559.896000', '180559.898000', '180559.901000', '180559.903000', '180559.906000', '180559.909000', '180559.911000', '180559.914000', '180559.917000', '180559.919000', '180559.922000', '180559.924000', '180559.927000', '180619.819000', '180619.822000', '180619.824000', '180619.827000', '180619.830000', '180619.832000', '180619.835000', '180619.838000', '180619.840000', '180619.843000', '180619.845000', '180619.848000', '180619.850000', '180619.853000', '180619.856000', '180619.858000', '180619.861000', '180619.863000', '180619.866000', '180619.869000', '180619.871000', '180619.874000', '180619.876000', '180619.879000', '180619.881000', '180619.884000', '180619.887000', '180619.889000', '180619.892000', '180619.894000', '180619.897000', '180619.900000', '180619.902000', '180619.905000', '180619.907000', '180619.910000', '180619.912000', '180619.915000', '180619.918000', '180619.920000', '180619.923000', '180619.925000', '180619.928000', '180639.818000', '180639.821000', '180639.824000', '180639.826000', '180639.829000', '180639.832000', '180639.834000', '180639.837000', '180639.839000', '180639.842000', '180639.844000', '180639.847000', '180639.850000', '180639.852000', '180639.882000', '180639.884000', '180639.887000', '180639.889000', '180639.892000', '180639.894000', '180639.897000', '180639.900000', '180639.902000', '180639.905000', '180639.907000', '180639.910000', '180639.912000', '180639.915000', '180639.918000', '180639.920000', '180639.923000', '180639.925000', '180639.928000', '180639.931000', '180639.933000', '180639.936000', '180639.938000', '180639.941000', '180639.943000', '180639.946000', '180639.949000', '180639.951000', '180639.954000', '180639.956000', '180648.726000', '180648.729000', '180648.732000', '180648.734000', '180648.737000', '180648.740000', '180648.742000', '180648.745000', '180648.748000', '180648.750000', '180648.753000', '180648.756000', '180648.759000', '180648.762000', '180648.764000', '180648.767000', '180648.770000', '180648.772000', '180648.775000', '180648.777000'], 'InstanceCreationTime': ['180019.855000', '180019.858000', '180019.861000', '180019.864000', '180019.866000', '180019.876000', '180019.878000', '180019.881000', '180019.884000', '180019.886000', '180019.889000', '180019.891000', '180019.894000', '180019.896000', '180019.899000', '180019.901000', '180019.904000', '180019.906000', '180019.916000', '180019.918000', '180019.921000', '180019.923000', '180019.926000', '180019.928000', '180019.931000', '180019.933000', '180039.818000', '180039.821000', '180039.824000', '180039.827000', '180039.829000', '180039.832000', '180039.834000', '180039.837000', '180039.840000', '180039.842000', '180039.845000', '180039.847000', '180039.850000', '180039.852000', '180039.855000', '180039.880000', '180039.882000', '180039.885000', '180039.887000', '180039.890000', '180039.892000', '180039.895000', '180039.898000', '180039.900000', '180039.903000', '180039.905000', '180039.908000', '180039.910000', '180039.913000', '180039.916000', '180039.918000', '180039.921000', '180039.923000', '180039.926000', '180039.928000', '180039.931000', '180039.933000', '180039.936000', '180039.939000', '180039.941000', '180039.944000', '180039.946000', '180039.949000', '180059.818000', '180059.821000', '180059.824000', '180059.826000', '180059.829000', '180059.832000', '180059.834000', '180059.837000', '180059.839000', '180059.842000', '180059.844000', '180059.847000', '180059.849000', '180059.852000', '180059.855000', '180059.857000', '180059.860000', '180059.862000', '180059.865000', '180059.867000', '180059.870000', '180059.873000', '180059.875000', '180059.878000', '180059.880000', '180059.883000', '180059.885000', '180059.888000', '180059.891000', '180059.893000', '180059.896000', '180059.898000', '180059.901000', '180059.903000', '180059.910000', '180059.913000', '180059.915000', '180059.918000', '180059.921000', '180059.923000', '180059.926000', '180059.928000', '180059.931000', '180059.933000', '180119.818000', '180119.821000', '180119.824000', '180119.826000', '180119.829000', '180119.831000', '180119.834000', '180119.837000', '180119.840000', '180119.843000', '180119.846000', '180119.849000', '180119.851000', '180119.854000', '180119.856000', '180119.859000', '180119.862000', '180119.864000', '180119.867000', '180119.869000', '180119.872000', '180119.874000', '180119.877000', '180119.879000', '180119.882000', '180119.885000', '180119.887000', '180119.890000', '180119.892000', '180119.895000', '180119.897000', '180119.900000', '180119.903000', '180119.905000', '180119.908000', '180119.910000', '180119.913000', '180119.915000', '180119.918000', '180119.920000', '180119.923000', '180119.926000', '180119.928000', '180139.818000', '180139.821000', '180139.824000', '180139.826000', '180139.829000', '180139.837000', '180139.840000', '180139.842000', '180139.845000', '180139.847000', '180139.850000', '180139.853000', '180139.855000', '180139.858000', '180139.860000', '180139.863000', '180139.865000', '180139.868000', '180139.870000', '180139.873000', '180139.876000', '180139.878000', '180139.881000', '180139.883000', '180139.886000', '180139.888000', '180139.891000', '180139.893000', '180139.896000', '180139.899000', '180139.901000', '180139.904000', '180139.906000', '180139.909000', '180139.911000', '180139.914000', '180139.916000', '180139.919000', '180139.922000', '180139.924000', '180139.927000', '180139.929000', '180139.932000', '180139.934000', '180159.818000', '180159.821000', '180159.824000', '180159.827000', '180159.830000', '180159.833000', '180159.835000', '180159.838000', '180159.840000', '180159.843000', '180159.845000', '180159.848000', '180159.851000', '180159.853000', '180159.856000', '180159.858000', '180159.861000', '180159.864000', '180159.866000', '180159.869000', '180159.871000', '180159.874000', '180159.876000', '180159.879000', '180159.891000', '180159.893000', '180159.897000', '180159.900000', '180159.902000', '180159.905000', '180159.907000', '180159.910000', '180159.913000', '180159.915000', '180159.918000', '180159.920000', '180159.923000', '180159.925000', '180159.928000', '180159.931000', '180159.933000', '180159.936000', '180159.938000', '180219.819000', '180219.821000', '180219.824000', '180219.826000', '180219.829000', '180219.832000', '180219.834000', '180219.837000', '180219.839000', '180219.842000', '180219.844000', '180219.877000', '180219.880000', '180219.882000', '180219.885000', '180219.887000', '180219.890000', '180219.892000', '180219.895000', '180219.898000', '180219.900000', '180219.903000', '180219.905000', '180219.908000', '180219.910000', '180219.913000', '180219.916000', '180219.918000', '180219.921000', '180219.923000', '180219.926000', '180219.928000', '180219.931000', '180219.934000', '180219.936000', '180219.939000', '180219.941000', '180219.944000', '180219.946000', '180219.949000', '180219.951000', '180219.954000', '180219.957000', '180219.959000', '180239.818000', '180239.821000', '180239.824000', '180239.826000', '180239.829000', '180239.832000', '180239.834000', '180239.837000', '180239.839000', '180239.842000', '180239.845000', '180239.847000', '180239.850000', '180239.852000', '180239.855000', '180239.858000', '180239.860000', '180239.863000', '180239.865000', '180239.868000', '180239.870000', '180239.873000', '180239.876000', '180239.878000', '180239.881000', '180239.885000', '180239.888000', '180239.890000', '180239.893000', '180239.895000', '180239.898000', '180239.901000', '180239.903000', '180239.906000', '180239.908000', '180239.911000', '180239.913000', '180239.916000', '180239.919000', '180239.921000', '180239.924000', '180239.926000', '180239.929000', '180259.819000', '180259.821000', '180259.824000', '180259.827000', '180259.829000', '180259.832000', '180259.834000', '180259.837000', '180259.839000', '180259.842000', '180259.845000', '180259.847000', '180259.850000', '180259.852000', '180259.855000', '180259.857000', '180259.860000', '180259.863000', '180259.865000', '180259.868000', '180259.870000', '180259.873000', '180259.876000', '180259.878000', '180259.881000', '180259.883000', '180259.886000', '180259.888000', '180259.891000', '180259.894000', '180259.896000', '180259.899000', '180259.901000', '180259.904000', '180259.906000', '180259.909000', '180259.912000', '180259.914000', '180259.917000', '180259.919000', '180259.922000', '180259.924000', '180259.927000', '180259.930000', '180319.818000', '180319.821000', '180319.824000', '180319.827000', '180319.829000', '180319.832000', '180319.834000', '180319.837000', '180319.839000', '180319.842000', '180319.845000', '180319.847000', '180319.850000', '180319.852000', '180319.855000', '180319.857000', '180319.860000', '180319.863000', '180319.865000', '180319.868000', '180319.871000', '180319.873000', '180319.876000', '180319.878000', '180319.881000', '180319.884000', '180319.886000', '180319.889000', '180319.891000', '180319.894000', '180319.896000', '180319.899000', '180319.902000', '180319.904000', '180319.907000', '180319.909000', '180319.912000', '180319.915000', '180319.917000', '180319.920000', '180319.922000', '180319.925000', '180319.927000', '180339.818000', '180339.821000', '180339.824000', '180339.826000', '180339.829000', '180339.831000', '180339.834000', '180339.837000', '180339.839000', '180339.842000', '180339.844000', '180339.847000', '180339.849000', '180339.852000', '180339.855000', '180339.857000', '180339.860000', '180339.862000', '180339.865000', '180339.868000', '180339.870000', '180339.873000', '180339.875000', '180339.878000', '180339.881000', '180339.883000', '180339.886000', '180339.888000', '180339.891000', '180339.893000', '180339.896000', '180339.899000', '180339.901000', '180339.904000', '180339.906000', '180339.909000', '180339.912000', '180339.914000', '180339.917000', '180339.919000', '180339.922000', '180339.924000', '180339.927000', '180339.930000', '180359.819000', '180359.821000', '180359.824000', '180359.827000', '180359.829000', '180359.832000', '180359.834000', '180359.837000', '180359.839000', '180359.842000', '180359.845000', '180359.847000', '180359.850000', '180359.852000', '180359.855000', '180359.857000', '180359.860000', '180359.863000', '180359.865000', '180359.868000', '180359.871000', '180359.873000', '180359.876000', '180359.878000', '180359.881000', '180359.884000', '180359.886000', '180359.889000', '180359.892000', '180359.894000', '180359.897000', '180359.899000', '180359.902000', '180359.905000', '180359.907000', '180359.910000', '180359.912000', '180359.915000', '180359.917000', '180359.920000', '180359.923000', '180359.925000', '180359.928000', '180419.819000', '180419.821000', '180419.824000', '180419.827000', '180419.829000', '180419.832000', '180419.834000', '180419.837000', '180419.839000', '180419.842000', '180419.845000', '180419.847000', '180419.850000', '180419.852000', '180419.855000', '180419.857000', '180419.860000', '180419.863000', '180419.865000', '180419.868000', '180419.871000', '180419.873000', '180419.876000', '180419.878000', '180419.881000', '180419.883000', '180419.886000', '180419.888000', '180419.891000', '180419.894000', '180419.896000', '180419.899000', '180419.901000', '180419.904000', '180419.907000', '180419.909000', '180419.912000', '180419.914000', '180419.917000', '180419.920000', '180419.922000', '180419.925000', '180419.927000', '180419.930000', '180439.819000', '180439.821000', '180439.824000', '180439.827000', '180439.829000', '180439.832000', '180439.834000', '180439.837000', '180439.840000', '180439.842000', '180439.845000', '180439.847000', '180439.850000', '180439.852000', '180439.855000', '180439.858000', '180439.860000', '180439.863000', '180439.865000', '180439.868000', '180439.871000', '180439.873000', '180439.876000', '180439.878000', '180439.881000', '180439.883000', '180439.886000', '180439.889000', '180439.891000', '180439.894000', '180439.896000', '180439.899000', '180439.902000', '180439.904000', '180439.907000', '180439.910000', '180439.913000', '180439.915000', '180439.918000', '180439.920000', '180439.923000', '180439.925000', '180439.928000', '180459.818000', '180459.821000', '180459.824000', '180459.826000', '180459.829000', '180459.832000', '180459.834000', '180459.837000', '180459.840000', '180459.842000', '180459.845000', '180459.847000', '180459.850000', '180459.852000', '180459.855000', '180459.858000', '180459.860000', '180459.863000', '180459.866000', '180459.868000', '180459.871000', '180459.873000', '180459.876000', '180459.878000', '180459.881000', '180459.884000', '180459.886000', '180459.889000', '180459.891000', '180459.894000', '180459.896000', '180459.899000', '180459.902000', '180459.904000', '180459.907000', '180459.909000', '180459.912000', '180459.915000', '180459.917000', '180459.920000', '180459.923000', '180459.925000', '180459.928000', '180459.930000', '180519.819000', '180519.821000', '180519.824000', '180519.827000', '180519.829000', '180519.832000', '180519.834000', '180519.837000', '180519.840000', '180519.842000', '180519.845000', '180519.847000', '180519.850000', '180519.852000', '180519.855000', '180519.858000', '180519.860000', '180519.874000', '180519.876000', '180519.879000', '180519.881000', '180519.884000', '180519.887000', '180519.889000', '180519.892000', '180519.894000', '180519.897000', '180519.899000', '180519.902000', '180519.905000', '180519.907000', '180519.910000', '180519.912000', '180519.915000', '180519.918000', '180519.920000', '180519.923000', '180519.925000', '180519.928000', '180519.931000', '180519.933000', '180519.936000', '180519.938000', '180539.819000', '180539.822000', '180539.824000', '180539.827000', '180539.829000', '180539.832000', '180539.835000', '180539.837000', '180539.840000', '180539.843000', '180539.845000', '180539.848000', '180539.850000', '180539.853000', '180539.856000', '180539.858000', '180539.861000', '180539.863000', '180539.866000', '180539.869000', '180539.871000', '180539.874000', '180539.877000', '180539.879000', '180539.882000', '180539.884000', '180539.887000', '180539.889000', '180539.892000', '180539.895000', '180539.897000', '180539.900000', '180539.902000', '180539.905000', '180539.907000', '180539.910000', '180539.913000', '180539.915000', '180539.918000', '180539.920000', '180539.923000', '180539.926000', '180539.928000', '180539.931000', '180559.819000', '180559.821000', '180559.824000', '180559.827000', '180559.829000', '180559.832000', '180559.834000', '180559.837000', '180559.839000', '180559.842000', '180559.844000', '180559.847000', '180559.850000', '180559.852000', '180559.855000', '180559.857000', '180559.860000', '180559.862000', '180559.865000', '180559.868000', '180559.870000', '180559.873000', '180559.875000', '180559.878000', '180559.880000', '180559.883000', '180559.885000', '180559.888000', '180559.891000', '180559.893000', '180559.896000', '180559.898000', '180559.901000', '180559.903000', '180559.906000', '180559.909000', '180559.911000', '180559.914000', '180559.917000', '180559.919000', '180559.922000', '180559.924000', '180559.927000', '180619.819000', '180619.822000', '180619.824000', '180619.827000', '180619.830000', '180619.832000', '180619.835000', '180619.838000', '180619.840000', '180619.843000', '180619.845000', '180619.848000', '180619.850000', '180619.853000', '180619.856000', '180619.858000', '180619.861000', '180619.863000', '180619.866000', '180619.869000', '180619.871000', '180619.874000', '180619.876000', '180619.879000', '180619.881000', '180619.884000', '180619.887000', '180619.889000', '180619.892000', '180619.894000', '180619.897000', '180619.900000', '180619.902000', '180619.905000', '180619.907000', '180619.910000', '180619.912000', '180619.915000', '180619.918000', '180619.920000', '180619.923000', '180619.925000', '180619.928000', '180639.818000', '180639.821000', '180639.824000', '180639.826000', '180639.829000', '180639.832000', '180639.834000', '180639.837000', '180639.839000', '180639.842000', '180639.844000', '180639.847000', '180639.850000', '180639.852000', '180639.882000', '180639.884000', '180639.887000', '180639.889000', '180639.892000', '180639.894000', '180639.897000', '180639.900000', '180639.902000', '180639.905000', '180639.907000', '180639.910000', '180639.912000', '180639.915000', '180639.918000', '180639.920000', '180639.923000', '180639.925000', '180639.928000', '180639.931000', '180639.933000', '180639.936000', '180639.938000', '180639.941000', '180639.943000', '180639.946000', '180639.949000', '180639.951000', '180639.954000', '180639.956000', '180648.726000', '180648.729000', '180648.732000', '180648.734000', '180648.737000', '180648.740000', '180648.742000', '180648.745000', '180648.748000', '180648.750000', '180648.753000', '180648.756000', '180648.759000', '180648.762000', '180648.764000', '180648.767000', '180648.770000', '180648.772000', '180648.775000', '180648.777000'], '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': [10577, 14465, 10213, 14469, 10196, 14029, 8231, 12802, 8460, 11565, 12289, 10977, 15231, 12159, 14146, 10100, 14014, 9221, 13938, 9320, 12903, 7646, 10206, 11770, 10611, 13895, 10546, 13549, 8947, 13586, 9085, 13724, 9054, 9603, 10888, 8478, 13666, 10214, 13573, 9732, 13279, 9331, 13030, 9046, 10833, 14422, 10744, 13877, 10872, 13579, 9469, 13735, 8835, 12232, 8877, 10057, 13078, 9407, 13013, 9696, 12967, 8528, 12701, 7617, 13259, 8388, 9492, 7228, 8699, 12860, 9681, 13433, 9596, 13100, 8242, 13366, 9422, 9256, 13982, 7644, 13375, 9212, 13538, 8207, 12546, 10381, 9863, 14043, 10970, 13034, 8569, 13356, 8563, 13898, 9887, 10174, 11620, 9058, 13750, 10588, 13740, 10291, 13893, 8314, 12110, 9715, 10578, 13413, 10426, 13683, 9366, 13184, 9240, 13459, 8107, 11219, 10332, 10214, 14233, 12268, 13388, 9410, 13343, 9172, 13480, 10177, 10110, 13719, 9142, 13469, 9287, 13255, 8931, 12737, 8557, 11075, 13911, 10429, 13298, 9699, 13296, 9334, 12889, 8839, 13185, 9019, 11940, 8643, 9534, 13506, 10244, 13898, 11039, 13627, 8216, 12581, 8440, 10514, 13690, 10587, 13165, 7788, 12010, 8507, 12885, 9643, 9044, 8872, 7195, 10657, 13342, 9366, 13326, 10428, 13603, 9988, 13026, 7962, 12137, 9718, 10354, 13557, 10373, 13290, 8983, 13226, 9074, 12873, 8599, 13575, 9694, 9742, 7510, 9767, 10829, 9007, 13509, 10128, 12950, 9417, 13399, 9756, 12009, 9156, 9425, 13726, 9535, 13660, 9920, 13541, 8387, 11252, 13832, 9869, 13270, 9549, 13289, 9601, 13364, 7889, 12127, 7571, 10804, 14074, 10128, 12371, 8427, 13158, 9399, 13049, 9992, 12871, 8236, 12580, 7960, 13078, 9754, 9581, 11012, 8821, 13544, 10773, 13580, 9927, 13431, 7948, 13152, 8800, 12844, 9966, 10119, 13526, 9222, 13721, 11034, 13667, 10648, 13609, 8331, 12846, 8461, 11765, 13405, 10306, 13991, 10312, 13233, 9140, 13063, 8067, 10229, 13491, 9183, 13485, 11445, 13060, 9851, 12792, 8344, 13287, 9203, 13536, 8085, 10326, 9743, 9758, 13394, 9992, 11893, 8299, 13368, 9376, 13459, 10796, 13083, 8730, 13145, 8948, 13267, 9734, 10178, 7694, 9701, 13293, 10077, 13859, 10797, 13550, 9379, 13240, 8829, 13619, 9326, 11019, 8552, 9063, 13748, 10555, 13659, 10262, 13330, 8831, 13561, 9078, 13420, 8142, 11039, 9878, 9524, 13673, 10668, 13332, 10108, 13292, 10048, 13212, 9639, 13269, 8890, 12701, 9914, 10676, 14788, 11056, 13709, 10223, 13351, 8753, 13341, 8322, 11460, 11462, 10057, 13415, 11367, 12984, 8823, 13026, 8193, 13591, 9738, 12379, 7493, 11412, 7673, 12462, 9899, 10377, 8653, 9552, 12128, 10608, 14207, 11052, 13582, 10099, 13492, 9788, 13857, 9775, 12915, 8113, 10679, 9891, 10477, 13863, 9909, 13353, 9346, 13401, 9687, 13329, 8745, 12675, 8103, 11733, 9755, 10027, 13416, 10636, 13236, 9320, 13201, 8904, 12197, 10413, 9891, 13588, 10565, 13129, 8626, 13472, 9375, 12194, 7377, 8675, 12293, 9401, 13567, 10395, 12925, 8460, 12864, 8991, 13234, 7971, 12043, 7609, 9591, 13811, 10000, 12851, 9321, 13188, 9096, 13199, 9535, 13087, 7897, 12745, 8136, 12799, 9482, 10093, 12473, 9726, 13621, 10540, 13765, 10800, 13890, 9288, 13011, 8214, 10993, 11890, 9920, 13440, 11093, 13773, 10185, 13279, 8218, 12467, 8067, 10689, 11948, 10006, 13219, 10611, 13309, 10315, 12975, 8455, 12847, 7715, 12595, 7655, 10185, 10854, 9569, 13208, 10364, 13593, 9836, 13185, 8945, 13492, 10156, 13338, 9103, 13330, 8043, 12538, 9231, 12560, 10053, 8524, 10604, 7585, 12450, 9265, 13320, 9930, 13049, 8488, 13194, 9037, 13159, 10020, 12273, 8343, 11199, 8094, 11021, 11238, 10763, 8913, 9337, 10428, 9292, 13616, 10622, 12960, 9150, 12970, 9275, 13515, 9287, 10518, 7534, 9390, 13306, 10188, 13678, 10407, 13340, 9112, 12819, 9037, 12510, 7899, 9917, 13209, 9624, 13646, 12117, 13226, 9830, 12714, 9089, 13183, 10066, 12805, 9450, 13596, 8917, 10867, 8087, 9436, 12175, 9212, 13035, 10478, 12527, 8802, 12613, 8507, 12043, 7779, 9678, 11099, 8703, 12671, 10572, 12968, 10505, 12425, 7987, 11892, 9606, 12184, 8294, 8902, 7196, 8634, 13080, 9375, 12472, 8398, 12555, 9090, 12815, 9155, 12127, 7702, 9219, 13283, 9738, 13291, 10491, 12504, 7566, 11738, 9105, 10122, 12871, 8944, 11586, 8258, 12743, 10383, 12974, 10230, 12497, 8632, 12634, 9155, 12934, 9136, 10050, 13095, 9537, 13288, 11297, 13271, 9658, 12810, 7622, 12167, 8250, 9931, 13248, 9979, 13111, 10439, 12641, 8623, 12818, 8107, 10663, 10055, 9040, 12680, 9400, 12995, 10530, 11911, 7863, 12026, 7986, 12640, 8926, 11836, 7810, 10874, 10602, 9481, 12817, 9264, 12571, 8573, 12908, 8734, 11319, 7575, 8361, 12881, 9373, 13095, 10418, 12241, 7946, 12431, 8799, 10639, 12682, 9984, 14072, 10302, 10168, 8547, 7481, 9343, 13720, 10405, 12735, 9332, 13522, 10033, 10946, 8731, 9194, 13132, 9239, 12854, 9578, 12853, 8353, 10190, 13129, 9254, 12455, 10109, 11932, 8119, 12428, 7964, 11248, 8472, 10139, 8679, 8763, 10491, 8405, 12915, 10198, 12442, 8584, 12271, 7859, 11547, 8250, 13042, 9587, 7381, 9907, 11957, 9749, 13501, 10971, 12824, 9337, 12819, 10504, 13260, 10298, 12918, 8474, 12540, 8243, 13180, 9086, 11638, 7405, 11594, 7769, 11638, 11797, 9585, 8623, 8899, 10114, 9201, 13523, 10616, 10043, 9061, 7407, 9934, 10526, 9846, 13973, 11304, 14428, 10138, 9816, 8962, 12994, 9820, 13368, 10839, 12998, 9200, 13095, 8548, 13016, 8804, 12705, 7775, 11592, 7722, 12083, 9431, 9728, 10970, 8672, 12872, 10768, 12967, 9473, 12871, 8163, 9723, 13299, 9770, 12724, 8786, 11734, 7741, 11878, 8597, 11731, 7939, 9298, 7387, 9058, 10747, 8371, 11985, 10008, 12653, 11183, 12165, 9075, 12163, 8098, 12308, 9541, 11833, 10238, 10126, 8084, 9971, 7392, 10929, 13737, 9435, 13193, 8891, 12734, 9386, 12548, 8968, 10537, 8604, 10541, 8194, 10572, 8476, 11166, 8275, 10581, 7892, 9488, 12508, 9457, 13229, 9982, 12927, 8629, 13162, 8137, 10388, 13358, 9922, 12563, 9258, 12877, 9588, 12198, 8060, 7485, 7446, 7555, 12338, 9483, 10477, 7434, 9288, 11334, 9395], 'WindowCenter': [4571.0, 4573.0, 4531.0, 4560.0, 4518.0, 4545.0, 4481.0, 4521.0, 4479.0, 4509.0, 4509.0, 4512.0, 4542.0, 4509.0, 4514.0, 4488.0, 4517.0, 4488.0, 4530.0, 4488.0, 4516.0, 4467.0, 4499.0, 4508.0, 4511.0, 4519.0, 4510.0, 4515.0, 4488.0, 4518.0, 4489.0, 4529.0, 4488.0, 4502.0, 4500.0, 4479.0, 4519.0, 4500.0, 4519.0, 4498.0, 4521.0, 4490.0, 4521.0, 4489.0, 4509.0, 4527.0, 4508.0, 4517.0, 4498.0, 4518.0, 4486.0, 4518.0, 4476.0, 4509.0, 4478.0, 4490.0, 4505.0, 4486.0, 4507.0, 4489.0, 4517.0, 4479.0, 4519.0, 4483.0, 4533.0, 4494.0, 4514.0, 4474.0, 4504.0, 4533.0, 4516.0, 4544.0, 4515.0, 4534.0, 4493.0, 4546.0, 4504.0, 4503.0, 4532.0, 4484.0, 4544.0, 4506.0, 4533.0, 4494.0, 4532.0, 4512.0, 4512.0, 4544.0, 4515.0, 4533.0, 4495.0, 4532.0, 4492.0, 4543.0, 4503.0, 4514.0, 4522.0, 4491.0, 4531.0, 4513.0, 4529.0, 4503.0, 4530.0, 4479.0, 4521.0, 4501.0, 4511.0, 4518.0, 4500.0, 4518.0, 4487.0, 4521.0, 4489.0, 4531.0, 4469.0, 4511.0, 4498.0, 4498.0, 4528.0, 4510.0, 4517.0, 4487.0, 4517.0, 4485.0, 4518.0, 4486.0, 4487.0, 4505.0, 4475.0, 4506.0, 4475.0, 4517.0, 4477.0, 4517.0, 4477.0, 4510.0, 4519.0, 4499.0, 4517.0, 4487.0, 4506.0, 4488.0, 4505.0, 4477.0, 4519.0, 4489.0, 4511.0, 4476.0, 4500.0, 4519.0, 4498.0, 4519.0, 4499.0, 4518.0, 4467.0, 4508.0, 4466.0, 4498.0, 4517.0, 4498.0, 4508.0, 4467.0, 4507.0, 4490.0, 4533.0, 4512.0, 4503.0, 4503.0, 4474.0, 4524.0, 4533.0, 4506.0, 4533.0, 4512.0, 4534.0, 4501.0, 4522.0, 4470.0, 4508.0, 4487.0, 4510.0, 4521.0, 4500.0, 4519.0, 4490.0, 4519.0, 4489.0, 4519.0, 4492.0, 4532.0, 4501.0, 4501.0, 4469.0, 4501.0, 4508.0, 4491.0, 4529.0, 4510.0, 4521.0, 4498.0, 4534.0, 4502.0, 4522.0, 4489.0, 4489.0, 4518.0, 4489.0, 4518.0, 4489.0, 4518.0, 4467.0, 4498.0, 4514.0, 4486.0, 4507.0, 4488.0, 4533.0, 4498.0, 4519.0, 4467.0, 4508.0, 4467.0, 4512.0, 4530.0, 4500.0, 4518.0, 4480.0, 4519.0, 4500.0, 4527.0, 4499.0, 4520.0, 4489.0, 4521.0, 4481.0, 4532.0, 4503.0, 4502.0, 4509.0, 4503.0, 4530.0, 4512.0, 4532.0, 4500.0, 4531.0, 4482.0, 4530.0, 4489.0, 4521.0, 4501.0, 4500.0, 4520.0, 4491.0, 4517.0, 4509.0, 4519.0, 4499.0, 4519.0, 4478.0, 4517.0, 4466.0, 4508.0, 4516.0, 4488.0, 4516.0, 4487.0, 4507.0, 4475.0, 4507.0, 4465.0, 4484.0, 4504.0, 4487.0, 4518.0, 4507.0, 4516.0, 4488.0, 4507.0, 4478.0, 4518.0, 4488.0, 4520.0, 4479.0, 4500.0, 4487.0, 4501.0, 4520.0, 4500.0, 4508.0, 4491.0, 4530.0, 4502.0, 4532.0, 4510.0, 4531.0, 4491.0, 4531.0, 4492.0, 4533.0, 4502.0, 4510.0, 4470.0, 4499.0, 4520.0, 4501.0, 4530.0, 4512.0, 4521.0, 4490.0, 4530.0, 4491.0, 4532.0, 4489.0, 4511.0, 4477.0, 4490.0, 4519.0, 4499.0, 4519.0, 4497.0, 4518.0, 4489.0, 4519.0, 4487.0, 4520.0, 4468.0, 4510.0, 4488.0, 4499.0, 4519.0, 4500.0, 4519.0, 4501.0, 4518.0, 4498.0, 4519.0, 4486.0, 4520.0, 4477.0, 4521.0, 4488.0, 4501.0, 4531.0, 4498.0, 4507.0, 4486.0, 4505.0, 4464.0, 4514.0, 4466.0, 4508.0, 4507.0, 4502.0, 4530.0, 4509.0, 4518.0, 4485.0, 4517.0, 4478.0, 4520.0, 4498.0, 4520.0, 4470.0, 4520.0, 4481.0, 4533.0, 4512.0, 4511.0, 4492.0, 4502.0, 4519.0, 4512.0, 4534.0, 4513.0, 4521.0, 4500.0, 4519.0, 4503.0, 4531.0, 4501.0, 4521.0, 4467.0, 4498.0, 4488.0, 4500.0, 4519.0, 4500.0, 4518.0, 4489.0, 4519.0, 4498.0, 4520.0, 4478.0, 4517.0, 4469.0, 4510.0, 4489.0, 4498.0, 4518.0, 4498.0, 4518.0, 4489.0, 4519.0, 4478.0, 4510.0, 4487.0, 4489.0, 4507.0, 4496.0, 4507.0, 4478.0, 4533.0, 4491.0, 4519.0, 4469.0, 4480.0, 4508.0, 4489.0, 4519.0, 4500.0, 4520.0, 4480.0, 4520.0, 4491.0, 4532.0, 4480.0, 4522.0, 4472.0, 4504.0, 4532.0, 4502.0, 4520.0, 4501.0, 4520.0, 4490.0, 4533.0, 4504.0, 4531.0, 4481.0, 4531.0, 4482.0, 4531.0, 4503.0, 4510.0, 4521.0, 4500.0, 4520.0, 4498.0, 4529.0, 4501.0, 4520.0, 4478.0, 4516.0, 4467.0, 4499.0, 4497.0, 4488.0, 4517.0, 4508.0, 4520.0, 4497.0, 4507.0, 4466.0, 4508.0, 4465.0, 4496.0, 4496.0, 4488.0, 4507.0, 4498.0, 4517.0, 4499.0, 4508.0, 4468.0, 4506.0, 4455.0, 4507.0, 4468.0, 4499.0, 4498.0, 4489.0, 4517.0, 4500.0, 4521.0, 4501.0, 4520.0, 4490.0, 4530.0, 4511.0, 4518.0, 4490.0, 4521.0, 4481.0, 4522.0, 4501.0, 4533.0, 4527.0, 4505.0, 4525.0, 4498.0, 4536.0, 4517.0, 4547.0, 4515.0, 4536.0, 4492.0, 4533.0, 4492.0, 4534.0, 4501.0, 4513.0, 4480.0, 4499.0, 4467.0, 4499.0, 4500.0, 4511.0, 4489.0, 4490.0, 4499.0, 4502.0, 4530.0, 4511.0, 4520.0, 4490.0, 4520.0, 4489.0, 4532.0, 4488.0, 4499.0, 4468.0, 4489.0, 4519.0, 4499.0, 4519.0, 4500.0, 4519.0, 4488.0, 4517.0, 4479.0, 4507.0, 4467.0, 4486.0, 4508.0, 4490.0, 4519.0, 4509.0, 4508.0, 4489.0, 4506.0, 4478.0, 4506.0, 4488.0, 4509.0, 4489.0, 4518.0, 4477.0, 4499.0, 4466.0, 4485.0, 4508.0, 4476.0, 4506.0, 4488.0, 4507.0, 4477.0, 4505.0, 4479.0, 4507.0, 4457.0, 4490.0, 4497.0, 4479.0, 4518.0, 4509.0, 4519.0, 4511.0, 4510.0, 4479.0, 4510.0, 4490.0, 4520.0, 4480.0, 4491.0, 4461.0, 4492.0, 4521.0, 4503.0, 4522.0, 4490.0, 4520.0, 4494.0, 4533.0, 4491.0, 4520.0, 4471.0, 4493.0, 4520.0, 4490.0, 4522.0, 4501.0, 4510.0, 4466.0, 4511.0, 4490.0, 4500.0, 4520.0, 4492.0, 4521.0, 4491.0, 4521.0, 4512.0, 4532.0, 4512.0, 4522.0, 4490.0, 4522.0, 4491.0, 4523.0, 4490.0, 4500.0, 4517.0, 4489.0, 4519.0, 4498.0, 4507.0, 4486.0, 4507.0, 4459.0, 4509.0, 4467.0, 4489.0, 4508.0, 4487.0, 4505.0, 4500.0, 4508.0, 4467.0, 4507.0, 4456.0, 4488.0, 4484.0, 4476.0, 4505.0, 4477.0, 4508.0, 4498.0, 4508.0, 4478.0, 4520.0, 4482.0, 4534.0, 4492.0, 4524.0, 4479.0, 4513.0, 4511.0, 4501.0, 4522.0, 4490.0, 4520.0, 4491.0, 4532.0, 4480.0, 4511.0, 4468.0, 4480.0, 4521.0, 4499.0, 4520.0, 4512.0, 4518.0, 4481.0, 4520.0, 4480.0, 4510.0, 4521.0, 4500.0, 4533.0, 4500.0, 4499.0, 4492.0, 4471.0, 4501.0, 4531.0, 4499.0, 4522.0, 4489.0, 4521.0, 4489.0, 4499.0, 4478.0, 4488.0, 4507.0, 4476.0, 4506.0, 4475.0, 4503.0, 4455.0, 4486.0, 4506.0, 4478.0, 4506.0, 4486.0, 4497.0, 4466.0, 4506.0, 4456.0, 4497.0, 4465.0, 4499.0, 4478.0, 4479.0, 4495.0, 4480.0, 4520.0, 4500.0, 4510.0, 4491.0, 4510.0, 4468.0, 4511.0, 4492.0, 4531.0, 4513.0, 4484.0, 4514.0, 4523.0, 4515.0, 4534.0, 4513.0, 4521.0, 4503.0, 4521.0, 4502.0, 4522.0, 4499.0, 4508.0, 4478.0, 4508.0, 4477.0, 4521.0, 4490.0, 4510.0, 4459.0, 4508.0, 4471.0, 4521.0, 4510.0, 4489.0, 4478.0, 4490.0, 4498.0, 4490.0, 4519.0, 4503.0, 4500.0, 4491.0, 4471.0, 4503.0, 4499.0, 4502.0, 4532.0, 4511.0, 4520.0, 4500.0, 4489.0, 4479.0, 4506.0, 4488.0, 4506.0, 4495.0, 4506.0, 4477.0, 4507.0, 4491.0, 4520.0, 4478.0, 4509.0, 4469.0, 4522.0, 4482.0, 4523.0, 4490.0, 4490.0, 4496.0, 4478.0, 4507.0, 4498.0, 4509.0, 4477.0, 4506.0, 4463.0, 4477.0, 4506.0, 4487.0, 4506.0, 4478.0, 4508.0, 4456.0, 4510.0, 4479.0, 4510.0, 4477.0, 4502.0, 4469.0, 4492.0, 4509.0, 4493.0, 4521.0, 4513.0, 4534.0, 4525.0, 4522.0, 4493.0, 4521.0, 4480.0, 4522.0, 4490.0, 4512.0, 4499.0, 4501.0, 4469.0, 4500.0, 4458.0, 4499.0, 4517.0, 4479.0, 4508.0, 4478.0, 4521.0, 4491.0, 4511.0, 4478.0, 4500.0, 4468.0, 4487.0, 4456.0, 4487.0, 4456.0, 4497.0, 4467.0, 4490.0, 4457.0, 4490.0, 4507.0, 4478.0, 4506.0, 4486.0, 4508.0, 4468.0, 4508.0, 4455.0, 4475.0, 4494.0, 4475.0, 4493.0, 4477.0, 4508.0, 4477.0, 4496.0, 4465.0, 4458.0, 4471.0, 4485.0, 4548.0, 4504.0, 4516.0, 4474.0, 4504.0, 4513.0, 4504.0], 'WindowWidth': [10039.0, 10024.0, 9959.0, 9996.0, 9931.0, 9962.0, 9871.0, 9922.0, 9863.0, 9904.0, 9903.0, 9912.0, 9956.0, 9904.0, 9904.0, 9871.0, 9909.0, 9872.0, 9932.0, 9872.0, 9908.0, 9842.0, 9889.0, 9900.0, 9907.0, 9917.0, 9905.0, 9907.0, 9873.0, 9913.0, 9874.0, 9928.0, 9874.0, 9896.0, 9890.0, 9863.0, 9917.0, 9892.0, 9916.0, 9887.0, 9920.0, 9877.0, 9920.0, 9875.0, 9902.0, 9926.0, 9899.0, 9910.0, 9885.0, 9912.0, 9867.0, 9912.0, 9854.0, 9900.0, 9857.0, 9876.0, 9892.0, 9866.0, 9896.0, 9874.0, 9910.0, 9863.0, 9917.0, 9874.0, 9944.0, 9891.0, 9918.0, 9865.0, 9906.0, 9943.0, 9924.0, 9959.0, 9922.0, 9946.0, 9891.0, 9965.0, 9906.0, 9902.0, 9942.0, 9879.0, 9958.0, 9909.0, 9944.0, 9890.0, 9940.0, 9912.0, 9913.0, 9958.0, 9918.0, 9941.0, 9892.0, 9940.0, 9886.0, 9957.0, 9902.0, 9917.0, 9925.0, 9883.0, 9935.0, 9914.0, 9932.0, 9899.0, 9934.0, 9862.0, 9920.0, 9895.0, 9909.0, 9916.0, 9891.0, 9915.0, 9871.0, 9923.0, 9877.0, 9934.0, 9848.0, 9908.0, 9887.0, 9888.0, 9929.0, 9903.0, 9910.0, 9869.0, 9910.0, 9864.0, 9913.0, 9868.0, 9869.0, 9890.0, 9851.0, 9892.0, 9850.0, 9909.0, 9854.0, 9911.0, 9857.0, 9904.0, 9915.0, 9886.0, 9909.0, 9867.0, 9892.0, 9870.0, 9891.0, 9856.0, 9917.0, 9875.0, 9908.0, 9855.0, 9892.0, 9915.0, 9888.0, 9917.0, 9888.0, 9913.0, 9842.0, 9898.0, 9839.0, 9886.0, 9911.0, 9885.0, 9896.0, 9845.0, 9897.0, 9880.0, 9942.0, 9916.0, 9904.0, 9903.0, 9866.0, 9934.0, 9944.0, 9909.0, 9942.0, 9916.0, 9947.0, 9896.0, 9923.0, 9850.0, 9900.0, 9872.0, 9907.0, 9923.0, 9891.0, 9915.0, 9877.0, 9916.0, 9877.0, 9918.0, 9884.0, 9939.0, 9896.0, 9895.0, 9850.0, 9896.0, 9900.0, 9882.0, 9931.0, 9905.0, 9923.0, 9889.0, 9945.0, 9898.0, 9923.0, 9875.0, 9875.0, 9911.0, 9873.0, 9911.0, 9871.0, 9910.0, 9840.0, 9883.0, 9904.0, 9867.0, 9895.0, 9874.0, 9941.0, 9888.0, 9916.0, 9843.0, 9898.0, 9843.0, 9910.0, 9933.0, 9892.0, 9914.0, 9864.0, 9915.0, 9893.0, 9929.0, 9891.0, 9920.0, 9878.0, 9923.0, 9870.0, 9941.0, 9902.0, 9899.0, 9904.0, 9901.0, 9935.0, 9913.0, 9939.0, 9894.0, 9935.0, 9870.0, 9933.0, 9875.0, 9922.0, 9895.0, 9892.0, 9919.0, 9880.0, 9912.0, 9904.0, 9917.0, 9889.0, 9915.0, 9858.0, 9910.0, 9839.0, 9899.0, 9908.0, 9870.0, 9906.0, 9867.0, 9896.0, 9848.0, 9894.0, 9835.0, 9862.0, 9888.0, 9869.0, 9913.0, 9896.0, 9906.0, 9871.0, 9897.0, 9858.0, 9915.0, 9873.0, 9917.0, 9863.0, 9892.0, 9869.0, 9894.0, 9920.0, 9892.0, 9902.0, 9883.0, 9934.0, 9900.0, 9939.0, 9909.0, 9935.0, 9882.0, 9935.0, 9883.0, 9943.0, 9898.0, 9906.0, 9853.0, 9891.0, 9920.0, 9895.0, 9933.0, 9910.0, 9920.0, 9879.0, 9934.0, 9882.0, 9939.0, 9877.0, 9907.0, 9857.0, 9878.0, 9917.0, 9889.0, 9916.0, 9886.0, 9912.0, 9874.0, 9916.0, 9871.0, 9918.0, 9845.0, 9904.0, 9872.0, 9890.0, 9917.0, 9891.0, 9915.0, 9891.0, 9912.0, 9886.0, 9916.0, 9869.0, 9917.0, 9857.0, 9918.0, 9870.0, 9891.0, 9934.0, 9885.0, 9894.0, 9865.0, 9890.0, 9833.0, 9903.0, 9838.0, 9898.0, 9896.0, 9898.0, 9935.0, 9902.0, 9910.0, 9866.0, 9908.0, 9861.0, 9919.0, 9887.0, 9919.0, 9851.0, 9921.0, 9869.0, 9942.0, 9912.0, 9910.0, 9884.0, 9898.0, 9918.0, 9913.0, 9946.0, 9915.0, 9923.0, 9893.0, 9917.0, 9899.0, 9936.0, 9892.0, 9919.0, 9844.0, 9886.0, 9872.0, 9892.0, 9917.0, 9891.0, 9912.0, 9875.0, 9916.0, 9887.0, 9916.0, 9859.0, 9911.0, 9846.0, 9904.0, 9873.0, 9886.0, 9912.0, 9887.0, 9912.0, 9874.0, 9915.0, 9856.0, 9901.0, 9868.0, 9872.0, 9895.0, 9880.0, 9896.0, 9860.0, 9943.0, 9881.0, 9918.0, 9850.0, 9864.0, 9898.0, 9877.0, 9916.0, 9892.0, 9917.0, 9866.0, 9917.0, 9882.0, 9937.0, 9864.0, 9924.0, 9856.0, 9902.0, 9940.0, 9899.0, 9920.0, 9897.0, 9919.0, 9881.0, 9940.0, 9901.0, 9937.0, 9868.0, 9936.0, 9870.0, 9938.0, 9901.0, 9908.0, 9921.0, 9891.0, 9917.0, 9888.0, 9931.0, 9892.0, 9917.0, 9858.0, 9908.0, 9840.0, 9887.0, 9881.0, 9870.0, 9910.0, 9899.0, 9915.0, 9881.0, 9896.0, 9838.0, 9896.0, 9835.0, 9878.0, 9879.0, 9868.0, 9895.0, 9884.0, 9911.0, 9887.0, 9897.0, 9843.0, 9893.0, 9823.0, 9896.0, 9843.0, 9888.0, 9885.0, 9875.0, 9914.0, 9893.0, 9921.0, 9893.0, 9917.0, 9879.0, 9932.0, 9910.0, 9915.0, 9877.0, 9919.0, 9868.0, 9925.0, 9897.0, 9944.0, 9942.0, 9910.0, 9935.0, 9903.0, 9951.0, 9928.0, 9969.0, 9922.0, 9950.0, 9886.0, 9942.0, 9883.0, 9945.0, 9895.0, 9911.0, 9862.0, 9887.0, 9842.0, 9889.0, 9891.0, 9906.0, 9875.0, 9879.0, 9888.0, 9897.0, 9935.0, 9908.0, 9916.0, 9880.0, 9918.0, 9877.0, 9937.0, 9872.0, 9886.0, 9845.0, 9874.0, 9914.0, 9889.0, 9915.0, 9891.0, 9914.0, 9872.0, 9911.0, 9858.0, 9896.0, 9841.0, 9867.0, 9898.0, 9878.0, 9916.0, 9902.0, 9896.0, 9872.0, 9893.0, 9857.0, 9894.0, 9871.0, 9901.0, 9875.0, 9913.0, 9855.0, 9886.0, 9839.0, 9864.0, 9897.0, 9851.0, 9891.0, 9869.0, 9893.0, 9853.0, 9892.0, 9860.0, 9897.0, 9828.0, 9875.0, 9881.0, 9860.0, 9914.0, 9905.0, 9918.0, 9908.0, 9904.0, 9864.0, 9905.0, 9876.0, 9918.0, 9864.0, 9882.0, 9841.0, 9884.0, 9924.0, 9900.0, 9924.0, 9882.0, 9921.0, 9888.0, 9943.0, 9881.0, 9919.0, 9852.0, 9884.0, 9917.0, 9877.0, 9921.0, 9894.0, 9903.0, 9842.0, 9906.0, 9878.0, 9893.0, 9920.0, 9883.0, 9922.0, 9883.0, 9921.0, 9910.0, 9937.0, 9913.0, 9924.0, 9880.0, 9923.0, 9880.0, 9926.0, 9877.0, 9891.0, 9911.0, 9873.0, 9916.0, 9885.0, 9895.0, 9867.0, 9896.0, 9832.0, 9901.0, 9843.0, 9873.0, 9899.0, 9868.0, 9892.0, 9888.0, 9897.0, 9839.0, 9895.0, 9823.0, 9868.0, 9860.0, 9851.0, 9889.0, 9854.0, 9897.0, 9884.0, 9897.0, 9861.0, 9920.0, 9871.0, 9944.0, 9885.0, 9929.0, 9865.0, 9914.0, 9909.0, 9896.0, 9925.0, 9879.0, 9919.0, 9881.0, 9940.0, 9865.0, 9907.0, 9847.0, 9865.0, 9921.0, 9892.0, 9918.0, 9912.0, 9915.0, 9869.0, 9920.0, 9864.0, 9906.0, 9921.0, 9892.0, 9939.0, 9893.0, 9890.0, 9883.0, 9855.0, 9895.0, 9934.0, 9888.0, 9923.0, 9874.0, 9922.0, 9877.0, 9888.0, 9857.0, 9870.0, 9895.0, 9850.0, 9891.0, 9848.0, 9885.0, 9820.0, 9864.0, 9891.0, 9854.0, 9890.0, 9863.0, 9880.0, 9836.0, 9890.0, 9824.0, 9881.0, 9837.0, 9886.0, 9859.0, 9861.0, 9879.0, 9866.0, 9920.0, 9891.0, 9903.0, 9881.0, 9904.0, 9845.0, 9905.0, 9887.0, 9936.0, 9915.0, 9878.0, 9919.0, 9928.0, 9919.0, 9944.0, 9915.0, 9923.0, 9899.0, 9921.0, 9897.0, 9923.0, 9889.0, 9897.0, 9857.0, 9900.0, 9856.0, 9921.0, 9877.0, 9905.0, 9835.0, 9901.0, 9854.0, 9922.0, 9906.0, 9874.0, 9859.0, 9876.0, 9885.0, 9878.0, 9918.0, 9897.0, 9891.0, 9879.0, 9854.0, 9900.0, 9889.0, 9898.0, 9940.0, 9907.0, 9919.0, 9889.0, 9872.0, 9859.0, 9893.0, 9869.0, 9893.0, 9876.0, 9890.0, 9853.0, 9895.0, 9882.0, 9920.0, 9856.0, 9900.0, 9849.0, 9924.0, 9873.0, 9926.0, 9879.0, 9875.0, 9877.0, 9856.0, 9893.0, 9882.0, 9898.0, 9853.0, 9891.0, 9829.0, 9851.0, 9890.0, 9864.0, 9889.0, 9857.0, 9898.0, 9825.0, 9904.0, 9860.0, 9904.0, 9857.0, 9897.0, 9850.0, 9884.0, 9904.0, 9885.0, 9923.0, 9915.0, 9946.0, 9932.0, 9922.0, 9886.0, 9921.0, 9866.0, 9922.0, 9877.0, 9909.0, 9889.0, 9892.0, 9846.0, 9890.0, 9832.0, 9888.0, 9910.0, 9859.0, 9897.0, 9855.0, 9918.0, 9879.0, 9904.0, 9855.0, 9887.0, 9840.0, 9864.0, 9821.0, 9862.0, 9821.0, 9878.0, 9840.0, 9873.0, 9826.0, 9873.0, 9893.0, 9855.0, 9892.0, 9863.0, 9893.0, 9838.0, 9895.0, 9818.0, 9845.0, 9870.0, 9842.0, 9865.0, 9852.0, 9897.0, 9852.0, 9874.0, 9836.0, 9830.0, 9853.0, 9880.0, 9969.0, 9904.0, 9921.0, 9863.0, 9903.0, 9915.0, 9903.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.00033966551326412923</td></tr>
<tr><td colspan=3>aqi</td><td>0.016909777393310264</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.656954719064665</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.237246540461893</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0063009764203237</td></tr>
<tr><td colspan=3>efc</td><td>0.4612</td></tr>
<tr><td colspan=3>fber</td><td>6768.2021</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07301457407542897</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1534025374855825</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4871643921428306</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.40176503364655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.753224479812559</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3065036629693836</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117729</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00947081483900547</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022290879860520363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.9059016076903794</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>25.5308</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6533</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.581</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302593.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>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.3512</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2834</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.6412</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3710.2468</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.7954</td></tr>
<tr><td colspan=3>tsnr</td><td>47.1137006347999</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>