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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0118/ses-01/func/sub-0118_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>261ebb578e86fa31e6792d1f7ea67690</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:57:30.782500</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.9987, -0.0280649, -0.0425566, 0.0326068, 0.993387, 0.110091]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0838403</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>13</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4205, -7793, -7220, 353, -96, -30, -124, 70]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5390b92e-df43-4046-bafa-b8e94bc2cf44||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.679438591003418, 0.08748164027929306, -0.1058008149266243, 112.49258422851562], [0.07529605180025101, 2.6651833057403564, 0.30060654878616333, -113.4033203125], [-0.11417634040117264, -0.2953668236732483, 2.6811270713806152, -45.4360466003418], [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': ['155730.782500', '155731.242500', '155731.702500', '155732.162500', '155732.622500', '155733.082500', '155733.542500', '155734.002500', '155734.462500', '155734.922500', '155735.382500', '155735.842500', '155736.302500', '155736.762500', '155737.222500', '155737.682500', '155738.142500', '155738.602500', '155739.062500', '155739.522500', '155739.982500', '155740.442500', '155740.902500', '155741.362500', '155741.822500', '155742.282500', '155742.742500', '155743.202500', '155743.662500', '155744.122500', '155744.582500', '155745.042500', '155745.502500', '155745.962500', '155746.422500', '155746.882500', '155747.342500', '155747.802500', '155748.262500', '155748.722500', '155749.182500', '155749.642500', '155750.102500', '155750.562500', '155751.022500', '155751.482500', '155751.942500', '155752.402500', '155752.862500', '155753.322500', '155753.782500', '155754.242500', '155754.702500', '155755.162500', '155755.622500', '155756.082500', '155756.542500', '155757.002500', '155757.462500', '155757.922500', '155758.382500', '155758.842500', '155759.302500', '155759.762500', '155800.222500', '155800.682500', '155801.142500', '155801.602500', '155802.062500', '155802.522500', '155802.982500', '155803.442500', '155803.902500', '155804.362500', '155804.822500', '155805.282500', '155805.742500', '155806.202500', '155806.662500', '155807.122500', '155807.582500', '155808.042500', '155808.502500', '155808.962500', '155809.422500', '155809.882500', '155810.342500', '155810.802500', '155811.262500', '155811.722500', '155812.182500', '155812.642500', '155813.102500', '155813.562500', '155814.022500', '155814.482500', '155814.942500', '155815.402500', '155815.862500', '155816.322500', '155816.782500', '155817.242500', '155817.702500', '155818.162500', '155818.622500', '155819.082500', '155819.542500', '155820.002500', '155820.462500', '155820.922500', '155821.382500', '155821.842500', '155822.302500', '155822.762500', '155823.222500', '155823.682500', '155824.142500', '155824.602500', '155825.062500', '155825.522500', '155825.982500', '155826.442500', '155826.902500', '155827.362500', '155827.822500', '155828.282500', '155828.742500', '155829.202500', '155829.662500', '155830.122500', '155830.582500', '155831.042500', '155831.502500', '155831.962500', '155832.422500', '155832.882500', '155833.342500', '155833.802500', '155834.262500', '155834.722500', '155835.182500', '155835.642500', '155836.102500', '155836.562500', '155837.022500', '155837.482500', '155837.942500', '155838.402500', '155838.862500', '155839.322500', '155839.782500', '155840.242500', '155840.702500', '155841.162500', '155841.622500', '155842.082500', '155842.542500', '155843.002500', '155843.462500', '155843.922500', '155844.382500', '155844.842500', '155845.302500', '155845.762500', '155846.222500', '155846.682500', '155847.142500', '155847.602500', '155848.062500', '155848.522500', '155848.982500', '155849.442500', '155849.902500', '155850.362500', '155850.822500', '155851.282500', '155851.742500', '155852.202500', '155852.662500', '155853.122500', '155853.582500', '155854.042500', '155854.502500', '155854.962500', '155855.422500', '155855.882500', '155856.342500', '155856.802500', '155857.262500', '155857.722500', '155858.182500', '155858.642500', '155859.102500', '155859.562500', '155900.022500', '155900.482500', '155900.942500', '155901.402500', '155901.862500', '155902.322500', '155902.782500', '155903.242500', '155903.702500', '155904.162500', '155904.622500', '155905.082500', '155905.542500', '155906.002500', '155906.462500', '155906.922500', '155907.382500', '155907.842500', '155908.302500', '155908.762500', '155909.222500', '155909.682500', '155910.142500', '155910.602500', '155911.062500', '155911.522500', '155911.982500', '155912.442500', '155912.902500', '155913.362500', '155913.822500', '155914.282500', '155914.742500', '155915.202500', '155915.662500', '155916.122500', '155916.582500', '155917.042500', '155917.502500', '155917.962500', '155918.422500', '155918.882500', '155919.342500', '155919.802500', '155920.262500', '155920.722500', '155921.182500', '155921.642500', '155922.102500', '155922.562500', '155923.022500', '155923.482500', '155923.942500', '155924.402500', '155924.862500', '155925.322500', '155925.782500', '155926.242500', '155926.702500', '155927.162500', '155927.622500', '155928.082500', '155928.542500', '155929.002500', '155929.462500', '155929.922500', '155930.382500', '155930.842500', '155931.302500', '155931.762500', '155932.222500', '155932.682500', '155933.142500', '155933.602500', '155934.062500', '155934.522500', '155934.982500', '155935.442500', '155935.902500', '155936.362500', '155936.822500', '155937.282500', '155937.742500', '155938.202500', '155938.662500', '155939.122500', '155939.582500', '155940.042500', '155940.502500', '155940.962500', '155941.422500', '155941.882500', '155942.342500', '155942.802500', '155943.262500', '155943.722500', '155944.182500', '155944.642500', '155945.102500', '155945.562500', '155946.022500', '155946.482500', '155946.942500', '155947.402500', '155947.862500', '155948.322500', '155948.782500', '155949.242500', '155949.702500', '155950.162500', '155950.622500', '155951.082500', '155951.542500', '155952.002500', '155952.462500', '155952.922500', '155953.382500', '155953.842500', '155954.302500', '155954.762500', '155955.222500', '155955.682500', '155956.142500', '155956.602500', '155957.062500', '155957.522500', '155957.982500', '155958.442500', '155958.902500', '155959.362500', '155959.822500', '160000.282500', '160000.742500', '160001.202500', '160001.662500', '160002.122500', '160002.582500', '160003.042500', '160003.502500', '160003.962500', '160004.422500', '160004.882500', '160005.342500', '160005.802500', '160006.262500', '160006.722500', '160007.182500', '160007.642500', '160008.102500', '160008.562500', '160009.022500', '160009.482500', '160009.942500', '160010.402500', '160010.862500', '160011.322500', '160011.782500', '160012.242500', '160012.702500', '160013.162500', '160013.622500', '160014.082500', '160014.542500', '160015.002500', '160015.462500', '160015.922500', '160016.382500', '160016.842500', '160017.302500', '160017.762500', '160018.222500', '160018.682500', '160019.142500', '160019.602500', '160020.062500', '160020.522500', '160020.982500', '160021.442500', '160021.902500', '160022.362500', '160022.822500', '160023.282500', '160023.742500', '160024.202500', '160024.662500', '160025.122500', '160025.582500', '160026.042500', '160026.502500', '160026.962500', '160027.422500', '160027.882500', '160028.342500', '160028.802500', '160029.262500', '160029.722500', '160030.182500', '160030.642500', '160031.102500', '160031.562500', '160032.022500', '160032.482500', '160032.942500', '160033.402500', '160033.862500', '160034.322500', '160034.782500', '160035.242500', '160035.702500', '160036.162500', '160036.622500', '160037.082500', '160037.542500', '160038.002500', '160038.462500', '160038.922500', '160039.382500', '160039.842500', '160040.302500', '160040.762500', '160041.222500', '160041.682500', '160042.142500', '160042.602500', '160043.062500', '160043.522500', '160043.982500', '160044.442500', '160044.902500', '160045.362500', '160045.822500', '160046.282500', '160046.742500', '160047.202500', '160047.662500', '160048.122500', '160048.582500', '160049.042500', '160049.502500', '160049.962500', '160050.422500', '160050.882500', '160051.342500', '160051.802500', '160052.262500', '160052.722500', '160053.182500', '160053.642500', '160054.102500', '160054.562500', '160055.022500', '160055.482500', '160055.942500', '160056.402500', '160056.862500', '160057.322500', '160057.782500', '160058.242500', '160058.702500', '160059.162500', '160059.622500', '160100.082500', '160100.542500', '160101.002500', '160101.462500', '160101.922500', '160102.382500', '160102.842500', '160103.302500', '160103.762500', '160104.222500', '160104.682500', '160105.142500', '160105.602500', '160106.062500', '160106.522500', '160106.982500', '160107.442500', '160107.902500', '160108.362500', '160108.822500', '160109.282500', '160109.742500', '160110.202500', '160110.662500', '160111.122500', '160111.582500', '160112.042500', '160112.502500', '160112.962500', '160113.422500', '160113.882500', '160114.342500', '160114.802500', '160115.262500', '160115.722500', '160116.182500', '160116.642500', '160117.102500', '160117.562500', '160118.022500', '160118.482500', '160118.942500', '160119.402500', '160119.862500', '160120.322500', '160120.782500', '160121.242500', '160121.702500', '160122.162500', '160122.622500', '160123.082500', '160123.542500', '160124.002500', '160124.462500', '160124.922500', '160125.382500', '160125.842500', '160126.302500', '160126.762500', '160127.222500', '160127.682500', '160128.142500', '160128.602500', '160129.062500', '160129.522500', '160129.982500', '160130.442500', '160130.902500', '160131.362500', '160131.822500', '160132.282500', '160132.742500', '160133.202500', '160133.662500', '160134.122500', '160134.582500', '160135.042500', '160135.502500', '160135.962500', '160136.422500', '160136.882500', '160137.342500', '160137.802500', '160138.262500', '160138.722500', '160139.182500', '160139.642500', '160140.102500', '160140.562500', '160141.022500', '160141.482500', '160141.942500', '160142.402500', '160142.862500', '160143.322500', '160143.782500', '160144.242500', '160144.702500', '160145.162500', '160145.622500', '160146.082500', '160146.542500', '160147.002500', '160147.462500', '160147.922500', '160148.382500', '160148.842500', '160149.302500', '160149.762500', '160150.222500', '160150.682500', '160151.142500', '160151.602500', '160152.062500', '160152.522500', '160152.982500', '160153.442500', '160153.902500', '160154.362500', '160154.822500', '160155.282500', '160155.742500', '160156.202500', '160156.662500', '160157.122500', '160157.582500', '160158.042500', '160158.502500', '160158.962500', '160159.422500', '160159.882500', '160200.342500', '160200.802500', '160201.262500', '160201.722500', '160202.182500', '160202.642500', '160203.102500', '160203.562500', '160204.022500', '160204.482500', '160204.942500', '160205.402500', '160205.862500', '160206.322500', '160206.782500', '160207.242500', '160207.702500', '160208.162500', '160208.622500', '160209.082500', '160209.542500', '160210.002500', '160210.462500', '160210.922500', '160211.382500', '160211.842500', '160212.302500', '160212.762500', '160213.222500', '160213.682500', '160214.142500', '160214.602500', '160215.062500', '160215.522500', '160215.982500', '160216.442500', '160216.902500', '160217.362500', '160217.822500', '160218.282500', '160218.742500', '160219.202500', '160219.662500', '160220.122500', '160220.582500', '160221.042500', '160221.502500', '160221.962500', '160222.422500', '160222.882500', '160223.342500', '160223.802500', '160224.262500', '160224.722500', '160225.182500', '160225.642500', '160226.102500', '160226.562500', '160227.022500', '160227.482500', '160227.942500', '160228.402500', '160228.862500', '160229.322500', '160229.782500', '160230.242500', '160230.702500', '160231.162500', '160231.622500', '160232.082500', '160232.542500', '160233.002500', '160233.462500', '160233.922500', '160234.382500', '160234.842500', '160235.302500', '160235.762500', '160236.222500', '160236.682500', '160237.142500', '160237.602500', '160238.062500', '160238.522500', '160238.982500', '160239.442500', '160239.902500', '160240.362500', '160240.822500', '160241.282500', '160241.742500', '160242.202500', '160242.662500', '160243.122500', '160243.582500', '160244.042500', '160244.502500', '160244.962500', '160245.422500', '160245.882500', '160246.342500', '160246.802500', '160247.262500', '160247.722500', '160248.182500', '160248.642500', '160249.102500', '160249.562500', '160250.022500', '160250.482500', '160250.942500', '160251.402500', '160251.862500', '160252.322500', '160252.782500', '160253.242500', '160253.702500', '160254.162500', '160254.622500', '160255.082500', '160255.542500', '160256.002500', '160256.462500', '160256.922500', '160257.382500', '160257.842500', '160258.302500', '160258.762500', '160259.222500', '160259.682500', '160300.142500', '160300.602500', '160301.062500', '160301.522500', '160301.982500', '160302.442500', '160302.902500', '160303.362500', '160303.822500', '160304.282500', '160304.742500', '160305.202500', '160305.662500', '160306.122500', '160306.582500', '160307.042500', '160307.502500', '160307.962500', '160308.422500', '160308.882500', '160309.342500', '160309.802500', '160310.262500', '160310.722500', '160311.182500', '160311.642500', '160312.102500', '160312.562500', '160313.022500', '160313.482500', '160313.942500', '160314.402500', '160314.862500', '160315.322500', '160315.782500', '160316.242500', '160316.702500', '160317.162500', '160317.622500', '160318.082500', '160318.542500', '160319.002500', '160319.462500', '160319.922500', '160320.382500', '160320.842500', '160321.302500', '160321.762500', '160322.222500', '160322.682500', '160323.142500', '160323.602500', '160324.062500', '160324.522500', '160324.982500', '160325.442500', '160325.902500', '160326.362500', '160326.822500', '160327.282500', '160327.742500', '160328.202500', '160328.662500', '160329.122500', '160329.582500', '160330.042500', '160330.502500', '160330.962500', '160331.422500', '160331.882500', '160332.342500', '160332.802500', '160333.262500', '160333.722500', '160334.182500', '160334.642500', '160335.102500', '160335.562500', '160336.022500', '160336.482500', '160336.942500', '160337.402500', '160337.862500', '160338.322500', '160338.782500', '160339.242500', '160339.702500', '160340.162500', '160340.622500', '160341.082500', '160341.542500', '160342.002500', '160342.462500', '160342.922500', '160343.382500', '160343.842500', '160344.302500', '160344.762500', '160345.222500', '160345.682500', '160346.142500', '160346.602500', '160347.062500', '160347.522500', '160347.982500', '160348.442500', '160348.902500', '160349.362500', '160349.822500', '160350.282500', '160350.742500', '160351.202500', '160351.662500', '160352.122500', '160352.582500', '160353.042500', '160353.502500', '160353.962500', '160354.422500', '160354.882500', '160355.342500', '160355.802500', '160356.262500', '160356.722500', '160357.182500', '160357.642500', '160358.102500', '160358.562500', '160359.022500', '160359.482500', '160359.942500', '160400.402500', '160400.862500', '160401.322500', '160401.782500', '160402.242500', '160402.702500', '160403.162500', '160403.622500', '160404.082500', '160404.542500', '160405.002500', '160405.462500', '160405.922500', '160406.382500', '160406.842500', '160407.302500', '160407.762500', '160408.222500', '160408.682500', '160409.142500', '160409.602500', '160410.062500', '160410.522500', '160410.982500', '160411.442500'], 'ContentTime': ['155742.813000', '155742.817000', '155742.819000', '155742.822000', '155742.824000', '155742.827000', '155742.830000', '155742.833000', '155742.835000', '155742.849000', '155742.851000', '155742.854000', '155742.856000', '155742.859000', '155742.862000', '155742.864000', '155742.867000', '155742.869000', '155742.872000', '155742.881000', '155742.883000', '155742.886000', '155742.888000', '155742.891000', '155802.783000', '155802.786000', '155802.789000', '155802.816000', '155802.819000', '155802.822000', '155802.824000', '155802.827000', '155802.829000', '155802.832000', '155802.834000', '155802.837000', '155802.839000', '155802.842000', '155802.844000', '155802.847000', '155802.850000', '155802.859000', '155802.862000', '155802.864000', '155802.867000', '155802.870000', '155802.872000', '155802.875000', '155802.877000', '155802.880000', '155802.882000', '155802.885000', '155802.887000', '155802.890000', '155802.892000', '155802.895000', '155802.898000', '155802.900000', '155802.903000', '155802.905000', '155802.908000', '155802.910000', '155802.913000', '155802.926000', '155802.928000', '155802.931000', '155802.933000', '155822.784000', '155822.786000', '155822.789000', '155822.792000', '155822.794000', '155822.797000', '155822.799000', '155822.802000', '155822.805000', '155822.807000', '155822.810000', '155822.812000', '155822.815000', '155822.817000', '155822.820000', '155822.823000', '155822.825000', '155822.828000', '155822.830000', '155822.833000', '155822.835000', '155822.838000', '155822.841000', '155822.843000', '155822.846000', '155822.848000', '155822.851000', '155822.853000', '155822.856000', '155822.858000', '155822.861000', '155822.864000', '155822.866000', '155822.869000', '155822.872000', '155822.874000', '155822.886000', '155822.888000', '155822.891000', '155822.893000', '155822.896000', '155822.899000', '155822.901000', '155822.904000', '155842.783000', '155842.786000', '155842.789000', '155842.792000', '155842.794000', '155842.797000', '155842.799000', '155842.802000', '155842.804000', '155842.807000', '155842.810000', '155842.812000', '155842.815000', '155842.817000', '155842.820000', '155842.823000', '155842.825000', '155842.828000', '155842.830000', '155842.833000', '155842.835000', '155842.838000', '155842.840000', '155842.843000', '155842.846000', '155842.848000', '155842.851000', '155842.853000', '155842.856000', '155842.859000', '155842.861000', '155842.864000', '155842.866000', '155842.869000', '155842.872000', '155842.875000', '155842.877000', '155842.880000', '155842.882000', '155842.885000', '155842.888000', '155842.890000', '155842.893000', '155902.784000', '155902.787000', '155902.789000', '155902.792000', '155902.794000', '155902.797000', '155902.799000', '155902.802000', '155902.805000', '155902.807000', '155902.810000', '155902.814000', '155902.817000', '155902.820000', '155902.823000', '155902.826000', '155902.828000', '155902.831000', '155902.833000', '155902.836000', '155902.839000', '155902.841000', '155902.844000', '155902.846000', '155902.849000', '155902.851000', '155902.854000', '155902.857000', '155902.859000', '155902.862000', '155902.864000', '155902.867000', '155902.870000', '155902.872000', '155902.875000', '155902.878000', '155902.880000', '155902.883000', '155902.885000', '155902.888000', '155902.891000', '155902.893000', '155902.896000', '155922.783000', '155922.787000', '155922.789000', '155922.792000', '155922.795000', '155922.797000', '155922.800000', '155922.803000', '155922.805000', '155922.808000', '155922.810000', '155922.813000', '155922.816000', '155922.818000', '155922.821000', '155922.823000', '155922.826000', '155922.829000', '155922.831000', '155922.834000', '155922.836000', '155922.839000', '155922.841000', '155922.844000', '155922.847000', '155922.849000', '155922.852000', '155922.854000', '155922.857000', '155922.859000', '155922.862000', '155922.864000', '155922.867000', '155922.870000', '155922.872000', '155922.875000', '155922.877000', '155922.880000', '155922.882000', '155922.885000', '155922.887000', '155922.890000', '155922.893000', '155922.924000', '155942.784000', '155942.787000', '155942.790000', '155942.792000', '155942.795000', '155942.798000', '155942.800000', '155942.803000', '155942.805000', '155942.808000', '155942.810000', '155942.813000', '155942.816000', '155942.818000', '155942.821000', '155942.823000', '155942.826000', '155942.829000', '155942.831000', '155942.834000', '155942.836000', '155942.839000', '155942.841000', '155942.844000', '155942.846000', '155942.849000', '155942.852000', '155942.854000', '155942.857000', '155942.860000', '155942.862000', '155942.865000', '155942.867000', '155942.870000', '155942.872000', '155942.875000', '155942.877000', '155942.880000', '155942.883000', '155942.885000', '155942.888000', '155942.890000', '155942.894000', '155942.896000', '160002.785000', '160002.787000', '160002.790000', '160002.792000', '160002.795000', '160002.798000', '160002.800000', '160002.803000', '160002.805000', '160002.808000', '160002.811000', '160002.813000', '160002.816000', '160002.818000', '160002.821000', '160002.824000', '160002.826000', '160002.829000', '160002.831000', '160002.834000', '160002.836000', '160002.839000', '160002.842000', '160002.844000', '160002.847000', '160002.849000', '160002.852000', '160002.854000', '160002.857000', '160002.860000', '160002.862000', '160002.865000', '160002.867000', '160002.870000', '160002.872000', '160002.875000', '160002.878000', '160002.880000', '160002.883000', '160002.885000', '160002.888000', '160002.890000', '160002.893000', '160022.783000', '160022.786000', '160022.789000', '160022.792000', '160022.794000', '160022.797000', '160022.799000', '160022.802000', '160022.804000', '160022.807000', '160022.809000', '160022.812000', '160022.815000', '160022.818000', '160022.820000', '160022.823000', '160022.825000', '160022.828000', '160022.832000', '160022.835000', '160022.837000', '160022.840000', '160022.842000', '160022.845000', '160022.848000', '160022.851000', '160022.853000', '160022.856000', '160022.859000', '160022.862000', '160022.865000', '160022.867000', '160022.870000', '160022.872000', '160022.875000', '160022.878000', '160022.880000', '160022.885000', '160022.888000', '160022.891000', '160022.894000', '160022.897000', '160022.900000', '160042.783000', '160042.786000', '160042.789000', '160042.791000', '160042.794000', '160042.797000', '160042.800000', '160042.802000', '160042.805000', '160042.807000', '160042.810000', '160042.813000', '160042.815000', '160042.818000', '160042.820000', '160042.823000', '160042.826000', '160042.828000', '160042.831000', '160042.833000', '160042.836000', '160042.839000', '160042.841000', '160042.844000', '160042.846000', '160042.849000', '160042.852000', '160042.854000', '160042.857000', '160042.859000', '160042.862000', '160042.864000', '160042.867000', '160042.869000', '160042.872000', '160042.875000', '160042.877000', '160042.880000', '160042.882000', '160042.885000', '160042.888000', '160042.890000', '160042.893000', '160042.895000', '160102.783000', '160102.786000', '160102.789000', '160102.791000', '160102.794000', '160102.797000', '160102.799000', '160102.802000', '160102.805000', '160102.807000', '160102.810000', '160102.813000', '160102.815000', '160102.818000', '160102.820000', '160102.823000', '160102.826000', '160102.828000', '160102.831000', '160102.833000', '160102.836000', '160102.838000', '160102.841000', '160102.843000', '160102.846000', '160102.849000', '160102.851000', '160102.854000', '160102.857000', '160102.859000', '160102.862000', '160102.865000', '160102.867000', '160102.870000', '160102.881000', '160102.883000', '160102.886000', '160102.888000', '160102.905000', '160102.908000', '160102.911000', '160102.914000', '160102.916000', '160122.783000', '160122.786000', '160122.789000', '160122.791000', '160122.794000', '160122.797000', '160122.799000', '160122.802000', '160122.805000', '160122.807000', '160122.810000', '160122.812000', '160122.815000', '160122.818000', '160122.820000', '160122.823000', '160122.825000', '160122.828000', '160122.830000', '160122.833000', '160122.836000', '160122.838000', '160122.841000', '160122.843000', '160122.846000', '160122.849000', '160122.851000', '160122.854000', '160122.856000', '160122.859000', '160122.862000', '160122.864000', '160122.867000', '160122.869000', '160122.872000', '160122.874000', '160122.877000', '160122.880000', '160122.882000', '160122.885000', '160122.888000', '160122.890000', '160122.893000', '160122.895000', '160142.784000', '160142.786000', '160142.789000', '160142.792000', '160142.794000', '160142.797000', '160142.800000', '160142.802000', '160142.805000', '160142.808000', '160142.810000', '160142.813000', '160142.815000', '160142.818000', '160142.821000', '160142.823000', '160142.826000', '160142.828000', '160142.831000', '160142.833000', '160142.836000', '160142.839000', '160142.841000', '160142.844000', '160142.846000', '160142.849000', '160142.852000', '160142.854000', '160142.857000', '160142.859000', '160142.862000', '160142.864000', '160142.867000', '160142.870000', '160142.873000', '160142.876000', '160142.879000', '160142.882000', '160142.884000', '160142.887000', '160142.890000', '160142.892000', '160142.897000', '160202.784000', '160202.787000', '160202.790000', '160202.792000', '160202.795000', '160202.798000', '160202.800000', '160202.803000', '160202.806000', '160202.808000', '160202.811000', '160202.813000', '160202.816000', '160202.819000', '160202.821000', '160202.824000', '160202.826000', '160202.829000', '160202.831000', '160202.834000', '160202.837000', '160202.839000', '160202.842000', '160202.844000', '160202.847000', '160202.850000', '160202.852000', '160202.855000', '160202.857000', '160202.860000', '160202.863000', '160202.865000', '160202.868000', '160202.870000', '160202.873000', '160202.876000', '160202.878000', '160202.881000', '160202.883000', '160202.886000', '160202.889000', '160202.891000', '160202.894000', '160202.897000', '160222.785000', '160222.788000', '160222.790000', '160222.793000', '160222.795000', '160222.798000', '160222.801000', '160222.803000', '160222.806000', '160222.809000', '160222.811000', '160222.814000', '160222.816000', '160222.819000', '160222.821000', '160222.824000', '160222.827000', '160222.829000', '160222.832000', '160222.834000', '160222.837000', '160222.840000', '160222.842000', '160222.845000', '160222.847000', '160222.850000', '160222.852000', '160222.855000', '160222.858000', '160222.860000', '160222.863000', '160222.866000', '160222.868000', '160222.871000', '160222.873000', '160222.876000', '160222.879000', '160222.881000', '160222.884000', '160222.886000', '160222.889000', '160222.892000', '160222.895000', '160242.783000', '160242.786000', '160242.789000', '160242.791000', '160242.794000', '160242.797000', '160242.807000', '160242.810000', '160242.812000', '160242.815000', '160242.818000', '160242.820000', '160242.823000', '160242.825000', '160242.828000', '160242.830000', '160242.833000', '160242.836000', '160242.838000', '160242.841000', '160242.843000', '160242.846000', '160242.849000', '160242.851000', '160242.854000', '160242.856000', '160242.859000', '160242.862000', '160242.864000', '160242.867000', '160242.869000', '160242.872000', '160242.874000', '160242.877000', '160242.880000', '160242.882000', '160242.885000', '160242.887000', '160242.890000', '160242.893000', '160242.895000', '160242.898000', '160242.900000', '160242.903000', '160302.783000', '160302.786000', '160302.789000', '160302.792000', '160302.794000', '160302.797000', '160302.800000', '160302.802000', '160302.805000', '160302.807000', '160302.810000', '160302.813000', '160302.815000', '160302.818000', '160302.820000', '160302.823000', '160302.825000', '160302.828000', '160302.831000', '160302.833000', '160302.836000', '160302.838000', '160302.841000', '160302.844000', '160302.846000', '160302.849000', '160302.851000', '160302.854000', '160302.857000', '160302.859000', '160302.862000', '160302.864000', '160302.867000', '160302.870000', '160302.872000', '160302.880000', '160302.882000', '160302.885000', '160302.887000', '160302.890000', '160302.893000', '160302.895000', '160302.898000', '160322.783000', '160322.786000', '160322.789000', '160322.792000', '160322.794000', '160322.797000', '160322.800000', '160322.802000', '160322.805000', '160322.807000', '160322.810000', '160322.813000', '160322.815000', '160322.818000', '160322.820000', '160322.823000', '160322.826000', '160322.828000', '160322.831000', '160322.833000', '160322.836000', '160322.839000', '160322.841000', '160322.844000', '160322.846000', '160322.849000', '160322.851000', '160322.854000', '160322.857000', '160322.859000', '160322.862000', '160322.864000', '160322.867000', '160322.870000', '160322.872000', '160322.875000', '160322.877000', '160322.880000', '160322.883000', '160322.885000', '160322.888000', '160322.890000', '160322.893000', '160322.895000', '160342.783000', '160342.786000', '160342.789000', '160342.792000', '160342.794000', '160342.797000', '160342.800000', '160342.802000', '160342.805000', '160342.807000', '160342.810000', '160342.812000', '160342.815000', '160342.818000', '160342.820000', '160342.823000', '160342.825000', '160342.828000', '160342.831000', '160342.833000', '160342.836000', '160342.838000', '160342.842000', '160342.845000', '160342.847000', '160342.850000', '160342.853000', '160342.855000', '160342.858000', '160342.860000', '160342.863000', '160342.866000', '160342.868000', '160342.871000', '160342.873000', '160342.876000', '160342.878000', '160342.881000', '160342.884000', '160342.886000', '160342.889000', '160342.891000', '160342.894000', '160402.784000', '160402.787000', '160402.790000', '160402.792000', '160402.795000', '160402.797000', '160402.800000', '160402.803000', '160402.805000', '160402.808000', '160402.810000', '160402.813000', '160402.815000', '160402.818000', '160402.820000', '160402.823000', '160402.834000', '160402.837000', '160402.839000', '160402.842000', '160402.844000', '160402.847000', '160402.850000', '160402.852000', '160402.855000', '160402.858000', '160402.860000', '160402.863000', '160402.865000', '160402.868000', '160402.871000', '160402.873000', '160402.876000', '160402.879000', '160402.881000', '160402.884000', '160402.886000', '160402.889000', '160402.891000', '160402.894000', '160402.896000', '160402.899000', '160402.902000', '160402.905000', '160412.800000', '160412.803000', '160412.806000', '160412.809000', '160412.811000', '160412.814000', '160412.817000', '160412.820000', '160412.823000', '160412.826000', '160412.829000', '160412.832000', '160412.834000', '160412.837000', '160412.840000', '160412.843000', '160412.845000', '160412.848000', '160412.851000', '160412.854000', '160412.857000', '160412.859000'], 'InstanceCreationTime': ['155742.813000', '155742.817000', '155742.819000', '155742.822000', '155742.824000', '155742.827000', '155742.830000', '155742.833000', '155742.835000', '155742.849000', '155742.851000', '155742.854000', '155742.856000', '155742.859000', '155742.862000', '155742.864000', '155742.867000', '155742.869000', '155742.872000', '155742.881000', '155742.883000', '155742.886000', '155742.888000', '155742.891000', '155802.783000', '155802.786000', '155802.789000', '155802.816000', '155802.819000', '155802.822000', '155802.824000', '155802.827000', '155802.829000', '155802.832000', '155802.834000', '155802.837000', '155802.839000', '155802.842000', '155802.844000', '155802.847000', '155802.850000', '155802.859000', '155802.862000', '155802.864000', '155802.867000', '155802.870000', '155802.872000', '155802.875000', '155802.877000', '155802.880000', '155802.882000', '155802.885000', '155802.887000', '155802.890000', '155802.892000', '155802.895000', '155802.898000', '155802.900000', '155802.903000', '155802.905000', '155802.908000', '155802.910000', '155802.913000', '155802.926000', '155802.928000', '155802.931000', '155802.933000', '155822.784000', '155822.786000', '155822.789000', '155822.792000', '155822.794000', '155822.797000', '155822.799000', '155822.802000', '155822.805000', '155822.807000', '155822.810000', '155822.812000', '155822.815000', '155822.817000', '155822.820000', '155822.823000', '155822.825000', '155822.828000', '155822.830000', '155822.833000', '155822.835000', '155822.838000', '155822.841000', '155822.843000', '155822.846000', '155822.848000', '155822.851000', '155822.853000', '155822.856000', '155822.858000', '155822.861000', '155822.864000', '155822.866000', '155822.869000', '155822.872000', '155822.874000', '155822.886000', '155822.888000', '155822.891000', '155822.893000', '155822.896000', '155822.899000', '155822.901000', '155822.904000', '155842.783000', '155842.786000', '155842.789000', '155842.792000', '155842.794000', '155842.797000', '155842.799000', '155842.802000', '155842.804000', '155842.807000', '155842.810000', '155842.812000', '155842.815000', '155842.817000', '155842.820000', '155842.823000', '155842.825000', '155842.828000', '155842.830000', '155842.833000', '155842.835000', '155842.838000', '155842.840000', '155842.843000', '155842.846000', '155842.848000', '155842.851000', '155842.853000', '155842.856000', '155842.859000', '155842.861000', '155842.864000', '155842.866000', '155842.869000', '155842.872000', '155842.875000', '155842.877000', '155842.880000', '155842.882000', '155842.885000', '155842.888000', '155842.890000', '155842.893000', '155902.784000', '155902.787000', '155902.789000', '155902.792000', '155902.794000', '155902.797000', '155902.799000', '155902.802000', '155902.805000', '155902.807000', '155902.810000', '155902.814000', '155902.817000', '155902.820000', '155902.823000', '155902.826000', '155902.828000', '155902.831000', '155902.833000', '155902.836000', '155902.839000', '155902.841000', '155902.844000', '155902.846000', '155902.849000', '155902.851000', '155902.854000', '155902.857000', '155902.859000', '155902.862000', '155902.864000', '155902.867000', '155902.870000', '155902.872000', '155902.875000', '155902.878000', '155902.880000', '155902.883000', '155902.885000', '155902.888000', '155902.891000', '155902.893000', '155902.896000', '155922.783000', '155922.787000', '155922.789000', '155922.792000', '155922.795000', '155922.797000', '155922.800000', '155922.803000', '155922.805000', '155922.808000', '155922.810000', '155922.813000', '155922.816000', '155922.818000', '155922.821000', '155922.823000', '155922.826000', '155922.829000', '155922.831000', '155922.834000', '155922.836000', '155922.839000', '155922.841000', '155922.844000', '155922.847000', '155922.849000', '155922.852000', '155922.854000', '155922.857000', '155922.859000', '155922.862000', '155922.864000', '155922.867000', '155922.870000', '155922.872000', '155922.875000', '155922.877000', '155922.880000', '155922.882000', '155922.885000', '155922.887000', '155922.890000', '155922.893000', '155922.924000', '155942.784000', '155942.787000', '155942.790000', '155942.792000', '155942.795000', '155942.798000', '155942.800000', '155942.803000', '155942.805000', '155942.808000', '155942.810000', '155942.813000', '155942.816000', '155942.818000', '155942.821000', '155942.823000', '155942.826000', '155942.829000', '155942.831000', '155942.834000', '155942.836000', '155942.839000', '155942.841000', '155942.844000', '155942.846000', '155942.849000', '155942.852000', '155942.854000', '155942.857000', '155942.860000', '155942.862000', '155942.865000', '155942.867000', '155942.870000', '155942.872000', '155942.875000', '155942.877000', '155942.880000', '155942.883000', '155942.885000', '155942.888000', '155942.890000', '155942.894000', '155942.896000', '160002.785000', '160002.787000', '160002.790000', '160002.792000', '160002.795000', '160002.798000', '160002.800000', '160002.803000', '160002.805000', '160002.808000', '160002.811000', '160002.813000', '160002.816000', '160002.818000', '160002.821000', '160002.824000', '160002.826000', '160002.829000', '160002.831000', '160002.834000', '160002.836000', '160002.839000', '160002.842000', '160002.844000', '160002.847000', '160002.849000', '160002.852000', '160002.854000', '160002.857000', '160002.860000', '160002.862000', '160002.865000', '160002.867000', '160002.870000', '160002.872000', '160002.875000', '160002.878000', '160002.880000', '160002.883000', '160002.885000', '160002.888000', '160002.890000', '160002.893000', '160022.783000', '160022.786000', '160022.789000', '160022.792000', '160022.794000', '160022.797000', '160022.799000', '160022.802000', '160022.804000', '160022.807000', '160022.809000', '160022.812000', '160022.815000', '160022.818000', '160022.820000', '160022.823000', '160022.825000', '160022.828000', '160022.832000', '160022.835000', '160022.837000', '160022.840000', '160022.842000', '160022.845000', '160022.848000', '160022.851000', '160022.853000', '160022.856000', '160022.859000', '160022.862000', '160022.865000', '160022.867000', '160022.870000', '160022.872000', '160022.875000', '160022.878000', '160022.880000', '160022.885000', '160022.888000', '160022.891000', '160022.894000', '160022.897000', '160022.900000', '160042.783000', '160042.786000', '160042.789000', '160042.791000', '160042.794000', '160042.797000', '160042.800000', '160042.802000', '160042.805000', '160042.807000', '160042.810000', '160042.813000', '160042.815000', '160042.818000', '160042.820000', '160042.823000', '160042.826000', '160042.828000', '160042.831000', '160042.833000', '160042.836000', '160042.839000', '160042.841000', '160042.844000', '160042.846000', '160042.849000', '160042.852000', '160042.854000', '160042.857000', '160042.859000', '160042.862000', '160042.864000', '160042.867000', '160042.869000', '160042.872000', '160042.875000', '160042.877000', '160042.880000', '160042.882000', '160042.885000', '160042.888000', '160042.890000', '160042.893000', '160042.895000', '160102.783000', '160102.786000', '160102.789000', '160102.791000', '160102.794000', '160102.797000', '160102.799000', '160102.802000', '160102.805000', '160102.807000', '160102.810000', '160102.813000', '160102.815000', '160102.818000', '160102.820000', '160102.823000', '160102.826000', '160102.828000', '160102.831000', '160102.833000', '160102.836000', '160102.838000', '160102.841000', '160102.843000', '160102.846000', '160102.849000', '160102.851000', '160102.854000', '160102.857000', '160102.859000', '160102.862000', '160102.865000', '160102.867000', '160102.870000', '160102.881000', '160102.883000', '160102.886000', '160102.888000', '160102.905000', '160102.908000', '160102.911000', '160102.914000', '160102.916000', '160122.783000', '160122.786000', '160122.789000', '160122.791000', '160122.794000', '160122.797000', '160122.799000', '160122.802000', '160122.805000', '160122.807000', '160122.810000', '160122.812000', '160122.815000', '160122.818000', '160122.820000', '160122.823000', '160122.825000', '160122.828000', '160122.830000', '160122.833000', '160122.836000', '160122.838000', '160122.841000', '160122.843000', '160122.846000', '160122.849000', '160122.851000', '160122.854000', '160122.856000', '160122.859000', '160122.862000', '160122.864000', '160122.867000', '160122.869000', '160122.872000', '160122.874000', '160122.877000', '160122.880000', '160122.882000', '160122.885000', '160122.888000', '160122.890000', '160122.893000', '160122.895000', '160142.784000', '160142.786000', '160142.789000', '160142.792000', '160142.794000', '160142.797000', '160142.800000', '160142.802000', '160142.805000', '160142.808000', '160142.810000', '160142.813000', '160142.815000', '160142.818000', '160142.821000', '160142.823000', '160142.826000', '160142.828000', '160142.831000', '160142.833000', '160142.836000', '160142.839000', '160142.841000', '160142.844000', '160142.846000', '160142.849000', '160142.852000', '160142.854000', '160142.857000', '160142.859000', '160142.862000', '160142.864000', '160142.867000', '160142.870000', '160142.873000', '160142.876000', '160142.879000', '160142.882000', '160142.884000', '160142.887000', '160142.890000', '160142.892000', '160142.897000', '160202.784000', '160202.787000', '160202.790000', '160202.792000', '160202.795000', '160202.798000', '160202.800000', '160202.803000', '160202.806000', '160202.808000', '160202.811000', '160202.813000', '160202.816000', '160202.819000', '160202.821000', '160202.824000', '160202.826000', '160202.829000', '160202.831000', '160202.834000', '160202.837000', '160202.839000', '160202.842000', '160202.844000', '160202.847000', '160202.850000', '160202.852000', '160202.855000', '160202.857000', '160202.860000', '160202.863000', '160202.865000', '160202.868000', '160202.870000', '160202.873000', '160202.876000', '160202.878000', '160202.881000', '160202.883000', '160202.886000', '160202.889000', '160202.891000', '160202.894000', '160202.897000', '160222.785000', '160222.788000', '160222.790000', '160222.793000', '160222.795000', '160222.798000', '160222.801000', '160222.803000', '160222.806000', '160222.809000', '160222.811000', '160222.814000', '160222.816000', '160222.819000', '160222.821000', '160222.824000', '160222.827000', '160222.829000', '160222.832000', '160222.834000', '160222.837000', '160222.840000', '160222.842000', '160222.845000', '160222.847000', '160222.850000', '160222.852000', '160222.855000', '160222.858000', '160222.860000', '160222.863000', '160222.866000', '160222.868000', '160222.871000', '160222.873000', '160222.876000', '160222.879000', '160222.881000', '160222.884000', '160222.886000', '160222.889000', '160222.892000', '160222.895000', '160242.783000', '160242.786000', '160242.789000', '160242.791000', '160242.794000', '160242.797000', '160242.807000', '160242.810000', '160242.812000', '160242.815000', '160242.818000', '160242.820000', '160242.823000', '160242.825000', '160242.828000', '160242.830000', '160242.833000', '160242.836000', '160242.838000', '160242.841000', '160242.843000', '160242.846000', '160242.849000', '160242.851000', '160242.854000', '160242.856000', '160242.859000', '160242.862000', '160242.864000', '160242.867000', '160242.869000', '160242.872000', '160242.874000', '160242.877000', '160242.880000', '160242.882000', '160242.885000', '160242.887000', '160242.890000', '160242.893000', '160242.895000', '160242.898000', '160242.900000', '160242.903000', '160302.783000', '160302.786000', '160302.789000', '160302.792000', '160302.794000', '160302.797000', '160302.800000', '160302.802000', '160302.805000', '160302.807000', '160302.810000', '160302.813000', '160302.815000', '160302.818000', '160302.820000', '160302.823000', '160302.825000', '160302.828000', '160302.831000', '160302.833000', '160302.836000', '160302.838000', '160302.841000', '160302.844000', '160302.846000', '160302.849000', '160302.851000', '160302.854000', '160302.857000', '160302.859000', '160302.862000', '160302.864000', '160302.867000', '160302.870000', '160302.872000', '160302.880000', '160302.882000', '160302.885000', '160302.887000', '160302.890000', '160302.893000', '160302.895000', '160302.898000', '160322.783000', '160322.786000', '160322.789000', '160322.792000', '160322.794000', '160322.797000', '160322.800000', '160322.802000', '160322.805000', '160322.807000', '160322.810000', '160322.813000', '160322.815000', '160322.818000', '160322.820000', '160322.823000', '160322.826000', '160322.828000', '160322.831000', '160322.833000', '160322.836000', '160322.839000', '160322.841000', '160322.844000', '160322.846000', '160322.849000', '160322.851000', '160322.854000', '160322.857000', '160322.859000', '160322.862000', '160322.864000', '160322.867000', '160322.870000', '160322.872000', '160322.875000', '160322.877000', '160322.880000', '160322.883000', '160322.885000', '160322.888000', '160322.890000', '160322.893000', '160322.895000', '160342.783000', '160342.786000', '160342.789000', '160342.792000', '160342.794000', '160342.797000', '160342.800000', '160342.802000', '160342.805000', '160342.807000', '160342.810000', '160342.812000', '160342.815000', '160342.818000', '160342.820000', '160342.823000', '160342.825000', '160342.828000', '160342.831000', '160342.833000', '160342.836000', '160342.838000', '160342.842000', '160342.845000', '160342.847000', '160342.850000', '160342.853000', '160342.855000', '160342.858000', '160342.860000', '160342.863000', '160342.866000', '160342.868000', '160342.871000', '160342.873000', '160342.876000', '160342.878000', '160342.881000', '160342.884000', '160342.886000', '160342.889000', '160342.891000', '160342.894000', '160402.784000', '160402.787000', '160402.790000', '160402.792000', '160402.795000', '160402.797000', '160402.800000', '160402.803000', '160402.805000', '160402.808000', '160402.810000', '160402.813000', '160402.815000', '160402.818000', '160402.820000', '160402.823000', '160402.834000', '160402.837000', '160402.839000', '160402.842000', '160402.844000', '160402.847000', '160402.850000', '160402.852000', '160402.855000', '160402.858000', '160402.860000', '160402.863000', '160402.865000', '160402.868000', '160402.871000', '160402.873000', '160402.876000', '160402.879000', '160402.881000', '160402.884000', '160402.886000', '160402.889000', '160402.891000', '160402.894000', '160402.896000', '160402.899000', '160402.902000', '160402.905000', '160412.800000', '160412.803000', '160412.806000', '160412.809000', '160412.811000', '160412.814000', '160412.817000', '160412.820000', '160412.823000', '160412.826000', '160412.829000', '160412.832000', '160412.834000', '160412.837000', '160412.840000', '160412.843000', '160412.845000', '160412.848000', '160412.851000', '160412.854000', '160412.857000', '160412.859000'], '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': [8247, 14408, 13702, 8031, 14470, 13228, 8201, 15376, 11359, 7913, 11085, 11996, 10911, 9770, 14480, 11609, 11764, 14220, 13243, 11326, 15056, 12042, 8218, 15601, 12699, 8625, 14492, 12323, 9545, 13808, 12749, 8378, 9838, 13297, 10785, 8310, 8687, 13671, 11657, 12707, 9763, 16949, 12604, 8464, 11698, 12791, 12531, 9875, 15689, 12126, 9878, 11016, 13386, 12468, 10753, 11421, 12493, 13156, 9124, 11072, 13382, 11969, 8045, 10790, 11679, 10743, 8166, 10422, 10976, 10090, 7701, 9492, 11218, 8896, 7611, 9512, 12072, 9831, 9307, 7630, 11000, 10923, 10323, 7821, 8483, 13510, 10639, 13725, 8752, 12842, 13291, 10673, 11684, 8620, 15709, 13956, 12374, 9040, 12263, 14976, 13360, 12449, 15340, 18506, 12658, 9988, 9924, 15116, 11762, 10874, 12003, 8090, 11291, 11501, 10484, 10050, 13624, 12622, 10672, 9361, 13833, 11740, 13765, 10373, 14357, 13393, 13487, 8399, 12091, 12666, 13245, 9200, 11794, 13226, 11181, 7481, 9643, 12816, 9418, 8943, 7434, 10249, 10524, 10110, 9970, 7826, 13163, 11695, 7198, 13470, 11136, 8487, 11961, 11907, 10401, 11984, 12216, 12036, 10012, 12579, 11458, 10933, 11994, 11911, 10254, 12618, 10774, 8771, 12144, 12338, 7307, 12289, 8292, 7470, 13087, 10625, 7516, 11627, 11095, 9463, 9841, 12909, 12371, 9278, 14199, 12914, 10296, 15477, 13903, 10604, 14528, 13967, 10600, 13375, 12457, 11252, 10674, 11597, 11227, 8673, 13852, 12857, 8599, 13262, 10814, 8654, 7868, 10588, 8060, 8046, 7626, 8323, 9546, 9167, 8261, 8157, 10993, 9262, 10486, 10031, 13216, 11095, 12954, 10873, 13867, 12184, 10710, 9341, 10407, 13653, 11213, 10875, 8312, 8446, 9020, 8923, 9261, 9734, 12103, 11019, 9241, 9488, 8251, 8740, 9406, 8695, 8273, 8839, 8279, 8697, 11171, 10372, 12129, 9510, 13614, 12334, 12968, 9894, 11061, 11136, 8117, 9102, 8208, 11186, 10019, 9666, 8317, 10083, 8889, 9533, 8250, 12225, 11012, 10765, 8369, 10673, 9316, 9264, 8158, 9909, 9232, 9412, 8331, 8688, 8286, 8518, 8385, 9416, 10668, 8052, 10006, 9081, 8893, 8459, 9632, 9356, 8730, 8532, 9973, 9528, 9326, 9490, 10422, 11753, 9803, 12861, 12586, 12163, 9014, 15012, 13027, 10612, 8668, 10267, 9423, 10549, 8068, 8632, 9693, 11714, 9838, 9799, 13507, 12090, 10123, 8836, 8264, 11535, 11306, 10524, 8414, 9627, 8092, 8606, 8422, 10812, 10960, 9359, 12128, 10591, 9696, 12872, 10757, 10067, 11920, 10249, 8855, 9616, 10692, 9931, 7846, 7932, 7990, 9398, 8040, 8864, 8271, 7944, 10914, 11395, 11327, 9136, 14826, 13028, 9613, 14784, 13154, 9996, 11922, 9068, 7889, 8459, 9834, 8690, 8854, 9105, 7818, 8730, 8447, 8397, 8224, 8760, 7949, 10181, 8748, 8994, 8007, 8727, 8313, 8764, 11407, 10509, 9572, 10722, 9452, 8460, 9897, 11096, 9514, 10503, 8823, 8379, 10256, 8253, 9074, 8769, 9779, 9092, 7897, 9172, 8368, 9054, 9490, 10612, 9952, 8263, 13676, 9903, 8752, 14823, 12613, 10637, 11460, 10051, 9109, 8430, 10093, 9504, 8003, 8285, 7775, 8886, 9495, 9553, 10219, 11409, 11169, 14483, 10912, 13898, 12926, 10705, 9249, 10293, 10109, 9039, 10551, 10944, 8129, 8636, 8567, 8394, 7996, 9200, 8720, 8640, 8021, 10363, 9641, 8265, 9438, 9729, 7809, 8838, 9192, 10834, 10761, 13018, 8413, 8023, 7834, 9843, 9003, 8446, 7874, 9425, 9969, 9100, 7795, 11365, 9935, 8729, 11403, 10708, 9011, 11981, 11069, 10714, 8129, 11645, 8966, 8188, 10580, 9838, 10050, 9339, 10966, 8910, 9784, 8780, 11425, 9843, 13460, 12341, 9737, 15529, 13761, 10067, 13837, 12473, 9363, 13865, 11928, 10256, 12205, 11257, 13350, 11420, 7968, 12666, 10223, 7991, 9414, 8360, 8775, 9824, 9808, 10232, 8444, 10727, 10961, 8372, 12561, 11259, 8798, 12139, 11574, 8484, 12386, 9137, 8775, 9599, 10953, 11014, 8442, 10184, 11874, 11766, 8085, 12673, 11050, 8510, 12852, 12013, 8732, 11819, 10727, 12882, 12394, 8802, 12190, 11317, 7976, 11573, 8201, 8032, 7927, 8162, 7804, 8074, 8215, 8958, 11351, 8613, 11416, 12067, 11385, 14167, 14726, 12432, 17327, 14815, 11571, 16786, 12282, 9528, 14954, 10659, 9009, 10677, 10047, 11499, 8275, 10297, 8664, 7990, 7917, 10968, 8899, 8281, 7895, 9647, 10238, 8194, 9988, 8873, 7787, 7814, 7908, 9787, 8228, 9816, 9468, 8269, 8560, 8729, 8704, 8403, 10035, 10754, 8497, 9865, 9747, 8134, 10016, 9562, 8983, 7910, 10090, 9850, 9441, 8041, 9611, 9423, 9884, 11857, 12156, 11783, 14910, 12745, 9212, 14342, 10650, 8168, 10234, 9807, 9166, 7857, 10159, 10141, 7558, 8566, 9916, 7534, 8463, 8674, 7988, 7654, 8454, 8277, 7632, 8255, 9054, 7701, 8774, 8800, 8101, 7939, 8117, 8427, 7544, 7923, 7947, 7937, 8123, 8112, 7981, 7887, 8372, 7826, 8186, 8042, 8309, 7932, 7883, 9223, 12122, 8096, 8050, 8773, 8400, 7802, 9760, 10173, 8392, 8069, 8437, 8008, 8047, 7819, 8700, 8099, 7904, 7939, 8305, 8102, 8130, 8469, 7876, 8260, 8128, 7808, 8088, 10338, 9311, 9936, 9759, 11067, 7861, 12801, 13868, 14643, 13474, 13799, 15380, 12550, 10583, 8876, 12946, 9016, 8740, 7850, 7868, 8995, 9943, 9229, 9256, 9016, 9366, 8388, 9094, 11240, 8566, 9436, 8703, 9148, 8186, 8148, 9945, 7988, 9209, 8003, 10979, 10321, 10740, 8273, 10624, 11594, 10003, 10247, 10177, 10170, 9596, 10172, 9832, 9876, 10298, 8431, 9409, 9058, 8132, 9349, 8044, 8074, 7482, 7970, 9973, 7924, 11864, 12790, 11719, 12875, 13401, 12048, 14021, 14472, 14227, 15506, 13383, 10808, 14501, 10671, 11937, 10659, 8033, 12119, 8355, 7617, 10594, 8115, 7903, 8864, 9427, 9458, 8633, 10129, 8200, 7970, 9157, 10110, 11866, 7853, 9825, 9765, 8002, 8986, 10255, 7980, 9017, 9828, 7964, 9150, 9364, 8434, 8876, 9300, 8078, 9237, 10215, 8127, 10016, 8259, 7907, 8198, 8527, 8386, 8170, 9998, 10854, 8836, 13932, 12026, 9711, 14218, 12248, 10269, 11954, 10387, 11630, 10498, 10296, 10517, 11495, 9884, 8230, 9272, 10148, 9035, 7738, 7746, 7941, 9943, 7634, 9673, 10011, 8280, 8002, 9218, 9116, 8134, 8255, 9450], 'WindowCenter': [4619.0, 4687.0, 4662.0, 4593.0, 4673.0, 4664.0, 4602.0, 4670.0, 4640.0, 4602.0, 4639.0, 4640.0, 4619.0, 4633.0, 4671.0, 4641.0, 4641.0, 4660.0, 4651.0, 4629.0, 4658.0, 4637.0, 4590.0, 4668.0, 4648.0, 4611.0, 4657.0, 4624.0, 4582.0, 4660.0, 4636.0, 4588.0, 4603.0, 4636.0, 4616.0, 4562.0, 4585.0, 4646.0, 4625.0, 4650.0, 4596.0, 4654.0, 4611.0, 4588.0, 4625.0, 4622.0, 4624.0, 4607.0, 4647.0, 4628.0, 4592.0, 4602.0, 4621.0, 4622.0, 4605.0, 4615.0, 4623.0, 4623.0, 4582.0, 4602.0, 4621.0, 4625.0, 4565.0, 4616.0, 4612.0, 4617.0, 4589.0, 4618.0, 4616.0, 4618.0, 4580.0, 4609.0, 4616.0, 4611.0, 4579.0, 4619.0, 4612.0, 4619.0, 4632.0, 4591.0, 4615.0, 4629.0, 4632.0, 4579.0, 4624.0, 4650.0, 4617.0, 4662.0, 4616.0, 4625.0, 4634.0, 4606.0, 4640.0, 4563.0, 4632.0, 4636.0, 4636.0, 4571.0, 4612.0, 4646.0, 4608.0, 4626.0, 4659.0, 4678.0, 4653.0, 4620.0, 4609.0, 4620.0, 4613.0, 4605.0, 4588.0, 4551.0, 4604.0, 4587.0, 4577.0, 4556.0, 4595.0, 4615.0, 4579.0, 4546.0, 4596.0, 4575.0, 4597.0, 4579.0, 4610.0, 4620.0, 4584.0, 4562.0, 4601.0, 4623.0, 4623.0, 4595.0, 4613.0, 4636.0, 4616.0, 4555.0, 4607.0, 4622.0, 4598.0, 4599.0, 4542.0, 4591.0, 4613.0, 4632.0, 4644.0, 4602.0, 4660.0, 4652.0, 4558.0, 4661.0, 4639.0, 4600.0, 4640.0, 4638.0, 4603.0, 4627.0, 4626.0, 4625.0, 4621.0, 4653.0, 4638.0, 4627.0, 4613.0, 4626.0, 4620.0, 4627.0, 4629.0, 4599.0, 4651.0, 4650.0, 4581.0, 4649.0, 4612.0, 4595.0, 4672.0, 4655.0, 4596.0, 4640.0, 4654.0, 4608.0, 4621.0, 4663.0, 4664.0, 4623.0, 4674.0, 4650.0, 4620.0, 4671.0, 4660.0, 4629.0, 4646.0, 4647.0, 4619.0, 4623.0, 4624.0, 4616.0, 4617.0, 4613.0, 4588.0, 4585.0, 4636.0, 4626.0, 4588.0, 4649.0, 4629.0, 4575.0, 4594.0, 4629.0, 4581.0, 4591.0, 4577.0, 4598.0, 4601.0, 4606.0, 4600.0, 4586.0, 4639.0, 4596.0, 4594.0, 4608.0, 4661.0, 4654.0, 4662.0, 4603.0, 4646.0, 4610.0, 4604.0, 4581.0, 4604.0, 4633.0, 4615.0, 4604.0, 4565.0, 4551.0, 4585.0, 4610.0, 4597.0, 4607.0, 4637.0, 4630.0, 4595.0, 4607.0, 4589.0, 4597.0, 4595.0, 4585.0, 4588.0, 4609.0, 4613.0, 4598.0, 4652.0, 4644.0, 4664.0, 4622.0, 4647.0, 4636.0, 4661.0, 4606.0, 4626.0, 4639.0, 4566.0, 4599.0, 4600.0, 4638.0, 4606.0, 4595.0, 4589.0, 4591.0, 4585.0, 4608.0, 4599.0, 4611.0, 4614.0, 4628.0, 4573.0, 4615.0, 4606.0, 4594.0, 4602.0, 4617.0, 4619.0, 4621.0, 4586.0, 4610.0, 4625.0, 4612.0, 4626.0, 4645.0, 4655.0, 4616.0, 4643.0, 4634.0, 4634.0, 4612.0, 4645.0, 4644.0, 4636.0, 4624.0, 4658.0, 4634.0, 4634.0, 4633.0, 4655.0, 4652.0, 4631.0, 4662.0, 4661.0, 4636.0, 4610.0, 4670.0, 4635.0, 4643.0, 4613.0, 4628.0, 4622.0, 4616.0, 4576.0, 4585.0, 4610.0, 4628.0, 4596.0, 4607.0, 4649.0, 4640.0, 4631.0, 4601.0, 4565.0, 4641.0, 4602.0, 4592.0, 4578.0, 4582.0, 4554.0, 4589.0, 4577.0, 4606.0, 4619.0, 4585.0, 4613.0, 4608.0, 4607.0, 4623.0, 4617.0, 4605.0, 4602.0, 4591.0, 4588.0, 4585.0, 4618.0, 4609.0, 4566.0, 4566.0, 4579.0, 4611.0, 4579.0, 4588.0, 4565.0, 4581.0, 4606.0, 4641.0, 4630.0, 4602.0, 4635.0, 4625.0, 4572.0, 4611.0, 4600.0, 4572.0, 4600.0, 4562.0, 4539.0, 4551.0, 4582.0, 4562.0, 4574.0, 4573.0, 4555.0, 4577.0, 4576.0, 4577.0, 4589.0, 4587.0, 4590.0, 4607.0, 4588.0, 4575.0, 4569.0, 4576.0, 4567.0, 4562.0, 4590.0, 4606.0, 4584.0, 4606.0, 4584.0, 4564.0, 4595.0, 4606.0, 4585.0, 4607.0, 4588.0, 4578.0, 4606.0, 4579.0, 4599.0, 4590.0, 4610.0, 4602.0, 4580.0, 4612.0, 4593.0, 4600.0, 4613.0, 4634.0, 4624.0, 4583.0, 4650.0, 4613.0, 4592.0, 4649.0, 4631.0, 4609.0, 4619.0, 4610.0, 4590.0, 4591.0, 4617.0, 4597.0, 4579.0, 4579.0, 4558.0, 4578.0, 4583.0, 4598.0, 4607.0, 4618.0, 4617.0, 4624.0, 4594.0, 4599.0, 4588.0, 4568.0, 4548.0, 4558.0, 4578.0, 4558.0, 4581.0, 4591.0, 4543.0, 4552.0, 4564.0, 4565.0, 4553.0, 4572.0, 4566.0, 4551.0, 4555.0, 4583.0, 4597.0, 4566.0, 4585.0, 4597.0, 4557.0, 4588.0, 4585.0, 4607.0, 4619.0, 4626.0, 4579.0, 4568.0, 4555.0, 4596.0, 4586.0, 4577.0, 4565.0, 4586.0, 4598.0, 4589.0, 4571.0, 4617.0, 4609.0, 4589.0, 4616.0, 4607.0, 4576.0, 4602.0, 4581.0, 4581.0, 4567.0, 4617.0, 4578.0, 4579.0, 4607.0, 4595.0, 4611.0, 4611.0, 4621.0, 4602.0, 4612.0, 4603.0, 4605.0, 4596.0, 4625.0, 4627.0, 4587.0, 4635.0, 4627.0, 4556.0, 4602.0, 4614.0, 4561.0, 4611.0, 4603.0, 4581.0, 4588.0, 4578.0, 4598.0, 4589.0, 4556.0, 4611.0, 4571.0, 4554.0, 4587.0, 4576.0, 4589.0, 4584.0, 4607.0, 4608.0, 4589.0, 4616.0, 4606.0, 4578.0, 4638.0, 4620.0, 4590.0, 4629.0, 4629.0, 4589.0, 4639.0, 4600.0, 4589.0, 4598.0, 4629.0, 4628.0, 4578.0, 4609.0, 4628.0, 4619.0, 4568.0, 4626.0, 4604.0, 4575.0, 4616.0, 4616.0, 4565.0, 4603.0, 4605.0, 4613.0, 4613.0, 4574.0, 4613.0, 4606.0, 4566.0, 4626.0, 4580.0, 4580.0, 4579.0, 4578.0, 4582.0, 4580.0, 4590.0, 4601.0, 4618.0, 4599.0, 4629.0, 4630.0, 4628.0, 4636.0, 4636.0, 4617.0, 4622.0, 4612.0, 4591.0, 4619.0, 4579.0, 4548.0, 4595.0, 4555.0, 4521.0, 4554.0, 4545.0, 4567.0, 4524.0, 4554.0, 4537.0, 4540.0, 4541.0, 4589.0, 4575.0, 4567.0, 4555.0, 4583.0, 4595.0, 4553.0, 4582.0, 4573.0, 4546.0, 4555.0, 4567.0, 4596.0, 4552.0, 4597.0, 4596.0, 4567.0, 4588.0, 4576.0, 4578.0, 4565.0, 4585.0, 4618.0, 4579.0, 4596.0, 4585.0, 4569.0, 4585.0, 4599.0, 4577.0, 4572.0, 4594.0, 4598.0, 4601.0, 4581.0, 4599.0, 4588.0, 4596.0, 4605.0, 4618.0, 4603.0, 4614.0, 4604.0, 4562.0, 4599.0, 4559.0, 4528.0, 4555.0, 4548.0, 4538.0, 4504.0, 4544.0, 4556.0, 4505.0, 4537.0, 4544.0, 4517.0, 4526.0, 4537.0, 4529.0, 4527.0, 4550.0, 4553.0, 4531.0, 4551.0, 4576.0, 4557.0, 4588.0, 4592.0, 4572.0, 4558.0, 4559.0, 4545.0, 4537.0, 4560.0, 4561.0, 4560.0, 4563.0, 4561.0, 4548.0, 4564.0, 4586.0, 4564.0, 4563.0, 4562.0, 4561.0, 4564.0, 4564.0, 4595.0, 4635.0, 4552.0, 4564.0, 4575.0, 4574.0, 4553.0, 4589.0, 4591.0, 4559.0, 4551.0, 4560.0, 4550.0, 4535.0, 4527.0, 4570.0, 4548.0, 4550.0, 4549.0, 4548.0, 4574.0, 4574.0, 4583.0, 4573.0, 4571.0, 4560.0, 4561.0, 4546.0, 4576.0, 4580.0, 4602.0, 4603.0, 4608.0, 4559.0, 4617.0, 4566.0, 4575.0, 4578.0, 4589.0, 4582.0, 4576.0, 4542.0, 4534.0, 4574.0, 4536.0, 4535.0, 4526.0, 4528.0, 4561.0, 4573.0, 4561.0, 4548.0, 4561.0, 4573.0, 4552.0, 4574.0, 4581.0, 4539.0, 4584.0, 4538.0, 4576.0, 4565.0, 4556.0, 4597.0, 4567.0, 4575.0, 4569.0, 4594.0, 4609.0, 4597.0, 4567.0, 4571.0, 4594.0, 4571.0, 4583.0, 4582.0, 4580.0, 4559.0, 4583.0, 4583.0, 4583.0, 4583.0, 4554.0, 4574.0, 4600.0, 4592.0, 4611.0, 4588.0, 4589.0, 4542.0, 4589.0, 4630.0, 4578.0, 4649.0, 4659.0, 4638.0, 4635.0, 4648.0, 4640.0, 4636.0, 4637.0, 4600.0, 4583.0, 4587.0, 4552.0, 4594.0, 4552.0, 4571.0, 4552.0, 4523.0, 4573.0, 4535.0, 4537.0, 4588.0, 4549.0, 4550.0, 4558.0, 4568.0, 4568.0, 4536.0, 4579.0, 4576.0, 4567.0, 4584.0, 4594.0, 4627.0, 4565.0, 4582.0, 4596.0, 4555.0, 4574.0, 4593.0, 4565.0, 4587.0, 4596.0, 4567.0, 4587.0, 4585.0, 4578.0, 4587.0, 4597.0, 4566.0, 4599.0, 4631.0, 4581.0, 4609.0, 4589.0, 4591.0, 4593.0, 4603.0, 4592.0, 4591.0, 4620.0, 4632.0, 4613.0, 4652.0, 4641.0, 4611.0, 4637.0, 4615.0, 4597.0, 4605.0, 4595.0, 4602.0, 4594.0, 4609.0, 4609.0, 4604.0, 4588.0, 4558.0, 4577.0, 4598.0, 4579.0, 4559.0, 4573.0, 4572.0, 4602.0, 4561.0, 4600.0, 4614.0, 4580.0, 4571.0, 4599.0, 4612.0, 4579.0, 4578.0, 4597.0], 'WindowWidth': [10127.0, 10213.0, 10167.0, 10075.0, 10185.0, 10172.0, 10084.0, 10176.0, 10138.0, 10087.0, 10133.0, 10137.0, 10101.0, 10129.0, 10180.0, 10138.0, 10137.0, 10162.0, 10150.0, 10117.0, 10156.0, 10126.0, 10064.0, 10169.0, 10144.0, 10097.0, 10153.0, 10100.0, 10035.0, 10160.0, 10119.0, 10059.0, 10072.0, 10119.0, 10091.0, 10008.0, 10047.0, 10135.0, 10104.0, 10148.0, 10063.0, 10145.0, 10074.0, 10059.0, 10106.0, 10093.0, 10101.0, 10083.0, 10139.0, 10112.0, 10055.0, 10068.0, 10091.0, 10098.0, 10076.0, 10091.0, 10098.0, 10097.0, 10041.0, 10067.0, 10091.0, 10107.0, 10021.0, 10094.0, 10080.0, 10098.0, 10063.0, 10099.0, 10091.0, 10101.0, 10055.0, 10092.0, 10092.0, 10096.0, 10048.0, 10105.0, 10080.0, 10104.0, 10129.0, 10070.0, 10090.0, 10120.0, 10130.0, 10049.0, 10121.0, 10147.0, 10095.0, 10168.0, 10111.0, 10101.0, 10112.0, 10077.0, 10134.0, 10011.0, 10106.0, 10117.0, 10121.0, 10021.0, 10078.0, 10132.0, 10065.0, 10106.0, 10156.0, 10187.0, 10157.0, 10108.0, 10089.0, 10081.0, 10080.0, 10073.0, 10035.0, 9989.0, 10069.0, 10033.0, 10021.0, 9987.0, 10038.0, 10086.0, 10025.0, 9971.0, 10040.0, 10014.0, 10045.0, 10025.0, 10068.0, 10086.0, 10020.0, 10010.0, 10061.0, 10095.0, 10097.0, 10064.0, 10080.0, 10119.0, 10093.0, 10008.0, 10081.0, 10092.0, 10072.0, 10073.0, 9983.0, 10047.0, 10083.0, 10125.0, 10149.0, 10089.0, 10163.0, 10152.0, 10017.0, 10165.0, 10132.0, 10078.0, 10135.0, 10125.0, 10068.0, 10111.0, 10104.0, 10101.0, 10111.0, 10154.0, 10127.0, 10111.0, 10080.0, 10107.0, 10105.0, 10106.0, 10115.0, 10078.0, 10150.0, 10146.0, 10058.0, 10145.0, 10102.0, 10085.0, 10185.0, 10166.0, 10088.0, 10132.0, 10160.0, 10083.0, 10109.0, 10171.0, 10177.0, 10118.0, 10188.0, 10147.0, 10102.0, 10178.0, 10162.0, 10115.0, 10134.0, 10137.0, 10103.0, 10097.0, 10100.0, 10090.0, 10095.0, 10080.0, 10036.0, 10050.0, 10118.0, 10105.0, 10057.0, 10144.0, 10115.0, 10032.0, 10074.0, 10116.0, 10053.0, 10074.0, 10046.0, 10080.0, 10071.0, 10086.0, 10083.0, 10057.0, 10134.0, 10064.0, 10055.0, 10084.0, 10166.0, 10164.0, 10170.0, 10068.0, 10138.0, 10074.0, 10075.0, 10036.0, 10073.0, 10112.0, 10092.0, 10072.0, 10020.0, 9993.0, 10050.0, 10094.0, 10067.0, 10079.0, 10128.0, 10119.0, 10064.0, 10083.0, 10064.0, 10070.0, 10066.0, 10053.0, 10059.0, 10094.0, 10109.0, 10074.0, 10157.0, 10150.0, 10177.0, 10114.0, 10139.0, 10125.0, 10166.0, 10082.0, 10108.0, 10132.0, 10024.0, 10075.0, 10080.0, 10129.0, 10079.0, 10064.0, 10063.0, 10049.0, 10050.0, 10086.0, 10080.0, 10078.0, 10088.0, 10120.0, 10031.0, 10093.0, 10085.0, 10062.0, 10089.0, 10100.0, 10109.0, 10114.0, 10056.0, 10098.0, 10129.0, 10103.0, 10133.0, 10158.0, 10169.0, 10117.0, 10148.0, 10138.0, 10138.0, 10105.0, 10154.0, 10153.0, 10147.0, 10126.0, 10179.0, 10137.0, 10140.0, 10133.0, 10168.0, 10157.0, 10125.0, 10173.0, 10171.0, 10122.0, 10094.0, 10179.0, 10118.0, 10147.0, 10106.0, 10119.0, 10117.0, 10094.0, 10039.0, 10049.0, 10091.0, 10108.0, 10060.0, 10080.0, 10144.0, 10131.0, 10123.0, 10081.0, 10018.0, 10136.0, 10064.0, 10048.0, 10042.0, 10036.0, 10002.0, 10059.0, 10042.0, 10077.0, 10101.0, 10044.0, 10082.0, 10084.0, 10082.0, 10099.0, 10094.0, 10076.0, 10063.0, 10049.0, 10056.0, 10044.0, 10101.0, 10087.0, 10025.0, 10024.0, 10050.0, 10094.0, 10047.0, 10058.0, 10019.0, 10054.0, 10076.0, 10135.0, 10117.0, 10079.0, 10116.0, 10103.0, 10024.0, 10074.0, 10055.0, 10019.0, 10055.0, 10007.0, 9970.0, 9992.0, 10038.0, 10012.0, 10027.0, 10025.0, 10002.0, 10036.0, 10037.0, 10040.0, 10063.0, 10054.0, 10063.0, 10076.0, 10053.0, 10026.0, 10028.0, 10032.0, 10021.0, 10007.0, 10038.0, 10074.0, 10040.0, 10073.0, 10040.0, 10011.0, 10058.0, 10073.0, 10043.0, 10078.0, 10053.0, 10042.0, 10076.0, 10043.0, 10072.0, 10062.0, 10089.0, 10082.0, 10049.0, 10097.0, 10070.0, 10076.0, 10098.0, 10129.0, 10114.0, 10054.0, 10142.0, 10094.0, 10065.0, 10140.0, 10117.0, 10085.0, 10096.0, 10088.0, 10060.0, 10070.0, 10097.0, 10065.0, 10046.0, 10044.0, 10012.0, 10039.0, 10039.0, 10069.0, 10079.0, 10097.0, 10091.0, 10098.0, 10053.0, 10053.0, 10036.0, 10006.0, 9978.0, 9991.0, 10022.0, 9996.0, 10032.0, 10044.0, 9983.0, 9992.0, 10014.0, 10014.0, 9996.0, 10017.0, 10018.0, 9989.0, 10004.0, 10035.0, 10064.0, 10021.0, 10047.0, 10067.0, 10012.0, 10053.0, 10045.0, 10081.0, 10098.0, 10098.0, 10043.0, 10027.0, 10003.0, 10059.0, 10048.0, 10035.0, 10016.0, 10048.0, 10066.0, 10058.0, 10037.0, 10091.0, 10084.0, 10057.0, 10088.0, 10077.0, 10033.0, 10060.0, 10029.0, 10030.0, 10023.0, 10091.0, 10037.0, 10043.0, 10076.0, 10059.0, 10091.0, 10096.0, 10103.0, 10081.0, 10095.0, 10086.0, 10072.0, 10060.0, 10101.0, 10103.0, 10049.0, 10112.0, 10103.0, 9983.0, 10059.0, 10079.0, 10003.0, 10072.0, 10065.0, 10028.0, 10033.0, 10019.0, 10045.0, 10037.0, 10005.0, 10072.0, 10014.0, 10002.0, 10051.0, 10036.0, 10057.0, 10039.0, 10080.0, 10080.0, 10057.0, 10092.0, 10076.0, 10043.0, 10124.0, 10101.0, 10060.0, 10110.0, 10111.0, 10060.0, 10126.0, 10074.0, 10054.0, 10068.0, 10115.0, 10113.0, 10042.0, 10086.0, 10109.0, 10096.0, 10027.0, 10100.0, 10067.0, 10030.0, 10086.0, 10085.0, 10016.0, 10061.0, 10070.0, 10078.0, 10078.0, 10028.0, 10080.0, 10074.0, 10021.0, 10107.0, 10049.0, 10051.0, 10049.0, 10045.0, 10056.0, 10051.0, 10063.0, 10081.0, 10096.0, 10075.0, 10113.0, 10113.0, 10112.0, 10122.0, 10118.0, 10091.0, 10090.0, 10075.0, 10042.0, 10079.0, 10023.0, 9976.0, 10036.0, 9982.0, 9926.0, 9979.0, 9970.0, 9999.0, 9937.0, 9980.0, 9962.0, 9971.0, 9974.0, 10040.0, 10031.0, 10024.0, 10004.0, 10041.0, 10056.0, 9997.0, 10035.0, 10025.0, 9992.0, 10003.0, 10025.0, 10063.0, 9992.0, 10067.0, 10064.0, 10022.0, 10054.0, 10033.0, 10040.0, 10018.0, 10044.0, 10096.0, 10043.0, 10061.0, 10046.0, 10031.0, 10041.0, 10071.0, 10034.0, 10038.0, 10053.0, 10066.0, 10075.0, 10050.0, 10071.0, 10051.0, 10060.0, 10070.0, 10093.0, 10064.0, 10078.0, 10066.0, 10003.0, 10048.0, 9989.0, 9949.0, 9983.0, 9975.0, 9961.0, 9908.0, 9966.0, 9984.0, 9914.0, 9959.0, 9963.0, 9932.0, 9943.0, 9962.0, 9955.0, 9951.0, 9990.0, 9995.0, 9960.0, 9991.0, 10035.0, 10010.0, 10055.0, 10061.0, 10036.0, 10009.0, 10009.0, 9980.0, 9974.0, 10012.0, 10016.0, 10013.0, 10022.0, 10013.0, 9993.0, 10023.0, 10059.0, 10024.0, 10017.0, 10015.0, 10012.0, 10021.0, 10023.0, 10066.0, 10120.0, 9999.0, 10020.0, 10037.0, 10036.0, 10005.0, 10049.0, 10055.0, 10010.0, 9998.0, 10011.0, 9998.0, 9964.0, 9958.0, 10025.0, 9992.0, 9997.0, 9997.0, 9989.0, 10042.0, 10043.0, 10051.0, 10039.0, 10028.0, 10013.0, 10018.0, 9986.0, 10024.0, 10039.0, 10074.0, 10080.0, 10076.0, 10011.0, 10088.0, 9991.0, 10006.0, 10017.0, 10032.0, 10010.0, 10009.0, 9954.0, 9948.0, 10003.0, 9956.0, 9954.0, 9943.0, 9952.0, 10001.0, 10019.0, 9998.0, 9975.0, 10000.0, 10023.0, 9992.0, 10027.0, 10028.0, 9966.0, 10041.0, 9961.0, 10030.0, 10016.0, 10002.0, 10058.0, 10023.0, 10027.0, 10028.0, 10052.0, 10083.0, 10061.0, 10020.0, 10011.0, 10048.0, 10012.0, 10035.0, 10031.0, 10027.0, 9995.0, 10034.0, 10036.0, 10036.0, 10037.0, 9998.0, 10026.0, 10075.0, 10072.0, 10095.0, 10061.0, 10064.0, 9986.0, 10064.0, 10122.0, 10048.0, 10148.0, 10164.0, 10129.0, 10119.0, 10144.0, 10136.0, 10119.0, 10123.0, 10053.0, 10022.0, 10034.0, 9973.0, 10040.0, 9977.0, 10002.0, 9977.0, 9940.0, 10007.0, 9963.0, 9972.0, 10039.0, 9989.0, 9992.0, 9998.0, 10012.0, 10009.0, 9958.0, 10025.0, 10036.0, 10026.0, 10044.0, 10054.0, 10105.0, 10017.0, 10038.0, 10060.0, 10004.0, 10028.0, 10052.0, 10019.0, 10051.0, 10062.0, 10022.0, 10053.0, 10046.0, 10040.0, 10053.0, 10068.0, 10025.0, 10073.0, 10125.0, 10052.0, 10088.0, 10059.0, 10067.0, 10071.0, 10084.0, 10070.0, 10068.0, 10107.0, 10125.0, 10100.0, 10152.0, 10135.0, 10092.0, 10122.0, 10089.0, 10063.0, 10072.0, 10058.0, 10064.0, 10057.0, 10085.0, 10085.0, 10066.0, 10048.0, 10008.0, 10030.0, 10063.0, 10039.0, 10011.0, 10039.0, 10037.0, 10075.0, 10017.0, 10073.0, 10097.0, 10046.0, 10034.0, 10075.0, 10097.0, 10047.0, 10042.0, 10064.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.008507224770642202</td></tr>
<tr><td colspan=3>aqi</td><td>0.14041976720183486</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.753508207497134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0386666155683122</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943893077841567</td></tr>
<tr><td colspan=3>efc</td><td>0.4565</td></tr>
<tr><td colspan=3>fber</td><td>5307.9678</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2517028063642966</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>321</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.81192660550459</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8672158263880427</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7987121150916856</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.959368747624969</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.843566616447473</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105422</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0114050954580307</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0274090226739645</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>4.214386948802571</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>26.317</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8636</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.3369</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310136.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>911.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.4274</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3663</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.4484</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3889.2489</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.3761</td></tr>
<tr><td colspan=3>tsnr</td><td>17.055324134416878</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>