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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-06_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-06_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-0081/ses-03/func/sub-0081_ses-03_task-social_acq-mb8_run-06_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>ad6a578e563c3f65ccbf4850af11dc26</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>19:59:37.387500</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.998632, -0.0240558, -0.0464212, 0.0285921, 0.994609, 0.0996717]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0845122</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4122, -7715, -7269, 598, -89, 13, 76, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>243.174</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cf2cd56c-8d57-4aa0-bffe-070da1f5a61e||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.679257392883301, 0.07671049237251282, -0.11818777769804001, 108.94178771972656], [0.06453989446163177, 2.6684646606445312, 0.27232927083969116, -101.42657470703125], [-0.12454459816217422, -0.267412006855011, 2.6836297512054443, -56.01923370361328], [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': ['195937.387500', '195937.847500', '195938.307500', '195938.767500', '195939.227500', '195939.687500', '195940.147500', '195940.607500', '195941.067500', '195941.527500', '195941.987500', '195942.447500', '195942.907500', '195943.367500', '195943.827500', '195944.287500', '195944.747500', '195945.207500', '195945.667500', '195946.127500', '195946.587500', '195947.047500', '195947.507500', '195947.967500', '195948.427500', '195948.887500', '195949.347500', '195949.807500', '195950.267500', '195950.727500', '195951.187500', '195951.647500', '195952.107500', '195952.567500', '195953.027500', '195953.487500', '195953.947500', '195954.407500', '195954.867500', '195955.327500', '195955.787500', '195956.247500', '195956.707500', '195957.167500', '195957.627500', '195958.087500', '195958.547500', '195959.007500', '195959.467500', '195959.927500', '200000.387500', '200000.847500', '200001.307500', '200001.767500', '200002.227500', '200002.687500', '200003.147500', '200003.607500', '200004.067500', '200004.527500', '200004.987500', '200005.447500', '200005.907500', '200006.367500', '200006.827500', '200007.287500', '200007.747500', '200008.207500', '200008.667500', '200009.127500', '200009.587500', '200010.047500', '200010.507500', '200010.967500', '200011.427500', '200011.887500', '200012.347500', '200012.807500', '200013.267500', '200013.727500', '200014.187500', '200014.647500', '200015.107500', '200015.567500', '200016.027500', '200016.487500', '200016.947500', '200017.407500', '200017.867500', '200018.327500', '200018.787500', '200019.247500', '200019.707500', '200020.167500', '200020.627500', '200021.087500', '200021.547500', '200022.007500', '200022.467500', '200022.927500', '200023.387500', '200023.847500', '200024.307500', '200024.767500', '200025.227500', '200025.687500', '200026.147500', '200026.607500', '200027.067500', '200027.527500', '200027.987500', '200028.447500', '200028.907500', '200029.367500', '200029.827500', '200030.287500', '200030.747500', '200031.207500', '200031.667500', '200032.127500', '200032.587500', '200033.047500', '200033.507500', '200033.967500', '200034.427500', '200034.887500', '200035.347500', '200035.807500', '200036.267500', '200036.727500', '200037.187500', '200037.647500', '200038.107500', '200038.567500', '200039.027500', '200039.487500', '200039.947500', '200040.407500', '200040.867500', '200041.327500', '200041.787500', '200042.247500', '200042.707500', '200043.167500', '200043.627500', '200044.087500', '200044.547500', '200045.007500', '200045.467500', '200045.927500', '200046.387500', '200046.847500', '200047.307500', '200047.767500', '200048.227500', '200048.687500', '200049.147500', '200049.607500', '200050.067500', '200050.527500', '200050.987500', '200051.447500', '200051.907500', '200052.367500', '200052.827500', '200053.287500', '200053.747500', '200054.207500', '200054.667500', '200055.127500', '200055.587500', '200056.047500', '200056.507500', '200056.967500', '200057.427500', '200057.887500', '200058.347500', '200058.807500', '200059.267500', '200059.727500', '200100.187500', '200100.647500', '200101.107500', '200101.567500', '200102.027500', '200102.487500', '200102.947500', '200103.407500', '200103.867500', '200104.327500', '200104.787500', '200105.247500', '200105.707500', '200106.167500', '200106.627500', '200107.087500', '200107.547500', '200108.007500', '200108.467500', '200108.927500', '200109.387500', '200109.847500', '200110.307500', '200110.767500', '200111.227500', '200111.687500', '200112.147500', '200112.607500', '200113.067500', '200113.527500', '200113.987500', '200114.447500', '200114.907500', '200115.367500', '200115.827500', '200116.287500', '200116.747500', '200117.207500', '200117.667500', '200118.127500', '200118.587500', '200119.047500', '200119.507500', '200119.967500', '200120.427500', '200120.887500', '200121.347500', '200121.807500', '200122.267500', '200122.727500', '200123.187500', '200123.647500', '200124.107500', '200124.567500', '200125.027500', '200125.487500', '200125.947500', '200126.407500', '200126.867500', '200127.327500', '200127.787500', '200128.247500', '200128.707500', '200129.167500', '200129.627500', '200130.087500', '200130.547500', '200131.007500', '200131.467500', '200131.927500', '200132.387500', '200132.847500', '200133.307500', '200133.767500', '200134.227500', '200134.687500', '200135.147500', '200135.607500', '200136.067500', '200136.527500', '200136.987500', '200137.447500', '200137.907500', '200138.367500', '200138.827500', '200139.287500', '200139.747500', '200140.207500', '200140.667500', '200141.127500', '200141.587500', '200142.047500', '200142.507500', '200142.967500', '200143.427500', '200143.887500', '200144.347500', '200144.807500', '200145.267500', '200145.727500', '200146.187500', '200146.647500', '200147.107500', '200147.567500', '200148.027500', '200148.487500', '200148.947500', '200149.407500', '200149.867500', '200150.327500', '200150.787500', '200151.247500', '200151.707500', '200152.167500', '200152.627500', '200153.087500', '200153.547500', '200154.007500', '200154.467500', '200154.927500', '200155.387500', '200155.847500', '200156.307500', '200156.767500', '200157.227500', '200157.687500', '200158.147500', '200158.607500', '200159.067500', '200159.527500', '200159.987500', '200200.447500', '200200.907500', '200201.367500', '200201.827500', '200202.287500', '200202.747500', '200203.207500', '200203.667500', '200204.127500', '200204.587500', '200205.047500', '200205.507500', '200205.967500', '200206.427500', '200206.887500', '200207.347500', '200207.807500', '200208.267500', '200208.727500', '200209.187500', '200209.647500', '200210.107500', '200210.567500', '200211.027500', '200211.487500', '200211.947500', '200212.407500', '200212.867500', '200213.327500', '200213.787500', '200214.247500', '200214.707500', '200215.167500', '200215.627500', '200216.087500', '200216.547500', '200217.007500', '200217.467500', '200217.927500', '200218.387500', '200218.847500', '200219.307500', '200219.767500', '200220.227500', '200220.687500', '200221.147500', '200221.607500', '200222.067500', '200222.527500', '200222.987500', '200223.447500', '200223.907500', '200224.367500', '200224.827500', '200225.287500', '200225.747500', '200226.207500', '200226.667500', '200227.127500', '200227.587500', '200228.047500', '200228.507500', '200228.967500', '200229.427500', '200229.887500', '200230.347500', '200230.807500', '200231.267500', '200231.727500', '200232.187500', '200232.647500', '200233.107500', '200233.567500', '200234.027500', '200234.487500', '200234.947500', '200235.407500', '200235.867500', '200236.327500', '200236.787500', '200237.247500', '200237.707500', '200238.167500', '200238.627500', '200239.087500', '200239.547500', '200240.007500', '200240.467500', '200240.927500', '200241.387500', '200241.847500', '200242.307500', '200242.767500', '200243.227500', '200243.687500', '200244.147500', '200244.607500', '200245.067500', '200245.527500', '200245.987500', '200246.447500', '200246.907500', '200247.367500', '200247.827500', '200248.287500', '200248.747500', '200249.207500', '200249.667500', '200250.127500', '200250.587500', '200251.047500', '200251.507500', '200251.967500', '200252.427500', '200252.887500', '200253.347500', '200253.807500', '200254.267500', '200254.727500', '200255.187500', '200255.647500', '200256.107500', '200256.567500', '200257.027500', '200257.487500', '200257.947500', '200258.407500', '200258.867500', '200259.327500', '200259.787500', '200300.247500', '200300.707500', '200301.167500', '200301.627500', '200302.087500', '200302.547500', '200303.007500', '200303.467500', '200303.927500', '200304.387500', '200304.847500', '200305.307500', '200305.767500', '200306.227500', '200306.687500', '200307.147500', '200307.607500', '200308.067500', '200308.527500', '200308.987500', '200309.447500', '200309.907500', '200310.367500', '200310.827500', '200311.287500', '200311.747500', '200312.207500', '200312.667500', '200313.127500', '200313.587500', '200314.047500', '200314.507500', '200314.967500', '200315.427500', '200315.887500', '200316.347500', '200316.807500', '200317.267500', '200317.727500', '200318.187500', '200318.647500', '200319.107500', '200319.567500', '200320.027500', '200320.487500', '200320.947500', '200321.407500', '200321.867500', '200322.327500', '200322.787500', '200323.247500', '200323.707500', '200324.167500', '200324.627500', '200325.087500', '200325.547500', '200326.007500', '200326.467500', '200326.927500', '200327.387500', '200327.847500', '200328.307500', '200328.767500', '200329.227500', '200329.687500', '200330.147500', '200330.607500', '200331.067500', '200331.527500', '200331.987500', '200332.447500', '200332.907500', '200333.367500', '200333.827500', '200334.287500', '200334.747500', '200335.207500', '200335.667500', '200336.127500', '200336.587500', '200337.047500', '200337.507500', '200337.967500', '200338.427500', '200338.887500', '200339.347500', '200339.807500', '200340.267500', '200340.727500', '200341.187500', '200341.647500', '200342.107500', '200342.567500', '200343.027500', '200343.487500', '200343.947500', '200344.407500', '200344.867500', '200345.327500', '200345.787500', '200346.247500', '200346.707500', '200347.167500', '200347.627500', '200348.087500', '200348.547500', '200349.007500', '200349.467500', '200349.927500', '200350.387500', '200350.847500', '200351.307500', '200351.767500', '200352.227500', '200352.687500', '200353.147500', '200353.607500', '200354.067500', '200354.527500', '200354.987500', '200355.447500', '200355.907500', '200356.367500', '200356.827500', '200357.287500', '200357.747500', '200358.207500', '200358.667500', '200359.127500', '200359.587500', '200400.047500', '200400.507500', '200400.967500', '200401.427500', '200401.887500', '200402.347500', '200402.807500', '200403.267500', '200403.727500', '200404.187500', '200404.647500', '200405.107500', '200405.567500', '200406.027500', '200406.487500', '200406.947500', '200407.407500', '200407.867500', '200408.327500', '200408.787500', '200409.247500', '200409.707500', '200410.167500', '200410.627500', '200411.087500', '200411.547500', '200412.007500', '200412.467500', '200412.927500', '200413.387500', '200413.847500', '200414.307500', '200414.767500', '200415.227500', '200415.687500', '200416.147500', '200416.607500', '200417.067500', '200417.527500', '200417.987500', '200418.447500', '200418.907500', '200419.367500', '200419.827500', '200420.287500', '200420.747500', '200421.207500', '200421.667500', '200422.127500', '200422.587500', '200423.047500', '200423.507500', '200423.967500', '200424.427500', '200424.887500', '200425.347500', '200425.807500', '200426.267500', '200426.727500', '200427.187500', '200427.647500', '200428.107500', '200428.567500', '200429.027500', '200429.487500', '200429.947500', '200430.407500', '200430.867500', '200431.327500', '200431.787500', '200432.247500', '200432.707500', '200433.167500', '200433.627500', '200434.087500', '200434.547500', '200435.007500', '200435.467500', '200435.927500', '200436.387500', '200436.847500', '200437.307500', '200437.767500', '200438.227500', '200438.687500', '200439.147500', '200439.607500', '200440.067500', '200440.527500', '200440.987500', '200441.447500', '200441.907500', '200442.367500', '200442.827500', '200443.287500', '200443.747500', '200444.207500', '200444.667500', '200445.127500', '200445.587500', '200446.047500', '200446.507500', '200446.967500', '200447.427500', '200447.887500', '200448.347500', '200448.807500', '200449.267500', '200449.727500', '200450.187500', '200450.647500', '200451.107500', '200451.567500', '200452.027500', '200452.487500', '200452.947500', '200453.407500', '200453.867500', '200454.327500', '200454.787500', '200455.247500', '200455.707500', '200456.167500', '200456.627500', '200457.087500', '200457.547500', '200458.007500', '200458.467500', '200458.927500', '200459.387500', '200459.847500', '200500.307500', '200500.767500', '200501.227500', '200501.687500', '200502.147500', '200502.607500', '200503.067500', '200503.527500', '200503.987500', '200504.447500', '200504.907500', '200505.367500', '200505.827500', '200506.287500', '200506.747500', '200507.207500', '200507.667500', '200508.127500', '200508.587500', '200509.047500', '200509.507500', '200509.967500', '200510.427500', '200510.887500', '200511.347500', '200511.807500', '200512.267500', '200512.727500', '200513.187500', '200513.647500', '200514.107500', '200514.567500', '200515.027500', '200515.487500', '200515.947500', '200516.407500', '200516.867500', '200517.327500', '200517.787500', '200518.247500', '200518.707500', '200519.167500', '200519.627500', '200520.087500', '200520.547500', '200521.007500', '200521.467500', '200521.927500', '200522.387500', '200522.847500', '200523.307500', '200523.767500', '200524.227500', '200524.687500', '200525.147500', '200525.607500', '200526.067500', '200526.527500', '200526.987500', '200527.447500', '200527.907500', '200528.367500', '200528.827500', '200529.287500', '200529.747500', '200530.207500', '200530.667500', '200531.127500', '200531.587500', '200532.047500', '200532.507500', '200532.967500', '200533.427500', '200533.887500', '200534.347500', '200534.807500', '200535.267500', '200535.727500', '200536.187500', '200536.647500', '200537.107500', '200537.567500', '200538.027500', '200538.487500', '200538.947500', '200539.407500', '200539.867500', '200540.327500', '200540.787500', '200541.247500', '200541.707500', '200542.167500', '200542.627500', '200543.087500', '200543.547500', '200544.007500', '200544.467500', '200544.927500', '200545.387500', '200545.847500', '200546.307500', '200546.767500', '200547.227500', '200547.687500', '200548.147500', '200548.607500', '200549.067500', '200549.527500', '200549.987500', '200550.447500', '200550.907500', '200551.367500', '200551.827500', '200552.287500', '200552.747500', '200553.207500', '200553.667500', '200554.127500', '200554.587500', '200555.047500', '200555.507500', '200555.967500', '200556.427500', '200556.887500', '200557.347500', '200557.807500', '200558.267500', '200558.727500', '200559.187500', '200559.647500', '200600.107500', '200600.567500', '200601.027500', '200601.487500', '200601.947500', '200602.407500', '200602.867500', '200603.327500', '200603.787500', '200604.247500', '200604.707500', '200605.167500', '200605.627500', '200606.087500', '200606.547500', '200607.007500', '200607.467500', '200607.927500', '200608.387500', '200608.847500', '200609.307500', '200609.767500', '200610.227500', '200610.687500', '200611.147500', '200611.607500', '200612.067500', '200612.527500', '200612.987500', '200613.447500', '200613.907500', '200614.367500', '200614.827500', '200615.287500', '200615.747500', '200616.207500', '200616.667500', '200617.127500', '200617.587500', '200618.047500'], 'ContentTime': ['195947.489000', '195947.492000', '195947.495000', '195947.497000', '195947.509000', '195947.511000', '195947.514000', '195947.517000', '195947.520000', '195947.522000', '195947.525000', '195947.528000', '195947.530000', '195947.533000', '195947.536000', '195947.538000', '195947.541000', '195947.550000', '195947.553000', '195947.556000', '200007.438000', '200007.441000', '200007.444000', '200007.446000', '200007.449000', '200007.452000', '200007.454000', '200007.457000', '200007.460000', '200007.462000', '200007.465000', '200007.467000', '200007.470000', '200007.473000', '200007.475000', '200007.478000', '200007.481000', '200007.483000', '200007.486000', '200007.489000', '200007.491000', '200007.495000', '200007.503000', '200007.506000', '200007.508000', '200007.511000', '200007.514000', '200007.516000', '200007.519000', '200007.522000', '200007.524000', '200007.527000', '200007.530000', '200007.532000', '200007.535000', '200007.538000', '200007.540000', '200007.543000', '200007.546000', '200007.548000', '200007.551000', '200007.560000', '200007.563000', '200027.438000', '200027.442000', '200027.444000', '200027.447000', '200027.450000', '200027.452000', '200027.455000', '200027.458000', '200027.460000', '200027.463000', '200027.466000', '200027.468000', '200027.471000', '200027.474000', '200027.476000', '200027.479000', '200027.482000', '200027.484000', '200027.487000', '200027.489000', '200027.492000', '200027.495000', '200027.497000', '200027.500000', '200027.503000', '200027.505000', '200027.508000', '200027.511000', '200027.513000', '200027.516000', '200027.519000', '200027.521000', '200027.524000', '200027.527000', '200027.529000', '200027.532000', '200027.535000', '200027.537000', '200027.540000', '200027.543000', '200027.545000', '200027.548000', '200027.551000', '200027.553000', '200047.437000', '200047.440000', '200047.443000', '200047.445000', '200047.448000', '200047.463000', '200047.465000', '200047.468000', '200047.471000', '200047.473000', '200047.476000', '200047.478000', '200047.481000', '200047.484000', '200047.486000', '200047.489000', '200047.492000', '200047.494000', '200047.497000', '200047.500000', '200047.502000', '200047.505000', '200047.508000', '200047.510000', '200047.513000', '200047.516000', '200047.518000', '200047.528000', '200047.531000', '200047.533000', '200047.536000', '200047.539000', '200047.541000', '200047.544000', '200047.547000', '200047.549000', '200047.552000', '200047.555000', '200047.557000', '200047.560000', '200047.562000', '200047.565000', '200047.568000', '200107.438000', '200107.441000', '200107.443000', '200107.446000', '200107.449000', '200107.451000', '200107.454000', '200107.456000', '200107.459000', '200107.462000', '200107.464000', '200107.467000', '200107.470000', '200107.472000', '200107.475000', '200107.477000', '200107.480000', '200107.483000', '200107.486000', '200107.488000', '200107.491000', '200107.494000', '200107.496000', '200107.499000', '200107.502000', '200107.504000', '200107.507000', '200107.509000', '200107.512000', '200107.515000', '200107.517000', '200107.520000', '200107.523000', '200107.525000', '200107.528000', '200107.531000', '200107.533000', '200107.536000', '200107.539000', '200107.541000', '200107.544000', '200107.547000', '200107.549000', '200127.437000', '200127.440000', '200127.443000', '200127.445000', '200127.448000', '200127.451000', '200127.454000', '200127.456000', '200127.459000', '200127.461000', '200127.464000', '200127.467000', '200127.470000', '200127.472000', '200127.475000', '200127.477000', '200127.480000', '200127.483000', '200127.485000', '200127.488000', '200127.491000', '200127.493000', '200127.496000', '200127.499000', '200127.501000', '200127.504000', '200127.507000', '200127.509000', '200127.512000', '200127.515000', '200127.517000', '200127.520000', '200127.523000', '200127.525000', '200127.528000', '200127.531000', '200127.534000', '200127.537000', '200127.540000', '200127.543000', '200127.545000', '200127.548000', '200127.551000', '200127.553000', '200147.438000', '200147.440000', '200147.443000', '200147.446000', '200147.448000', '200147.451000', '200147.454000', '200147.462000', '200147.465000', '200147.467000', '200147.470000', '200147.472000', '200147.475000', '200147.478000', '200147.480000', '200147.483000', '200147.485000', '200147.488000', '200147.491000', '200147.493000', '200147.496000', '200147.499000', '200147.501000', '200147.504000', '200147.507000', '200147.509000', '200147.512000', '200147.515000', '200147.517000', '200147.520000', '200147.522000', '200147.525000', '200147.528000', '200147.531000', '200147.533000', '200147.536000', '200147.539000', '200147.541000', '200147.544000', '200147.547000', '200147.549000', '200147.552000', '200147.554000', '200147.557000', '200207.438000', '200207.442000', '200207.444000', '200207.447000', '200207.449000', '200207.452000', '200207.455000', '200207.457000', '200207.460000', '200207.462000', '200207.465000', '200207.468000', '200207.470000', '200207.473000', '200207.475000', '200207.478000', '200207.481000', '200207.483000', '200207.486000', '200207.488000', '200207.491000', '200207.494000', '200207.496000', '200207.499000', '200207.502000', '200207.505000', '200207.507000', '200207.510000', '200207.512000', '200207.515000', '200207.518000', '200207.521000', '200207.523000', '200207.526000', '200207.529000', '200207.532000', '200207.535000', '200207.538000', '200207.541000', '200207.543000', '200207.546000', '200207.549000', '200207.551000', '200227.439000', '200227.442000', '200227.444000', '200227.447000', '200227.450000', '200227.453000', '200227.455000', '200227.458000', '200227.461000', '200227.463000', '200227.466000', '200227.469000', '200227.471000', '200227.474000', '200227.477000', '200227.479000', '200227.489000', '200227.492000', '200227.495000', '200227.497000', '200227.500000', '200227.503000', '200227.505000', '200227.508000', '200227.511000', '200227.513000', '200227.516000', '200227.519000', '200227.521000', '200227.524000', '200227.527000', '200227.529000', '200227.532000', '200227.534000', '200227.537000', '200227.540000', '200227.542000', '200227.545000', '200227.548000', '200227.550000', '200227.553000', '200227.555000', '200227.558000', '200227.561000', '200247.439000', '200247.442000', '200247.444000', '200247.447000', '200247.450000', '200247.452000', '200247.455000', '200247.457000', '200247.460000', '200247.463000', '200247.465000', '200247.468000', '200247.471000', '200247.473000', '200247.476000', '200247.479000', '200247.481000', '200247.484000', '200247.486000', '200247.489000', '200247.492000', '200247.494000', '200247.497000', '200247.499000', '200247.502000', '200247.505000', '200247.507000', '200247.510000', '200247.513000', '200247.515000', '200247.518000', '200247.520000', '200247.523000', '200247.526000', '200247.528000', '200247.531000', '200247.533000', '200247.536000', '200247.539000', '200247.541000', '200247.544000', '200247.546000', '200247.549000', '200307.438000', '200307.440000', '200307.443000', '200307.446000', '200307.448000', '200307.451000', '200307.454000', '200307.456000', '200307.459000', '200307.461000', '200307.464000', '200307.467000', '200307.469000', '200307.472000', '200307.475000', '200307.477000', '200307.480000', '200307.483000', '200307.485000', '200307.488000', '200307.491000', '200307.493000', '200307.496000', '200307.498000', '200307.501000', '200307.504000', '200307.506000', '200307.509000', '200307.511000', '200307.514000', '200307.517000', '200307.519000', '200307.522000', '200307.524000', '200307.527000', '200307.530000', '200307.532000', '200307.535000', '200307.537000', '200307.540000', '200307.543000', '200307.545000', '200307.548000', '200307.551000', '200327.438000', '200327.440000', '200327.443000', '200327.446000', '200327.448000', '200327.451000', '200327.454000', '200327.456000', '200327.459000', '200327.461000', '200327.464000', '200327.466000', '200327.469000', '200327.472000', '200327.475000', '200327.477000', '200327.480000', '200327.482000', '200327.485000', '200327.488000', '200327.490000', '200327.493000', '200327.495000', '200327.498000', '200327.501000', '200327.503000', '200327.506000', '200327.508000', '200327.511000', '200327.514000', '200327.517000', '200327.519000', '200327.522000', '200327.524000', '200327.527000', '200327.530000', '200327.532000', '200327.535000', '200327.537000', '200327.540000', '200327.542000', '200327.545000', '200327.548000', '200347.438000', '200347.440000', '200347.443000', '200347.446000', '200347.449000', '200347.451000', '200347.454000', '200347.456000', '200347.459000', '200347.462000', '200347.464000', '200347.467000', '200347.481000', '200347.483000', '200347.486000', '200347.489000', '200347.492000', '200347.495000', '200347.497000', '200347.500000', '200347.502000', '200347.505000', '200347.508000', '200347.510000', '200347.513000', '200347.515000', '200347.518000', '200347.521000', '200347.523000', '200347.526000', '200347.529000', '200347.531000', '200347.534000', '200347.537000', '200347.539000', '200347.542000', '200347.545000', '200347.547000', '200347.550000', '200347.552000', '200347.556000', '200347.559000', '200347.562000', '200347.564000', '200407.438000', '200407.440000', '200407.443000', '200407.446000', '200407.448000', '200407.451000', '200407.454000', '200407.456000', '200407.459000', '200407.462000', '200407.464000', '200407.467000', '200407.470000', '200407.472000', '200407.475000', '200407.477000', '200407.480000', '200407.483000', '200407.485000', '200407.488000', '200407.490000', '200407.493000', '200407.496000', '200407.499000', '200407.501000', '200407.504000', '200407.507000', '200407.509000', '200407.512000', '200407.515000', '200407.518000', '200407.520000', '200407.523000', '200407.525000', '200407.529000', '200407.531000', '200407.534000', '200407.536000', '200407.539000', '200407.542000', '200407.545000', '200407.547000', '200407.550000', '200427.439000', '200427.442000', '200427.444000', '200427.447000', '200427.450000', '200427.452000', '200427.455000', '200427.458000', '200427.460000', '200427.463000', '200427.466000', '200427.468000', '200427.471000', '200427.474000', '200427.477000', '200427.479000', '200427.482000', '200427.485000', '200427.487000', '200427.490000', '200427.492000', '200427.495000', '200427.498000', '200427.500000', '200427.503000', '200427.506000', '200427.508000', '200427.511000', '200427.513000', '200427.516000', '200427.519000', '200427.521000', '200427.524000', '200427.527000', '200427.529000', '200427.532000', '200427.535000', '200427.537000', '200427.540000', '200427.543000', '200427.546000', '200427.548000', '200427.551000', '200427.554000', '200447.439000', '200447.442000', '200447.444000', '200447.447000', '200447.450000', '200447.452000', '200447.455000', '200447.458000', '200447.460000', '200447.463000', '200447.466000', '200447.468000', '200447.471000', '200447.474000', '200447.476000', '200447.479000', '200447.482000', '200447.485000', '200447.487000', '200447.490000', '200447.492000', '200447.495000', '200447.498000', '200447.501000', '200447.503000', '200447.506000', '200447.509000', '200447.511000', '200447.514000', '200447.517000', '200447.520000', '200447.522000', '200447.525000', '200447.528000', '200447.530000', '200447.533000', '200447.535000', '200447.538000', '200447.541000', '200447.544000', '200447.546000', '200447.549000', '200447.552000', '200507.438000', '200507.441000', '200507.444000', '200507.447000', '200507.449000', '200507.452000', '200507.455000', '200507.458000', '200507.460000', '200507.463000', '200507.466000', '200507.469000', '200507.472000', '200507.475000', '200507.478000', '200507.480000', '200507.483000', '200507.485000', '200507.488000', '200507.491000', '200507.493000', '200507.496000', '200507.513000', '200507.516000', '200507.519000', '200507.521000', '200507.531000', '200507.534000', '200507.537000', '200507.539000', '200507.542000', '200507.545000', '200507.547000', '200507.550000', '200507.553000', '200507.556000', '200507.558000', '200507.561000', '200507.564000', '200507.566000', '200507.569000', '200507.572000', '200507.574000', '200507.577000', '200527.438000', '200527.442000', '200527.444000', '200527.447000', '200527.450000', '200527.453000', '200527.455000', '200527.458000', '200527.461000', '200527.464000', '200527.466000', '200527.469000', '200527.472000', '200527.474000', '200527.477000', '200527.480000', '200527.482000', '200527.485000', '200527.488000', '200527.490000', '200527.493000', '200527.496000', '200527.499000', '200527.501000', '200527.504000', '200527.507000', '200527.509000', '200527.512000', '200527.516000', '200527.519000', '200527.522000', '200527.525000', '200527.527000', '200527.530000', '200527.533000', '200527.535000', '200527.538000', '200527.541000', '200527.543000', '200527.546000', '200527.549000', '200527.552000', '200527.554000', '200547.438000', '200547.441000', '200547.443000', '200547.446000', '200547.448000', '200547.451000', '200547.454000', '200547.456000', '200547.459000', '200547.462000', '200547.464000', '200547.467000', '200547.470000', '200547.472000', '200547.475000', '200547.477000', '200547.480000', '200547.484000', '200547.487000', '200547.489000', '200547.492000', '200547.495000', '200547.498000', '200547.500000', '200547.503000', '200547.506000', '200547.508000', '200547.511000', '200547.514000', '200547.516000', '200547.519000', '200547.521000', '200547.524000', '200547.527000', '200547.529000', '200547.532000', '200547.535000', '200547.537000', '200547.540000', '200547.542000', '200547.545000', '200547.548000', '200547.550000', '200607.438000', '200607.441000', '200607.443000', '200607.446000', '200607.449000', '200607.451000', '200607.454000', '200607.457000', '200607.459000', '200607.462000', '200607.464000', '200607.467000', '200607.470000', '200607.472000', '200607.475000', '200607.477000', '200607.480000', '200607.483000', '200607.485000', '200607.488000', '200607.490000', '200607.493000', '200607.496000', '200607.498000', '200607.501000', '200607.503000', '200607.506000', '200607.509000', '200607.511000', '200607.514000', '200607.517000', '200607.519000', '200607.522000', '200607.524000', '200607.527000', '200607.530000', '200607.532000', '200607.535000', '200607.537000', '200607.540000', '200607.543000', '200607.545000', '200607.548000', '200607.551000', '200619.165000', '200619.168000', '200619.171000', '200619.174000', '200619.176000', '200619.179000', '200619.182000', '200619.184000', '200619.187000', '200619.190000', '200619.192000', '200619.195000', '200619.197000', '200619.200000', '200619.203000', '200619.205000', '200619.208000', '200619.211000', '200619.214000', '200619.216000', '200619.219000', '200619.222000', '200619.224000', '200619.227000', '200619.230000', '200619.233000'], 'InstanceCreationTime': ['195947.489000', '195947.492000', '195947.495000', '195947.497000', '195947.509000', '195947.511000', '195947.514000', '195947.517000', '195947.520000', '195947.522000', '195947.525000', '195947.528000', '195947.530000', '195947.533000', '195947.536000', '195947.538000', '195947.541000', '195947.550000', '195947.553000', '195947.556000', '200007.438000', '200007.441000', '200007.444000', '200007.446000', '200007.449000', '200007.452000', '200007.454000', '200007.457000', '200007.460000', '200007.462000', '200007.465000', '200007.467000', '200007.470000', '200007.473000', '200007.475000', '200007.478000', '200007.481000', '200007.483000', '200007.486000', '200007.489000', '200007.491000', '200007.495000', '200007.503000', '200007.506000', '200007.508000', '200007.511000', '200007.514000', '200007.516000', '200007.519000', '200007.522000', '200007.524000', '200007.527000', '200007.530000', '200007.532000', '200007.535000', '200007.538000', '200007.540000', '200007.543000', '200007.546000', '200007.548000', '200007.551000', '200007.560000', '200007.563000', '200027.438000', '200027.442000', '200027.444000', '200027.447000', '200027.450000', '200027.452000', '200027.455000', '200027.458000', '200027.460000', '200027.463000', '200027.466000', '200027.468000', '200027.471000', '200027.474000', '200027.476000', '200027.479000', '200027.482000', '200027.484000', '200027.487000', '200027.489000', '200027.492000', '200027.495000', '200027.497000', '200027.500000', '200027.503000', '200027.505000', '200027.508000', '200027.511000', '200027.513000', '200027.516000', '200027.519000', '200027.521000', '200027.524000', '200027.527000', '200027.529000', '200027.532000', '200027.535000', '200027.537000', '200027.540000', '200027.543000', '200027.545000', '200027.548000', '200027.551000', '200027.553000', '200047.437000', '200047.440000', '200047.443000', '200047.445000', '200047.448000', '200047.463000', '200047.465000', '200047.468000', '200047.471000', '200047.473000', '200047.476000', '200047.478000', '200047.481000', '200047.484000', '200047.486000', '200047.489000', '200047.492000', '200047.494000', '200047.497000', '200047.500000', '200047.502000', '200047.505000', '200047.508000', '200047.510000', '200047.513000', '200047.516000', '200047.518000', '200047.528000', '200047.531000', '200047.533000', '200047.536000', '200047.539000', '200047.541000', '200047.544000', '200047.547000', '200047.549000', '200047.552000', '200047.555000', '200047.557000', '200047.560000', '200047.562000', '200047.565000', '200047.568000', '200107.438000', '200107.441000', '200107.443000', '200107.446000', '200107.449000', '200107.451000', '200107.454000', '200107.456000', '200107.459000', '200107.462000', '200107.464000', '200107.467000', '200107.470000', '200107.472000', '200107.475000', '200107.477000', '200107.480000', '200107.483000', '200107.486000', '200107.488000', '200107.491000', '200107.494000', '200107.496000', '200107.499000', '200107.502000', '200107.504000', '200107.507000', '200107.509000', '200107.512000', '200107.515000', '200107.517000', '200107.520000', '200107.523000', '200107.525000', '200107.528000', '200107.531000', '200107.533000', '200107.536000', '200107.539000', '200107.541000', '200107.544000', '200107.547000', '200107.549000', '200127.437000', '200127.440000', '200127.443000', '200127.445000', '200127.448000', '200127.451000', '200127.454000', '200127.456000', '200127.459000', '200127.461000', '200127.464000', '200127.467000', '200127.470000', '200127.472000', '200127.475000', '200127.477000', '200127.480000', '200127.483000', '200127.485000', '200127.488000', '200127.491000', '200127.493000', '200127.496000', '200127.499000', '200127.501000', '200127.504000', '200127.507000', '200127.509000', '200127.512000', '200127.515000', '200127.517000', '200127.520000', '200127.523000', '200127.525000', '200127.528000', '200127.531000', '200127.534000', '200127.537000', '200127.540000', '200127.543000', '200127.545000', '200127.548000', '200127.551000', '200127.553000', '200147.438000', '200147.440000', '200147.443000', '200147.446000', '200147.448000', '200147.451000', '200147.454000', '200147.462000', '200147.465000', '200147.467000', '200147.470000', '200147.472000', '200147.475000', '200147.478000', '200147.480000', '200147.483000', '200147.485000', '200147.488000', '200147.491000', '200147.493000', '200147.496000', '200147.499000', '200147.501000', '200147.504000', '200147.507000', '200147.509000', '200147.512000', '200147.515000', '200147.517000', '200147.520000', '200147.522000', '200147.525000', '200147.528000', '200147.531000', '200147.533000', '200147.536000', '200147.539000', '200147.541000', '200147.544000', '200147.547000', '200147.549000', '200147.552000', '200147.554000', '200147.557000', '200207.438000', '200207.442000', '200207.444000', '200207.447000', '200207.449000', '200207.452000', '200207.455000', '200207.457000', '200207.460000', '200207.462000', '200207.465000', '200207.468000', '200207.470000', '200207.473000', '200207.475000', '200207.478000', '200207.481000', '200207.483000', '200207.486000', '200207.488000', '200207.491000', '200207.494000', '200207.496000', '200207.499000', '200207.502000', '200207.505000', '200207.507000', '200207.510000', '200207.512000', '200207.515000', '200207.518000', '200207.521000', '200207.523000', '200207.526000', '200207.529000', '200207.532000', '200207.535000', '200207.538000', '200207.541000', '200207.543000', '200207.546000', '200207.549000', '200207.551000', '200227.439000', '200227.442000', '200227.444000', '200227.447000', '200227.450000', '200227.453000', '200227.455000', '200227.458000', '200227.461000', '200227.463000', '200227.466000', '200227.469000', '200227.471000', '200227.474000', '200227.477000', '200227.479000', '200227.489000', '200227.492000', '200227.495000', '200227.497000', '200227.500000', '200227.503000', '200227.505000', '200227.508000', '200227.511000', '200227.513000', '200227.516000', '200227.519000', '200227.521000', '200227.524000', '200227.527000', '200227.529000', '200227.532000', '200227.534000', '200227.537000', '200227.540000', '200227.542000', '200227.545000', '200227.548000', '200227.550000', '200227.553000', '200227.555000', '200227.558000', '200227.561000', '200247.439000', '200247.442000', '200247.444000', '200247.447000', '200247.450000', '200247.452000', '200247.455000', '200247.457000', '200247.460000', '200247.463000', '200247.465000', '200247.468000', '200247.471000', '200247.473000', '200247.476000', '200247.479000', '200247.481000', '200247.484000', '200247.486000', '200247.489000', '200247.492000', '200247.494000', '200247.497000', '200247.499000', '200247.502000', '200247.505000', '200247.507000', '200247.510000', '200247.513000', '200247.515000', '200247.518000', '200247.520000', '200247.523000', '200247.526000', '200247.528000', '200247.531000', '200247.533000', '200247.536000', '200247.539000', '200247.541000', '200247.544000', '200247.546000', '200247.549000', '200307.438000', '200307.440000', '200307.443000', '200307.446000', '200307.448000', '200307.451000', '200307.454000', '200307.456000', '200307.459000', '200307.461000', '200307.464000', '200307.467000', '200307.469000', '200307.472000', '200307.475000', '200307.477000', '200307.480000', '200307.483000', '200307.485000', '200307.488000', '200307.491000', '200307.493000', '200307.496000', '200307.498000', '200307.501000', '200307.504000', '200307.506000', '200307.509000', '200307.511000', '200307.514000', '200307.517000', '200307.519000', '200307.522000', '200307.524000', '200307.527000', '200307.530000', '200307.532000', '200307.535000', '200307.537000', '200307.540000', '200307.543000', '200307.545000', '200307.548000', '200307.551000', '200327.438000', '200327.440000', '200327.443000', '200327.446000', '200327.448000', '200327.451000', '200327.454000', '200327.456000', '200327.459000', '200327.461000', '200327.464000', '200327.466000', '200327.469000', '200327.472000', '200327.475000', '200327.477000', '200327.480000', '200327.482000', '200327.485000', '200327.488000', '200327.490000', '200327.493000', '200327.495000', '200327.498000', '200327.501000', '200327.503000', '200327.506000', '200327.508000', '200327.511000', '200327.514000', '200327.517000', '200327.519000', '200327.522000', '200327.524000', '200327.527000', '200327.530000', '200327.532000', '200327.535000', '200327.537000', '200327.540000', '200327.542000', '200327.545000', '200327.548000', '200347.438000', '200347.440000', '200347.443000', '200347.446000', '200347.449000', '200347.451000', '200347.454000', '200347.456000', '200347.459000', '200347.462000', '200347.464000', '200347.467000', '200347.481000', '200347.483000', '200347.486000', '200347.489000', '200347.492000', '200347.495000', '200347.497000', '200347.500000', '200347.502000', '200347.505000', '200347.508000', '200347.510000', '200347.513000', '200347.515000', '200347.518000', '200347.521000', '200347.523000', '200347.526000', '200347.529000', '200347.531000', '200347.534000', '200347.537000', '200347.539000', '200347.542000', '200347.545000', '200347.547000', '200347.550000', '200347.552000', '200347.556000', '200347.559000', '200347.562000', '200347.564000', '200407.438000', '200407.440000', '200407.443000', '200407.446000', '200407.448000', '200407.451000', '200407.454000', '200407.456000', '200407.459000', '200407.462000', '200407.464000', '200407.467000', '200407.470000', '200407.472000', '200407.475000', '200407.477000', '200407.480000', '200407.483000', '200407.485000', '200407.488000', '200407.490000', '200407.493000', '200407.496000', '200407.499000', '200407.501000', '200407.504000', '200407.507000', '200407.509000', '200407.512000', '200407.515000', '200407.518000', '200407.520000', '200407.523000', '200407.525000', '200407.529000', '200407.531000', '200407.534000', '200407.536000', '200407.539000', '200407.542000', '200407.545000', '200407.547000', '200407.550000', '200427.439000', '200427.442000', '200427.444000', '200427.447000', '200427.450000', '200427.452000', '200427.455000', '200427.458000', '200427.460000', '200427.463000', '200427.466000', '200427.468000', '200427.471000', '200427.474000', '200427.477000', '200427.479000', '200427.482000', '200427.485000', '200427.487000', '200427.490000', '200427.492000', '200427.495000', '200427.498000', '200427.500000', '200427.503000', '200427.506000', '200427.508000', '200427.511000', '200427.513000', '200427.516000', '200427.519000', '200427.521000', '200427.524000', '200427.527000', '200427.529000', '200427.532000', '200427.535000', '200427.537000', '200427.540000', '200427.543000', '200427.546000', '200427.548000', '200427.551000', '200427.554000', '200447.439000', '200447.442000', '200447.444000', '200447.447000', '200447.450000', '200447.452000', '200447.455000', '200447.458000', '200447.460000', '200447.463000', '200447.466000', '200447.468000', '200447.471000', '200447.474000', '200447.476000', '200447.479000', '200447.482000', '200447.485000', '200447.487000', '200447.490000', '200447.492000', '200447.495000', '200447.498000', '200447.501000', '200447.503000', '200447.506000', '200447.509000', '200447.511000', '200447.514000', '200447.517000', '200447.520000', '200447.522000', '200447.525000', '200447.528000', '200447.530000', '200447.533000', '200447.535000', '200447.538000', '200447.541000', '200447.544000', '200447.546000', '200447.549000', '200447.552000', '200507.438000', '200507.441000', '200507.444000', '200507.447000', '200507.449000', '200507.452000', '200507.455000', '200507.458000', '200507.460000', '200507.463000', '200507.466000', '200507.469000', '200507.472000', '200507.475000', '200507.478000', '200507.480000', '200507.483000', '200507.485000', '200507.488000', '200507.491000', '200507.493000', '200507.496000', '200507.513000', '200507.516000', '200507.519000', '200507.521000', '200507.531000', '200507.534000', '200507.537000', '200507.539000', '200507.542000', '200507.545000', '200507.547000', '200507.550000', '200507.553000', '200507.556000', '200507.558000', '200507.561000', '200507.564000', '200507.566000', '200507.569000', '200507.572000', '200507.574000', '200507.577000', '200527.438000', '200527.442000', '200527.444000', '200527.447000', '200527.450000', '200527.453000', '200527.455000', '200527.458000', '200527.461000', '200527.464000', '200527.466000', '200527.469000', '200527.472000', '200527.474000', '200527.477000', '200527.480000', '200527.482000', '200527.485000', '200527.488000', '200527.490000', '200527.493000', '200527.496000', '200527.499000', '200527.501000', '200527.504000', '200527.507000', '200527.509000', '200527.512000', '200527.516000', '200527.519000', '200527.522000', '200527.525000', '200527.527000', '200527.530000', '200527.533000', '200527.535000', '200527.538000', '200527.541000', '200527.543000', '200527.546000', '200527.549000', '200527.552000', '200527.554000', '200547.438000', '200547.441000', '200547.443000', '200547.446000', '200547.448000', '200547.451000', '200547.454000', '200547.456000', '200547.459000', '200547.462000', '200547.464000', '200547.467000', '200547.470000', '200547.472000', '200547.475000', '200547.477000', '200547.480000', '200547.484000', '200547.487000', '200547.489000', '200547.492000', '200547.495000', '200547.498000', '200547.500000', '200547.503000', '200547.506000', '200547.508000', '200547.511000', '200547.514000', '200547.516000', '200547.519000', '200547.521000', '200547.524000', '200547.527000', '200547.529000', '200547.532000', '200547.535000', '200547.537000', '200547.540000', '200547.542000', '200547.545000', '200547.548000', '200547.550000', '200607.438000', '200607.441000', '200607.443000', '200607.446000', '200607.449000', '200607.451000', '200607.454000', '200607.457000', '200607.459000', '200607.462000', '200607.464000', '200607.467000', '200607.470000', '200607.472000', '200607.475000', '200607.477000', '200607.480000', '200607.483000', '200607.485000', '200607.488000', '200607.490000', '200607.493000', '200607.496000', '200607.498000', '200607.501000', '200607.503000', '200607.506000', '200607.509000', '200607.511000', '200607.514000', '200607.517000', '200607.519000', '200607.522000', '200607.524000', '200607.527000', '200607.530000', '200607.532000', '200607.535000', '200607.537000', '200607.540000', '200607.543000', '200607.545000', '200607.548000', '200607.551000', '200619.165000', '200619.168000', '200619.171000', '200619.174000', '200619.176000', '200619.179000', '200619.182000', '200619.184000', '200619.187000', '200619.190000', '200619.192000', '200619.195000', '200619.197000', '200619.200000', '200619.203000', '200619.205000', '200619.208000', '200619.211000', '200619.214000', '200619.216000', '200619.219000', '200619.222000', '200619.224000', '200619.227000', '200619.230000', '200619.233000'], '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': [8305, 9635, 7617, 8759, 7763, 8230, 13819, 8478, 8711, 11643, 7906, 9451, 7300, 8041, 11118, 6863, 8204, 12988, 7855, 10191, 6531, 8157, 10724, 7452, 8943, 9906, 8102, 10038, 6475, 8240, 10983, 7542, 9264, 7929, 8194, 10588, 7905, 10406, 7605, 9185, 7417, 8038, 13220, 8398, 11343, 8584, 11671, 15260, 10818, 8742, 14289, 7697, 8769, 13615, 7683, 8843, 13925, 8251, 9543, 8445, 8718, 14016, 7448, 8776, 8949, 7816, 14135, 7953, 8065, 15311, 9271, 11143, 7568, 10364, 7965, 8383, 7176, 8216, 9294, 8243, 13184, 9287, 7952, 12423, 7117, 8286, 10632, 7444, 10853, 6968, 8863, 8502, 7742, 10442, 6893, 8197, 11722, 7470, 9861, 7082, 7852, 11857, 8991, 9311, 8044, 9590, 10179, 8810, 9788, 8903, 9020, 11656, 7961, 9120, 13076, 8426, 9546, 8715, 8807, 11879, 7365, 8550, 7113, 8010, 11430, 6676, 9203, 11885, 7714, 8192, 7912, 11006, 8021, 12294, 10102, 7585, 11883, 8523, 8085, 12871, 7435, 9301, 14201, 7244, 9901, 13625, 7122, 10347, 7277, 8362, 11993, 7574, 11716, 7602, 10346, 7552, 9302, 11452, 8041, 11618, 7915, 8139, 11792, 6939, 10181, 15339, 7715, 11804, 7474, 11282, 7095, 9198, 15757, 11474, 13225, 8426, 7924, 14661, 7278, 9610, 9495, 7761, 11151, 6876, 8105, 7293, 7642, 9163, 7922, 7770, 10181, 9092, 7841, 9956, 7119, 8003, 11751, 7393, 7828, 7921, 7576, 8758, 6405, 8549, 10115, 9172, 8941, 13617, 8770, 10183, 8500, 7467, 9267, 7175, 8421, 10855, 7806, 9669, 8248, 8614, 7770, 7548, 7796, 8020, 12209, 7879, 8846, 13662, 7437, 9061, 12991, 8087, 9991, 7662, 7876, 10161, 7420, 8693, 10386, 7477, 9653, 7354, 8201, 10508, 7192, 8969, 8584, 7742, 9897, 7377, 7989, 11081, 7554, 11010, 7720, 11155, 6061, 7481, 6476, 7422, 7175, 7604, 14030, 7511, 7536, 13124, 7767, 9314, 14379, 7495, 9805, 14615, 7640, 10213, 8036, 7510, 11069, 7457, 9898, 7201, 7426, 11124, 6716, 7974, 11469, 7414, 12030, 7851, 12151, 7015, 8229, 7004, 8195, 7224, 8159, 14668, 7997, 9455, 14693, 7851, 11333, 9288, 8155, 15088, 7456, 9717, 10634, 7991, 11999, 7881, 8732, 11807, 7873, 10352, 6930, 8020, 12667, 8030, 10159, 7012, 8122, 12545, 7425, 9273, 11150, 7727, 10528, 7784, 8330, 11585, 7625, 9753, 7943, 8044, 10948, 6899, 8293, 13231, 8613, 8772, 7585, 8436, 14151, 8841, 10118, 7891, 9793, 8040, 12231, 8271, 13847, 10285, 12655, 6891, 9099, 7367, 13563, 7348, 8515, 8072, 8892, 14342, 15708, 8649, 11325, 12743, 8668, 11428, 7852, 8713, 14430, 8316, 9442, 7946, 8540, 12141, 8106, 9395, 7424, 8599, 11001, 7992, 8691, 8376, 8493, 10209, 7151, 8755, 11361, 7940, 9074, 7049, 8259, 10834, 8205, 12612, 7609, 8884, 7298, 8765, 8371, 8527, 13294, 8537, 8417, 14306, 8145, 9588, 8732, 8020, 10341, 6837, 7957, 12306, 7668, 8469, 8058, 7713, 9383, 6354, 8127, 11533, 7315, 10094, 7658, 12900, 6154, 8004, 6661, 7947, 12224, 7836, 8238, 14262, 7708, 9207, 15718, 7318, 9574, 14599, 7592, 10722, 6515, 8014, 12235, 6601, 7920, 12099, 7122, 8747, 13281, 8224, 8593, 13303, 6972, 8149, 12902, 7550, 8721, 14003, 7371, 10244, 11632, 7164, 9044, 6738, 8377, 11042, 7536, 8958, 9250, 8569, 10889, 6740, 8148, 7657, 8592, 9949, 7995, 9219, 14669, 8272, 10636, 13305, 8180, 10408, 9648, 8095, 11202, 7284, 8420, 10342, 7728, 9228, 8237, 7931, 9860, 6946, 8154, 11253, 7338, 8629, 10685, 8020, 8549, 7907, 7970, 8085, 8900, 9868, 8466, 12274, 8154, 8934, 13470, 8287, 9886, 14780, 10269, 10550, 9662, 8603, 9754, 10109, 8649, 11403, 8532, 8295, 11370, 7733, 8567, 11645, 8190, 9825, 9333, 8179, 10923, 7157, 8972, 12606, 8074, 9055, 13300, 8253, 10332, 7599, 8963, 11223, 8014, 8853, 8037, 8585, 11459, 7677, 8944, 13989, 7944, 9589, 7972, 8469, 10701, 7275, 9001, 10283, 7852, 9027, 6248, 8397, 10281, 7620, 8816, 11494, 8111, 9702, 11599, 8157, 10872, 6983, 10360, 15835, 7640, 10050, 7957, 8772, 11048, 8293, 11812, 7727, 8719, 8481, 7934, 9697, 7359, 8009, 12449, 7363, 8763, 9673, 7747, 10044, 6830, 7834, 12989, 7405, 9006, 8696, 7822, 11217, 6975, 8212, 12448, 7554, 9114, 8387, 7830, 10463, 7569, 8678, 7820, 8178, 14176, 8452, 9975, 7693, 10005, 7501, 9763, 12881, 7683, 9756, 11997, 7707, 10436, 8265, 8152, 11568, 7332, 8370, 13008, 7460, 9924, 9695, 8822, 12840, 8630, 10160, 8045, 7643, 8215, 9280, 13687, 8406, 10343, 7333, 9255, 11114, 8369, 9035, 14444, 8554, 10576, 7942, 8936, 10545, 7830, 8847, 13480, 8082, 9347, 7047, 9036, 10025, 8103, 9043, 8433, 8480, 9237, 7273, 8965, 11484, 7527, 8869, 13806, 8739, 8686, 13133, 7996, 8693, 11791, 7796, 9684, 8014, 8247, 10827, 6992, 8176, 11228, 7455, 8261, 12933, 7797, 9560, 7532, 8269, 9781, 6732, 8865, 13545, 8292, 8161, 7935, 7529, 7682, 8820, 12937, 8057, 9999, 6576, 8221, 11161, 7563, 8523, 13158, 7652, 9881, 6715, 8527, 11251, 7747, 8706, 12360, 7764, 9764, 6508, 8283, 10097, 7420, 9263, 6606, 8121, 7717, 7608, 9742, 7536, 7918, 11400, 7550, 8423, 12081, 7501, 8411, 11933, 7845, 9890, 11274, 8118, 10614, 6539, 8362, 11169, 7157, 8769, 14301, 8275, 10063, 8396, 8341, 9554, 6867, 8626, 12424, 7949, 8659, 14037, 8057, 9186, 10241, 8507, 10279, 7455, 8772, 11234, 7502, 8854, 11957, 8020, 9399, 13522, 8615, 11113, 8137, 8592, 10251, 7264, 8780, 12338, 8297, 9377, 8235, 8844, 9769, 7070, 8783, 11910, 8607, 10510, 7441, 8979, 12480, 8024, 9713, 8981, 8971, 11861, 8141, 9033, 11796, 8383, 9563, 8929, 8419, 10289, 7487, 8819, 11668, 8042, 9287, 11655, 8470, 10338, 7371, 8825, 11807, 8099, 8850, 12048, 8289, 9777, 7306, 8635, 11888, 7450, 11161, 7287, 7811, 7010, 8578, 8558, 9089, 11782, 8191, 7397, 8080, 9859, 13369, 8103, 8011, 11559, 7111, 8236, 11321, 6766, 8279, 11204, 6802, 8126, 9123, 7947, 8831, 6447, 8166, 10784], 'WindowCenter': [3573.0, 3567.0, 3543.0, 3541.0, 3528.0, 3539.0, 3583.0, 3528.0, 3538.0, 3557.0, 3525.0, 3536.0, 3514.0, 3525.0, 3557.0, 3515.0, 3526.0, 3567.0, 3525.0, 3546.0, 3502.0, 3524.0, 3545.0, 3513.0, 3536.0, 3547.0, 3525.0, 3547.0, 3503.0, 3525.0, 3546.0, 3525.0, 3536.0, 3527.0, 3538.0, 3559.0, 3539.0, 3561.0, 3529.0, 3551.0, 3516.0, 3528.0, 3571.0, 3541.0, 3561.0, 3551.0, 3573.0, 3584.0, 3549.0, 3526.0, 3567.0, 3512.0, 3523.0, 3555.0, 3512.0, 3524.0, 3567.0, 3538.0, 3535.0, 3525.0, 3535.0, 3580.0, 3526.0, 3537.0, 3547.0, 3510.0, 3569.0, 3525.0, 3523.0, 3578.0, 3536.0, 3545.0, 3513.0, 3535.0, 3524.0, 3535.0, 3511.0, 3521.0, 3532.0, 3522.0, 3556.0, 3532.0, 3522.0, 3553.0, 3500.0, 3521.0, 3542.0, 3511.0, 3543.0, 3512.0, 3533.0, 3521.0, 3511.0, 3543.0, 3512.0, 3523.0, 3555.0, 3512.0, 3545.0, 3515.0, 3539.0, 3573.0, 3554.0, 3549.0, 3537.0, 3547.0, 3545.0, 3536.0, 3547.0, 3535.0, 3536.0, 3557.0, 3525.0, 3536.0, 3556.0, 3524.0, 3535.0, 3524.0, 3534.0, 3543.0, 3500.0, 3524.0, 3513.0, 3539.0, 3571.0, 3515.0, 3538.0, 3557.0, 3526.0, 3550.0, 3551.0, 3572.0, 3552.0, 3584.0, 3561.0, 3538.0, 3570.0, 3538.0, 3527.0, 3568.0, 3526.0, 3547.0, 3580.0, 3526.0, 3561.0, 3581.0, 3528.0, 3548.0, 3527.0, 3549.0, 3557.0, 3526.0, 3569.0, 3538.0, 3532.0, 3523.0, 3561.0, 3573.0, 3539.0, 3571.0, 3537.0, 3538.0, 3570.0, 3529.0, 3562.0, 3592.0, 3528.0, 3570.0, 3526.0, 3558.0, 3515.0, 3547.0, 3579.0, 3556.0, 3556.0, 3511.0, 3523.0, 3565.0, 3498.0, 3506.0, 3516.0, 3497.0, 3541.0, 3488.0, 3509.0, 3499.0, 3510.0, 3521.0, 3511.0, 3510.0, 3532.0, 3519.0, 3510.0, 3520.0, 3499.0, 3510.0, 3543.0, 3542.0, 3538.0, 3525.0, 3497.0, 3492.0, 3461.0, 3520.0, 3561.0, 3532.0, 3536.0, 3579.0, 3536.0, 3546.0, 3533.0, 3524.0, 3547.0, 3542.0, 3611.0, 3618.0, 3560.0, 3565.0, 3554.0, 3539.0, 3541.0, 3539.0, 3528.0, 3539.0, 3571.0, 3539.0, 3550.0, 3583.0, 3529.0, 3551.0, 3582.0, 3540.0, 3548.0, 3527.0, 3525.0, 3548.0, 3527.0, 3538.0, 3560.0, 3528.0, 3562.0, 3541.0, 3552.0, 3560.0, 3529.0, 3551.0, 3550.0, 3540.0, 3562.0, 3529.0, 3542.0, 3574.0, 3543.0, 3573.0, 3545.0, 3574.0, 3520.0, 3541.0, 3519.0, 3539.0, 3528.0, 3543.0, 3594.0, 3527.0, 3527.0, 3570.0, 3527.0, 3549.0, 3582.0, 3528.0, 3549.0, 3580.0, 3527.0, 3561.0, 3539.0, 3540.0, 3559.0, 3528.0, 3549.0, 3527.0, 3527.0, 3572.0, 3530.0, 3539.0, 3572.0, 3541.0, 3571.0, 3541.0, 3570.0, 3531.0, 3551.0, 3529.0, 3539.0, 3528.0, 3539.0, 3581.0, 3526.0, 3547.0, 3579.0, 3526.0, 3559.0, 3536.0, 3526.0, 3579.0, 3514.0, 3535.0, 3545.0, 3524.0, 3557.0, 3524.0, 3524.0, 3555.0, 3523.0, 3544.0, 3512.0, 3524.0, 3556.0, 3524.0, 3545.0, 3512.0, 3524.0, 3556.0, 3513.0, 3535.0, 3556.0, 3525.0, 3558.0, 3526.0, 3538.0, 3569.0, 3526.0, 3547.0, 3525.0, 3525.0, 3546.0, 3514.0, 3537.0, 3568.0, 3537.0, 3538.0, 3526.0, 3526.0, 3582.0, 3536.0, 3548.0, 3537.0, 3547.0, 3527.0, 3570.0, 3538.0, 3570.0, 3549.0, 3570.0, 3503.0, 3524.0, 3505.0, 3572.0, 3504.0, 3538.0, 3527.0, 3538.0, 3582.0, 3578.0, 3522.0, 3543.0, 3542.0, 3509.0, 3531.0, 3509.0, 3509.0, 3553.0, 3511.0, 3522.0, 3511.0, 3521.0, 3541.0, 3509.0, 3520.0, 3498.0, 3509.0, 3531.0, 3510.0, 3522.0, 3510.0, 3522.0, 3532.0, 3500.0, 3523.0, 3543.0, 3511.0, 3534.0, 3513.0, 3524.0, 3545.0, 3538.0, 3558.0, 3526.0, 3536.0, 3514.0, 3524.0, 3524.0, 3537.0, 3568.0, 3525.0, 3525.0, 3567.0, 3524.0, 3534.0, 3522.0, 3524.0, 3534.0, 3502.0, 3525.0, 3557.0, 3524.0, 3525.0, 3523.0, 3524.0, 3535.0, 3503.0, 3525.0, 3557.0, 3528.0, 3560.0, 3519.0, 3559.0, 3507.0, 3538.0, 3516.0, 3537.0, 3571.0, 3540.0, 3538.0, 3580.0, 3526.0, 3548.0, 3578.0, 3515.0, 3547.0, 3579.0, 3525.0, 3558.0, 3504.0, 3526.0, 3557.0, 3514.0, 3526.0, 3568.0, 3527.0, 3549.0, 3569.0, 3536.0, 3536.0, 3567.0, 3514.0, 3525.0, 3568.0, 3526.0, 3537.0, 3568.0, 3526.0, 3547.0, 3556.0, 3514.0, 3536.0, 3515.0, 3537.0, 3557.0, 3524.0, 3549.0, 3548.0, 3539.0, 3559.0, 3505.0, 3526.0, 3526.0, 3537.0, 3549.0, 3537.0, 3548.0, 3577.0, 3524.0, 3545.0, 3555.0, 3522.0, 3547.0, 3536.0, 3525.0, 3546.0, 3513.0, 3524.0, 3532.0, 3511.0, 3533.0, 3521.0, 3522.0, 3533.0, 3512.0, 3525.0, 3544.0, 3514.0, 3537.0, 3547.0, 3514.0, 3536.0, 3525.0, 3524.0, 3525.0, 3537.0, 3548.0, 3526.0, 3557.0, 3524.0, 3535.0, 3567.0, 3524.0, 3547.0, 3567.0, 3535.0, 3544.0, 3532.0, 3521.0, 3532.0, 3544.0, 3523.0, 3545.0, 3522.0, 3522.0, 3543.0, 3510.0, 3522.0, 3544.0, 3523.0, 3545.0, 3535.0, 3524.0, 3545.0, 3512.0, 3535.0, 3554.0, 3510.0, 3522.0, 3554.0, 3524.0, 3534.0, 3512.0, 3534.0, 3545.0, 3523.0, 3523.0, 3512.0, 3523.0, 3544.0, 3511.0, 3523.0, 3564.0, 3511.0, 3533.0, 3510.0, 3523.0, 3544.0, 3513.0, 3534.0, 3532.0, 3523.0, 3523.0, 3502.0, 3525.0, 3546.0, 3526.0, 3536.0, 3556.0, 3525.0, 3536.0, 3557.0, 3526.0, 3557.0, 3516.0, 3551.0, 3579.0, 3525.0, 3546.0, 3525.0, 3536.0, 3559.0, 3525.0, 3556.0, 3525.0, 3536.0, 3536.0, 3538.0, 3548.0, 3525.0, 3526.0, 3566.0, 3524.0, 3535.0, 3534.0, 3524.0, 3547.0, 3513.0, 3524.0, 3566.0, 3513.0, 3534.0, 3523.0, 3523.0, 3557.0, 3515.0, 3537.0, 3566.0, 3523.0, 3534.0, 3534.0, 3537.0, 3558.0, 3526.0, 3538.0, 3526.0, 3527.0, 3553.0, 3537.0, 3544.0, 3524.0, 3546.0, 3524.0, 3546.0, 3555.0, 3523.0, 3534.0, 3555.0, 3523.0, 3545.0, 3522.0, 3522.0, 3543.0, 3511.0, 3522.0, 3565.0, 3513.0, 3544.0, 3548.0, 3536.0, 3556.0, 3523.0, 3545.0, 3537.0, 3525.0, 3536.0, 3537.0, 3568.0, 3525.0, 3535.0, 3513.0, 3534.0, 3544.0, 3523.0, 3535.0, 3567.0, 3522.0, 3533.0, 3510.0, 3521.0, 3531.0, 3511.0, 3534.0, 3566.0, 3522.0, 3532.0, 3511.0, 3532.0, 3532.0, 3521.0, 3533.0, 3524.0, 3535.0, 3535.0, 3512.0, 3534.0, 3555.0, 3523.0, 3535.0, 3567.0, 3523.0, 3523.0, 3566.0, 3524.0, 3535.0, 3556.0, 3523.0, 3534.0, 3522.0, 3523.0, 3543.0, 3511.0, 3522.0, 3543.0, 3512.0, 3523.0, 3554.0, 3511.0, 3533.0, 3511.0, 3522.0, 3533.0, 3514.0, 3526.0, 3560.0, 3511.0, 3524.0, 3524.0, 3511.0, 3523.0, 3535.0, 3567.0, 3524.0, 3545.0, 3513.0, 3524.0, 3544.0, 3523.0, 3535.0, 3566.0, 3523.0, 3534.0, 3501.0, 3533.0, 3556.0, 3524.0, 3535.0, 3567.0, 3525.0, 3545.0, 3503.0, 3536.0, 3546.0, 3526.0, 3547.0, 3527.0, 3538.0, 3525.0, 3537.0, 3547.0, 3525.0, 3535.0, 3557.0, 3525.0, 3537.0, 3556.0, 3523.0, 3523.0, 3555.0, 3524.0, 3546.0, 3555.0, 3524.0, 3544.0, 3500.0, 3522.0, 3545.0, 3516.0, 3550.0, 3568.0, 3538.0, 3547.0, 3524.0, 3523.0, 3534.0, 3502.0, 3535.0, 3556.0, 3523.0, 3523.0, 3565.0, 3523.0, 3534.0, 3544.0, 3523.0, 3545.0, 3511.0, 3524.0, 3544.0, 3512.0, 3523.0, 3543.0, 3510.0, 3522.0, 3554.0, 3522.0, 3546.0, 3523.0, 3522.0, 3532.0, 3500.0, 3522.0, 3554.0, 3522.0, 3534.0, 3523.0, 3523.0, 3533.0, 3513.0, 3523.0, 3543.0, 3523.0, 3533.0, 3511.0, 3534.0, 3555.0, 3537.0, 3548.0, 3536.0, 3535.0, 3557.0, 3524.0, 3534.0, 3543.0, 3523.0, 3534.0, 3534.0, 3523.0, 3534.0, 3513.0, 3534.0, 3556.0, 3523.0, 3535.0, 3555.0, 3523.0, 3533.0, 3512.0, 3523.0, 3544.0, 3512.0, 3522.0, 3554.0, 3523.0, 3534.0, 3512.0, 3523.0, 3557.0, 3515.0, 3549.0, 3480.0, 3539.0, 3526.0, 3550.0, 3527.0, 3528.0, 3546.0, 3524.0, 3528.0, 3536.0, 3547.0, 3568.0, 3525.0, 3526.0, 3544.0, 3499.0, 3522.0, 3542.0, 3500.0, 3521.0, 3542.0, 3500.0, 3511.0, 3531.0, 3521.0, 3521.0, 3500.0, 3522.0, 3543.0], 'WindowWidth': [8108.0, 8090.0, 8050.0, 8040.0, 8020.0, 8035.0, 8100.0, 8017.0, 8031.0, 8053.0, 8008.0, 8024.0, 7991.0, 8008.0, 8055.0, 7998.0, 8011.0, 8068.0, 8007.0, 8037.0, 7975.0, 8006.0, 8034.0, 7991.0, 8025.0, 8043.0, 8011.0, 8040.0, 7979.0, 8009.0, 8038.0, 8008.0, 8027.0, 8015.0, 8031.0, 8061.0, 8035.0, 8066.0, 8020.0, 8054.0, 7999.0, 8013.0, 8076.0, 8039.0, 8064.0, 8052.0, 8086.0, 8106.0, 8048.0, 8011.0, 8066.0, 7986.0, 8001.0, 8046.0, 7987.0, 8002.0, 8067.0, 8030.0, 8022.0, 8008.0, 8022.0, 8092.0, 8016.0, 8029.0, 8045.0, 7982.0, 8076.0, 8010.0, 8003.0, 8086.0, 8023.0, 8034.0, 7988.0, 8022.0, 8006.0, 8023.0, 7984.0, 7997.0, 8011.0, 7999.0, 8053.0, 8014.0, 7999.0, 8044.0, 7968.0, 7998.0, 8026.0, 7986.0, 8032.0, 7987.0, 8018.0, 7998.0, 7985.0, 8029.0, 7987.0, 8002.0, 8048.0, 7988.0, 8036.0, 7999.0, 8033.0, 8086.0, 8061.0, 8046.0, 8028.0, 8039.0, 8035.0, 8022.0, 8040.0, 8020.0, 8022.0, 8054.0, 8007.0, 8022.0, 8051.0, 8005.0, 8022.0, 8004.0, 8017.0, 8029.0, 7966.0, 8004.0, 7990.0, 8035.0, 8081.0, 7999.0, 8030.0, 8051.0, 8010.0, 8053.0, 8057.0, 8084.0, 8056.0, 8106.0, 8068.0, 8032.0, 8078.0, 8032.0, 8015.0, 8071.0, 8011.0, 8042.0, 8090.0, 8014.0, 8068.0, 8096.0, 8018.0, 8044.0, 8017.0, 8050.0, 8056.0, 8014.0, 8074.0, 8033.0, 8012.0, 8004.0, 8071.0, 8088.0, 8034.0, 8081.0, 8031.0, 8034.0, 8079.0, 8023.0, 8071.0, 8109.0, 8020.0, 8077.0, 8015.0, 8059.0, 7997.0, 8045.0, 8091.0, 8052.0, 8053.0, 7984.0, 8004.0, 8063.0, 7960.0, 7966.0, 7981.0, 7958.0, 8022.0, 7949.0, 7977.0, 7964.0, 7981.0, 7996.0, 7982.0, 7980.0, 8012.0, 7991.0, 7979.0, 7994.0, 7963.0, 7981.0, 8027.0, 8048.0, 8035.0, 8008.0, 7954.0, 7938.0, 7897.0, 7994.0, 8071.0, 8013.0, 8026.0, 8090.0, 8026.0, 8038.0, 8018.0, 8006.0, 8043.0, 8047.0, 8176.0, 8176.0, 8082.0, 8081.0, 8060.0, 8033.0, 8040.0, 8036.0, 8017.0, 8032.0, 8079.0, 8033.0, 8051.0, 8101.0, 8022.0, 8055.0, 8098.0, 8038.0, 8045.0, 8013.0, 8010.0, 8042.0, 8015.0, 8033.0, 8062.0, 8017.0, 8071.0, 8043.0, 8056.0, 8063.0, 8023.0, 8053.0, 8052.0, 8037.0, 8070.0, 8022.0, 8044.0, 8089.0, 8046.0, 8088.0, 8052.0, 8089.0, 8015.0, 8042.0, 8009.0, 8035.0, 8021.0, 8047.0, 8117.0, 8017.0, 8017.0, 8077.0, 8017.0, 8049.0, 8096.0, 8019.0, 8050.0, 8089.0, 8016.0, 8068.0, 8034.0, 8040.0, 8061.0, 8017.0, 8047.0, 8016.0, 8016.0, 8086.0, 8026.0, 8035.0, 8082.0, 8042.0, 8081.0, 8037.0, 8075.0, 8029.0, 8052.0, 8021.0, 8034.0, 8018.0, 8035.0, 8094.0, 8012.0, 8041.0, 8087.0, 8014.0, 8061.0, 8025.0, 8013.0, 8087.0, 7993.0, 8023.0, 8035.0, 8007.0, 8057.0, 8006.0, 8006.0, 8047.0, 8003.0, 8032.0, 7988.0, 8005.0, 8052.0, 8007.0, 8037.0, 7988.0, 8008.0, 8051.0, 7992.0, 8023.0, 8052.0, 8009.0, 8060.0, 8014.0, 8033.0, 8076.0, 8013.0, 8041.0, 8009.0, 8009.0, 8039.0, 7993.0, 8028.0, 8074.0, 8030.0, 8032.0, 8012.0, 8010.0, 8097.0, 8023.0, 8045.0, 8028.0, 8041.0, 8015.0, 8075.0, 8031.0, 8077.0, 8048.0, 8076.0, 7976.0, 8003.0, 7977.0, 8079.0, 7975.0, 8028.0, 8012.0, 8030.0, 8096.0, 8083.0, 7997.0, 8027.0, 8023.0, 7976.0, 8007.0, 7975.0, 7975.0, 8042.0, 7980.0, 7998.0, 7983.0, 7994.0, 8022.0, 7976.0, 7991.0, 7960.0, 7977.0, 8007.0, 7981.0, 8001.0, 7982.0, 7998.0, 8011.0, 7968.0, 8001.0, 8027.0, 7983.0, 8017.0, 7991.0, 8006.0, 8033.0, 8029.0, 8057.0, 8011.0, 8024.0, 7992.0, 8006.0, 8005.0, 8025.0, 8071.0, 8008.0, 8008.0, 8067.0, 8003.0, 8019.0, 8000.0, 8003.0, 8018.0, 7972.0, 8010.0, 8055.0, 8007.0, 8007.0, 8003.0, 8006.0, 8023.0, 7978.0, 8009.0, 8055.0, 8020.0, 8064.0, 8004.0, 8057.0, 7989.0, 8031.0, 8002.0, 8029.0, 8083.0, 8038.0, 8032.0, 8090.0, 8012.0, 8044.0, 8086.0, 7996.0, 8040.0, 8087.0, 8010.0, 8057.0, 7981.0, 8014.0, 8054.0, 7994.0, 8013.0, 8072.0, 8018.0, 8050.0, 8077.0, 8027.0, 8027.0, 8069.0, 7993.0, 8011.0, 8071.0, 8013.0, 8031.0, 8072.0, 8012.0, 8042.0, 8050.0, 7994.0, 8025.0, 7996.0, 8029.0, 8054.0, 8008.0, 8047.0, 8044.0, 8034.0, 8059.0, 7980.0, 8012.0, 8013.0, 8029.0, 8046.0, 8030.0, 8045.0, 8083.0, 8005.0, 8036.0, 8048.0, 7999.0, 8041.0, 8024.0, 8008.0, 8039.0, 7989.0, 8005.0, 8013.0, 7985.0, 8017.0, 7998.0, 8000.0, 8017.0, 7987.0, 8008.0, 8034.0, 7993.0, 8027.0, 8036.0, 7988.0, 8023.0, 8008.0, 8006.0, 8010.0, 8029.0, 8043.0, 8012.0, 8054.0, 8006.0, 8023.0, 8068.0, 8005.0, 8041.0, 8072.0, 8020.0, 8032.0, 8012.0, 7996.0, 8013.0, 8033.0, 8001.0, 8034.0, 7999.0, 7999.0, 8027.0, 7982.0, 7999.0, 8030.0, 8004.0, 8036.0, 8022.0, 8004.0, 8036.0, 7988.0, 8023.0, 8046.0, 7981.0, 7998.0, 8044.0, 8004.0, 8017.0, 7984.0, 8017.0, 8033.0, 8001.0, 8003.0, 7985.0, 8002.0, 8031.0, 7984.0, 8001.0, 8057.0, 7983.0, 8015.0, 7983.0, 8001.0, 8034.0, 7988.0, 8017.0, 8013.0, 8003.0, 8002.0, 7976.0, 8009.0, 8038.0, 8011.0, 8025.0, 8050.0, 8008.0, 8025.0, 8053.0, 8013.0, 8055.0, 7998.0, 8050.0, 8087.0, 8009.0, 8037.0, 8009.0, 8026.0, 8059.0, 8008.0, 8050.0, 8008.0, 8025.0, 8024.0, 8032.0, 8047.0, 8010.0, 8013.0, 8067.0, 8007.0, 8022.0, 8019.0, 8006.0, 8042.0, 7993.0, 8009.0, 8065.0, 7991.0, 8022.0, 8004.0, 8005.0, 8057.0, 7997.0, 8031.0, 8065.0, 8006.0, 8022.0, 8022.0, 8032.0, 8060.0, 8013.0, 8034.0, 8010.0, 8011.0, 8041.0, 8030.0, 8033.0, 8006.0, 8040.0, 8007.0, 8041.0, 8049.0, 8003.0, 8022.0, 8052.0, 8006.0, 8036.0, 8000.0, 8003.0, 8031.0, 7985.0, 8003.0, 8065.0, 7989.0, 8036.0, 8044.0, 8024.0, 8048.0, 8001.0, 8033.0, 8029.0, 8009.0, 8025.0, 8028.0, 8070.0, 8007.0, 8020.0, 7991.0, 8019.0, 8033.0, 8003.0, 8023.0, 8068.0, 8001.0, 8016.0, 7980.0, 7997.0, 8012.0, 7984.0, 8020.0, 8065.0, 8000.0, 8013.0, 7983.0, 8013.0, 8013.0, 7999.0, 8018.0, 8007.0, 8022.0, 8023.0, 7988.0, 8020.0, 8051.0, 8004.0, 8021.0, 8068.0, 8003.0, 8002.0, 8066.0, 8005.0, 8023.0, 8052.0, 8005.0, 8020.0, 8000.0, 8002.0, 8031.0, 7984.0, 8000.0, 8032.0, 7988.0, 8005.0, 8047.0, 7986.0, 8018.0, 7986.0, 8000.0, 8018.0, 7993.0, 8010.0, 8058.0, 7979.0, 8006.0, 8008.0, 7985.0, 8003.0, 8022.0, 8069.0, 8007.0, 8036.0, 7991.0, 8006.0, 8034.0, 8003.0, 8022.0, 8067.0, 8003.0, 8020.0, 7970.0, 8017.0, 8054.0, 8008.0, 8022.0, 8071.0, 8009.0, 8034.0, 7981.0, 8027.0, 8039.0, 8015.0, 8044.0, 8018.0, 8032.0, 8012.0, 8030.0, 8044.0, 8011.0, 8025.0, 8057.0, 8009.0, 8030.0, 8053.0, 8006.0, 8005.0, 8050.0, 8008.0, 8041.0, 8051.0, 8008.0, 8034.0, 7970.0, 8001.0, 8037.0, 7999.0, 8051.0, 8071.0, 8029.0, 8040.0, 8005.0, 8002.0, 8018.0, 7973.0, 8021.0, 8052.0, 8004.0, 8003.0, 8062.0, 8001.0, 8018.0, 8030.0, 8004.0, 8036.0, 7982.0, 8003.0, 8033.0, 7988.0, 8001.0, 8027.0, 7980.0, 8000.0, 8043.0, 7999.0, 8038.0, 8001.0, 7999.0, 8012.0, 7966.0, 7997.0, 8044.0, 7998.0, 8017.0, 8002.0, 8002.0, 8014.0, 7988.0, 8001.0, 8028.0, 8002.0, 8015.0, 7985.0, 8016.0, 8049.0, 8029.0, 8046.0, 8026.0, 8022.0, 8054.0, 8005.0, 8018.0, 8027.0, 8002.0, 8020.0, 8018.0, 8003.0, 8017.0, 7989.0, 8019.0, 8050.0, 8002.0, 8022.0, 8049.0, 8003.0, 8018.0, 7986.0, 8002.0, 8033.0, 7985.0, 7999.0, 8045.0, 8001.0, 8020.0, 7986.0, 8003.0, 8055.0, 7992.0, 8044.0, 7924.0, 8036.0, 8014.0, 8050.0, 8011.0, 8013.0, 8033.0, 8005.0, 8018.0, 8027.0, 8043.0, 8074.0, 8009.0, 8011.0, 8033.0, 7966.0, 7999.0, 8027.0, 7969.0, 7996.0, 8027.0, 7970.0, 7984.0, 8008.0, 7996.0, 7998.0, 7970.0, 8000.0, 8030.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.014902824339839266</td></tr>
<tr><td colspan=3>aqi</td><td>0.07038891469575201</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.44219480062072</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2704201651609193</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.151972478827587</td></tr>
<tr><td colspan=3>efc</td><td>0.4832</td></tr>
<tr><td colspan=3>fber</td><td>4820.0825</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2810880809874389</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>213</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.454649827784156</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.883808472152904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6518165731394023</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.303675557597873</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.695933285721438</td></tr>
<tr><td colspan=3>gcor</td><td>0.00614141</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006377348210662603</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031886026263237</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.577597551941836</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>15.1681</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0744</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.454</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302291.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.768</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7202</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.9361</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2720.3028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>823.7316</td></tr>
<tr><td colspan=3>tsnr</td><td>23.74657303886488</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>