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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-01_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-01_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-0005/ses-04/func/sub-0005_ses-04_task-social_acq-mb8_run-01_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>8d80477ee5c3cb1c1eea30726cf29659</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>15:15:2.417500</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_VE11C_LATEST_20160120</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.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0921018</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7765, -7209, 519, -60, 29, -87, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>37d5525f-e65a-4b8f-8532-be44b1614726||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['151502.417500', '151502.877500', '151503.337500', '151503.797500', '151504.257500', '151504.717500', '151505.177500', '151505.637500', '151506.097500', '151506.557500', '151507.017500', '151507.477500', '151507.937500', '151508.397500', '151508.857500', '151509.317500', '151509.777500', '151510.237500', '151510.697500', '151511.157500', '151511.617500', '151512.077500', '151512.537500', '151512.997500', '151513.457500', '151513.917500', '151514.377500', '151514.837500', '151515.297500', '151515.757500', '151516.217500', '151516.677500', '151517.137500', '151517.597500', '151518.057500', '151518.517500', '151518.977500', '151519.437500', '151519.897500', '151520.357500', '151520.817500', '151521.277500', '151521.737500', '151522.197500', '151522.657500', '151523.117500', '151523.577500', '151524.037500', '151524.497500', '151524.957500', '151525.417500', '151525.877500', '151526.337500', '151526.797500', '151527.257500', '151527.717500', '151528.177500', '151528.637500', '151529.097500', '151529.557500', '151530.017500', '151530.477500', '151530.937500', '151531.397500', '151531.857500', '151532.317500', '151532.777500', '151533.237500', '151533.697500', '151534.157500', '151534.617500', '151535.077500', '151535.537500', '151535.997500', '151536.457500', '151536.917500', '151537.377500', '151537.837500', '151538.297500', '151538.757500', '151539.217500', '151539.677500', '151540.137500', '151540.597500', '151541.057500', '151541.517500', '151541.977500', '151542.437500', '151542.897500', '151543.357500', '151543.817500', '151544.277500', '151544.737500', '151545.197500', '151545.657500', '151546.117500', '151546.577500', '151547.037500', '151547.497500', '151547.957500', '151548.417500', '151548.877500', '151549.337500', '151549.797500', '151550.257500', '151550.717500', '151551.177500', '151551.637500', '151552.097500', '151552.557500', '151553.017500', '151553.477500', '151553.937500', '151554.397500', '151554.857500', '151555.317500', '151555.777500', '151556.237500', '151556.697500', '151557.157500', '151557.617500', '151558.077500', '151558.537500', '151558.997500', '151559.457500', '151559.917500', '151600.377500', '151600.837500', '151601.297500', '151601.757500', '151602.217500', '151602.677500', '151603.137500', '151603.597500', '151604.057500', '151604.517500', '151604.977500', '151605.437500', '151605.897500', '151606.357500', '151606.817500', '151607.277500', '151607.737500', '151608.197500', '151608.657500', '151609.117500', '151609.577500', '151610.037500', '151610.497500', '151610.957500', '151611.417500', '151611.877500', '151612.337500', '151612.797500', '151613.257500', '151613.717500', '151614.177500', '151614.637500', '151615.097500', '151615.557500', '151616.017500', '151616.477500', '151616.937500', '151617.397500', '151617.857500', '151618.317500', '151618.777500', '151619.237500', '151619.697500', '151620.157500', '151620.617500', '151621.077500', '151621.537500', '151621.997500', '151622.457500', '151622.917500', '151623.377500', '151623.837500', '151624.297500', '151624.757500', '151625.217500', '151625.677500', '151626.137500', '151626.597500', '151627.057500', '151627.517500', '151627.977500', '151628.437500', '151628.897500', '151629.357500', '151629.817500', '151630.277500', '151630.737500', '151631.197500', '151631.657500', '151632.117500', '151632.577500', '151633.037500', '151633.497500', '151633.957500', '151634.417500', '151634.877500', '151635.337500', '151635.797500', '151636.257500', '151636.717500', '151637.177500', '151637.637500', '151638.097500', '151638.557500', '151639.017500', '151639.477500', '151639.937500', '151640.397500', '151640.857500', '151641.317500', '151641.777500', '151642.237500', '151642.697500', '151643.157500', '151643.617500', '151644.077500', '151644.537500', '151644.997500', '151645.457500', '151645.917500', '151646.377500', '151646.837500', '151647.297500', '151647.757500', '151648.217500', '151648.677500', '151649.137500', '151649.597500', '151650.057500', '151650.517500', '151650.977500', '151651.437500', '151651.897500', '151652.357500', '151652.817500', '151653.277500', '151653.737500', '151654.197500', '151654.657500', '151655.117500', '151655.577500', '151656.037500', '151656.497500', '151656.957500', '151657.417500', '151657.877500', '151658.337500', '151658.797500', '151659.257500', '151659.717500', '151700.177500', '151700.637500', '151701.097500', '151701.557500', '151702.017500', '151702.477500', '151702.937500', '151703.397500', '151703.857500', '151704.317500', '151704.777500', '151705.237500', '151705.697500', '151706.157500', '151706.617500', '151707.077500', '151707.537500', '151707.997500', '151708.457500', '151708.917500', '151709.377500', '151709.837500', '151710.297500', '151710.757500', '151711.217500', '151711.677500', '151712.137500', '151712.597500', '151713.057500', '151713.517500', '151713.977500', '151714.437500', '151714.897500', '151715.357500', '151715.817500', '151716.277500', '151716.737500', '151717.197500', '151717.657500', '151718.117500', '151718.577500', '151719.037500', '151719.497500', '151719.957500', '151720.417500', '151720.877500', '151721.337500', '151721.797500', '151722.257500', '151722.717500', '151723.177500', '151723.637500', '151724.097500', '151724.557500', '151725.017500', '151725.477500', '151725.937500', '151726.397500', '151726.857500', '151727.317500', '151727.777500', '151728.237500', '151728.697500', '151729.157500', '151729.617500', '151730.077500', '151730.537500', '151730.997500', '151731.457500', '151731.917500', '151732.377500', '151732.837500', '151733.297500', '151733.757500', '151734.217500', '151734.677500', '151735.137500', '151735.597500', '151736.057500', '151736.517500', '151736.977500', '151737.437500', '151737.897500', '151738.357500', '151738.817500', '151739.277500', '151739.737500', '151740.197500', '151740.657500', '151741.117500', '151741.577500', '151742.037500', '151742.497500', '151742.957500', '151743.417500', '151743.877500', '151744.337500', '151744.797500', '151745.257500', '151745.717500', '151746.177500', '151746.637500', '151747.097500', '151747.557500', '151748.017500', '151748.477500', '151748.937500', '151749.397500', '151749.857500', '151750.317500', '151750.777500', '151751.237500', '151751.697500', '151752.157500', '151752.617500', '151753.077500', '151753.537500', '151753.997500', '151754.457500', '151754.917500', '151755.377500', '151755.837500', '151756.297500', '151756.757500', '151757.217500', '151757.677500', '151758.137500', '151758.597500', '151759.057500', '151759.517500', '151759.977500', '151800.437500', '151800.897500', '151801.357500', '151801.817500', '151802.277500', '151802.737500', '151803.197500', '151803.657500', '151804.117500', '151804.577500', '151805.037500', '151805.497500', '151805.957500', '151806.417500', '151806.877500', '151807.337500', '151807.797500', '151808.257500', '151808.717500', '151809.177500', '151809.637500', '151810.097500', '151810.557500', '151811.017500', '151811.477500', '151811.937500', '151812.397500', '151812.857500', '151813.317500', '151813.777500', '151814.237500', '151814.697500', '151815.157500', '151815.617500', '151816.077500', '151816.537500', '151816.997500', '151817.457500', '151817.917500', '151818.377500', '151818.837500', '151819.297500', '151819.757500', '151820.217500', '151820.677500', '151821.137500', '151821.597500', '151822.057500', '151822.517500', '151822.977500', '151823.437500', '151823.897500', '151824.357500', '151824.817500', '151825.277500', '151825.737500', '151826.197500', '151826.657500', '151827.117500', '151827.577500', '151828.037500', '151828.497500', '151828.957500', '151829.417500', '151829.877500', '151830.337500', '151830.797500', '151831.257500', '151831.717500', '151832.177500', '151832.637500', '151833.097500', '151833.557500', '151834.017500', '151834.477500', '151834.937500', '151835.397500', '151835.857500', '151836.317500', '151836.777500', '151837.237500', '151837.697500', '151838.157500', '151838.617500', '151839.077500', '151839.537500', '151839.997500', '151840.457500', '151840.917500', '151841.377500', '151841.837500', '151842.297500', '151842.757500', '151843.217500', '151843.677500', '151844.137500', '151844.597500', '151845.057500', '151845.517500', '151845.977500', '151846.437500', '151846.897500', '151847.357500', '151847.817500', '151848.277500', '151848.737500', '151849.197500', '151849.657500', '151850.117500', '151850.577500', '151851.037500', '151851.497500', '151851.957500', '151852.417500', '151852.877500', '151853.337500', '151853.797500', '151854.257500', '151854.717500', '151855.177500', '151855.637500', '151856.097500', '151856.557500', '151857.017500', '151857.477500', '151857.937500', '151858.397500', '151858.857500', '151859.317500', '151859.777500', '151900.237500', '151900.697500', '151901.157500', '151901.617500', '151902.077500', '151902.537500', '151902.997500', '151903.457500', '151903.917500', '151904.377500', '151904.837500', '151905.297500', '151905.757500', '151906.217500', '151906.677500', '151907.137500', '151907.597500', '151908.057500', '151908.517500', '151908.977500', '151909.437500', '151909.897500', '151910.357500', '151910.817500', '151911.277500', '151911.737500', '151912.197500', '151912.657500', '151913.117500', '151913.577500', '151914.037500', '151914.497500', '151914.957500', '151915.417500', '151915.877500', '151916.337500', '151916.797500', '151917.257500', '151917.717500', '151918.177500', '151918.637500', '151919.097500', '151919.557500', '151920.017500', '151920.477500', '151920.937500', '151921.397500', '151921.857500', '151922.317500', '151922.777500', '151923.237500', '151923.697500', '151924.157500', '151924.617500', '151925.077500', '151925.537500', '151925.997500', '151926.457500', '151926.917500', '151927.377500', '151927.837500', '151928.297500', '151928.757500', '151929.217500', '151929.677500', '151930.137500', '151930.597500', '151931.057500', '151931.517500', '151931.977500', '151932.437500', '151932.897500', '151933.357500', '151933.817500', '151934.277500', '151934.737500', '151935.197500', '151935.657500', '151936.117500', '151936.577500', '151937.037500', '151937.497500', '151937.957500', '151938.417500', '151938.877500', '151939.337500', '151939.797500', '151940.257500', '151940.717500', '151941.177500', '151941.637500', '151942.097500', '151942.557500', '151943.017500', '151943.477500', '151943.937500', '151944.397500', '151944.857500', '151945.317500', '151945.777500', '151946.237500', '151946.697500', '151947.157500', '151947.617500', '151948.077500', '151948.537500', '151948.997500', '151949.457500', '151949.917500', '151950.377500', '151950.837500', '151951.297500', '151951.757500', '151952.217500', '151952.677500', '151953.137500', '151953.597500', '151954.057500', '151954.517500', '151954.977500', '151955.437500', '151955.897500', '151956.357500', '151956.817500', '151957.277500', '151957.737500', '151958.197500', '151958.657500', '151959.117500', '151959.577500', '152000.037500', '152000.497500', '152000.957500', '152001.417500', '152001.877500', '152002.337500', '152002.797500', '152003.257500', '152003.717500', '152004.177500', '152004.637500', '152005.097500', '152005.557500', '152006.017500', '152006.477500', '152006.937500', '152007.397500', '152007.857500', '152008.317500', '152008.777500', '152009.237500', '152009.697500', '152010.157500', '152010.617500', '152011.077500', '152011.537500', '152011.997500', '152012.457500', '152012.917500', '152013.377500', '152013.837500', '152014.297500', '152014.757500', '152015.217500', '152015.677500', '152016.137500', '152016.597500', '152017.057500', '152017.517500', '152017.977500', '152018.437500', '152018.897500', '152019.357500', '152019.817500', '152020.277500', '152020.737500', '152021.197500', '152021.657500', '152022.117500', '152022.577500', '152023.037500', '152023.497500', '152023.957500', '152024.417500', '152024.877500', '152025.337500', '152025.797500', '152026.257500', '152026.717500', '152027.177500', '152027.637500', '152028.097500', '152028.557500', '152029.017500', '152029.477500', '152029.937500', '152030.397500', '152030.857500', '152031.317500', '152031.777500', '152032.237500', '152032.697500', '152033.157500', '152033.617500', '152034.077500', '152034.537500', '152034.997500', '152035.457500', '152035.917500', '152036.377500', '152036.837500', '152037.297500', '152037.757500', '152038.217500', '152038.677500', '152039.137500', '152039.597500', '152040.057500', '152040.517500', '152040.977500', '152041.437500', '152041.897500', '152042.357500', '152042.817500', '152043.277500', '152043.737500', '152044.197500', '152044.657500', '152045.117500', '152045.577500', '152046.037500', '152046.497500', '152046.957500', '152047.417500', '152047.877500', '152048.337500', '152048.797500', '152049.257500', '152049.717500', '152050.177500', '152050.637500', '152051.097500', '152051.557500', '152052.017500', '152052.477500', '152052.937500', '152053.397500', '152053.857500', '152054.317500', '152054.777500', '152055.237500', '152055.697500', '152056.157500', '152056.617500', '152057.077500', '152057.537500', '152057.997500', '152058.457500', '152058.917500', '152059.377500', '152059.837500', '152100.297500', '152100.757500', '152101.217500', '152101.677500', '152102.137500', '152102.597500', '152103.057500', '152103.517500', '152103.977500', '152104.437500', '152104.897500', '152105.357500', '152105.817500', '152106.277500', '152106.737500', '152107.197500', '152107.657500', '152108.117500', '152108.577500', '152109.037500', '152109.497500', '152109.957500', '152110.417500', '152110.877500', '152111.337500', '152111.797500', '152112.257500', '152112.717500', '152113.177500', '152113.637500', '152114.097500', '152114.557500', '152115.017500', '152115.477500', '152115.937500', '152116.397500', '152116.857500', '152117.317500', '152117.777500', '152118.237500', '152118.697500', '152119.157500', '152119.617500', '152120.077500', '152120.537500', '152120.997500', '152121.457500', '152121.917500', '152122.377500', '152122.837500', '152123.297500', '152123.757500', '152124.217500', '152124.677500', '152125.137500', '152125.597500', '152126.057500', '152126.517500', '152126.977500', '152127.437500', '152127.897500', '152128.357500', '152128.817500', '152129.277500', '152129.737500', '152130.197500', '152130.657500', '152131.117500', '152131.577500', '152132.037500', '152132.497500', '152132.957500', '152133.417500', '152133.877500', '152134.337500', '152134.797500', '152135.257500', '152135.717500', '152136.177500', '152136.637500', '152137.097500', '152137.557500', '152138.017500', '152138.477500', '152138.937500', '152139.397500', '152139.857500', '152140.317500', '152140.777500', '152141.237500', '152141.697500', '152142.157500', '152142.617500', '152143.077500'], 'ContentTime': ['151518.724000', '151518.728000', '151518.730000', '151518.733000', '151518.736000', '151518.739000', '151518.742000', '151518.745000', '151518.748000', '151518.751000', '151518.754000', '151518.757000', '151518.760000', '151518.763000', '151518.766000', '151518.769000', '151518.772000', '151518.775000', '151518.778000', '151518.781000', '151518.784000', '151518.787000', '151518.790000', '151518.793000', '151518.796000', '151518.799000', '151518.802000', '151518.805000', '151518.807000', '151518.817000', '151518.820000', '151518.823000', '151518.826000', '151518.828000', '151538.691000', '151538.694000', '151538.697000', '151538.700000', '151538.703000', '151538.705000', '151538.708000', '151538.711000', '151538.714000', '151538.717000', '151538.720000', '151538.723000', '151538.726000', '151538.729000', '151538.732000', '151538.735000', '151538.738000', '151538.741000', '151538.744000', '151538.746000', '151538.750000', '151538.753000', '151538.755000', '151538.758000', '151538.761000', '151538.764000', '151538.767000', '151538.770000', '151538.774000', '151538.777000', '151538.780000', '151538.783000', '151538.786000', '151538.789000', '151538.792000', '151538.795000', '151538.798000', '151538.801000', '151538.804000', '151538.806000', '151538.810000', '151538.812000', '151538.815000', '151538.818000', '151558.691000', '151558.694000', '151558.697000', '151558.700000', '151558.703000', '151558.706000', '151558.709000', '151558.712000', '151558.715000', '151558.717000', '151558.727000', '151558.729000', '151558.732000', '151558.735000', '151558.738000', '151558.741000', '151558.744000', '151558.747000', '151558.750000', '151558.753000', '151558.756000', '151558.758000', '151558.761000', '151558.764000', '151558.767000', '151558.770000', '151558.774000', '151558.777000', '151558.780000', '151558.783000', '151558.786000', '151558.789000', '151558.792000', '151558.794000', '151558.798000', '151558.800000', '151558.803000', '151558.806000', '151558.809000', '151558.812000', '151558.815000', '151558.818000', '151558.821000', '151618.692000', '151618.695000', '151618.698000', '151618.701000', '151618.704000', '151618.707000', '151618.709000', '151618.712000', '151618.715000', '151618.718000', '151618.721000', '151618.724000', '151618.727000', '151618.730000', '151618.733000', '151618.736000', '151618.739000', '151618.741000', '151618.744000', '151618.760000', '151618.763000', '151618.766000', '151618.769000', '151618.772000', '151618.775000', '151618.778000', '151618.780000', '151618.783000', '151618.786000', '151618.789000', '151618.792000', '151618.795000', '151618.798000', '151618.801000', '151618.804000', '151618.807000', '151618.810000', '151618.813000', '151618.815000', '151618.818000', '151618.821000', '151618.824000', '151618.827000', '151618.830000', '151638.692000', '151638.695000', '151638.698000', '151638.701000', '151638.704000', '151638.707000', '151638.710000', '151638.713000', '151638.716000', '151638.719000', '151638.721000', '151638.724000', '151638.727000', '151638.730000', '151638.733000', '151638.736000', '151638.739000', '151638.742000', '151638.745000', '151638.748000', '151638.751000', '151638.754000', '151638.757000', '151638.760000', '151638.763000', '151638.766000', '151638.769000', '151638.772000', '151638.774000', '151638.777000', '151638.780000', '151638.783000', '151638.786000', '151638.789000', '151638.792000', '151638.795000', '151638.798000', '151638.801000', '151638.804000', '151638.807000', '151638.809000', '151638.812000', '151638.815000', '151658.692000', '151658.698000', '151658.701000', '151658.704000', '151658.707000', '151658.710000', '151658.713000', '151658.716000', '151658.719000', '151658.722000', '151658.725000', '151658.728000', '151658.731000', '151658.734000', '151658.737000', '151658.740000', '151658.743000', '151658.746000', '151658.749000', '151658.752000', '151658.754000', '151658.757000', '151658.760000', '151658.763000', '151658.766000', '151658.769000', '151658.772000', '151658.775000', '151658.778000', '151658.781000', '151658.784000', '151658.787000', '151658.789000', '151658.792000', '151658.795000', '151658.798000', '151658.801000', '151658.804000', '151658.807000', '151658.810000', '151658.813000', '151658.816000', '151658.819000', '151718.691000', '151718.694000', '151718.697000', '151718.700000', '151718.703000', '151718.706000', '151718.709000', '151718.712000', '151718.715000', '151718.718000', '151718.721000', '151718.724000', '151718.726000', '151718.730000', '151718.732000', '151718.735000', '151718.738000', '151718.741000', '151718.744000', '151718.747000', '151718.750000', '151718.753000', '151718.756000', '151718.759000', '151718.762000', '151718.765000', '151718.768000', '151718.771000', '151718.774000', '151718.777000', '151718.780000', '151718.783000', '151718.786000', '151718.789000', '151718.792000', '151718.795000', '151718.797000', '151718.801000', '151718.803000', '151718.806000', '151718.809000', '151718.812000', '151718.815000', '151718.818000', '151738.691000', '151738.694000', '151738.697000', '151738.700000', '151738.703000', '151738.706000', '151738.709000', '151738.712000', '151738.715000', '151738.718000', '151738.721000', '151738.724000', '151738.727000', '151738.730000', '151738.733000', '151738.736000', '151738.739000', '151738.742000', '151738.745000', '151738.756000', '151738.759000', '151738.762000', '151738.765000', '151738.768000', '151738.771000', '151738.774000', '151738.777000', '151738.780000', '151738.783000', '151738.786000', '151738.789000', '151738.791000', '151738.794000', '151738.797000', '151738.800000', '151738.803000', '151738.806000', '151738.809000', '151738.812000', '151738.815000', '151738.818000', '151738.821000', '151738.823000', '151758.691000', '151758.694000', '151758.697000', '151758.700000', '151758.703000', '151758.706000', '151758.709000', '151758.712000', '151758.715000', '151758.718000', '151758.721000', '151758.724000', '151758.727000', '151758.729000', '151758.732000', '151758.744000', '151758.747000', '151758.750000', '151758.753000', '151758.756000', '151758.759000', '151758.762000', '151758.764000', '151758.767000', '151758.770000', '151758.773000', '151758.776000', '151758.779000', '151758.782000', '151758.785000', '151758.788000', '151758.791000', '151758.794000', '151758.797000', '151758.800000', '151758.802000', '151758.805000', '151758.808000', '151758.811000', '151758.814000', '151758.817000', '151758.820000', '151758.823000', '151758.826000', '151818.691000', '151818.694000', '151818.697000', '151818.700000', '151818.703000', '151818.706000', '151818.709000', '151818.712000', '151818.715000', '151818.718000', '151818.721000', '151818.724000', '151818.726000', '151818.729000', '151818.733000', '151818.736000', '151818.739000', '151818.742000', '151818.746000', '151818.749000', '151818.752000', '151818.755000', '151818.758000', '151818.760000', '151818.763000', '151818.766000', '151818.769000', '151818.772000', '151818.775000', '151818.778000', '151818.781000', '151818.784000', '151818.787000', '151818.790000', '151818.793000', '151818.795000', '151818.798000', '151818.801000', '151818.804000', '151818.807000', '151818.810000', '151818.813000', '151818.816000', '151838.692000', '151838.695000', '151838.698000', '151838.701000', '151838.704000', '151838.707000', '151838.710000', '151838.713000', '151838.716000', '151838.719000', '151838.721000', '151838.724000', '151838.727000', '151838.730000', '151838.733000', '151838.736000', '151838.739000', '151838.742000', '151838.745000', '151838.748000', '151838.751000', '151838.754000', '151838.757000', '151838.760000', '151838.763000', '151838.766000', '151838.768000', '151838.772000', '151838.775000', '151838.777000', '151838.780000', '151838.783000', '151838.786000', '151838.789000', '151838.792000', '151838.795000', '151838.798000', '151838.801000', '151838.804000', '151838.807000', '151838.810000', '151838.812000', '151838.816000', '151838.819000', '151858.692000', '151858.695000', '151858.698000', '151858.701000', '151858.704000', '151858.707000', '151858.710000', '151858.713000', '151858.716000', '151858.719000', '151858.722000', '151858.725000', '151858.728000', '151858.731000', '151858.734000', '151858.736000', '151858.740000', '151858.743000', '151858.746000', '151858.749000', '151858.752000', '151858.755000', '151858.758000', '151858.764000', '151858.767000', '151858.770000', '151858.773000', '151858.776000', '151858.779000', '151858.782000', '151858.785000', '151858.788000', '151858.791000', '151858.794000', '151858.796000', '151858.799000', '151858.802000', '151858.805000', '151858.808000', '151858.811000', '151858.814000', '151858.817000', '151858.820000', '151918.692000', '151918.695000', '151918.698000', '151918.701000', '151918.704000', '151918.707000', '151918.710000', '151918.713000', '151918.716000', '151918.719000', '151918.722000', '151918.725000', '151918.728000', '151918.731000', '151918.734000', '151918.737000', '151918.740000', '151918.742000', '151918.746000', '151918.748000', '151918.751000', '151918.754000', '151918.757000', '151918.760000', '151918.763000', '151918.766000', '151918.769000', '151918.772000', '151918.775000', '151918.778000', '151918.781000', '151918.784000', '151918.787000', '151918.790000', '151918.793000', '151918.796000', '151918.799000', '151918.801000', '151918.804000', '151918.807000', '151918.821000', '151918.824000', '151918.830000', '151918.833000', '151938.691000', '151938.694000', '151938.697000', '151938.700000', '151938.703000', '151938.706000', '151938.709000', '151938.712000', '151938.715000', '151938.718000', '151938.720000', '151938.723000', '151938.726000', '151938.729000', '151938.732000', '151938.735000', '151938.738000', '151938.741000', '151938.744000', '151938.747000', '151938.750000', '151938.753000', '151938.756000', '151938.761000', '151938.765000', '151938.768000', '151938.771000', '151938.774000', '151938.777000', '151938.780000', '151938.783000', '151938.786000', '151938.789000', '151938.792000', '151938.795000', '151938.798000', '151938.801000', '151938.804000', '151938.807000', '151938.809000', '151938.813000', '151938.816000', '151938.819000', '151958.691000', '151958.694000', '151958.697000', '151958.700000', '151958.703000', '151958.706000', '151958.709000', '151958.712000', '151958.715000', '151958.718000', '151958.721000', '151958.724000', '151958.727000', '151958.730000', '151958.733000', '151958.736000', '151958.738000', '151958.742000', '151958.744000', '151958.747000', '151958.750000', '151958.753000', '151958.756000', '151958.759000', '151958.762000', '151958.765000', '151958.768000', '151958.771000', '151958.774000', '151958.777000', '151958.780000', '151958.783000', '151958.786000', '151958.789000', '151958.791000', '151958.794000', '151958.797000', '151958.800000', '151958.803000', '151958.806000', '151958.809000', '151958.812000', '151958.815000', '151958.818000', '152018.691000', '152018.694000', '152018.697000', '152018.700000', '152018.703000', '152018.706000', '152018.709000', '152018.712000', '152018.715000', '152018.718000', '152018.721000', '152018.726000', '152018.729000', '152018.732000', '152018.735000', '152018.738000', '152018.741000', '152018.744000', '152018.746000', '152018.750000', '152018.753000', '152018.755000', '152018.758000', '152018.761000', '152018.764000', '152018.767000', '152018.770000', '152018.773000', '152018.776000', '152018.779000', '152018.782000', '152018.785000', '152018.788000', '152018.792000', '152018.795000', '152018.799000', '152018.802000', '152018.805000', '152018.808000', '152018.811000', '152018.814000', '152018.817000', '152018.820000', '152038.691000', '152038.694000', '152038.697000', '152038.700000', '152038.703000', '152038.706000', '152038.709000', '152038.712000', '152038.715000', '152038.718000', '152038.721000', '152038.724000', '152038.727000', '152038.730000', '152038.732000', '152038.735000', '152038.738000', '152038.741000', '152038.744000', '152038.747000', '152038.750000', '152038.753000', '152038.756000', '152038.759000', '152038.762000', '152038.765000', '152038.768000', '152038.771000', '152038.774000', '152038.777000', '152038.779000', '152038.782000', '152038.785000', '152038.788000', '152038.791000', '152038.794000', '152038.797000', '152038.800000', '152038.803000', '152038.806000', '152038.809000', '152038.812000', '152038.815000', '152038.817000', '152058.692000', '152058.695000', '152058.698000', '152058.701000', '152058.704000', '152058.707000', '152058.710000', '152058.726000', '152058.729000', '152058.732000', '152058.735000', '152058.738000', '152058.741000', '152058.744000', '152058.747000', '152058.750000', '152058.753000', '152058.756000', '152058.759000', '152058.762000', '152058.765000', '152058.768000', '152058.771000', '152058.774000', '152058.777000', '152058.779000', '152058.783000', '152058.785000', '152058.788000', '152058.791000', '152058.802000', '152058.805000', '152058.808000', '152058.811000', '152058.814000', '152058.817000', '152058.821000', '152058.824000', '152058.827000', '152058.830000', '152058.833000', '152058.836000', '152058.839000', '152118.692000', '152118.695000', '152118.698000', '152118.701000', '152118.704000', '152118.707000', '152118.710000', '152118.713000', '152118.716000', '152118.719000', '152118.722000', '152118.725000', '152118.727000', '152118.730000', '152118.733000', '152118.736000', '152118.739000', '152118.742000', '152118.745000', '152118.748000', '152118.751000', '152118.754000', '152118.757000', '152118.760000', '152118.763000', '152118.766000', '152118.768000', '152118.771000', '152118.774000', '152118.777000', '152118.780000', '152118.783000', '152118.786000', '152118.789000', '152118.792000', '152118.795000', '152118.798000', '152118.801000', '152118.804000', '152118.806000', '152118.809000', '152118.812000', '152118.815000', '152118.818000', '152138.692000', '152138.695000', '152138.698000', '152138.701000', '152138.704000', '152138.707000', '152138.710000', '152138.713000', '152138.716000', '152138.719000', '152138.722000', '152138.725000', '152138.728000', '152138.731000', '152138.734000', '152138.737000', '152138.739000', '152138.743000', '152138.745000', '152138.748000', '152138.751000', '152138.754000', '152138.757000', '152138.761000', '152138.764000', '152138.767000', '152138.770000', '152138.773000', '152138.776000', '152138.779000', '152138.782000', '152138.785000', '152138.788000', '152138.791000', '152138.794000', '152138.797000', '152138.800000', '152138.803000', '152138.806000', '152138.809000', '152138.812000', '152138.815000', '152138.818000', '152143.954000', '152143.958000', '152143.961000', '152143.964000', '152143.967000', '152143.971000', '152143.974000', '152143.977000', '152143.980000', '152143.983000', '152143.986000', '152143.989000'], 'InstanceCreationTime': ['151518.724000', '151518.728000', '151518.730000', '151518.733000', '151518.736000', '151518.739000', '151518.742000', '151518.745000', '151518.748000', '151518.751000', '151518.754000', '151518.757000', '151518.760000', '151518.763000', '151518.766000', '151518.769000', '151518.772000', '151518.775000', '151518.778000', '151518.781000', '151518.784000', '151518.787000', '151518.790000', '151518.793000', '151518.796000', '151518.799000', '151518.802000', '151518.805000', '151518.807000', '151518.817000', '151518.820000', '151518.823000', '151518.826000', '151518.828000', '151538.691000', '151538.694000', '151538.697000', '151538.700000', '151538.703000', '151538.705000', '151538.708000', '151538.711000', '151538.714000', '151538.717000', '151538.720000', '151538.723000', '151538.726000', '151538.729000', '151538.732000', '151538.735000', '151538.738000', '151538.741000', '151538.744000', '151538.746000', '151538.750000', '151538.753000', '151538.755000', '151538.758000', '151538.761000', '151538.764000', '151538.767000', '151538.770000', '151538.774000', '151538.777000', '151538.780000', '151538.783000', '151538.786000', '151538.789000', '151538.792000', '151538.795000', '151538.798000', '151538.801000', '151538.804000', '151538.806000', '151538.810000', '151538.812000', '151538.815000', '151538.818000', '151558.691000', '151558.694000', '151558.697000', '151558.700000', '151558.703000', '151558.706000', '151558.709000', '151558.712000', '151558.715000', '151558.717000', '151558.727000', '151558.729000', '151558.732000', '151558.735000', '151558.738000', '151558.741000', '151558.744000', '151558.747000', '151558.750000', '151558.753000', '151558.756000', '151558.758000', '151558.761000', '151558.764000', '151558.767000', '151558.770000', '151558.774000', '151558.777000', '151558.780000', '151558.783000', '151558.786000', '151558.789000', '151558.792000', '151558.794000', '151558.798000', '151558.800000', '151558.803000', '151558.806000', '151558.809000', '151558.812000', '151558.815000', '151558.818000', '151558.821000', '151618.692000', '151618.695000', '151618.698000', '151618.701000', '151618.704000', '151618.707000', '151618.709000', '151618.712000', '151618.715000', '151618.718000', '151618.721000', '151618.724000', '151618.727000', '151618.730000', '151618.733000', '151618.736000', '151618.739000', '151618.741000', '151618.744000', '151618.760000', '151618.763000', '151618.766000', '151618.769000', '151618.772000', '151618.775000', '151618.778000', '151618.780000', '151618.783000', '151618.786000', '151618.789000', '151618.792000', '151618.795000', '151618.798000', '151618.801000', '151618.804000', '151618.807000', '151618.810000', '151618.813000', '151618.815000', '151618.818000', '151618.821000', '151618.824000', '151618.827000', '151618.830000', '151638.692000', '151638.695000', '151638.698000', '151638.701000', '151638.704000', '151638.707000', '151638.710000', '151638.713000', '151638.716000', '151638.719000', '151638.721000', '151638.724000', '151638.727000', '151638.730000', '151638.733000', '151638.736000', '151638.739000', '151638.742000', '151638.745000', '151638.748000', '151638.751000', '151638.754000', '151638.757000', '151638.760000', '151638.763000', '151638.766000', '151638.769000', '151638.772000', '151638.774000', '151638.777000', '151638.780000', '151638.783000', '151638.786000', '151638.789000', '151638.792000', '151638.795000', '151638.798000', '151638.801000', '151638.804000', '151638.807000', '151638.809000', '151638.812000', '151638.815000', '151658.692000', '151658.698000', '151658.701000', '151658.704000', '151658.707000', '151658.710000', '151658.713000', '151658.716000', '151658.719000', '151658.722000', '151658.725000', '151658.728000', '151658.731000', '151658.734000', '151658.737000', '151658.740000', '151658.743000', '151658.746000', '151658.749000', '151658.752000', '151658.754000', '151658.757000', '151658.760000', '151658.763000', '151658.766000', '151658.769000', '151658.772000', '151658.775000', '151658.778000', '151658.781000', '151658.784000', '151658.787000', '151658.789000', '151658.792000', '151658.795000', '151658.798000', '151658.801000', '151658.804000', '151658.807000', '151658.810000', '151658.813000', '151658.816000', '151658.819000', '151718.691000', '151718.694000', '151718.697000', '151718.700000', '151718.703000', '151718.706000', '151718.709000', '151718.712000', '151718.715000', '151718.718000', '151718.721000', '151718.724000', '151718.726000', '151718.730000', '151718.732000', '151718.735000', '151718.738000', '151718.741000', '151718.744000', '151718.747000', '151718.750000', '151718.753000', '151718.756000', '151718.759000', '151718.762000', '151718.765000', '151718.768000', '151718.771000', '151718.774000', '151718.777000', '151718.780000', '151718.783000', '151718.786000', '151718.789000', '151718.792000', '151718.795000', '151718.797000', '151718.801000', '151718.803000', '151718.806000', '151718.809000', '151718.812000', '151718.815000', '151718.818000', '151738.691000', '151738.694000', '151738.697000', '151738.700000', '151738.703000', '151738.706000', '151738.709000', '151738.712000', '151738.715000', '151738.718000', '151738.721000', '151738.724000', '151738.727000', '151738.730000', '151738.733000', '151738.736000', '151738.739000', '151738.742000', '151738.745000', '151738.756000', '151738.759000', '151738.762000', '151738.765000', '151738.768000', '151738.771000', '151738.774000', '151738.777000', '151738.780000', '151738.783000', '151738.786000', '151738.789000', '151738.791000', '151738.794000', '151738.797000', '151738.800000', '151738.803000', '151738.806000', '151738.809000', '151738.812000', '151738.815000', '151738.818000', '151738.821000', '151738.823000', '151758.691000', '151758.694000', '151758.697000', '151758.700000', '151758.703000', '151758.706000', '151758.709000', '151758.712000', '151758.715000', '151758.718000', '151758.721000', '151758.724000', '151758.727000', '151758.729000', '151758.732000', '151758.744000', '151758.747000', '151758.750000', '151758.753000', '151758.756000', '151758.759000', '151758.762000', '151758.764000', '151758.767000', '151758.770000', '151758.773000', '151758.776000', '151758.779000', '151758.782000', '151758.785000', '151758.788000', '151758.791000', '151758.794000', '151758.797000', '151758.800000', '151758.802000', '151758.805000', '151758.808000', '151758.811000', '151758.814000', '151758.817000', '151758.820000', '151758.823000', '151758.826000', '151818.691000', '151818.694000', '151818.697000', '151818.700000', '151818.703000', '151818.706000', '151818.709000', '151818.712000', '151818.715000', '151818.718000', '151818.721000', '151818.724000', '151818.726000', '151818.729000', '151818.733000', '151818.736000', '151818.739000', '151818.742000', '151818.746000', '151818.749000', '151818.752000', '151818.755000', '151818.758000', '151818.760000', '151818.763000', '151818.766000', '151818.769000', '151818.772000', '151818.775000', '151818.778000', '151818.781000', '151818.784000', '151818.787000', '151818.790000', '151818.793000', '151818.795000', '151818.798000', '151818.801000', '151818.804000', '151818.807000', '151818.810000', '151818.813000', '151818.816000', '151838.692000', '151838.695000', '151838.698000', '151838.701000', '151838.704000', '151838.707000', '151838.710000', '151838.713000', '151838.716000', '151838.719000', '151838.721000', '151838.724000', '151838.727000', '151838.730000', '151838.733000', '151838.736000', '151838.739000', '151838.742000', '151838.745000', '151838.748000', '151838.751000', '151838.754000', '151838.757000', '151838.760000', '151838.763000', '151838.766000', '151838.768000', '151838.772000', '151838.775000', '151838.777000', '151838.780000', '151838.783000', '151838.786000', '151838.789000', '151838.792000', '151838.795000', '151838.798000', '151838.801000', '151838.804000', '151838.807000', '151838.810000', '151838.812000', '151838.816000', '151838.819000', '151858.692000', '151858.695000', '151858.698000', '151858.701000', '151858.704000', '151858.707000', '151858.710000', '151858.713000', '151858.716000', '151858.719000', '151858.722000', '151858.725000', '151858.728000', '151858.731000', '151858.734000', '151858.736000', '151858.740000', '151858.743000', '151858.746000', '151858.749000', '151858.752000', '151858.755000', '151858.758000', '151858.764000', '151858.767000', '151858.770000', '151858.773000', '151858.776000', '151858.779000', '151858.782000', '151858.785000', '151858.788000', '151858.791000', '151858.794000', '151858.796000', '151858.799000', '151858.802000', '151858.805000', '151858.808000', '151858.811000', '151858.814000', '151858.817000', '151858.820000', '151918.692000', '151918.695000', '151918.698000', '151918.701000', '151918.704000', '151918.707000', '151918.710000', '151918.713000', '151918.716000', '151918.719000', '151918.722000', '151918.725000', '151918.728000', '151918.731000', '151918.734000', '151918.737000', '151918.740000', '151918.742000', '151918.746000', '151918.748000', '151918.751000', '151918.754000', '151918.757000', '151918.760000', '151918.763000', '151918.766000', '151918.769000', '151918.772000', '151918.775000', '151918.778000', '151918.781000', '151918.784000', '151918.787000', '151918.790000', '151918.793000', '151918.796000', '151918.799000', '151918.801000', '151918.804000', '151918.807000', '151918.821000', '151918.824000', '151918.830000', '151918.833000', '151938.691000', '151938.694000', '151938.697000', '151938.700000', '151938.703000', '151938.706000', '151938.709000', '151938.712000', '151938.715000', '151938.718000', '151938.720000', '151938.723000', '151938.726000', '151938.729000', '151938.732000', '151938.735000', '151938.738000', '151938.741000', '151938.744000', '151938.747000', '151938.750000', '151938.753000', '151938.756000', '151938.761000', '151938.765000', '151938.768000', '151938.771000', '151938.774000', '151938.777000', '151938.780000', '151938.783000', '151938.786000', '151938.789000', '151938.792000', '151938.795000', '151938.798000', '151938.801000', '151938.804000', '151938.807000', '151938.809000', '151938.813000', '151938.816000', '151938.819000', '151958.691000', '151958.694000', '151958.697000', '151958.700000', '151958.703000', '151958.706000', '151958.709000', '151958.712000', '151958.715000', '151958.718000', '151958.721000', '151958.724000', '151958.727000', '151958.730000', '151958.733000', '151958.736000', '151958.738000', '151958.742000', '151958.744000', '151958.747000', '151958.750000', '151958.753000', '151958.756000', '151958.759000', '151958.762000', '151958.765000', '151958.768000', '151958.771000', '151958.774000', '151958.777000', '151958.780000', '151958.783000', '151958.786000', '151958.789000', '151958.791000', '151958.794000', '151958.797000', '151958.800000', '151958.803000', '151958.806000', '151958.809000', '151958.812000', '151958.815000', '151958.818000', '152018.691000', '152018.694000', '152018.697000', '152018.700000', '152018.703000', '152018.706000', '152018.709000', '152018.712000', '152018.715000', '152018.718000', '152018.721000', '152018.726000', '152018.729000', '152018.732000', '152018.735000', '152018.738000', '152018.741000', '152018.744000', '152018.746000', '152018.750000', '152018.753000', '152018.755000', '152018.758000', '152018.761000', '152018.764000', '152018.767000', '152018.770000', '152018.773000', '152018.776000', '152018.779000', '152018.782000', '152018.785000', '152018.788000', '152018.792000', '152018.795000', '152018.799000', '152018.802000', '152018.805000', '152018.808000', '152018.811000', '152018.814000', '152018.817000', '152018.820000', '152038.691000', '152038.694000', '152038.697000', '152038.700000', '152038.703000', '152038.706000', '152038.709000', '152038.712000', '152038.715000', '152038.718000', '152038.721000', '152038.724000', '152038.727000', '152038.730000', '152038.732000', '152038.735000', '152038.738000', '152038.741000', '152038.744000', '152038.747000', '152038.750000', '152038.753000', '152038.756000', '152038.759000', '152038.762000', '152038.765000', '152038.768000', '152038.771000', '152038.774000', '152038.777000', '152038.779000', '152038.782000', '152038.785000', '152038.788000', '152038.791000', '152038.794000', '152038.797000', '152038.800000', '152038.803000', '152038.806000', '152038.809000', '152038.812000', '152038.815000', '152038.817000', '152058.692000', '152058.695000', '152058.698000', '152058.701000', '152058.704000', '152058.707000', '152058.710000', '152058.726000', '152058.729000', '152058.732000', '152058.735000', '152058.738000', '152058.741000', '152058.744000', '152058.747000', '152058.750000', '152058.753000', '152058.756000', '152058.759000', '152058.762000', '152058.765000', '152058.768000', '152058.771000', '152058.774000', '152058.777000', '152058.779000', '152058.783000', '152058.785000', '152058.788000', '152058.791000', '152058.802000', '152058.805000', '152058.808000', '152058.811000', '152058.814000', '152058.817000', '152058.821000', '152058.824000', '152058.827000', '152058.830000', '152058.833000', '152058.836000', '152058.839000', '152118.692000', '152118.695000', '152118.698000', '152118.701000', '152118.704000', '152118.707000', '152118.710000', '152118.713000', '152118.716000', '152118.719000', '152118.722000', '152118.725000', '152118.727000', '152118.730000', '152118.733000', '152118.736000', '152118.739000', '152118.742000', '152118.745000', '152118.748000', '152118.751000', '152118.754000', '152118.757000', '152118.760000', '152118.763000', '152118.766000', '152118.768000', '152118.771000', '152118.774000', '152118.777000', '152118.780000', '152118.783000', '152118.786000', '152118.789000', '152118.792000', '152118.795000', '152118.798000', '152118.801000', '152118.804000', '152118.806000', '152118.809000', '152118.812000', '152118.815000', '152118.818000', '152138.692000', '152138.695000', '152138.698000', '152138.701000', '152138.704000', '152138.707000', '152138.710000', '152138.713000', '152138.716000', '152138.719000', '152138.722000', '152138.725000', '152138.728000', '152138.731000', '152138.734000', '152138.737000', '152138.739000', '152138.743000', '152138.745000', '152138.748000', '152138.751000', '152138.754000', '152138.757000', '152138.761000', '152138.764000', '152138.767000', '152138.770000', '152138.773000', '152138.776000', '152138.779000', '152138.782000', '152138.785000', '152138.788000', '152138.791000', '152138.794000', '152138.797000', '152138.800000', '152138.803000', '152138.806000', '152138.809000', '152138.812000', '152138.815000', '152138.818000', '152143.954000', '152143.958000', '152143.961000', '152143.964000', '152143.967000', '152143.971000', '152143.974000', '152143.977000', '152143.980000', '152143.983000', '152143.986000', '152143.989000'], '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': [9057, 19370, 12016, 18421, 8478, 13298, 7933, 12485, 8142, 12925, 7815, 12684, 7822, 12709, 7825, 12105, 8251, 12334, 7851, 11946, 8190, 14239, 9323, 15643, 11275, 16048, 9091, 15409, 9721, 16367, 11332, 16224, 9188, 13768, 7718, 12863, 8676, 12681, 7835, 12602, 7899, 9078, 7675, 8154, 10315, 8045, 11155, 9959, 7786, 16586, 11503, 18155, 19409, 16117, 17356, 8980, 15191, 7961, 12934, 7770, 11921, 7692, 11625, 8206, 13914, 8044, 12993, 7798, 12306, 8197, 12933, 9391, 10402, 8154, 8504, 11364, 7766, 13753, 9613, 12048, 12649, 11771, 15133, 8292, 12135, 16650, 11499, 19028, 13106, 7727, 8703, 7669, 7735, 8974, 9553, 8523, 12470, 9862, 7774, 13564, 9971, 18777, 11334, 16715, 8865, 14147, 7747, 12768, 8029, 12568, 8137, 9249, 7981, 12800, 8289, 12918, 8519, 11996, 8570, 7792, 10728, 7876, 10809, 7826, 10340, 9654, 14999, 7959, 13025, 7876, 14911, 9705, 13969, 9010, 11839, 9802, 17297, 8547, 10218, 8886, 7916, 10028, 8523, 13645, 10086, 7857, 13859, 9211, 18789, 13886, 18129, 10727, 16727, 10298, 17824, 12705, 9349, 8570, 8038, 10971, 7864, 12706, 9420, 12372, 8036, 7733, 9844, 15519, 11492, 15663, 11961, 7741, 10432, 7713, 12390, 7797, 12913, 7709, 13577, 7998, 12656, 7701, 11273, 8058, 13698, 9004, 12261, 8052, 8445, 7629, 7793, 13304, 8994, 12285, 9389, 10390, 16562, 10817, 9843, 12842, 10394, 18937, 15859, 19541, 12452, 16979, 9474, 9028, 18623, 9695, 10239, 7803, 7650, 7672, 8052, 9914, 7807, 11552, 7773, 14170, 8414, 14283, 9330, 15898, 8812, 15075, 8166, 12558, 7924, 14279, 8628, 8800, 8526, 7712, 13909, 9361, 17535, 10932, 13310, 11199, 7991, 11091, 8609, 14708, 10042, 7706, 16277, 9911, 19036, 14737, 12319, 18551, 13196, 13304, 7840, 14540, 8834, 13268, 8955, 12295, 8200, 11899, 7947, 8058, 7611, 8069, 13101, 8911, 10992, 9812, 7791, 16130, 18892, 14931, 13483, 8857, 13149, 8882, 17620, 9650, 16653, 10124, 14201, 8211, 12936, 8882, 12329, 9237, 7688, 10481, 7626, 12360, 7750, 11174, 7717, 11730, 7753, 12362, 7914, 12991, 9100, 13966, 9184, 14987, 9094, 14813, 9477, 14523, 9753, 10399, 8771, 8132, 10451, 10788, 10109, 8702, 9755, 7609, 9804, 7921, 12207, 7969, 12956, 8280, 14454, 7811, 17360, 7891, 13389, 7952, 9513, 11096, 8015, 13607, 8979, 7592, 8092, 7685, 11634, 7955, 14763, 9880, 12875, 8987, 9391, 10172, 15103, 12252, 11014, 7840, 7826, 10135, 7882, 12143, 8206, 12520, 9123, 14645, 9395, 16006, 10476, 10097, 7808, 8100, 14472, 10520, 8099, 15186, 10259, 18910, 14266, 18111, 10708, 14450, 8865, 14207, 9852, 14407, 9752, 7819, 7743, 7875, 11159, 7806, 10824, 7852, 11764, 7953, 12088, 7942, 11845, 7925, 12720, 7944, 12119, 8667, 13232, 8319, 15482, 9614, 12817, 8506, 8733, 8944, 16904, 9148, 17036, 12531, 15405, 9289, 15577, 9340, 14355, 7943, 12777, 8211, 12793, 8039, 12819, 8477, 11383, 9563, 7825, 10389, 7766, 11031, 7829, 12829, 8838, 13331, 9876, 17820, 9855, 17751, 13310, 16789, 9350, 13620, 7857, 11032, 7907, 10776, 7849, 9719, 8107, 7757, 8763, 9980, 17335, 11812, 13815, 8851, 11516, 7928, 11946, 7909, 11773, 7799, 12253, 8033, 12495, 8241, 12196, 8699, 7676, 10566, 7891, 11503, 14721, 9064, 18290, 11130, 15512, 8309, 13788, 9119, 13455, 9295, 13882, 9688, 14514, 8939, 12135, 7802, 9322, 8344, 9553, 7797, 9556, 7778, 10709, 8998, 9070, 9835, 9482, 7852, 10562, 7833, 14392, 10272, 7770, 11594, 8426, 17796, 13556, 11307, 10227, 7843, 14512, 13904, 16387, 15031, 10557, 19081, 9857, 13092, 9841, 7719, 11564, 7705, 7690, 8005, 7827, 13773, 8866, 14130, 7917, 11563, 7888, 12677, 9533, 16549, 9891, 17305, 8771, 14551, 7958, 12715, 7917, 10680, 7944, 9039, 7896, 9603, 7894, 10200, 7989, 11712, 7903, 13486, 7892, 10879, 9755, 17154, 13055, 10389, 8646, 8984, 7671, 7959, 17318, 9937, 10850, 11338, 8038, 18414, 11014, 18271, 11151, 18577, 9602, 15079, 8632, 15451, 7885, 14970, 7935, 12041, 7997, 11983, 7922, 11628, 8881, 7772, 10545, 7729, 11348, 14276, 11760, 11668, 8553, 13645, 9618, 13733, 10027, 7788, 8729, 7715, 12067, 9057, 13525, 9773, 17345, 10483, 14935, 15216, 11628, 15852, 8142, 15087, 8698, 12164, 9341, 11415, 8727, 12639, 7826, 11437, 7865, 9569, 11144, 7827, 14044, 9444, 10083, 11657, 8171, 16287, 9562, 17755, 12343, 12339, 18067, 9263, 13990, 9045, 7897, 8112, 7870, 10592, 7875, 10174, 8008, 7821, 9569, 16320, 12680, 15323, 11377, 14047, 9727, 8100, 9813, 7883, 13246, 8164, 12360, 10236, 8612, 17774, 8983, 17353, 18440, 14223, 17254, 10277, 14035, 7830, 13108, 8273, 12545, 8747, 10634, 8181, 14778, 10406, 13108, 8802, 12172, 7966, 11958, 7752, 11759, 7722, 10415, 8366, 9092, 7723, 8879, 9333, 8679, 15578, 9856, 12542, 7913, 11304, 7895, 14721, 9652, 13570, 9243, 7822, 9014, 9047, 10010, 14564, 11225, 8771, 10718, 15327, 8541, 12901, 8345, 7865, 8624, 8026, 9294, 7848, 12031, 7910, 12562, 8619, 13107, 10170, 7960, 11879, 8470, 12279, 10532, 10668, 16279, 8121, 14331, 18922, 15628, 17933, 13287, 14800, 7993, 12324, 7937, 12760, 9668, 7910, 7880, 7897, 9990, 16431, 12262, 14524, 9528, 14617, 9757, 13351, 7917, 9842, 7871, 11306, 7980, 11379, 7966, 7906, 8319, 7929, 13826, 10789, 8143, 15366, 9693, 17163, 12243, 16902, 9996, 15482, 7986, 13414, 8334, 15053, 9647, 17065, 11440, 15407, 12237, 14279, 9057, 12425, 7838, 12623, 7900, 8599, 10766, 7766, 13056, 8898, 7770, 13126, 9108, 14093, 9938, 11289, 10913, 8197, 17512, 10284, 15211, 9412, 12139, 10910, 8004, 13196, 7998, 12931, 8004, 12629, 7924, 13917, 9734, 10290, 9910, 7896, 12881, 8571, 7861, 13447, 9569, 12574, 18663, 16463, 16516, 9956, 14522, 9003, 12420, 8596, 12678, 9029, 7909, 8718, 7928, 11795, 7974, 15473, 9021, 16620, 10235, 16669, 11310, 16326, 11382, 14175, 7995, 9768, 8921, 9751, 9599, 18129, 15288, 13285, 9338, 12621, 9298, 16451, 9779, 14771, 10093, 11532, 7949, 14065, 7951, 12447, 7954, 11990], 'WindowCenter': [4629.0, 4690.0, 4613.0, 4639.0, 4543.0, 4578.0, 4518.0, 4566.0, 4516.0, 4576.0, 4517.0, 4576.0, 4519.0, 4577.0, 4516.0, 4564.0, 4524.0, 4565.0, 4516.0, 4565.0, 4527.0, 4586.0, 4548.0, 4597.0, 4570.0, 4595.0, 4536.0, 4586.0, 4547.0, 4596.0, 4554.0, 4595.0, 4535.0, 4574.0, 4515.0, 4565.0, 4527.0, 4574.0, 4516.0, 4578.0, 4527.0, 4537.0, 4516.0, 4539.0, 4561.0, 4543.0, 4571.0, 4559.0, 4533.0, 4610.0, 4570.0, 4622.0, 4611.0, 4587.0, 4596.0, 4525.0, 4572.0, 4502.0, 4562.0, 4503.0, 4554.0, 4515.0, 4567.0, 4537.0, 4587.0, 4527.0, 4575.0, 4517.0, 4566.0, 4526.0, 4589.0, 4550.0, 4557.0, 4525.0, 4526.0, 4566.0, 4517.0, 4587.0, 4548.0, 4578.0, 4577.0, 4569.0, 4588.0, 4516.0, 4566.0, 4593.0, 4553.0, 4593.0, 4561.0, 4502.0, 4512.0, 4502.0, 4503.0, 4524.0, 4533.0, 4525.0, 4575.0, 4546.0, 4519.0, 4588.0, 4549.0, 4609.0, 4555.0, 4586.0, 4513.0, 4574.0, 4503.0, 4562.0, 4504.0, 4562.0, 4527.0, 4535.0, 4515.0, 4564.0, 4516.0, 4564.0, 4526.0, 4564.0, 4536.0, 4518.0, 4567.0, 4527.0, 4555.0, 4516.0, 4546.0, 4534.0, 4582.0, 4516.0, 4563.0, 4513.0, 4584.0, 4538.0, 4589.0, 4535.0, 4567.0, 4545.0, 4598.0, 4526.0, 4543.0, 4524.0, 4518.0, 4548.0, 4528.0, 4577.0, 4548.0, 4518.0, 4587.0, 4541.0, 4610.0, 4579.0, 4606.0, 4546.0, 4587.0, 4547.0, 4595.0, 4563.0, 4525.0, 4514.0, 4515.0, 4544.0, 4518.0, 4566.0, 4537.0, 4567.0, 4517.0, 4519.0, 4547.0, 4599.0, 4567.0, 4587.0, 4567.0, 4517.0, 4547.0, 4514.0, 4567.0, 4505.0, 4566.0, 4504.0, 4575.0, 4515.0, 4565.0, 4505.0, 4554.0, 4514.0, 4574.0, 4526.0, 4565.0, 4517.0, 4528.0, 4517.0, 4517.0, 4575.0, 4537.0, 4565.0, 4549.0, 4546.0, 4598.0, 4556.0, 4548.0, 4577.0, 4546.0, 4610.0, 4597.0, 4607.0, 4556.0, 4584.0, 4521.0, 4513.0, 4582.0, 4521.0, 4531.0, 4490.0, 4491.0, 4502.0, 4513.0, 4533.0, 4517.0, 4566.0, 4520.0, 4585.0, 4530.0, 4588.0, 4539.0, 4595.0, 4528.0, 4586.0, 4515.0, 4557.0, 4515.0, 4586.0, 4528.0, 4537.0, 4526.0, 4519.0, 4591.0, 4551.0, 4619.0, 4570.0, 4589.0, 4570.0, 4529.0, 4557.0, 4541.0, 4599.0, 4547.0, 4518.0, 4597.0, 4549.0, 4611.0, 4588.0, 4555.0, 4595.0, 4561.0, 4562.0, 4502.0, 4568.0, 4512.0, 4560.0, 4522.0, 4551.0, 4515.0, 4553.0, 4512.0, 4514.0, 4517.0, 4528.0, 4574.0, 4534.0, 4556.0, 4546.0, 4516.0, 4599.0, 4608.0, 4586.0, 4564.0, 4521.0, 4560.0, 4521.0, 4592.0, 4533.0, 4580.0, 4533.0, 4574.0, 4525.0, 4561.0, 4523.0, 4563.0, 4533.0, 4503.0, 4544.0, 4514.0, 4564.0, 4505.0, 4554.0, 4502.0, 4552.0, 4505.0, 4563.0, 4513.0, 4574.0, 4535.0, 4574.0, 4536.0, 4583.0, 4527.0, 4583.0, 4536.0, 4583.0, 4534.0, 4544.0, 4523.0, 4513.0, 4544.0, 4553.0, 4545.0, 4524.0, 4533.0, 4502.0, 4532.0, 4512.0, 4562.0, 4514.0, 4562.0, 4515.0, 4573.0, 4505.0, 4593.0, 4514.0, 4574.0, 4530.0, 4534.0, 4552.0, 4501.0, 4562.0, 4521.0, 4500.0, 4502.0, 4504.0, 4563.0, 4516.0, 4585.0, 4547.0, 4575.0, 4535.0, 4536.0, 4557.0, 4601.0, 4565.0, 4544.0, 4502.0, 4500.0, 4531.0, 4514.0, 4564.0, 4524.0, 4565.0, 4547.0, 4586.0, 4537.0, 4597.0, 4557.0, 4558.0, 4515.0, 4527.0, 4587.0, 4554.0, 4528.0, 4599.0, 4558.0, 4607.0, 4588.0, 4597.0, 4542.0, 4561.0, 4511.0, 4560.0, 4533.0, 4572.0, 4532.0, 4503.0, 4503.0, 4512.0, 4552.0, 4502.0, 4545.0, 4514.0, 4552.0, 4513.0, 4563.0, 4514.0, 4554.0, 4513.0, 4564.0, 4511.0, 4561.0, 4525.0, 4574.0, 4515.0, 4583.0, 4536.0, 4576.0, 4525.0, 4526.0, 4535.0, 4595.0, 4536.0, 4595.0, 4563.0, 4583.0, 4535.0, 4593.0, 4533.0, 4573.0, 4514.0, 4562.0, 4527.0, 4562.0, 4513.0, 4577.0, 4526.0, 4553.0, 4535.0, 4514.0, 4546.0, 4504.0, 4553.0, 4503.0, 4565.0, 4537.0, 4573.0, 4546.0, 4605.0, 4543.0, 4595.0, 4573.0, 4592.0, 4524.0, 4561.0, 4502.0, 4540.0, 4515.0, 4541.0, 4517.0, 4546.0, 4540.0, 4527.0, 4538.0, 4559.0, 4613.0, 4568.0, 4577.0, 4536.0, 4566.0, 4524.0, 4564.0, 4515.0, 4551.0, 4504.0, 4551.0, 4516.0, 4562.0, 4515.0, 4564.0, 4525.0, 4516.0, 4568.0, 4528.0, 4568.0, 4585.0, 4524.0, 4604.0, 4554.0, 4583.0, 4513.0, 4572.0, 4524.0, 4575.0, 4536.0, 4574.0, 4547.0, 4587.0, 4536.0, 4567.0, 4504.0, 4533.0, 4513.0, 4534.0, 4515.0, 4535.0, 4513.0, 4553.0, 4539.0, 4537.0, 4545.0, 4545.0, 4528.0, 4557.0, 4519.0, 4586.0, 4554.0, 4516.0, 4568.0, 4539.0, 4620.0, 4589.0, 4570.0, 4555.0, 4516.0, 4587.0, 4586.0, 4595.0, 4586.0, 4545.0, 4606.0, 4533.0, 4574.0, 4535.0, 4515.0, 4563.0, 4525.0, 4528.0, 4529.0, 4528.0, 4614.0, 4539.0, 4586.0, 4515.0, 4566.0, 4517.0, 4576.0, 4548.0, 4598.0, 4549.0, 4597.0, 4527.0, 4586.0, 4516.0, 4565.0, 4516.0, 4547.0, 4515.0, 4524.0, 4515.0, 4536.0, 4517.0, 4545.0, 4516.0, 4568.0, 4529.0, 4589.0, 4530.0, 4570.0, 4551.0, 4610.0, 4579.0, 4558.0, 4539.0, 4538.0, 4518.0, 4517.0, 4596.0, 4544.0, 4557.0, 4570.0, 4531.0, 4609.0, 4556.0, 4592.0, 4543.0, 4593.0, 4524.0, 4571.0, 4511.0, 4586.0, 4530.0, 4617.0, 4545.0, 4580.0, 4528.0, 4564.0, 4503.0, 4553.0, 4524.0, 4503.0, 4543.0, 4504.0, 4555.0, 4586.0, 4554.0, 4556.0, 4511.0, 4573.0, 4523.0, 4563.0, 4533.0, 4506.0, 4525.0, 4514.0, 4577.0, 4549.0, 4586.0, 4547.0, 4610.0, 4559.0, 4597.0, 4585.0, 4554.0, 4582.0, 4501.0, 4572.0, 4524.0, 4563.0, 4533.0, 4551.0, 4523.0, 4562.0, 4503.0, 4554.0, 4516.0, 4547.0, 4567.0, 4516.0, 4586.0, 4545.0, 4546.0, 4568.0, 4526.0, 4608.0, 4548.0, 4595.0, 4556.0, 4564.0, 4592.0, 4521.0, 4563.0, 4511.0, 4502.0, 4500.0, 4512.0, 4556.0, 4516.0, 4557.0, 4527.0, 4519.0, 4551.0, 4612.0, 4578.0, 4599.0, 4567.0, 4586.0, 4546.0, 4517.0, 4547.0, 4515.0, 4575.0, 4530.0, 4594.0, 4561.0, 4538.0, 4608.0, 4535.0, 4596.0, 4595.0, 4572.0, 4595.0, 4530.0, 4571.0, 4501.0, 4562.0, 4512.0, 4560.0, 4522.0, 4542.0, 4512.0, 4583.0, 4543.0, 4562.0, 4523.0, 4564.0, 4527.0, 4565.0, 4517.0, 4577.0, 4514.0, 4553.0, 4538.0, 4534.0, 4516.0, 4535.0, 4534.0, 4525.0, 4586.0, 4544.0, 4565.0, 4514.0, 4554.0, 4515.0, 4585.0, 4535.0, 4586.0, 4535.0, 4514.0, 4536.0, 4534.0, 4547.0, 4586.0, 4557.0, 4525.0, 4546.0, 4584.0, 4513.0, 4565.0, 4514.0, 4514.0, 4524.0, 4515.0, 4533.0, 4515.0, 4576.0, 4528.0, 4576.0, 4537.0, 4588.0, 4557.0, 4527.0, 4578.0, 4538.0, 4580.0, 4558.0, 4557.0, 4607.0, 4519.0, 4587.0, 4607.0, 4583.0, 4594.0, 4564.0, 4573.0, 4503.0, 4561.0, 4513.0, 4562.0, 4534.0, 4515.0, 4514.0, 4515.0, 4545.0, 4598.0, 4566.0, 4584.0, 4537.0, 4585.0, 4535.0, 4575.0, 4514.0, 4534.0, 4517.0, 4566.0, 4529.0, 4568.0, 4529.0, 4540.0, 4543.0, 4541.0, 4600.0, 4572.0, 4542.0, 4625.0, 4575.0, 4621.0, 4581.0, 4599.0, 4536.0, 4584.0, 4516.0, 4574.0, 4528.0, 4583.0, 4536.0, 4596.0, 4556.0, 4588.0, 4569.0, 4575.0, 4535.0, 4575.0, 4505.0, 4563.0, 4516.0, 4537.0, 4558.0, 4516.0, 4575.0, 4538.0, 4521.0, 4588.0, 4550.0, 4570.0, 4533.0, 4542.0, 4558.0, 4572.0, 4652.0, 4589.0, 4625.0, 4560.0, 4580.0, 4570.0, 4528.0, 4578.0, 4527.0, 4577.0, 4528.0, 4575.0, 4516.0, 4573.0, 4547.0, 4558.0, 4560.0, 4528.0, 4586.0, 4539.0, 4529.0, 4591.0, 4549.0, 4582.0, 4622.0, 4599.0, 4599.0, 4537.0, 4574.0, 4524.0, 4563.0, 4530.0, 4578.0, 4540.0, 4519.0, 4540.0, 4528.0, 4568.0, 4532.0, 4600.0, 4542.0, 4611.0, 4560.0, 4599.0, 4569.0, 4598.0, 4568.0, 4591.0, 4528.0, 4547.0, 4535.0, 4535.0, 4548.0, 4607.0, 4597.0, 4577.0, 4537.0, 4567.0, 4535.0, 4596.0, 4545.0, 4585.0, 4547.0, 4567.0, 4516.0, 4585.0, 4517.0, 4564.0, 4516.0, 4567.0], 'WindowWidth': [10177.0, 10249.0, 10118.0, 10146.0, 10002.0, 10041.0, 9957.0, 10018.0, 9951.0, 10032.0, 9952.0, 10031.0, 9960.0, 10034.0, 9951.0, 10013.0, 9961.0, 10014.0, 9951.0, 10016.0, 9967.0, 10045.0, 9997.0, 10063.0, 10029.0, 10058.0, 9979.0, 10046.0, 9992.0, 10060.0, 10002.0, 10056.0, 9973.0, 10026.0, 9947.0, 10013.0, 9965.0, 10027.0, 9949.0, 10035.0, 9968.0, 9980.0, 9953.0, 9989.0, 10019.0, 9999.0, 10033.0, 10015.0, 9982.0, 10089.0, 10029.0, 10110.0, 10092.0, 10046.0, 10061.0, 9958.0, 10020.0, 9924.0, 10004.0, 9928.0, 9996.0, 9948.0, 10022.0, 9982.0, 10048.0, 9967.0, 10029.0, 9953.0, 10016.0, 9963.0, 10058.0, 10006.0, 10007.0, 9964.0, 9963.0, 10018.0, 9954.0, 10050.0, 9997.0, 10037.0, 10038.0, 10025.0, 10051.0, 9950.0, 10016.0, 10051.0, 9993.0, 10053.0, 10001.0, 9923.0, 9939.0, 9927.0, 9928.0, 9957.0, 9969.0, 9961.0, 10029.0, 9991.0, 9959.0, 10053.0, 9999.0, 10088.0, 10002.0, 10045.0, 9939.0, 10023.0, 9926.0, 10005.0, 9929.0, 10007.0, 9970.0, 9973.0, 9947.0, 10011.0, 9949.0, 10010.0, 9963.0, 10015.0, 9978.0, 9960.0, 10022.0, 9967.0, 10003.0, 9951.0, 9991.0, 9970.0, 10034.0, 9946.0, 10008.0, 9942.0, 10040.0, 9979.0, 10052.0, 9976.0, 10018.0, 9987.0, 10061.0, 9960.0, 9982.0, 9957.0, 9950.0, 9991.0, 9968.0, 10033.0, 9993.0, 9953.0, 10049.0, 9987.0, 10085.0, 10037.0, 10074.0, 9986.0, 10044.0, 9989.0, 10054.0, 10006.0, 9956.0, 9941.0, 9943.0, 9982.0, 9952.0, 10014.0, 9977.0, 10017.0, 9952.0, 9955.0, 9991.0, 10065.0, 10019.0, 10046.0, 10018.0, 9953.0, 9990.0, 9944.0, 10016.0, 9933.0, 10017.0, 9930.0, 10026.0, 9947.0, 10012.0, 9931.0, 9997.0, 9943.0, 10025.0, 9963.0, 10015.0, 9952.0, 9970.0, 9956.0, 9954.0, 10028.0, 9980.0, 10015.0, 9998.0, 9990.0, 10064.0, 10004.0, 9994.0, 10032.0, 9990.0, 10087.0, 10060.0, 10083.0, 9999.0, 10040.0, 9946.0, 9936.0, 10033.0, 9944.0, 9957.0, 9903.0, 9906.0, 9923.0, 9941.0, 9967.0, 9952.0, 10017.0, 9958.0, 10044.0, 9973.0, 10051.0, 9982.0, 10056.0, 9966.0, 10043.0, 9946.0, 10001.0, 9946.0, 10043.0, 9968.0, 9978.0, 9963.0, 9958.0, 10060.0, 10007.0, 10099.0, 10034.0, 10055.0, 10027.0, 9975.0, 10005.0, 9989.0, 10066.0, 9993.0, 9956.0, 10063.0, 9998.0, 10096.0, 10053.0, 10001.0, 10059.0, 10002.0, 10004.0, 9922.0, 10010.0, 9934.0, 9999.0, 9951.0, 9992.0, 9946.0, 9994.0, 9938.0, 9946.0, 9955.0, 9969.0, 10029.0, 9973.0, 10003.0, 9990.0, 9950.0, 10071.0, 10086.0, 10045.0, 10012.0, 9949.0, 10000.0, 9949.0, 10049.0, 9967.0, 10032.0, 9968.0, 10025.0, 9961.0, 10005.0, 9954.0, 10010.0, 9970.0, 9929.0, 9985.0, 9945.0, 10014.0, 9935.0, 9999.0, 9926.0, 9994.0, 9932.0, 10009.0, 9943.0, 10025.0, 9976.0, 10028.0, 9976.0, 10040.0, 9965.0, 10039.0, 9978.0, 10039.0, 9972.0, 9985.0, 9956.0, 9942.0, 9986.0, 9998.0, 9988.0, 9958.0, 9969.0, 9926.0, 9966.0, 9941.0, 10008.0, 9946.0, 10009.0, 9947.0, 10027.0, 9934.0, 10051.0, 9945.0, 10027.0, 9978.0, 9972.0, 9992.0, 9923.0, 10005.0, 9950.0, 9920.0, 9926.0, 9931.0, 10010.0, 9953.0, 10045.0, 9994.0, 10030.0, 9976.0, 9977.0, 10009.0, 10077.0, 10016.0, 9983.0, 9926.0, 9920.0, 9963.0, 9945.0, 10013.0, 9962.0, 10016.0, 9994.0, 10048.0, 9984.0, 10063.0, 10007.0, 10010.0, 9950.0, 9969.0, 10051.0, 10002.0, 9971.0, 10070.0, 10012.0, 10088.0, 10049.0, 10064.0, 9979.0, 10003.0, 9936.0, 10002.0, 9968.0, 10020.0, 9964.0, 9928.0, 9927.0, 9940.0, 9994.0, 9928.0, 9988.0, 9944.0, 9994.0, 9943.0, 10009.0, 9947.0, 10000.0, 9942.0, 10013.0, 9941.0, 10007.0, 9961.0, 10027.0, 9949.0, 10038.0, 9977.0, 10029.0, 9961.0, 9962.0, 9975.0, 10058.0, 9977.0, 10058.0, 10011.0, 10038.0, 9974.0, 10053.0, 9969.0, 10023.0, 9945.0, 10008.0, 9966.0, 10008.0, 9945.0, 10031.0, 9964.0, 9997.0, 9974.0, 9946.0, 9991.0, 9931.0, 9998.0, 9930.0, 10016.0, 9978.0, 10026.0, 9990.0, 10072.0, 9985.0, 10061.0, 10025.0, 10051.0, 9957.0, 10005.0, 9927.0, 9977.0, 9946.0, 9976.0, 9953.0, 9993.0, 9995.0, 9972.0, 9985.0, 10016.0, 10101.0, 10027.0, 10036.0, 9978.0, 10019.0, 9962.0, 10013.0, 9948.0, 9989.0, 9931.0, 9991.0, 9951.0, 10006.0, 9946.0, 10013.0, 9962.0, 9951.0, 10024.0, 9974.0, 10024.0, 10044.0, 9960.0, 10070.0, 9998.0, 10038.0, 9942.0, 10022.0, 9958.0, 10029.0, 9977.0, 10027.0, 9993.0, 10049.0, 9978.0, 10020.0, 9931.0, 9968.0, 9943.0, 9972.0, 9949.0, 9974.0, 9946.0, 10000.0, 9986.0, 9981.0, 9989.0, 9990.0, 9971.0, 10006.0, 9960.0, 10047.0, 10002.0, 9953.0, 10028.0, 9989.0, 10102.0, 10057.0, 10030.0, 10005.0, 9951.0, 10052.0, 10047.0, 10061.0, 10046.0, 9987.0, 10075.0, 9968.0, 10026.0, 9974.0, 9950.0, 10014.0, 9968.0, 9972.0, 9974.0, 9976.0, 10101.0, 9987.0, 10048.0, 9951.0, 10017.0, 9953.0, 10032.0, 9995.0, 10066.0, 9997.0, 10062.0, 9966.0, 10043.0, 9949.0, 10014.0, 9947.0, 9989.0, 9947.0, 9958.0, 9947.0, 9975.0, 9952.0, 9988.0, 9952.0, 10023.0, 9973.0, 10051.0, 9974.0, 10027.0, 10004.0, 10086.0, 10040.0, 10011.0, 9987.0, 9981.0, 9954.0, 9952.0, 10061.0, 9987.0, 10006.0, 10029.0, 9977.0, 10082.0, 10004.0, 10052.0, 9980.0, 10052.0, 9954.0, 10017.0, 9937.0, 10047.0, 9976.0, 10106.0, 10007.0, 10043.0, 9972.0, 10013.0, 9929.0, 9995.0, 9956.0, 9929.0, 9982.0, 9930.0, 10002.0, 10043.0, 9997.0, 10001.0, 9937.0, 10022.0, 9952.0, 10008.0, 9968.0, 9936.0, 9960.0, 9948.0, 10034.0, 10003.0, 10049.0, 9997.0, 10092.0, 10014.0, 10065.0, 10043.0, 9999.0, 10033.0, 9922.0, 10021.0, 9957.0, 10010.0, 9968.0, 9989.0, 9955.0, 10006.0, 9929.0, 9998.0, 9951.0, 9994.0, 10022.0, 9951.0, 10047.0, 9990.0, 9991.0, 10024.0, 9965.0, 10084.0, 9998.0, 10065.0, 10001.0, 10011.0, 10052.0, 9947.0, 10006.0, 9935.0, 9924.0, 9922.0, 9942.0, 10003.0, 9953.0, 10010.0, 9969.0, 9960.0, 10008.0, 10094.0, 10040.0, 10068.0, 10021.0, 10049.0, 9994.0, 9955.0, 9994.0, 9948.0, 10032.0, 9975.0, 10069.0, 10023.0, 9986.0, 10085.0, 9977.0, 10067.0, 10061.0, 10021.0, 10058.0, 9960.0, 10015.0, 9921.0, 10005.0, 9941.0, 10001.0, 9951.0, 9981.0, 9941.0, 10038.0, 9982.0, 10009.0, 9957.0, 10013.0, 9968.0, 10013.0, 9956.0, 10038.0, 9946.0, 9998.0, 9986.0, 9975.0, 9951.0, 9976.0, 9974.0, 9963.0, 10046.0, 9987.0, 10016.0, 9944.0, 9998.0, 9947.0, 10044.0, 9975.0, 10046.0, 9976.0, 9948.0, 9979.0, 9975.0, 9995.0, 10049.0, 10008.0, 9964.0, 9992.0, 10042.0, 9942.0, 10014.0, 9944.0, 9946.0, 9960.0, 9948.0, 9972.0, 9951.0, 10035.0, 9972.0, 10034.0, 9983.0, 10053.0, 10009.0, 9969.0, 10040.0, 9986.0, 10045.0, 10015.0, 10009.0, 10080.0, 9958.0, 10051.0, 10083.0, 10040.0, 10059.0, 10010.0, 10022.0, 9926.0, 10003.0, 9943.0, 10009.0, 9972.0, 9947.0, 9948.0, 9949.0, 9991.0, 10066.0, 10019.0, 10043.0, 9979.0, 10043.0, 9973.0, 10030.0, 9946.0, 9971.0, 9954.0, 10021.0, 9975.0, 10025.0, 9975.0, 9992.0, 10001.0, 9996.0, 10075.0, 10036.0, 9997.0, 10118.0, 10046.0, 10110.0, 10046.0, 10074.0, 9975.0, 10040.0, 9951.0, 10029.0, 9968.0, 10039.0, 9977.0, 10065.0, 10004.0, 10051.0, 10024.0, 10030.0, 9975.0, 10028.0, 9934.0, 10007.0, 9951.0, 9982.0, 10009.0, 9951.0, 10030.0, 9985.0, 9964.0, 10053.0, 10004.0, 10014.0, 9966.0, 9975.0, 10012.0, 10058.0, 10170.0, 10073.0, 10115.0, 10024.0, 10046.0, 10032.0, 9970.0, 10038.0, 9969.0, 10036.0, 9971.0, 10029.0, 9951.0, 10027.0, 9995.0, 10011.0, 10018.0, 9972.0, 10049.0, 9987.0, 9973.0, 10061.0, 10000.0, 10048.0, 10109.0, 10066.0, 10067.0, 9977.0, 10024.0, 9956.0, 10009.0, 9972.0, 10033.0, 9985.0, 9957.0, 9987.0, 9972.0, 10025.0, 9982.0, 10070.0, 9993.0, 10085.0, 10014.0, 10069.0, 10026.0, 10065.0, 10021.0, 10058.0, 9971.0, 9992.0, 9976.0, 9976.0, 9996.0, 10082.0, 10062.0, 10032.0, 9978.0, 10018.0, 9974.0, 10060.0, 9987.0, 10043.0, 9992.0, 10019.0, 9952.0, 10045.0, 9952.0, 10013.0, 9950.0, 10019.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.0011036678200692042</td></tr>
<tr><td colspan=3>aqi</td><td>0.022469670242214537</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.80927763374135</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2534344740993064</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9990766667090062</td></tr>
<tr><td colspan=3>efc</td><td>0.494</td></tr>
<tr><td colspan=3>fber</td><td>6076.6216</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10670285194426929</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.149942329873126</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5247974454893174</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4858933043680485</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6016064834274135</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4868925486724898</td></tr>
<tr><td colspan=3>gcor</td><td>0.00837629</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009214863181114197</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03471359610557556</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>4.0935984156737755</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>24.5424</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2488</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.988</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294206.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.9545</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6521</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.2294</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3723.6996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3880.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4888.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.8156</td></tr>
<tr><td colspan=3>tsnr</td><td>37.91760944179259</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>