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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0066_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0066/ses-04/func/sub-0066_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aaae250da92f8e2c990d24b160ae3974</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:05:40.447500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999955, 0.00712951, -0.00626337, -0.00750474, 0.998043, -0.0620828]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.121909</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7734, -7272, 503, -127, -81, 30, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>290.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f723dcb0-dde1-439c-b9ef-e3c98161474e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828060150146484, -0.020134665071964264, -0.015682926401495934, 111.54747772216797], [-0.019127944484353065, 2.677675724029541, -0.1677430421113968, -90.65872192382812], [-0.016804164275527, 0.1665637344121933, 2.6947386264801025, -72.99662017822266], [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': ['150540.447500', '150540.907500', '150541.367500', '150541.827500', '150542.287500', '150542.747500', '150543.207500', '150543.667500', '150544.127500', '150544.587500', '150545.047500', '150545.507500', '150545.967500', '150546.427500', '150546.887500', '150547.347500', '150547.807500', '150548.267500', '150548.727500', '150549.187500', '150549.647500', '150550.107500', '150550.567500', '150551.027500', '150551.487500', '150551.947500', '150552.407500', '150552.867500', '150553.327500', '150553.787500', '150554.247500', '150554.707500', '150555.167500', '150555.627500', '150556.087500', '150556.547500', '150557.007500', '150557.467500', '150557.927500', '150558.387500', '150558.847500', '150559.307500', '150559.767500', '150600.227500', '150600.687500', '150601.147500', '150601.607500', '150602.067500', '150602.527500', '150602.987500', '150603.447500', '150603.907500', '150604.367500', '150604.827500', '150605.287500', '150605.747500', '150606.207500', '150606.667500', '150607.127500', '150607.587500', '150608.047500', '150608.507500', '150608.967500', '150609.427500', '150609.887500', '150610.347500', '150610.807500', '150611.267500', '150611.727500', '150612.187500', '150612.647500', '150613.107500', '150613.567500', '150614.027500', '150614.487500', '150614.947500', '150615.407500', '150615.867500', '150616.327500', '150616.787500', '150617.247500', '150617.707500', '150618.167500', '150618.627500', '150619.087500', '150619.547500', '150620.007500', '150620.467500', '150620.927500', '150621.387500', '150621.847500', '150622.307500', '150622.767500', '150623.227500', '150623.687500', '150624.147500', '150624.607500', '150625.067500', '150625.527500', '150625.987500', '150626.447500', '150626.907500', '150627.367500', '150627.827500', '150628.287500', '150628.747500', '150629.207500', '150629.667500', '150630.127500', '150630.587500', '150631.047500', '150631.507500', '150631.967500', '150632.427500', '150632.887500', '150633.347500', '150633.807500', '150634.267500', '150634.727500', '150635.187500', '150635.647500', '150636.107500', '150636.567500', '150637.027500', '150637.487500', '150637.947500', '150638.407500', '150638.867500', '150639.327500', '150639.787500', '150640.247500', '150640.707500', '150641.167500', '150641.627500', '150642.087500', '150642.547500', '150643.007500', '150643.467500', '150643.927500', '150644.387500', '150644.847500', '150645.307500', '150645.767500', '150646.227500', '150646.687500', '150647.147500', '150647.607500', '150648.067500', '150648.527500', '150648.987500', '150649.447500', '150649.907500', '150650.367500', '150650.827500', '150651.287500', '150651.747500', '150652.207500', '150652.667500', '150653.127500', '150653.587500', '150654.047500', '150654.507500', '150654.967500', '150655.427500', '150655.887500', '150656.347500', '150656.807500', '150657.267500', '150657.727500', '150658.187500', '150658.647500', '150659.107500', '150659.567500', '150700.027500', '150700.487500', '150700.947500', '150701.407500', '150701.867500', '150702.327500', '150702.787500', '150703.247500', '150703.707500', '150704.167500', '150704.627500', '150705.087500', '150705.547500', '150706.007500', '150706.467500', '150706.927500', '150707.387500', '150707.847500', '150708.307500', '150708.767500', '150709.227500', '150709.687500', '150710.147500', '150710.607500', '150711.067500', '150711.527500', '150711.987500', '150712.447500', '150712.907500', '150713.367500', '150713.827500', '150714.287500', '150714.747500', '150715.207500', '150715.667500', '150716.127500', '150716.587500', '150717.047500', '150717.507500', '150717.967500', '150718.427500', '150718.887500', '150719.347500', '150719.807500', '150720.267500', '150720.727500', '150721.187500', '150721.647500', '150722.107500', '150722.567500', '150723.027500', '150723.487500', '150723.947500', '150724.407500', '150724.867500', '150725.327500', '150725.787500', '150726.247500', '150726.707500', '150727.167500', '150727.627500', '150728.087500', '150728.547500', '150729.007500', '150729.467500', '150729.927500', '150730.387500', '150730.847500', '150731.307500', '150731.767500', '150732.227500', '150732.687500', '150733.147500', '150733.607500', '150734.067500', '150734.527500', '150734.987500', '150735.447500', '150735.907500', '150736.367500', '150736.827500', '150737.287500', '150737.747500', '150738.207500', '150738.667500', '150739.127500', '150739.587500', '150740.047500', '150740.507500', '150740.967500', '150741.427500', '150741.887500', '150742.347500', '150742.807500', '150743.267500', '150743.727500', '150744.187500', '150744.647500', '150745.107500', '150745.567500', '150746.027500', '150746.487500', '150746.947500', '150747.407500', '150747.867500', '150748.327500', '150748.787500', '150749.247500', '150749.707500', '150750.167500', '150750.627500', '150751.087500', '150751.547500', '150752.007500', '150752.467500', '150752.927500', '150753.387500', '150753.847500', '150754.307500', '150754.767500', '150755.227500', '150755.687500', '150756.147500', '150756.607500', '150757.067500', '150757.527500', '150757.987500', '150758.447500', '150758.907500', '150759.367500', '150759.827500', '150800.287500', '150800.747500', '150801.207500', '150801.667500', '150802.127500', '150802.587500', '150803.047500', '150803.507500', '150803.967500', '150804.427500', '150804.887500', '150805.347500', '150805.807500', '150806.267500', '150806.727500', '150807.187500', '150807.647500', '150808.107500', '150808.567500', '150809.027500', '150809.487500', '150809.947500', '150810.407500', '150810.867500', '150811.327500', '150811.787500', '150812.247500', '150812.707500', '150813.167500', '150813.627500', '150814.087500', '150814.547500', '150815.007500', '150815.467500', '150815.927500', '150816.387500', '150816.847500', '150817.307500', '150817.767500', '150818.227500', '150818.687500', '150819.147500', '150819.607500', '150820.067500', '150820.527500', '150820.987500', '150821.447500', '150821.907500', '150822.367500', '150822.827500', '150823.287500', '150823.747500', '150824.207500', '150824.667500', '150825.127500', '150825.587500', '150826.047500', '150826.507500', '150826.967500', '150827.427500', '150827.887500', '150828.347500', '150828.807500', '150829.267500', '150829.727500', '150830.187500', '150830.647500', '150831.107500', '150831.567500', '150832.027500', '150832.487500', '150832.947500', '150833.407500', '150833.867500', '150834.327500', '150834.787500', '150835.247500', '150835.707500', '150836.167500', '150836.627500', '150837.087500', '150837.547500', '150838.007500', '150838.467500', '150838.927500', '150839.387500', '150839.847500', '150840.307500', '150840.767500', '150841.227500', '150841.687500', '150842.147500', '150842.607500', '150843.067500', '150843.527500', '150843.987500', '150844.447500', '150844.907500', '150845.367500', '150845.827500', '150846.287500', '150846.747500', '150847.207500', '150847.667500', '150848.127500', '150848.587500', '150849.047500', '150849.507500', '150849.967500', '150850.427500', '150850.887500', '150851.347500', '150851.807500', '150852.267500', '150852.727500', '150853.187500', '150853.647500', '150854.107500', '150854.567500', '150855.027500', '150855.487500', '150855.947500', '150856.407500', '150856.867500', '150857.327500', '150857.787500', '150858.247500', '150858.707500', '150859.167500', '150859.627500', '150900.087500', '150900.547500', '150901.007500', '150901.467500', '150901.927500', '150902.387500', '150902.847500', '150903.307500', '150903.767500', '150904.227500', '150904.687500', '150905.147500', '150905.607500', '150906.067500', '150906.527500', '150906.987500', '150907.447500', '150907.907500', '150908.367500', '150908.827500', '150909.287500', '150909.747500', '150910.207500', '150910.667500', '150911.127500', '150911.587500', '150912.047500', '150912.507500', '150912.967500', '150913.427500', '150913.887500', '150914.347500', '150914.807500', '150915.267500', '150915.727500', '150916.187500', '150916.647500', '150917.107500', '150917.567500', '150918.027500', '150918.487500', '150918.947500', '150919.407500', '150919.867500', '150920.327500', '150920.787500', '150921.247500', '150921.707500', '150922.167500', '150922.627500', '150923.087500', '150923.547500', '150924.007500', '150924.467500', '150924.927500', '150925.387500', '150925.847500', '150926.307500', '150926.767500', '150927.227500', '150927.687500', '150928.147500', '150928.607500', '150929.067500', '150929.527500', '150929.987500', '150930.447500', '150930.907500', '150931.367500', '150931.827500', '150932.287500', '150932.747500', '150933.207500', '150933.667500', '150934.127500', '150934.587500', '150935.047500', '150935.507500', '150935.967500', '150936.427500', '150936.887500', '150937.347500', '150937.807500', '150938.267500', '150938.727500', '150939.187500', '150939.647500', '150940.107500', '150940.567500', '150941.027500', '150941.487500', '150941.947500', '150942.407500', '150942.867500', '150943.327500', '150943.787500', '150944.247500', '150944.707500', '150945.167500', '150945.627500', '150946.087500', '150946.547500', '150947.007500', '150947.467500', '150947.927500', '150948.387500', '150948.847500', '150949.307500', '150949.767500', '150950.227500', '150950.687500', '150951.147500', '150951.607500', '150952.067500', '150952.527500', '150952.987500', '150953.447500', '150953.907500', '150954.367500', '150954.827500', '150955.287500', '150955.747500', '150956.207500', '150956.667500', '150957.127500', '150957.587500', '150958.047500', '150958.507500', '150958.967500', '150959.427500', '150959.887500', '151000.347500', '151000.807500', '151001.267500', '151001.727500', '151002.187500', '151002.647500', '151003.107500', '151003.567500', '151004.027500', '151004.487500', '151004.947500', '151005.407500', '151005.867500', '151006.327500', '151006.787500', '151007.247500', '151007.707500', '151008.167500', '151008.627500', '151009.087500', '151009.547500', '151010.007500', '151010.467500', '151010.927500', '151011.387500', '151011.847500', '151012.307500', '151012.767500', '151013.227500', '151013.687500', '151014.147500', '151014.607500', '151015.067500', '151015.527500', '151015.987500', '151016.447500', '151016.907500', '151017.367500', '151017.827500', '151018.287500', '151018.747500', '151019.207500', '151019.667500', '151020.127500', '151020.587500', '151021.047500', '151021.507500', '151021.967500', '151022.427500', '151022.887500', '151023.347500', '151023.807500', '151024.267500', '151024.727500', '151025.187500', '151025.647500', '151026.107500', '151026.567500', '151027.027500', '151027.487500', '151027.947500', '151028.407500', '151028.867500', '151029.327500', '151029.787500', '151030.247500', '151030.707500', '151031.167500', '151031.627500', '151032.087500', '151032.547500', '151033.007500', '151033.467500', '151033.927500', '151034.387500', '151034.847500', '151035.307500', '151035.767500', '151036.227500', '151036.687500', '151037.147500', '151037.607500', '151038.067500', '151038.527500', '151038.987500', '151039.447500', '151039.907500', '151040.367500', '151040.827500', '151041.287500', '151041.747500', '151042.207500', '151042.667500', '151043.127500', '151043.587500', '151044.047500', '151044.507500', '151044.967500', '151045.427500', '151045.887500', '151046.347500', '151046.807500', '151047.267500', '151047.727500', '151048.187500', '151048.647500', '151049.107500', '151049.567500', '151050.027500', '151050.487500', '151050.947500', '151051.407500', '151051.867500', '151052.327500', '151052.787500', '151053.247500', '151053.707500', '151054.167500', '151054.627500', '151055.087500', '151055.547500', '151056.007500', '151056.467500', '151056.927500', '151057.387500', '151057.847500', '151058.307500', '151058.767500', '151059.227500', '151059.687500', '151100.147500', '151100.607500', '151101.067500', '151101.527500', '151101.987500', '151102.447500', '151102.907500', '151103.367500', '151103.827500', '151104.287500', '151104.747500', '151105.207500', '151105.667500', '151106.127500', '151106.587500', '151107.047500', '151107.507500', '151107.967500', '151108.427500', '151108.887500', '151109.347500', '151109.807500', '151110.267500', '151110.727500', '151111.187500', '151111.647500', '151112.107500', '151112.567500', '151113.027500', '151113.487500', '151113.947500', '151114.407500', '151114.867500', '151115.327500', '151115.787500', '151116.247500', '151116.707500', '151117.167500', '151117.627500', '151118.087500', '151118.547500', '151119.007500', '151119.467500', '151119.927500', '151120.387500', '151120.847500', '151121.307500', '151121.767500', '151122.227500', '151122.687500', '151123.147500', '151123.607500', '151124.067500', '151124.527500', '151124.987500', '151125.447500', '151125.907500', '151126.367500', '151126.827500', '151127.287500', '151127.747500', '151128.207500', '151128.667500', '151129.127500', '151129.587500', '151130.047500', '151130.507500', '151130.967500', '151131.427500', '151131.887500', '151132.347500', '151132.807500', '151133.267500', '151133.727500', '151134.187500', '151134.647500', '151135.107500', '151135.567500', '151136.027500', '151136.487500', '151136.947500', '151137.407500', '151137.867500', '151138.327500', '151138.787500', '151139.247500', '151139.707500', '151140.167500', '151140.627500', '151141.087500', '151141.547500', '151142.007500', '151142.467500', '151142.927500', '151143.387500', '151143.847500', '151144.307500', '151144.767500', '151145.227500', '151145.687500', '151146.147500', '151146.607500', '151147.067500', '151147.527500', '151147.987500', '151148.447500', '151148.907500', '151149.367500', '151149.827500', '151150.287500', '151150.747500', '151151.207500', '151151.667500', '151152.127500', '151152.587500', '151153.047500', '151153.507500', '151153.967500', '151154.427500', '151154.887500', '151155.347500', '151155.807500', '151156.267500', '151156.727500', '151157.187500', '151157.647500', '151158.107500', '151158.567500', '151159.027500', '151159.487500', '151159.947500', '151200.407500', '151200.867500', '151201.327500', '151201.787500', '151202.247500', '151202.707500', '151203.167500', '151203.627500', '151204.087500', '151204.547500', '151205.007500', '151205.467500', '151205.927500', '151206.387500', '151206.847500', '151207.307500', '151207.767500', '151208.227500', '151208.687500', '151209.147500', '151209.607500', '151210.067500', '151210.527500', '151210.987500', '151211.447500', '151211.907500', '151212.367500', '151212.827500', '151213.287500', '151213.747500', '151214.207500', '151214.667500', '151215.127500', '151215.587500', '151216.047500', '151216.507500', '151216.967500', '151217.427500', '151217.887500', '151218.347500', '151218.807500', '151219.267500', '151219.727500', '151220.187500', '151220.647500', '151221.107500'], 'ContentTime': ['150558.501000', '150558.504000', '150558.507000', '150558.509000', '150558.512000', '150558.514000', '150558.517000', '150558.520000', '150558.522000', '150558.525000', '150558.527000', '150558.530000', '150558.532000', '150558.535000', '150558.538000', '150558.541000', '150558.544000', '150558.546000', '150558.549000', '150558.552000', '150558.554000', '150558.557000', '150558.559000', '150558.562000', '150558.565000', '150558.567000', '150558.570000', '150558.572000', '150558.575000', '150558.578000', '150558.580000', '150558.583000', '150558.586000', '150558.588000', '150558.591000', '150558.594000', '150558.596000', '150618.464000', '150618.466000', '150618.469000', '150618.472000', '150618.486000', '150618.488000', '150618.491000', '150618.493000', '150618.496000', '150618.499000', '150618.501000', '150618.504000', '150618.506000', '150618.509000', '150618.512000', '150618.514000', '150618.517000', '150618.519000', '150618.522000', '150618.525000', '150618.527000', '150618.530000', '150618.532000', '150618.535000', '150618.537000', '150618.540000', '150618.543000', '150618.545000', '150618.548000', '150618.550000', '150618.553000', '150618.556000', '150618.558000', '150618.561000', '150618.563000', '150618.566000', '150618.569000', '150618.571000', '150618.574000', '150618.576000', '150618.579000', '150618.581000', '150618.584000', '150618.587000', '150638.462000', '150638.465000', '150638.468000', '150638.471000', '150638.473000', '150638.476000', '150638.478000', '150638.481000', '150638.484000', '150638.486000', '150638.489000', '150638.491000', '150638.494000', '150638.497000', '150638.499000', '150638.502000', '150638.504000', '150638.507000', '150638.509000', '150638.512000', '150638.515000', '150638.517000', '150638.520000', '150638.522000', '150638.525000', '150638.527000', '150638.530000', '150638.532000', '150638.535000', '150638.538000', '150638.541000', '150638.544000', '150638.547000', '150638.549000', '150638.552000', '150638.554000', '150638.557000', '150638.559000', '150638.562000', '150638.564000', '150638.567000', '150638.570000', '150638.572000', '150658.463000', '150658.466000', '150658.468000', '150658.471000', '150658.473000', '150658.476000', '150658.479000', '150658.481000', '150658.484000', '150658.487000', '150658.489000', '150658.492000', '150658.494000', '150658.497000', '150658.499000', '150658.502000', '150658.505000', '150658.507000', '150658.510000', '150658.512000', '150658.515000', '150658.518000', '150658.520000', '150658.523000', '150658.525000', '150658.528000', '150658.531000', '150658.533000', '150658.536000', '150658.538000', '150658.541000', '150658.543000', '150658.546000', '150658.549000', '150658.551000', '150658.554000', '150658.556000', '150658.559000', '150658.562000', '150658.564000', '150658.567000', '150658.569000', '150658.572000', '150658.574000', '150718.463000', '150718.466000', '150718.469000', '150718.472000', '150718.474000', '150718.477000', '150718.479000', '150718.482000', '150718.485000', '150718.487000', '150718.490000', '150718.492000', '150718.495000', '150718.497000', '150718.500000', '150718.503000', '150718.505000', '150718.508000', '150718.510000', '150718.513000', '150718.516000', '150718.518000', '150718.521000', '150718.523000', '150718.526000', '150718.528000', '150718.531000', '150718.534000', '150718.536000', '150718.539000', '150718.542000', '150718.544000', '150718.547000', '150718.550000', '150718.553000', '150718.556000', '150718.558000', '150718.561000', '150718.564000', '150718.566000', '150718.569000', '150718.571000', '150718.574000', '150738.463000', '150738.466000', '150738.469000', '150738.471000', '150738.474000', '150738.477000', '150738.479000', '150738.482000', '150738.485000', '150738.487000', '150738.490000', '150738.492000', '150738.495000', '150738.498000', '150738.500000', '150738.503000', '150738.506000', '150738.508000', '150738.511000', '150738.513000', '150738.516000', '150738.518000', '150738.521000', '150738.524000', '150738.526000', '150738.529000', '150738.531000', '150738.534000', '150738.536000', '150738.539000', '150738.542000', '150738.544000', '150738.547000', '150738.550000', '150738.552000', '150738.555000', '150738.557000', '150738.560000', '150738.563000', '150738.565000', '150738.568000', '150738.570000', '150738.573000', '150738.587000', '150758.463000', '150758.466000', '150758.469000', '150758.472000', '150758.474000', '150758.477000', '150758.479000', '150758.482000', '150758.485000', '150758.487000', '150758.490000', '150758.492000', '150758.495000', '150758.498000', '150758.500000', '150758.503000', '150758.505000', '150758.508000', '150758.510000', '150758.513000', '150758.516000', '150758.518000', '150758.521000', '150758.523000', '150758.526000', '150758.529000', '150758.531000', '150758.534000', '150758.536000', '150758.539000', '150758.542000', '150758.544000', '150758.547000', '150758.549000', '150758.552000', '150758.555000', '150758.557000', '150758.560000', '150758.562000', '150758.565000', '150758.568000', '150758.570000', '150758.573000', '150818.464000', '150818.466000', '150818.469000', '150818.472000', '150818.474000', '150818.477000', '150818.479000', '150818.482000', '150818.484000', '150818.487000', '150818.490000', '150818.492000', '150818.495000', '150818.497000', '150818.500000', '150818.503000', '150818.505000', '150818.508000', '150818.510000', '150818.513000', '150818.516000', '150818.518000', '150818.521000', '150818.523000', '150818.526000', '150818.528000', '150818.531000', '150818.534000', '150818.536000', '150818.539000', '150818.541000', '150818.544000', '150818.547000', '150818.549000', '150818.552000', '150818.554000', '150818.557000', '150818.559000', '150818.562000', '150818.565000', '150818.567000', '150818.570000', '150818.573000', '150818.575000', '150838.463000', '150838.466000', '150838.469000', '150838.472000', '150838.474000', '150838.477000', '150838.479000', '150838.482000', '150838.485000', '150838.487000', '150838.490000', '150838.492000', '150838.495000', '150838.498000', '150838.500000', '150838.503000', '150838.505000', '150838.508000', '150838.510000', '150838.513000', '150838.516000', '150838.518000', '150838.521000', '150838.523000', '150838.526000', '150838.528000', '150838.531000', '150838.534000', '150838.536000', '150838.539000', '150838.542000', '150838.544000', '150838.547000', '150838.549000', '150838.552000', '150838.554000', '150838.557000', '150838.559000', '150838.562000', '150838.565000', '150838.567000', '150838.570000', '150838.572000', '150858.462000', '150858.465000', '150858.468000', '150858.471000', '150858.473000', '150858.476000', '150858.478000', '150858.481000', '150858.484000', '150858.486000', '150858.489000', '150858.492000', '150858.494000', '150858.497000', '150858.499000', '150858.502000', '150858.505000', '150858.507000', '150858.510000', '150858.512000', '150858.515000', '150858.518000', '150858.520000', '150858.523000', '150858.525000', '150858.528000', '150858.531000', '150858.533000', '150858.536000', '150858.538000', '150858.541000', '150858.544000', '150858.546000', '150858.549000', '150858.551000', '150858.554000', '150858.556000', '150858.559000', '150858.562000', '150858.564000', '150858.567000', '150858.570000', '150858.572000', '150858.575000', '150918.463000', '150918.466000', '150918.468000', '150918.471000', '150918.473000', '150918.476000', '150918.479000', '150918.481000', '150918.484000', '150918.486000', '150918.489000', '150918.492000', '150918.494000', '150918.497000', '150918.500000', '150918.502000', '150918.505000', '150918.508000', '150918.510000', '150918.513000', '150918.515000', '150918.518000', '150918.521000', '150918.523000', '150918.526000', '150918.529000', '150918.531000', '150918.534000', '150918.536000', '150918.539000', '150918.542000', '150918.544000', '150918.547000', '150918.549000', '150918.552000', '150918.555000', '150918.557000', '150918.560000', '150918.572000', '150918.575000', '150918.577000', '150918.580000', '150918.583000', '150938.463000', '150938.466000', '150938.469000', '150938.472000', '150938.474000', '150938.477000', '150938.480000', '150938.482000', '150938.485000', '150938.488000', '150938.490000', '150938.493000', '150938.496000', '150938.498000', '150938.501000', '150938.503000', '150938.506000', '150938.509000', '150938.511000', '150938.514000', '150938.516000', '150938.519000', '150938.522000', '150938.524000', '150938.527000', '150938.529000', '150938.532000', '150938.535000', '150938.537000', '150938.540000', '150938.542000', '150938.545000', '150938.548000', '150938.550000', '150938.553000', '150938.555000', '150938.558000', '150938.561000', '150938.563000', '150938.566000', '150938.569000', '150938.571000', '150938.574000', '150938.576000', '150958.464000', '150958.467000', '150958.469000', '150958.472000', '150958.501000', '150958.504000', '150958.507000', '150958.509000', '150958.512000', '150958.515000', '150958.517000', '150958.520000', '150958.522000', '150958.525000', '150958.528000', '150958.530000', '150958.533000', '150958.535000', '150958.538000', '150958.541000', '150958.543000', '150958.546000', '150958.549000', '150958.551000', '150958.554000', '150958.556000', '150958.559000', '150958.562000', '150958.564000', '150958.567000', '150958.569000', '150958.572000', '150958.575000', '150958.577000', '150958.580000', '150958.582000', '150958.585000', '150958.588000', '150958.590000', '150958.593000', '150958.596000', '150958.598000', '150958.601000', '151018.464000', '151018.466000', '151018.469000', '151018.472000', '151018.474000', '151018.477000', '151018.479000', '151018.482000', '151018.485000', '151018.487000', '151018.490000', '151018.493000', '151018.495000', '151018.498000', '151018.500000', '151018.503000', '151018.506000', '151018.508000', '151018.511000', '151018.513000', '151018.516000', '151018.519000', '151018.521000', '151018.524000', '151018.527000', '151018.529000', '151018.532000', '151018.534000', '151018.537000', '151018.540000', '151018.542000', '151018.545000', '151018.548000', '151018.550000', '151018.553000', '151018.555000', '151018.558000', '151018.561000', '151018.563000', '151018.566000', '151018.568000', '151018.571000', '151018.574000', '151018.576000', '151038.463000', '151038.466000', '151038.469000', '151038.471000', '151038.474000', '151038.477000', '151038.479000', '151038.482000', '151038.485000', '151038.487000', '151038.490000', '151038.492000', '151038.495000', '151038.497000', '151038.500000', '151038.503000', '151038.505000', '151038.508000', '151038.510000', '151038.513000', '151038.516000', '151038.518000', '151038.521000', '151038.523000', '151038.526000', '151038.528000', '151038.531000', '151038.534000', '151038.536000', '151038.539000', '151038.541000', '151038.544000', '151038.546000', '151038.549000', '151038.552000', '151038.554000', '151038.557000', '151038.559000', '151038.562000', '151038.564000', '151038.567000', '151038.570000', '151038.572000', '151058.464000', '151058.467000', '151058.469000', '151058.472000', '151058.474000', '151058.477000', '151058.490000', '151058.492000', '151058.495000', '151058.498000', '151058.500000', '151058.503000', '151058.505000', '151058.508000', '151058.511000', '151058.513000', '151058.516000', '151058.518000', '151058.521000', '151058.524000', '151058.526000', '151058.529000', '151058.532000', '151058.534000', '151058.537000', '151058.539000', '151058.542000', '151058.545000', '151058.547000', '151058.550000', '151058.552000', '151058.555000', '151058.557000', '151058.560000', '151058.563000', '151058.565000', '151058.568000', '151058.571000', '151058.573000', '151058.576000', '151058.578000', '151058.581000', '151058.584000', '151058.586000', '151118.463000', '151118.466000', '151118.468000', '151118.471000', '151118.474000', '151118.476000', '151118.479000', '151118.481000', '151118.484000', '151118.487000', '151118.489000', '151118.492000', '151118.494000', '151118.497000', '151118.500000', '151118.502000', '151118.505000', '151118.507000', '151118.510000', '151118.513000', '151118.515000', '151118.518000', '151118.520000', '151118.523000', '151118.526000', '151118.528000', '151118.531000', '151118.535000', '151118.538000', '151118.540000', '151118.543000', '151118.546000', '151118.548000', '151118.551000', '151118.554000', '151118.556000', '151118.559000', '151118.561000', '151118.564000', '151118.567000', '151118.569000', '151118.572000', '151118.574000', '151138.463000', '151138.466000', '151138.469000', '151138.472000', '151138.475000', '151138.477000', '151138.480000', '151138.482000', '151138.485000', '151138.488000', '151138.490000', '151138.493000', '151138.495000', '151138.498000', '151138.501000', '151138.503000', '151138.506000', '151138.508000', '151138.511000', '151138.514000', '151138.516000', '151138.519000', '151138.521000', '151138.524000', '151138.527000', '151138.529000', '151138.532000', '151138.534000', '151138.537000', '151138.539000', '151138.542000', '151138.545000', '151138.547000', '151138.550000', '151138.552000', '151138.555000', '151138.557000', '151138.560000', '151138.563000', '151138.565000', '151138.568000', '151138.570000', '151138.573000', '151158.463000', '151158.466000', '151158.469000', '151158.472000', '151158.474000', '151158.477000', '151158.479000', '151158.482000', '151158.484000', '151158.487000', '151158.490000', '151158.492000', '151158.495000', '151158.497000', '151158.500000', '151158.503000', '151158.505000', '151158.508000', '151158.510000', '151158.513000', '151158.516000', '151158.518000', '151158.521000', '151158.523000', '151158.526000', '151158.528000', '151158.531000', '151158.533000', '151158.536000', '151158.539000', '151158.541000', '151158.544000', '151158.546000', '151158.549000', '151158.551000', '151158.554000', '151158.556000', '151158.559000', '151158.562000', '151158.564000', '151158.567000', '151158.569000', '151158.572000', '151158.574000', '151218.463000', '151218.466000', '151218.469000', '151218.472000', '151218.474000', '151218.477000', '151218.479000', '151218.482000', '151218.485000', '151218.487000', '151218.491000', '151218.494000', '151218.497000', '151218.501000', '151218.504000', '151218.507000', '151218.509000', '151218.519000', '151218.522000', '151218.524000', '151218.527000', '151218.529000', '151218.532000', '151218.535000', '151218.537000', '151218.540000', '151218.542000', '151218.545000', '151218.548000', '151218.550000', '151218.553000', '151218.556000', '151218.558000', '151218.561000', '151218.563000', '151218.566000', '151218.569000', '151218.571000', '151218.574000', '151218.577000', '151218.579000', '151218.582000', '151218.584000', '151222.121000', '151222.124000', '151222.127000', '151222.130000', '151222.133000', '151222.135000', '151222.139000', '151222.142000', '151222.144000'], 'InstanceCreationTime': ['150558.501000', '150558.504000', '150558.507000', '150558.509000', '150558.512000', '150558.514000', '150558.517000', '150558.520000', '150558.522000', '150558.525000', '150558.527000', '150558.530000', '150558.532000', '150558.535000', '150558.538000', '150558.541000', '150558.544000', '150558.546000', '150558.549000', '150558.552000', '150558.554000', '150558.557000', '150558.559000', '150558.562000', '150558.565000', '150558.567000', '150558.570000', '150558.572000', '150558.575000', '150558.578000', '150558.580000', '150558.583000', '150558.586000', '150558.588000', '150558.591000', '150558.594000', '150558.596000', '150618.464000', '150618.466000', '150618.469000', '150618.472000', '150618.486000', '150618.488000', '150618.491000', '150618.493000', '150618.496000', '150618.499000', '150618.501000', '150618.504000', '150618.506000', '150618.509000', '150618.512000', '150618.514000', '150618.517000', '150618.519000', '150618.522000', '150618.525000', '150618.527000', '150618.530000', '150618.532000', '150618.535000', '150618.537000', '150618.540000', '150618.543000', '150618.545000', '150618.548000', '150618.550000', '150618.553000', '150618.556000', '150618.558000', '150618.561000', '150618.563000', '150618.566000', '150618.569000', '150618.571000', '150618.574000', '150618.576000', '150618.579000', '150618.581000', '150618.584000', '150618.587000', '150638.462000', '150638.465000', '150638.468000', '150638.471000', '150638.473000', '150638.476000', '150638.478000', '150638.481000', '150638.484000', '150638.486000', '150638.489000', '150638.491000', '150638.494000', '150638.497000', '150638.499000', '150638.502000', '150638.504000', '150638.507000', '150638.509000', '150638.512000', '150638.515000', '150638.517000', '150638.520000', '150638.522000', '150638.525000', '150638.527000', '150638.530000', '150638.532000', '150638.535000', '150638.538000', '150638.541000', '150638.544000', '150638.547000', '150638.549000', '150638.552000', '150638.554000', '150638.557000', '150638.559000', '150638.562000', '150638.564000', '150638.567000', '150638.570000', '150638.572000', '150658.463000', '150658.466000', '150658.468000', '150658.471000', '150658.473000', '150658.476000', '150658.479000', '150658.481000', '150658.484000', '150658.487000', '150658.489000', '150658.492000', '150658.494000', '150658.497000', '150658.499000', '150658.502000', '150658.505000', '150658.507000', '150658.510000', '150658.512000', '150658.515000', '150658.518000', '150658.520000', '150658.523000', '150658.525000', '150658.528000', '150658.531000', '150658.533000', '150658.536000', '150658.538000', '150658.541000', '150658.543000', '150658.546000', '150658.549000', '150658.551000', '150658.554000', '150658.556000', '150658.559000', '150658.562000', '150658.564000', '150658.567000', '150658.569000', '150658.572000', '150658.574000', '150718.463000', '150718.466000', '150718.469000', '150718.472000', '150718.474000', '150718.477000', '150718.479000', '150718.482000', '150718.485000', '150718.487000', '150718.490000', '150718.492000', '150718.495000', '150718.497000', '150718.500000', '150718.503000', '150718.505000', '150718.508000', '150718.510000', '150718.513000', '150718.516000', '150718.518000', '150718.521000', '150718.523000', '150718.526000', '150718.528000', '150718.531000', '150718.534000', '150718.536000', '150718.539000', '150718.542000', '150718.544000', '150718.547000', '150718.550000', '150718.553000', '150718.556000', '150718.558000', '150718.561000', '150718.564000', '150718.566000', '150718.569000', '150718.571000', '150718.574000', '150738.463000', '150738.466000', '150738.469000', '150738.471000', '150738.474000', '150738.477000', '150738.479000', '150738.482000', '150738.485000', '150738.487000', '150738.490000', '150738.492000', '150738.495000', '150738.498000', '150738.500000', '150738.503000', '150738.506000', '150738.508000', '150738.511000', '150738.513000', '150738.516000', '150738.518000', '150738.521000', '150738.524000', '150738.526000', '150738.529000', '150738.531000', '150738.534000', '150738.536000', '150738.539000', '150738.542000', '150738.544000', '150738.547000', '150738.550000', '150738.552000', '150738.555000', '150738.557000', '150738.560000', '150738.563000', '150738.565000', '150738.568000', '150738.570000', '150738.573000', '150738.587000', '150758.463000', '150758.466000', '150758.469000', '150758.472000', '150758.474000', '150758.477000', '150758.479000', '150758.482000', '150758.485000', '150758.487000', '150758.490000', '150758.492000', '150758.495000', '150758.498000', '150758.500000', '150758.503000', '150758.505000', '150758.508000', '150758.510000', '150758.513000', '150758.516000', '150758.518000', '150758.521000', '150758.523000', '150758.526000', '150758.529000', '150758.531000', '150758.534000', '150758.536000', '150758.539000', '150758.542000', '150758.544000', '150758.547000', '150758.549000', '150758.552000', '150758.555000', '150758.557000', '150758.560000', '150758.562000', '150758.565000', '150758.568000', '150758.570000', '150758.573000', '150818.464000', '150818.466000', '150818.469000', '150818.472000', '150818.474000', '150818.477000', '150818.479000', '150818.482000', '150818.484000', '150818.487000', '150818.490000', '150818.492000', '150818.495000', '150818.497000', '150818.500000', '150818.503000', '150818.505000', '150818.508000', '150818.510000', '150818.513000', '150818.516000', '150818.518000', '150818.521000', '150818.523000', '150818.526000', '150818.528000', '150818.531000', '150818.534000', '150818.536000', '150818.539000', '150818.541000', '150818.544000', '150818.547000', '150818.549000', '150818.552000', '150818.554000', '150818.557000', '150818.559000', '150818.562000', '150818.565000', '150818.567000', '150818.570000', '150818.573000', '150818.575000', '150838.463000', '150838.466000', '150838.469000', '150838.472000', '150838.474000', '150838.477000', '150838.479000', '150838.482000', '150838.485000', '150838.487000', '150838.490000', '150838.492000', '150838.495000', '150838.498000', '150838.500000', '150838.503000', '150838.505000', '150838.508000', '150838.510000', '150838.513000', '150838.516000', '150838.518000', '150838.521000', '150838.523000', '150838.526000', '150838.528000', '150838.531000', '150838.534000', '150838.536000', '150838.539000', '150838.542000', '150838.544000', '150838.547000', '150838.549000', '150838.552000', '150838.554000', '150838.557000', '150838.559000', '150838.562000', '150838.565000', '150838.567000', '150838.570000', '150838.572000', '150858.462000', '150858.465000', '150858.468000', '150858.471000', '150858.473000', '150858.476000', '150858.478000', '150858.481000', '150858.484000', '150858.486000', '150858.489000', '150858.492000', '150858.494000', '150858.497000', '150858.499000', '150858.502000', '150858.505000', '150858.507000', '150858.510000', '150858.512000', '150858.515000', '150858.518000', '150858.520000', '150858.523000', '150858.525000', '150858.528000', '150858.531000', '150858.533000', '150858.536000', '150858.538000', '150858.541000', '150858.544000', '150858.546000', '150858.549000', '150858.551000', '150858.554000', '150858.556000', '150858.559000', '150858.562000', '150858.564000', '150858.567000', '150858.570000', '150858.572000', '150858.575000', '150918.463000', '150918.466000', '150918.468000', '150918.471000', '150918.473000', '150918.476000', '150918.479000', '150918.481000', '150918.484000', '150918.486000', '150918.489000', '150918.492000', '150918.494000', '150918.497000', '150918.500000', '150918.502000', '150918.505000', '150918.508000', '150918.510000', '150918.513000', '150918.515000', '150918.518000', '150918.521000', '150918.523000', '150918.526000', '150918.529000', '150918.531000', '150918.534000', '150918.536000', '150918.539000', '150918.542000', '150918.544000', '150918.547000', '150918.549000', '150918.552000', '150918.555000', '150918.557000', '150918.560000', '150918.572000', '150918.575000', '150918.577000', '150918.580000', '150918.583000', '150938.463000', '150938.466000', '150938.469000', '150938.472000', '150938.474000', '150938.477000', '150938.480000', '150938.482000', '150938.485000', '150938.488000', '150938.490000', '150938.493000', '150938.496000', '150938.498000', '150938.501000', '150938.503000', '150938.506000', '150938.509000', '150938.511000', '150938.514000', '150938.516000', '150938.519000', '150938.522000', '150938.524000', '150938.527000', '150938.529000', '150938.532000', '150938.535000', '150938.537000', '150938.540000', '150938.542000', '150938.545000', '150938.548000', '150938.550000', '150938.553000', '150938.555000', '150938.558000', '150938.561000', '150938.563000', '150938.566000', '150938.569000', '150938.571000', '150938.574000', '150938.576000', '150958.464000', '150958.467000', '150958.469000', '150958.472000', '150958.501000', '150958.504000', '150958.507000', '150958.509000', '150958.512000', '150958.515000', '150958.517000', '150958.520000', '150958.522000', '150958.525000', '150958.528000', '150958.530000', '150958.533000', '150958.535000', '150958.538000', '150958.541000', '150958.543000', '150958.546000', '150958.549000', '150958.551000', '150958.554000', '150958.556000', '150958.559000', '150958.562000', '150958.564000', '150958.567000', '150958.569000', '150958.572000', '150958.575000', '150958.577000', '150958.580000', '150958.582000', '150958.585000', '150958.588000', '150958.590000', '150958.593000', '150958.596000', '150958.598000', '150958.601000', '151018.464000', '151018.466000', '151018.469000', '151018.472000', '151018.474000', '151018.477000', '151018.479000', '151018.482000', '151018.485000', '151018.487000', '151018.490000', '151018.493000', '151018.495000', '151018.498000', '151018.500000', '151018.503000', '151018.506000', '151018.508000', '151018.511000', '151018.513000', '151018.516000', '151018.519000', '151018.521000', '151018.524000', '151018.527000', '151018.529000', '151018.532000', '151018.534000', '151018.537000', '151018.540000', '151018.542000', '151018.545000', '151018.548000', '151018.550000', '151018.553000', '151018.555000', '151018.558000', '151018.561000', '151018.563000', '151018.566000', '151018.568000', '151018.571000', '151018.574000', '151018.576000', '151038.463000', '151038.466000', '151038.469000', '151038.471000', '151038.474000', '151038.477000', '151038.479000', '151038.482000', '151038.485000', '151038.487000', '151038.490000', '151038.492000', '151038.495000', '151038.497000', '151038.500000', '151038.503000', '151038.505000', '151038.508000', '151038.510000', '151038.513000', '151038.516000', '151038.518000', '151038.521000', '151038.523000', '151038.526000', '151038.528000', '151038.531000', '151038.534000', '151038.536000', '151038.539000', '151038.541000', '151038.544000', '151038.546000', '151038.549000', '151038.552000', '151038.554000', '151038.557000', '151038.559000', '151038.562000', '151038.564000', '151038.567000', '151038.570000', '151038.572000', '151058.464000', '151058.467000', '151058.469000', '151058.472000', '151058.474000', '151058.477000', '151058.490000', '151058.492000', '151058.495000', '151058.498000', '151058.500000', '151058.503000', '151058.505000', '151058.508000', '151058.511000', '151058.513000', '151058.516000', '151058.518000', '151058.521000', '151058.524000', '151058.526000', '151058.529000', '151058.532000', '151058.534000', '151058.537000', '151058.539000', '151058.542000', '151058.545000', '151058.547000', '151058.550000', '151058.552000', '151058.555000', '151058.557000', '151058.560000', '151058.563000', '151058.565000', '151058.568000', '151058.571000', '151058.573000', '151058.576000', '151058.578000', '151058.581000', '151058.584000', '151058.586000', '151118.463000', '151118.466000', '151118.468000', '151118.471000', '151118.474000', '151118.476000', '151118.479000', '151118.481000', '151118.484000', '151118.487000', '151118.489000', '151118.492000', '151118.494000', '151118.497000', '151118.500000', '151118.502000', '151118.505000', '151118.507000', '151118.510000', '151118.513000', '151118.515000', '151118.518000', '151118.520000', '151118.523000', '151118.526000', '151118.528000', '151118.531000', '151118.535000', '151118.538000', '151118.540000', '151118.543000', '151118.546000', '151118.548000', '151118.551000', '151118.554000', '151118.556000', '151118.559000', '151118.561000', '151118.564000', '151118.567000', '151118.569000', '151118.572000', '151118.574000', '151138.463000', '151138.466000', '151138.469000', '151138.472000', '151138.475000', '151138.477000', '151138.480000', '151138.482000', '151138.485000', '151138.488000', '151138.490000', '151138.493000', '151138.495000', '151138.498000', '151138.501000', '151138.503000', '151138.506000', '151138.508000', '151138.511000', '151138.514000', '151138.516000', '151138.519000', '151138.521000', '151138.524000', '151138.527000', '151138.529000', '151138.532000', '151138.534000', '151138.537000', '151138.539000', '151138.542000', '151138.545000', '151138.547000', '151138.550000', '151138.552000', '151138.555000', '151138.557000', '151138.560000', '151138.563000', '151138.565000', '151138.568000', '151138.570000', '151138.573000', '151158.463000', '151158.466000', '151158.469000', '151158.472000', '151158.474000', '151158.477000', '151158.479000', '151158.482000', '151158.484000', '151158.487000', '151158.490000', '151158.492000', '151158.495000', '151158.497000', '151158.500000', '151158.503000', '151158.505000', '151158.508000', '151158.510000', '151158.513000', '151158.516000', '151158.518000', '151158.521000', '151158.523000', '151158.526000', '151158.528000', '151158.531000', '151158.533000', '151158.536000', '151158.539000', '151158.541000', '151158.544000', '151158.546000', '151158.549000', '151158.551000', '151158.554000', '151158.556000', '151158.559000', '151158.562000', '151158.564000', '151158.567000', '151158.569000', '151158.572000', '151158.574000', '151218.463000', '151218.466000', '151218.469000', '151218.472000', '151218.474000', '151218.477000', '151218.479000', '151218.482000', '151218.485000', '151218.487000', '151218.491000', '151218.494000', '151218.497000', '151218.501000', '151218.504000', '151218.507000', '151218.509000', '151218.519000', '151218.522000', '151218.524000', '151218.527000', '151218.529000', '151218.532000', '151218.535000', '151218.537000', '151218.540000', '151218.542000', '151218.545000', '151218.548000', '151218.550000', '151218.553000', '151218.556000', '151218.558000', '151218.561000', '151218.563000', '151218.566000', '151218.569000', '151218.571000', '151218.574000', '151218.577000', '151218.579000', '151218.582000', '151218.584000', '151222.121000', '151222.124000', '151222.127000', '151222.130000', '151222.133000', '151222.135000', '151222.139000', '151222.142000', '151222.144000'], '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': [13715, 8947, 12882, 8481, 12456, 8348, 14492, 8693, 13465, 8576, 12944, 8788, 13246, 8986, 12843, 8227, 12391, 8121, 12269, 8670, 11598, 7861, 11668, 7696, 13340, 8539, 11007, 9571, 7985, 11431, 7953, 13325, 8137, 14812, 8247, 14724, 9348, 15238, 9798, 11372, 9949, 10403, 15835, 9353, 18670, 9363, 16340, 10716, 16019, 11864, 16494, 8462, 13911, 9001, 14268, 9989, 15708, 10671, 17132, 9702, 14073, 9346, 12811, 9177, 13922, 9682, 15904, 7974, 12185, 8283, 12406, 8708, 12864, 9139, 14933, 8303, 12159, 7601, 11512, 7486, 9842, 8074, 9313, 9043, 8707, 10049, 9911, 8460, 9420, 8020, 10574, 8068, 12885, 9323, 17079, 9412, 12976, 8476, 9324, 8028, 17379, 10513, 10618, 8836, 7929, 15428, 13431, 18485, 10184, 15426, 8916, 14391, 9317, 13559, 8849, 12542, 8909, 9828, 8814, 9739, 8518, 11901, 8931, 15632, 8838, 12960, 8356, 11129, 7650, 10956, 7515, 12518, 7695, 13496, 8342, 12486, 8522, 16247, 8603, 15047, 9470, 13892, 8985, 15708, 8902, 12927, 7796, 11020, 7773, 11825, 8317, 12207, 11201, 14058, 9907, 10352, 9189, 9407, 13176, 9231, 18502, 10398, 17611, 10399, 13791, 8306, 12458, 8283, 13017, 8575, 14948, 8990, 13385, 8474, 12980, 8304, 14147, 9198, 17018, 12432, 17857, 17735, 11472, 11499, 8984, 12305, 7416, 9670, 11637, 9659, 17053, 9840, 14665, 9492, 13214, 8614, 13749, 8701, 15303, 9472, 16569, 10863, 16138, 10488, 14468, 8288, 13202, 7948, 14128, 8097, 14856, 8656, 15521, 8765, 14670, 8572, 12920, 8015, 10523, 7397, 9955, 7788, 9014, 7420, 8598, 7813, 8435, 7953, 8794, 8345, 9032, 8262, 8683, 8626, 8782, 8810, 8863, 8800, 9258, 8869, 9508, 8537, 9610, 10151, 9762, 11916, 8935, 12255, 8699, 17096, 9598, 11708, 8294, 13647, 8437, 15010, 8664, 13023, 8618, 14116, 9427, 12114, 8677, 8150, 8045, 8097, 10087, 10188, 12889, 10555, 13545, 8570, 12331, 8179, 13574, 8052, 15466, 11350, 18212, 12447, 15029, 10178, 14550, 11045, 15896, 9749, 14924, 8098, 13423, 8638, 10634, 11805, 9035, 15701, 9001, 14615, 8810, 15937, 9683, 8189, 8566, 7530, 11464, 8273, 12813, 10209, 11827, 14501, 9095, 15391, 8202, 16666, 9822, 16537, 10895, 16194, 8443, 9521, 7792, 11123, 7813, 11276, 7754, 9456, 8181, 14090, 8628, 13366, 8332, 14589, 8929, 15797, 11269, 8005, 9388, 7287, 11339, 7919, 14496, 9059, 14763, 9007, 14367, 9106, 14161, 8838, 13555, 8639, 14137, 8655, 13811, 8953, 14135, 8610, 14494, 8742, 14678, 9931, 18215, 10620, 9668, 8555, 7394, 10140, 7368, 11831, 7628, 13898, 8196, 15584, 9648, 15869, 12513, 14613, 8644, 7518, 10136, 7567, 11955, 7617, 13915, 8746, 15428, 9569, 15477, 9916, 15410, 10311, 14836, 10344, 18189, 11812, 12139, 9184, 7751, 10485, 7498, 11572, 8421, 10565, 12150, 9685, 17419, 8680, 15368, 9648, 14578, 10642, 13019, 7989, 12319, 7688, 13317, 8722, 13483, 8401, 11698, 8135, 9566, 8247, 8564, 9256, 9211, 12095, 8530, 10714, 7415, 11393, 7503, 12441, 7609, 12665, 8202, 13203, 8073, 10756, 7526, 10191, 8283, 9830, 8781, 9681, 9035, 8761, 9748, 9880, 7627, 9828, 7810, 11310, 7858, 12220, 10133, 11527, 16372, 10771, 17252, 9296, 15635, 9712, 14520, 9323, 14146, 9463, 13141, 8205, 12529, 7904, 12337, 7534, 12414, 7935, 13938, 9024, 12389, 8552, 11256, 12477, 9553, 17327, 8726, 18121, 10923, 18653, 11162, 15553, 7842, 13614, 9105, 14865, 9405, 13458, 8664, 12294, 8230, 16509, 8434, 11340, 7597, 11226, 7355, 12903, 7688, 15281, 8771, 12052, 7713, 11339, 8239, 9691, 13177, 8973, 19650, 9399, 16551, 8717, 13455, 8281, 12645, 7890, 11603, 8121, 13406, 8777, 12784, 8083, 12690, 8226, 13647, 8294, 13710, 8039, 16430, 7841, 10825, 7584, 11098, 7723, 12306, 8178, 13521, 7504, 10190, 7508, 10118, 7695, 9319, 9094, 9083, 12486, 8760, 13797, 8384, 14344, 8478, 13467, 9204, 15427, 8493, 12168, 7976, 11928, 7940, 13138, 8836, 16809, 8811, 13398, 8631, 12654, 9108, 13778, 9483, 16216, 8615, 12269, 8218, 10511, 8234, 8524, 9820, 9077, 10843, 7595, 11847, 8044, 13248, 8042, 12961, 8013, 12630, 7702, 10731, 7553, 10999, 7368, 11613, 8186, 15656, 8825, 12716, 8039, 12511, 8644, 14453, 9230, 14040, 9039, 15606, 8354, 11697, 7548, 10994, 7255, 10948, 7560, 12550, 8286, 11265, 7742, 11315, 7921, 10933, 8624, 9588, 10584, 8960, 16681, 10269, 14384, 8696, 12063, 8433, 13528, 8314, 13313, 8277, 11598, 8375, 11659, 8197, 10242, 7526, 10012, 7549, 9965, 7824, 10791, 9600, 10286, 9283, 9758, 8838, 10982, 10757, 13550, 11261, 17087, 8481, 11827, 8032, 12613, 7878, 12589, 8283, 10961, 10654, 9509, 18606, 9414, 13768, 9578, 13128, 9956, 14034, 8189, 11610, 8197, 13115, 9095, 16647, 11309, 17701, 12232, 16430, 10820, 13656, 7605, 8970, 12675, 8460, 19388, 9027, 13934, 9292, 11398, 8554, 12990, 8073, 11293, 7575, 11920, 8325, 12926, 8487, 11503, 7677, 10330, 7516, 11208, 9765, 17469, 8879, 10873, 7653, 10525, 7438, 12679, 8077, 14017, 8478, 12776, 7621, 11877, 7705, 11933, 9462, 17866, 9557, 11740, 7539, 10344, 7680, 11790, 8091, 13524, 8661, 13223, 8048, 10608, 7505, 10531, 7790, 9365, 8225, 9130, 9366, 9088, 11384, 8853, 14128, 9072, 13439, 8454, 12651, 8255, 12497, 8366, 12876, 9036, 14569, 9822, 13814, 8278, 12688, 8268, 12811, 8035, 12111, 8293, 11894, 13788, 10413, 14569, 9153, 15621, 8913, 13862, 8417, 12426, 8766, 12132, 8011, 10419, 7983, 9463, 11789, 9345, 15917, 9056, 13473, 8672, 13256, 9122, 14335, 9268, 12273, 8330, 12681, 8468, 15474, 9892, 17104, 12493, 18635, 12123, 16905, 10038, 17144, 11997, 11931, 13897, 9623, 19653, 16312, 19113, 11800, 13002, 8597, 8028, 9808, 8337, 11844, 8734, 11975, 8432, 12313, 8556, 17440, 10014, 18115, 8378, 11984, 8029, 12486, 8212, 13383, 8940, 13588, 8407, 14094, 9534, 16334, 8552, 11468, 7691, 10941, 7336, 13341, 8193, 14052, 8328, 12835, 8301, 12300, 7857, 13088, 7947, 12187, 7741, 12018, 7501, 10656, 7290, 9550, 7680, 9375, 7785, 11428, 8377, 12706, 7890], 'WindowCenter': [4535.0, 4480.0, 4507.0, 4467.0, 4517.0, 4454.0, 4513.0, 4462.0, 4490.0, 4450.0, 4490.0, 4450.0, 4489.0, 4460.0, 4492.0, 4464.0, 4507.0, 4465.0, 4494.0, 4465.0, 4493.0, 4452.0, 4491.0, 4454.0, 4517.0, 4477.0, 4498.0, 4489.0, 4479.0, 4508.0, 4469.0, 4519.0, 4468.0, 4528.0, 4480.0, 4541.0, 4489.0, 4542.0, 4490.0, 4498.0, 4474.0, 4483.0, 4514.0, 4461.0, 4535.0, 4463.0, 4528.0, 4485.0, 4526.0, 4496.0, 4525.0, 4453.0, 4503.0, 4462.0, 4516.0, 4487.0, 4515.0, 4484.0, 4523.0, 4461.0, 4491.0, 4450.0, 4491.0, 4472.0, 4499.0, 4461.0, 4510.0, 4438.0, 4479.0, 4448.0, 4489.0, 4465.0, 4506.0, 4473.0, 4512.0, 4450.0, 4491.0, 4453.0, 4481.0, 4440.0, 4472.0, 4450.0, 4471.0, 4476.0, 4465.0, 4474.0, 4485.0, 4463.0, 4473.0, 4453.0, 4484.0, 4455.0, 4507.0, 4476.0, 4539.0, 4475.0, 4505.0, 4466.0, 4464.0, 4453.0, 4523.0, 4483.0, 4472.0, 4464.0, 4452.0, 4514.0, 4502.0, 4523.0, 4470.0, 4499.0, 4448.0, 4487.0, 4448.0, 4490.0, 4463.0, 4489.0, 4450.0, 4459.0, 4449.0, 4459.0, 4445.0, 4477.0, 4449.0, 4500.0, 4460.0, 4502.0, 4450.0, 4482.0, 4440.0, 4480.0, 4441.0, 4505.0, 4455.0, 4516.0, 4477.0, 4507.0, 4479.0, 4539.0, 4476.0, 4528.0, 4489.0, 4530.0, 4477.0, 4528.0, 4476.0, 4505.0, 4443.0, 4481.0, 4441.0, 4491.0, 4453.0, 4493.0, 4482.0, 4514.0, 4472.0, 4473.0, 4460.0, 4461.0, 4489.0, 4461.0, 4534.0, 4472.0, 4524.0, 4472.0, 4501.0, 4450.0, 4490.0, 4449.0, 4503.0, 4461.0, 4514.0, 4462.0, 4502.0, 4450.0, 4491.0, 4463.0, 4514.0, 4462.0, 4539.0, 4506.0, 4538.0, 4523.0, 4481.0, 4480.0, 4447.0, 4477.0, 4424.0, 4458.0, 4493.0, 4471.0, 4522.0, 4470.0, 4510.0, 4459.0, 4488.0, 4447.0, 4487.0, 4437.0, 4497.0, 4448.0, 4499.0, 4456.0, 4497.0, 4455.0, 4474.0, 4423.0, 4461.0, 4410.0, 4458.0, 4409.0, 4457.0, 4418.0, 4465.0, 4408.0, 4457.0, 4407.0, 4445.0, 4395.0, 4425.0, 4396.0, 4426.0, 4395.0, 4416.0, 4398.0, 4418.0, 4410.0, 4421.0, 4420.0, 4431.0, 4422.0, 4444.0, 4434.0, 4436.0, 4447.0, 4447.0, 4448.0, 4459.0, 4460.0, 4461.0, 4462.0, 4471.0, 4465.0, 4475.0, 4472.0, 4472.0, 4481.0, 4463.0, 4506.0, 4465.0, 4536.0, 4474.0, 4493.0, 4467.0, 4503.0, 4450.0, 4500.0, 4452.0, 4504.0, 4453.0, 4502.0, 4476.0, 4492.0, 4463.0, 4451.0, 4452.0, 4454.0, 4498.0, 4498.0, 4518.0, 4499.0, 4517.0, 4466.0, 4504.0, 4465.0, 4516.0, 4467.0, 4527.0, 4497.0, 4551.0, 4508.0, 4516.0, 4485.0, 4503.0, 4482.0, 4514.0, 4461.0, 4512.0, 4453.0, 4504.0, 4452.0, 4472.0, 4482.0, 4462.0, 4511.0, 4460.0, 4513.0, 4460.0, 4525.0, 4474.0, 4451.0, 4450.0, 4440.0, 4480.0, 4449.0, 4494.0, 4484.0, 4480.0, 4490.0, 4448.0, 4496.0, 4435.0, 4508.0, 4459.0, 4497.0, 4466.0, 4495.0, 4439.0, 4430.0, 4427.0, 4467.0, 4425.0, 4466.0, 4426.0, 4457.0, 4451.0, 4500.0, 4462.0, 4502.0, 4463.0, 4527.0, 4463.0, 4512.0, 4480.0, 4452.0, 4459.0, 4428.0, 4478.0, 4438.0, 4499.0, 4460.0, 4500.0, 4459.0, 4498.0, 4458.0, 4499.0, 4448.0, 4487.0, 4447.0, 4487.0, 4448.0, 4488.0, 4447.0, 4498.0, 4449.0, 4498.0, 4449.0, 4501.0, 4469.0, 4519.0, 4457.0, 4456.0, 4435.0, 4426.0, 4456.0, 4427.0, 4476.0, 4436.0, 4498.0, 4450.0, 4511.0, 4472.0, 4512.0, 4492.0, 4501.0, 4450.0, 4441.0, 4470.0, 4440.0, 4490.0, 4441.0, 4502.0, 4463.0, 4511.0, 4473.0, 4513.0, 4473.0, 4513.0, 4472.0, 4502.0, 4470.0, 4522.0, 4482.0, 4492.0, 4459.0, 4440.0, 4470.0, 4438.0, 4479.0, 4449.0, 4470.0, 4480.0, 4460.0, 4510.0, 4449.0, 4500.0, 4459.0, 4498.0, 4468.0, 4487.0, 4437.0, 4477.0, 4437.0, 4489.0, 4449.0, 4503.0, 4452.0, 4491.0, 4451.0, 4472.0, 4453.0, 4463.0, 4476.0, 4474.0, 4506.0, 4465.0, 4484.0, 4442.0, 4492.0, 4442.0, 4493.0, 4467.0, 4516.0, 4464.0, 4505.0, 4453.0, 4482.0, 4441.0, 4470.0, 4451.0, 4471.0, 4463.0, 4485.0, 4488.0, 4476.0, 4488.0, 4499.0, 4468.0, 4487.0, 4466.0, 4508.0, 4468.0, 4519.0, 4512.0, 4523.0, 4553.0, 4510.0, 4539.0, 4477.0, 4528.0, 4486.0, 4530.0, 4490.0, 4529.0, 4487.0, 4516.0, 4466.0, 4505.0, 4466.0, 4505.0, 4469.0, 4519.0, 4479.0, 4531.0, 4478.0, 4507.0, 4466.0, 4494.0, 4505.0, 4475.0, 4536.0, 4478.0, 4549.0, 4496.0, 4550.0, 4495.0, 4524.0, 4454.0, 4504.0, 4465.0, 4514.0, 4474.0, 4503.0, 4478.0, 4507.0, 4464.0, 4538.0, 4453.0, 4482.0, 4441.0, 4481.0, 4442.0, 4514.0, 4455.0, 4530.0, 4465.0, 4492.0, 4452.0, 4482.0, 4451.0, 4475.0, 4503.0, 4461.0, 4533.0, 4461.0, 4511.0, 4450.0, 4490.0, 4450.0, 4490.0, 4452.0, 4494.0, 4452.0, 4515.0, 4476.0, 4504.0, 4452.0, 4503.0, 4453.0, 4503.0, 4464.0, 4513.0, 4453.0, 4526.0, 4452.0, 4480.0, 4438.0, 4491.0, 4454.0, 4490.0, 4452.0, 4501.0, 4428.0, 4469.0, 4429.0, 4468.0, 4441.0, 4486.0, 4472.0, 4461.0, 4492.0, 4450.0, 4500.0, 4449.0, 4500.0, 4450.0, 4500.0, 4462.0, 4524.0, 4459.0, 4490.0, 4440.0, 4480.0, 4451.0, 4488.0, 4462.0, 4521.0, 4459.0, 4488.0, 4446.0, 4490.0, 4459.0, 4488.0, 4469.0, 4507.0, 4447.0, 4476.0, 4446.0, 4468.0, 4449.0, 4447.0, 4469.0, 4459.0, 4467.0, 4437.0, 4477.0, 4436.0, 4487.0, 4452.0, 4501.0, 4439.0, 4479.0, 4437.0, 4468.0, 4437.0, 4467.0, 4441.0, 4490.0, 4449.0, 4525.0, 4462.0, 4491.0, 4449.0, 4490.0, 4451.0, 4502.0, 4475.0, 4515.0, 4464.0, 4510.0, 4448.0, 4477.0, 4426.0, 4467.0, 4438.0, 4481.0, 4439.0, 4503.0, 4450.0, 4480.0, 4439.0, 4479.0, 4439.0, 4469.0, 4447.0, 4460.0, 4483.0, 4463.0, 4522.0, 4473.0, 4499.0, 4449.0, 4479.0, 4448.0, 4490.0, 4451.0, 4500.0, 4466.0, 4495.0, 4462.0, 4492.0, 4452.0, 4482.0, 4452.0, 4473.0, 4481.0, 4498.0, 4465.0, 4509.0, 4488.0, 4486.0, 4475.0, 4474.0, 4477.0, 4498.0, 4496.0, 4515.0, 4496.0, 4538.0, 4465.0, 4493.0, 4453.0, 4492.0, 4451.0, 4505.0, 4466.0, 4496.0, 4485.0, 4475.0, 4533.0, 4474.0, 4515.0, 4473.0, 4501.0, 4484.0, 4513.0, 4452.0, 4493.0, 4464.0, 4504.0, 4477.0, 4537.0, 4495.0, 4527.0, 4493.0, 4512.0, 4468.0, 4486.0, 4424.0, 4446.0, 4475.0, 4435.0, 4518.0, 4446.0, 4486.0, 4459.0, 4478.0, 4446.0, 4488.0, 4437.0, 4463.0, 4426.0, 4478.0, 4438.0, 4489.0, 4449.0, 4482.0, 4441.0, 4470.0, 4441.0, 4480.0, 4470.0, 4535.0, 4461.0, 4480.0, 4438.0, 4468.0, 4429.0, 4488.0, 4440.0, 4501.0, 4438.0, 4480.0, 4428.0, 4478.0, 4440.0, 4480.0, 4456.0, 4509.0, 4458.0, 4465.0, 4425.0, 4455.0, 4425.0, 4475.0, 4437.0, 4486.0, 4446.0, 4488.0, 4452.0, 4481.0, 4426.0, 4467.0, 4426.0, 4447.0, 4435.0, 4446.0, 4458.0, 4462.0, 4495.0, 4474.0, 4514.0, 4463.0, 4502.0, 4451.0, 4501.0, 4453.0, 4504.0, 4467.0, 4517.0, 4475.0, 4529.0, 4499.0, 4517.0, 4467.0, 4505.0, 4454.0, 4504.0, 4453.0, 4507.0, 4465.0, 4495.0, 4518.0, 4484.0, 4501.0, 4461.0, 4512.0, 4461.0, 4516.0, 4467.0, 4504.0, 4478.0, 4505.0, 4454.0, 4484.0, 4453.0, 4487.0, 4495.0, 4476.0, 4526.0, 4464.0, 4516.0, 4477.0, 4517.0, 4488.0, 4528.0, 4489.0, 4508.0, 4479.0, 4518.0, 4478.0, 4529.0, 4501.0, 4552.0, 4511.0, 4537.0, 4506.0, 4537.0, 4474.0, 4535.0, 4496.0, 4493.0, 4515.0, 4473.0, 4548.0, 4525.0, 4535.0, 4492.0, 4488.0, 4447.0, 4437.0, 4457.0, 4438.0, 4476.0, 4447.0, 4477.0, 4436.0, 4479.0, 4448.0, 4508.0, 4456.0, 4507.0, 4435.0, 4464.0, 4424.0, 4463.0, 4434.0, 4473.0, 4444.0, 4475.0, 4436.0, 4485.0, 4446.0, 4497.0, 4435.0, 4464.0, 4426.0, 4466.0, 4426.0, 4486.0, 4438.0, 4498.0, 4448.0, 4488.0, 4450.0, 4490.0, 4450.0, 4490.0, 4439.0, 4490.0, 4440.0, 4490.0, 4441.0, 4482.0, 4455.0, 4473.0, 4454.0, 4476.0, 4467.0, 4507.0, 4480.0, 4520.0, 4469.0], 'WindowWidth': [9951.0, 9861.0, 9892.0, 9839.0, 9907.0, 9815.0, 9892.0, 9820.0, 9856.0, 9801.0, 9854.0, 9800.0, 9853.0, 9815.0, 9859.0, 9827.0, 9888.0, 9831.0, 9867.0, 9827.0, 9863.0, 9807.0, 9860.0, 9814.0, 9907.0, 9851.0, 9879.0, 9870.0, 9857.0, 9894.0, 9842.0, 9909.0, 9838.0, 9921.0, 9858.0, 9946.0, 9869.0, 9948.0, 9870.0, 9877.0, 9840.0, 9848.0, 9893.0, 9818.0, 9925.0, 9822.0, 9922.0, 9856.0, 9913.0, 9873.0, 9914.0, 9811.0, 9879.0, 9819.0, 9900.0, 9862.0, 9897.0, 9852.0, 9910.0, 9815.0, 9856.0, 9797.0, 9860.0, 9835.0, 9865.0, 9818.0, 9883.0, 9781.0, 9838.0, 9795.0, 9852.0, 9831.0, 9889.0, 9839.0, 9892.0, 9803.0, 9856.0, 9812.0, 9843.0, 9789.0, 9831.0, 9801.0, 9832.0, 9845.0, 9830.0, 9840.0, 9858.0, 9825.0, 9839.0, 9811.0, 9854.0, 9816.0, 9888.0, 9845.0, 9939.0, 9843.0, 9883.0, 9829.0, 9824.0, 9809.0, 9910.0, 9849.0, 9833.0, 9827.0, 9808.0, 9893.0, 9875.0, 9911.0, 9824.0, 9868.0, 9793.0, 9846.0, 9791.0, 9855.0, 9820.0, 9852.0, 9801.0, 9812.0, 9795.0, 9808.0, 9787.0, 9832.0, 9795.0, 9868.0, 9814.0, 9874.0, 9802.0, 9846.0, 9789.0, 9841.0, 9793.0, 9884.0, 9819.0, 9902.0, 9852.0, 9891.0, 9853.0, 9937.0, 9848.0, 9919.0, 9868.0, 9928.0, 9851.0, 9925.0, 9846.0, 9884.0, 9794.0, 9844.0, 9790.0, 9857.0, 9809.0, 9865.0, 9848.0, 9897.0, 9834.0, 9835.0, 9815.0, 9817.0, 9853.0, 9817.0, 9926.0, 9832.0, 9912.0, 9834.0, 9873.0, 9802.0, 9853.0, 9801.0, 9879.0, 9818.0, 9896.0, 9822.0, 9873.0, 9801.0, 9857.0, 9824.0, 9895.0, 9822.0, 9941.0, 9890.0, 9938.0, 9913.0, 9843.0, 9841.0, 9791.0, 9831.0, 9757.0, 9809.0, 9864.0, 9832.0, 9904.0, 9829.0, 9884.0, 9812.0, 9850.0, 9791.0, 9845.0, 9776.0, 9859.0, 9791.0, 9866.0, 9800.0, 9860.0, 9795.0, 9821.0, 9749.0, 9799.0, 9728.0, 9792.0, 9723.0, 9789.0, 9735.0, 9797.0, 9720.0, 9788.0, 9718.0, 9769.0, 9701.0, 9741.0, 9702.0, 9744.0, 9701.0, 9731.0, 9707.0, 9737.0, 9727.0, 9744.0, 9743.0, 9761.0, 9750.0, 9781.0, 9769.0, 9775.0, 9789.0, 9791.0, 9795.0, 9812.0, 9814.0, 9818.0, 9819.0, 9830.0, 9827.0, 9845.0, 9835.0, 9833.0, 9845.0, 9822.0, 9887.0, 9827.0, 9930.0, 9839.0, 9863.0, 9837.0, 9877.0, 9801.0, 9868.0, 9805.0, 9879.0, 9808.0, 9872.0, 9846.0, 9863.0, 9821.0, 9805.0, 9805.0, 9814.0, 9881.0, 9879.0, 9906.0, 9882.0, 9906.0, 9832.0, 9883.0, 9827.0, 9903.0, 9836.0, 9918.0, 9878.0, 9962.0, 9890.0, 9902.0, 9854.0, 9879.0, 9846.0, 9894.0, 9817.0, 9890.0, 9809.0, 9880.0, 9805.0, 9832.0, 9847.0, 9818.0, 9885.0, 9813.0, 9893.0, 9816.0, 9911.0, 9838.0, 9803.0, 9800.0, 9787.0, 9840.0, 9798.0, 9866.0, 9853.0, 9843.0, 9854.0, 9790.0, 9856.0, 9771.0, 9881.0, 9810.0, 9861.0, 9815.0, 9854.0, 9783.0, 9754.0, 9764.0, 9817.0, 9757.0, 9815.0, 9763.0, 9805.0, 9806.0, 9871.0, 9820.0, 9877.0, 9827.0, 9922.0, 9824.0, 9888.0, 9843.0, 9806.0, 9812.0, 9768.0, 9834.0, 9783.0, 9867.0, 9815.0, 9869.0, 9811.0, 9865.0, 9810.0, 9865.0, 9795.0, 9847.0, 9791.0, 9847.0, 9793.0, 9849.0, 9795.0, 9864.0, 9798.0, 9864.0, 9798.0, 9873.0, 9826.0, 9896.0, 9806.0, 9803.0, 9773.0, 9761.0, 9803.0, 9765.0, 9831.0, 9778.0, 9863.0, 9802.0, 9886.0, 9833.0, 9891.0, 9859.0, 9872.0, 9801.0, 9788.0, 9828.0, 9790.0, 9856.0, 9791.0, 9875.0, 9823.0, 9889.0, 9837.0, 9893.0, 9836.0, 9891.0, 9832.0, 9877.0, 9830.0, 9905.0, 9847.0, 9859.0, 9813.0, 9787.0, 9828.0, 9784.0, 9839.0, 9798.0, 9825.0, 9841.0, 9812.0, 9883.0, 9795.0, 9870.0, 9810.0, 9864.0, 9820.0, 9846.0, 9778.0, 9833.0, 9780.0, 9853.0, 9800.0, 9876.0, 9807.0, 9858.0, 9805.0, 9833.0, 9808.0, 9824.0, 9848.0, 9840.0, 9887.0, 9829.0, 9852.0, 9795.0, 9861.0, 9793.0, 9865.0, 9836.0, 9902.0, 9827.0, 9887.0, 9810.0, 9848.0, 9791.0, 9830.0, 9806.0, 9832.0, 9823.0, 9858.0, 9868.0, 9849.0, 9868.0, 9887.0, 9840.0, 9865.0, 9836.0, 9893.0, 9839.0, 9913.0, 9908.0, 9921.0, 9967.0, 9899.0, 9940.0, 9849.0, 9919.0, 9860.0, 9929.0, 9871.0, 9924.0, 9865.0, 9902.0, 9833.0, 9884.0, 9831.0, 9885.0, 9845.0, 9915.0, 9857.0, 9932.0, 9853.0, 9891.0, 9831.0, 9868.0, 9885.0, 9841.0, 9930.0, 9852.0, 9957.0, 9873.0, 9959.0, 9871.0, 9909.0, 9812.0, 9881.0, 9828.0, 9895.0, 9839.0, 9879.0, 9854.0, 9891.0, 9829.0, 9935.0, 9812.0, 9849.0, 9791.0, 9844.0, 9795.0, 9899.0, 9819.0, 9928.0, 9830.0, 9865.0, 9807.0, 9847.0, 9806.0, 9843.0, 9880.0, 9819.0, 9924.0, 9817.0, 9889.0, 9802.0, 9858.0, 9803.0, 9856.0, 9810.0, 9870.0, 9811.0, 9898.0, 9848.0, 9881.0, 9809.0, 9878.0, 9810.0, 9878.0, 9831.0, 9895.0, 9811.0, 9916.0, 9805.0, 9843.0, 9783.0, 9862.0, 9812.0, 9857.0, 9807.0, 9873.0, 9769.0, 9824.0, 9771.0, 9824.0, 9792.0, 9862.0, 9838.0, 9819.0, 9862.0, 9802.0, 9869.0, 9797.0, 9871.0, 9805.0, 9871.0, 9822.0, 9910.0, 9815.0, 9856.0, 9787.0, 9841.0, 9809.0, 9854.0, 9821.0, 9902.0, 9813.0, 9852.0, 9791.0, 9857.0, 9813.0, 9851.0, 9828.0, 9877.0, 9793.0, 9831.0, 9791.0, 9823.0, 9802.0, 9794.0, 9828.0, 9813.0, 9821.0, 9778.0, 9832.0, 9778.0, 9846.0, 9807.0, 9871.0, 9784.0, 9838.0, 9780.0, 9821.0, 9779.0, 9820.0, 9793.0, 9857.0, 9802.0, 9913.0, 9821.0, 9858.0, 9800.0, 9854.0, 9804.0, 9874.0, 9847.0, 9900.0, 9825.0, 9885.0, 9795.0, 9833.0, 9763.0, 9817.0, 9784.0, 9844.0, 9786.0, 9877.0, 9802.0, 9840.0, 9785.0, 9839.0, 9785.0, 9826.0, 9794.0, 9814.0, 9853.0, 9823.0, 9903.0, 9836.0, 9869.0, 9799.0, 9839.0, 9796.0, 9857.0, 9804.0, 9871.0, 9835.0, 9873.0, 9822.0, 9862.0, 9808.0, 9849.0, 9809.0, 9838.0, 9865.0, 9882.0, 9833.0, 9897.0, 9869.0, 9861.0, 9842.0, 9840.0, 9851.0, 9879.0, 9875.0, 9902.0, 9873.0, 9937.0, 9829.0, 9865.0, 9812.0, 9862.0, 9807.0, 9886.0, 9832.0, 9874.0, 9857.0, 9841.0, 9925.0, 9840.0, 9901.0, 9836.0, 9872.0, 9854.0, 9893.0, 9808.0, 9866.0, 9827.0, 9883.0, 9851.0, 9936.0, 9871.0, 9921.0, 9863.0, 9891.0, 9820.0, 9845.0, 9755.0, 9786.0, 9825.0, 9772.0, 9893.0, 9786.0, 9844.0, 9811.0, 9837.0, 9791.0, 9848.0, 9778.0, 9810.0, 9763.0, 9836.0, 9781.0, 9851.0, 9798.0, 9846.0, 9789.0, 9829.0, 9789.0, 9842.0, 9827.0, 9928.0, 9817.0, 9841.0, 9782.0, 9822.0, 9771.0, 9851.0, 9785.0, 9869.0, 9782.0, 9839.0, 9767.0, 9835.0, 9788.0, 9841.0, 9803.0, 9882.0, 9807.0, 9815.0, 9758.0, 9799.0, 9758.0, 9827.0, 9777.0, 9843.0, 9789.0, 9848.0, 9807.0, 9843.0, 9764.0, 9818.0, 9760.0, 9789.0, 9772.0, 9790.0, 9808.0, 9820.0, 9873.0, 9839.0, 9894.0, 9823.0, 9876.0, 9806.0, 9872.0, 9810.0, 9880.0, 9836.0, 9904.0, 9845.0, 9923.0, 9883.0, 9903.0, 9835.0, 9881.0, 9813.0, 9880.0, 9812.0, 9890.0, 9832.0, 9871.0, 9905.0, 9851.0, 9874.0, 9816.0, 9887.0, 9816.0, 9901.0, 9837.0, 9880.0, 9851.0, 9886.0, 9813.0, 9852.0, 9810.0, 9865.0, 9869.0, 9843.0, 9914.0, 9826.0, 9899.0, 9848.0, 9904.0, 9866.0, 9921.0, 9869.0, 9893.0, 9855.0, 9907.0, 9854.0, 9925.0, 9889.0, 9964.0, 9900.0, 9936.0, 9888.0, 9932.0, 9839.0, 9931.0, 9875.0, 9869.0, 9901.0, 9841.0, 9955.0, 9912.0, 9932.0, 9860.0, 9852.0, 9794.0, 9781.0, 9806.0, 9781.0, 9833.0, 9793.0, 9834.0, 9777.0, 9839.0, 9794.0, 9878.0, 9802.0, 9875.0, 9770.0, 9811.0, 9755.0, 9808.0, 9770.0, 9822.0, 9784.0, 9828.0, 9776.0, 9841.0, 9789.0, 9860.0, 9772.0, 9812.0, 9761.0, 9815.0, 9763.0, 9844.0, 9782.0, 9865.0, 9795.0, 9850.0, 9800.0, 9859.0, 9802.0, 9854.0, 9785.0, 9853.0, 9788.0, 9857.0, 9792.0, 9849.0, 9817.0, 9840.0, 9814.0, 9848.0, 9836.0, 9890.0, 9858.0, 9914.0, 9842.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.000507545871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.019729497935779817</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.20510303216994</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2094278212284744</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9932330478874855</td></tr>
<tr><td colspan=3>efc</td><td>0.5224</td></tr>
<tr><td colspan=3>fber</td><td>3490.4956</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08025375868581465</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.013761467889908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.672243602477194</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6194116648210866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9058451125374356</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4914740300730593</td></tr>
<tr><td colspan=3>gcor</td><td>0.0210019</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01340915635228157</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03100774995982647</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.944964228687411</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>11.3792</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.3164</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>262.3866</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291279.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1308.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>461.6733</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2991</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.2179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3601.9548</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85265.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.5988</td></tr>
<tr><td colspan=3>tsnr</td><td>39.56597365997732</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>