<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0005_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0005_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-01/func/sub-0005_ses-01_task-social_acq-mb8_run-02_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>404aeed410c520d582e414d13c7dda81</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:18:1.792500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999449, 0.0189586, -0.0272404, -0.0200629, 0.998964, -0.0408536]</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-02_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.0795652</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7753, -7253, 481, -78, -10, -75, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>075fe54b-3d95-405a-865c-79e539a39e3f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814489364624023, -0.05382716655731201, -0.07138160616159439, 118.90250396728516], [-0.05086447671055794, 2.6801464557647705, -0.11171967536211014, -88.51456451416016], [-0.07308396697044373, 0.10960733145475388, 2.6967432498931885, -50.972007751464844], [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': ['151801.792500', '151802.252500', '151802.712500', '151803.172500', '151803.632500', '151804.092500', '151804.552500', '151805.012500', '151805.472500', '151805.932500', '151806.392500', '151806.852500', '151807.312500', '151807.772500', '151808.232500', '151808.692500', '151809.152500', '151809.612500', '151810.072500', '151810.532500', '151810.992500', '151811.452500', '151811.912500', '151812.372500', '151812.832500', '151813.292500', '151813.752500', '151814.212500', '151814.672500', '151815.132500', '151815.592500', '151816.052500', '151816.512500', '151816.972500', '151817.432500', '151817.892500', '151818.352500', '151818.812500', '151819.272500', '151819.732500', '151820.192500', '151820.652500', '151821.112500', '151821.572500', '151822.032500', '151822.492500', '151822.952500', '151823.412500', '151823.872500', '151824.332500', '151824.792500', '151825.252500', '151825.712500', '151826.172500', '151826.632500', '151827.092500', '151827.552500', '151828.012500', '151828.472500', '151828.932500', '151829.392500', '151829.852500', '151830.312500', '151830.772500', '151831.232500', '151831.692500', '151832.152500', '151832.612500', '151833.072500', '151833.532500', '151833.992500', '151834.452500', '151834.912500', '151835.372500', '151835.832500', '151836.292500', '151836.752500', '151837.212500', '151837.672500', '151838.132500', '151838.592500', '151839.052500', '151839.512500', '151839.972500', '151840.432500', '151840.892500', '151841.352500', '151841.812500', '151842.272500', '151842.732500', '151843.192500', '151843.652500', '151844.112500', '151844.572500', '151845.032500', '151845.492500', '151845.952500', '151846.412500', '151846.872500', '151847.332500', '151847.792500', '151848.252500', '151848.712500', '151849.172500', '151849.632500', '151850.092500', '151850.552500', '151851.012500', '151851.472500', '151851.932500', '151852.392500', '151852.852500', '151853.312500', '151853.772500', '151854.232500', '151854.692500', '151855.152500', '151855.612500', '151856.072500', '151856.532500', '151856.992500', '151857.452500', '151857.912500', '151858.372500', '151858.832500', '151859.292500', '151859.752500', '151900.212500', '151900.672500', '151901.132500', '151901.592500', '151902.052500', '151902.512500', '151902.972500', '151903.432500', '151903.892500', '151904.352500', '151904.812500', '151905.272500', '151905.732500', '151906.192500', '151906.652500', '151907.112500', '151907.572500', '151908.032500', '151908.492500', '151908.952500', '151909.412500', '151909.872500', '151910.332500', '151910.792500', '151911.252500', '151911.712500', '151912.172500', '151912.632500', '151913.092500', '151913.552500', '151914.012500', '151914.472500', '151914.932500', '151915.392500', '151915.852500', '151916.312500', '151916.772500', '151917.232500', '151917.692500', '151918.152500', '151918.612500', '151919.072500', '151919.532500', '151919.992500', '151920.452500', '151920.912500', '151921.372500', '151921.832500', '151922.292500', '151922.752500', '151923.212500', '151923.672500', '151924.132500', '151924.592500', '151925.052500', '151925.512500', '151925.972500', '151926.432500', '151926.892500', '151927.352500', '151927.812500', '151928.272500', '151928.732500', '151929.192500', '151929.652500', '151930.112500', '151930.572500', '151931.032500', '151931.492500', '151931.952500', '151932.412500', '151932.872500', '151933.332500', '151933.792500', '151934.252500', '151934.712500', '151935.172500', '151935.632500', '151936.092500', '151936.552500', '151937.012500', '151937.472500', '151937.932500', '151938.392500', '151938.852500', '151939.312500', '151939.772500', '151940.232500', '151940.692500', '151941.152500', '151941.612500', '151942.072500', '151942.532500', '151942.992500', '151943.452500', '151943.912500', '151944.372500', '151944.832500', '151945.292500', '151945.752500', '151946.212500', '151946.672500', '151947.132500', '151947.592500', '151948.052500', '151948.512500', '151948.972500', '151949.432500', '151949.892500', '151950.352500', '151950.812500', '151951.272500', '151951.732500', '151952.192500', '151952.652500', '151953.112500', '151953.572500', '151954.032500', '151954.492500', '151954.952500', '151955.412500', '151955.872500', '151956.332500', '151956.792500', '151957.252500', '151957.712500', '151958.172500', '151958.632500', '151959.092500', '151959.552500', '152000.012500', '152000.472500', '152000.932500', '152001.392500', '152001.852500', '152002.312500', '152002.772500', '152003.232500', '152003.692500', '152004.152500', '152004.612500', '152005.072500', '152005.532500', '152005.992500', '152006.452500', '152006.912500', '152007.372500', '152007.832500', '152008.292500', '152008.752500', '152009.212500', '152009.672500', '152010.132500', '152010.592500', '152011.052500', '152011.512500', '152011.972500', '152012.432500', '152012.892500', '152013.352500', '152013.812500', '152014.272500', '152014.732500', '152015.192500', '152015.652500', '152016.112500', '152016.572500', '152017.032500', '152017.492500', '152017.952500', '152018.412500', '152018.872500', '152019.332500', '152019.792500', '152020.252500', '152020.712500', '152021.172500', '152021.632500', '152022.092500', '152022.552500', '152023.012500', '152023.472500', '152023.932500', '152024.392500', '152024.852500', '152025.312500', '152025.772500', '152026.232500', '152026.692500', '152027.152500', '152027.612500', '152028.072500', '152028.532500', '152028.992500', '152029.452500', '152029.912500', '152030.372500', '152030.832500', '152031.292500', '152031.752500', '152032.212500', '152032.672500', '152033.132500', '152033.592500', '152034.052500', '152034.512500', '152034.972500', '152035.432500', '152035.892500', '152036.352500', '152036.812500', '152037.272500', '152037.732500', '152038.192500', '152038.652500', '152039.112500', '152039.572500', '152040.032500', '152040.492500', '152040.952500', '152041.412500', '152041.872500', '152042.332500', '152042.792500', '152043.252500', '152043.712500', '152044.172500', '152044.632500', '152045.092500', '152045.552500', '152046.012500', '152046.472500', '152046.932500', '152047.392500', '152047.852500', '152048.312500', '152048.772500', '152049.232500', '152049.692500', '152050.152500', '152050.612500', '152051.072500', '152051.532500', '152051.992500', '152052.452500', '152052.912500', '152053.372500', '152053.832500', '152054.292500', '152054.752500', '152055.212500', '152055.672500', '152056.132500', '152056.592500', '152057.052500', '152057.512500', '152057.972500', '152058.432500', '152058.892500', '152059.352500', '152059.812500', '152100.272500', '152100.732500', '152101.192500', '152101.652500', '152102.112500', '152102.572500', '152103.032500', '152103.492500', '152103.952500', '152104.412500', '152104.872500', '152105.332500', '152105.792500', '152106.252500', '152106.712500', '152107.172500', '152107.632500', '152108.092500', '152108.552500', '152109.012500', '152109.472500', '152109.932500', '152110.392500', '152110.852500', '152111.312500', '152111.772500', '152112.232500', '152112.692500', '152113.152500', '152113.612500', '152114.072500', '152114.532500', '152114.992500', '152115.452500', '152115.912500', '152116.372500', '152116.832500', '152117.292500', '152117.752500', '152118.212500', '152118.672500', '152119.132500', '152119.592500', '152120.052500', '152120.512500', '152120.972500', '152121.432500', '152121.892500', '152122.352500', '152122.812500', '152123.272500', '152123.732500', '152124.192500', '152124.652500', '152125.112500', '152125.572500', '152126.032500', '152126.492500', '152126.952500', '152127.412500', '152127.872500', '152128.332500', '152128.792500', '152129.252500', '152129.712500', '152130.172500', '152130.632500', '152131.092500', '152131.552500', '152132.012500', '152132.472500', '152132.932500', '152133.392500', '152133.852500', '152134.312500', '152134.772500', '152135.232500', '152135.692500', '152136.152500', '152136.612500', '152137.072500', '152137.532500', '152137.992500', '152138.452500', '152138.912500', '152139.372500', '152139.832500', '152140.292500', '152140.752500', '152141.212500', '152141.672500', '152142.132500', '152142.592500', '152143.052500', '152143.512500', '152143.972500', '152144.432500', '152144.892500', '152145.352500', '152145.812500', '152146.272500', '152146.732500', '152147.192500', '152147.652500', '152148.112500', '152148.572500', '152149.032500', '152149.492500', '152149.952500', '152150.412500', '152150.872500', '152151.332500', '152151.792500', '152152.252500', '152152.712500', '152153.172500', '152153.632500', '152154.092500', '152154.552500', '152155.012500', '152155.472500', '152155.932500', '152156.392500', '152156.852500', '152157.312500', '152157.772500', '152158.232500', '152158.692500', '152159.152500', '152159.612500', '152200.072500', '152200.532500', '152200.992500', '152201.452500', '152201.912500', '152202.372500', '152202.832500', '152203.292500', '152203.752500', '152204.212500', '152204.672500', '152205.132500', '152205.592500', '152206.052500', '152206.512500', '152206.972500', '152207.432500', '152207.892500', '152208.352500', '152208.812500', '152209.272500', '152209.732500', '152210.192500', '152210.652500', '152211.112500', '152211.572500', '152212.032500', '152212.492500', '152212.952500', '152213.412500', '152213.872500', '152214.332500', '152214.792500', '152215.252500', '152215.712500', '152216.172500', '152216.632500', '152217.092500', '152217.552500', '152218.012500', '152218.472500', '152218.932500', '152219.392500', '152219.852500', '152220.312500', '152220.772500', '152221.232500', '152221.692500', '152222.152500', '152222.612500', '152223.072500', '152223.532500', '152223.992500', '152224.452500', '152224.912500', '152225.372500', '152225.832500', '152226.292500', '152226.752500', '152227.212500', '152227.672500', '152228.132500', '152228.592500', '152229.052500', '152229.512500', '152229.972500', '152230.432500', '152230.892500', '152231.352500', '152231.812500', '152232.272500', '152232.732500', '152233.192500', '152233.652500', '152234.112500', '152234.572500', '152235.032500', '152235.492500', '152235.952500', '152236.412500', '152236.872500', '152237.332500', '152237.792500', '152238.252500', '152238.712500', '152239.172500', '152239.632500', '152240.092500', '152240.552500', '152241.012500', '152241.472500', '152241.932500', '152242.392500', '152242.852500', '152243.312500', '152243.772500', '152244.232500', '152244.692500', '152245.152500', '152245.612500', '152246.072500', '152246.532500', '152246.992500', '152247.452500', '152247.912500', '152248.372500', '152248.832500', '152249.292500', '152249.752500', '152250.212500', '152250.672500', '152251.132500', '152251.592500', '152252.052500', '152252.512500', '152252.972500', '152253.432500', '152253.892500', '152254.352500', '152254.812500', '152255.272500', '152255.732500', '152256.192500', '152256.652500', '152257.112500', '152257.572500', '152258.032500', '152258.492500', '152258.952500', '152259.412500', '152259.872500', '152300.332500', '152300.792500', '152301.252500', '152301.712500', '152302.172500', '152302.632500', '152303.092500', '152303.552500', '152304.012500', '152304.472500', '152304.932500', '152305.392500', '152305.852500', '152306.312500', '152306.772500', '152307.232500', '152307.692500', '152308.152500', '152308.612500', '152309.072500', '152309.532500', '152309.992500', '152310.452500', '152310.912500', '152311.372500', '152311.832500', '152312.292500', '152312.752500', '152313.212500', '152313.672500', '152314.132500', '152314.592500', '152315.052500', '152315.512500', '152315.972500', '152316.432500', '152316.892500', '152317.352500', '152317.812500', '152318.272500', '152318.732500', '152319.192500', '152319.652500', '152320.112500', '152320.572500', '152321.032500', '152321.492500', '152321.952500', '152322.412500', '152322.872500', '152323.332500', '152323.792500', '152324.252500', '152324.712500', '152325.172500', '152325.632500', '152326.092500', '152326.552500', '152327.012500', '152327.472500', '152327.932500', '152328.392500', '152328.852500', '152329.312500', '152329.772500', '152330.232500', '152330.692500', '152331.152500', '152331.612500', '152332.072500', '152332.532500', '152332.992500', '152333.452500', '152333.912500', '152334.372500', '152334.832500', '152335.292500', '152335.752500', '152336.212500', '152336.672500', '152337.132500', '152337.592500', '152338.052500', '152338.512500', '152338.972500', '152339.432500', '152339.892500', '152340.352500', '152340.812500', '152341.272500', '152341.732500', '152342.192500', '152342.652500', '152343.112500', '152343.572500', '152344.032500', '152344.492500', '152344.952500', '152345.412500', '152345.872500', '152346.332500', '152346.792500', '152347.252500', '152347.712500', '152348.172500', '152348.632500', '152349.092500', '152349.552500', '152350.012500', '152350.472500', '152350.932500', '152351.392500', '152351.852500', '152352.312500', '152352.772500', '152353.232500', '152353.692500', '152354.152500', '152354.612500', '152355.072500', '152355.532500', '152355.992500', '152356.452500', '152356.912500', '152357.372500', '152357.832500', '152358.292500', '152358.752500', '152359.212500', '152359.672500', '152400.132500', '152400.592500', '152401.052500', '152401.512500', '152401.972500', '152402.432500', '152402.892500', '152403.352500', '152403.812500', '152404.272500', '152404.732500', '152405.192500', '152405.652500', '152406.112500', '152406.572500', '152407.032500', '152407.492500', '152407.952500', '152408.412500', '152408.872500', '152409.332500', '152409.792500', '152410.252500', '152410.712500', '152411.172500', '152411.632500', '152412.092500', '152412.552500', '152413.012500', '152413.472500', '152413.932500', '152414.392500', '152414.852500', '152415.312500', '152415.772500', '152416.232500', '152416.692500', '152417.152500', '152417.612500', '152418.072500', '152418.532500', '152418.992500', '152419.452500', '152419.912500', '152420.372500', '152420.832500', '152421.292500', '152421.752500', '152422.212500', '152422.672500', '152423.132500', '152423.592500', '152424.052500', '152424.512500', '152424.972500', '152425.432500', '152425.892500', '152426.352500', '152426.812500', '152427.272500', '152427.732500', '152428.192500', '152428.652500', '152429.112500', '152429.572500', '152430.032500', '152430.492500', '152430.952500', '152431.412500', '152431.872500', '152432.332500', '152432.792500', '152433.252500', '152433.712500', '152434.172500', '152434.632500', '152435.092500', '152435.552500', '152436.012500', '152436.472500', '152436.932500', '152437.392500', '152437.852500', '152438.312500', '152438.772500', '152439.232500', '152439.692500', '152440.152500', '152440.612500', '152441.072500', '152441.532500', '152441.992500', '152442.452500'], 'ContentTime': ['151829.046000', '151829.050000', '151829.053000', '151829.056000', '151829.058000', '151829.061000', '151829.064000', '151829.067000', '151829.070000', '151829.073000', '151829.076000', '151829.079000', '151829.082000', '151829.084000', '151829.087000', '151829.090000', '151829.093000', '151829.096000', '151829.099000', '151829.102000', '151829.105000', '151829.108000', '151829.111000', '151829.114000', '151829.116000', '151829.119000', '151829.122000', '151829.125000', '151829.128000', '151829.131000', '151829.133000', '151829.136000', '151829.139000', '151829.142000', '151829.150000', '151829.153000', '151829.156000', '151829.159000', '151829.161000', '151829.164000', '151829.167000', '151829.170000', '151829.173000', '151829.176000', '151829.179000', '151829.182000', '151829.184000', '151829.187000', '151829.190000', '151829.193000', '151829.196000', '151829.199000', '151829.202000', '151829.204000', '151829.207000', '151829.210000', '151829.213000', '151849.007000', '151849.010000', '151849.013000', '151849.016000', '151849.018000', '151849.021000', '151849.024000', '151849.027000', '151849.030000', '151849.032000', '151849.035000', '151849.038000', '151849.041000', '151849.044000', '151849.047000', '151849.050000', '151849.053000', '151849.055000', '151849.058000', '151849.061000', '151849.064000', '151849.067000', '151849.070000', '151849.072000', '151849.075000', '151849.078000', '151849.081000', '151849.084000', '151849.087000', '151849.089000', '151849.092000', '151849.095000', '151849.098000', '151849.101000', '151849.103000', '151849.107000', '151849.109000', '151849.112000', '151849.115000', '151849.118000', '151849.121000', '151849.124000', '151849.127000', '151909.008000', '151909.011000', '151909.014000', '151909.017000', '151909.020000', '151909.023000', '151909.026000', '151909.028000', '151909.036000', '151909.039000', '151909.042000', '151909.045000', '151909.048000', '151909.051000', '151909.053000', '151909.056000', '151909.059000', '151909.062000', '151909.065000', '151909.067000', '151909.070000', '151909.073000', '151909.076000', '151909.079000', '151909.082000', '151909.084000', '151909.087000', '151909.090000', '151909.093000', '151909.096000', '151909.098000', '151909.101000', '151909.104000', '151909.107000', '151909.110000', '151909.112000', '151909.115000', '151909.118000', '151909.121000', '151909.124000', '151909.127000', '151909.130000', '151909.132000', '151929.007000', '151929.010000', '151929.012000', '151929.016000', '151929.018000', '151929.021000', '151929.024000', '151929.027000', '151929.030000', '151929.033000', '151929.035000', '151929.044000', '151929.056000', '151929.059000', '151929.062000', '151929.064000', '151929.067000', '151929.070000', '151929.073000', '151929.076000', '151929.079000', '151929.081000', '151929.084000', '151929.087000', '151929.090000', '151929.093000', '151929.096000', '151929.099000', '151929.101000', '151929.104000', '151929.107000', '151929.110000', '151929.113000', '151929.116000', '151929.118000', '151929.121000', '151929.124000', '151929.127000', '151929.130000', '151929.133000', '151929.136000', '151929.139000', '151929.141000', '151929.144000', '151949.006000', '151949.009000', '151949.012000', '151949.015000', '151949.018000', '151949.021000', '151949.023000', '151949.026000', '151949.031000', '151949.035000', '151949.038000', '151949.041000', '151949.044000', '151949.047000', '151949.079000', '151949.082000', '151949.085000', '151949.088000', '151949.091000', '151949.094000', '151949.097000', '151949.099000', '151949.102000', '151949.105000', '151949.108000', '151949.111000', '151949.113000', '151949.116000', '151949.119000', '151949.122000', '151949.125000', '151949.128000', '151949.131000', '151949.134000', '151949.136000', '151949.139000', '151949.142000', '151949.145000', '151949.148000', '151949.151000', '151949.154000', '151949.156000', '151949.159000', '152009.007000', '152009.010000', '152009.013000', '152009.016000', '152009.018000', '152009.021000', '152009.031000', '152009.034000', '152009.037000', '152009.039000', '152009.042000', '152009.045000', '152009.048000', '152009.051000', '152009.054000', '152009.056000', '152009.059000', '152009.062000', '152009.065000', '152009.068000', '152009.071000', '152009.073000', '152009.076000', '152009.079000', '152009.082000', '152009.085000', '152009.088000', '152009.090000', '152009.093000', '152009.096000', '152009.099000', '152009.102000', '152009.105000', '152009.108000', '152009.111000', '152009.113000', '152009.116000', '152009.119000', '152009.122000', '152009.125000', '152009.128000', '152009.130000', '152009.133000', '152009.136000', '152029.007000', '152029.010000', '152029.013000', '152029.015000', '152029.018000', '152029.021000', '152029.024000', '152029.027000', '152029.030000', '152029.033000', '152029.038000', '152029.041000', '152029.044000', '152029.047000', '152029.050000', '152029.053000', '152029.056000', '152029.058000', '152029.061000', '152029.064000', '152029.067000', '152029.070000', '152029.073000', '152029.075000', '152029.078000', '152029.081000', '152029.088000', '152029.091000', '152029.094000', '152029.097000', '152029.100000', '152029.102000', '152029.105000', '152029.108000', '152029.111000', '152029.114000', '152029.117000', '152029.119000', '152029.122000', '152029.125000', '152029.128000', '152029.131000', '152029.134000', '152049.007000', '152049.010000', '152049.013000', '152049.016000', '152049.019000', '152049.022000', '152049.024000', '152049.027000', '152049.030000', '152049.033000', '152049.036000', '152049.039000', '152049.041000', '152049.044000', '152049.047000', '152049.050000', '152049.053000', '152049.056000', '152049.059000', '152049.061000', '152049.064000', '152049.067000', '152049.070000', '152049.073000', '152049.076000', '152049.079000', '152049.082000', '152049.084000', '152049.087000', '152049.090000', '152049.093000', '152049.096000', '152049.099000', '152049.102000', '152049.104000', '152049.107000', '152049.110000', '152049.113000', '152049.116000', '152049.119000', '152049.121000', '152049.124000', '152049.127000', '152049.130000', '152109.007000', '152109.010000', '152109.013000', '152109.016000', '152109.018000', '152109.021000', '152109.024000', '152109.039000', '152109.042000', '152109.045000', '152109.048000', '152109.051000', '152109.054000', '152109.057000', '152109.059000', '152109.062000', '152109.065000', '152109.068000', '152109.071000', '152109.074000', '152109.076000', '152109.079000', '152109.082000', '152109.087000', '152109.091000', '152109.099000', '152109.101000', '152109.104000', '152109.107000', '152109.110000', '152109.113000', '152109.116000', '152109.119000', '152109.121000', '152109.124000', '152109.127000', '152109.130000', '152109.133000', '152109.136000', '152109.139000', '152109.141000', '152109.144000', '152109.147000', '152129.007000', '152129.010000', '152129.013000', '152129.015000', '152129.018000', '152129.021000', '152129.024000', '152129.027000', '152129.030000', '152129.033000', '152129.036000', '152129.038000', '152129.041000', '152129.044000', '152129.048000', '152129.051000', '152129.054000', '152129.057000', '152129.060000', '152129.063000', '152129.066000', '152129.069000', '152129.071000', '152129.074000', '152129.077000', '152129.080000', '152129.083000', '152129.086000', '152129.089000', '152129.091000', '152129.094000', '152129.097000', '152129.100000', '152129.103000', '152129.106000', '152129.108000', '152129.111000', '152129.114000', '152129.117000', '152129.120000', '152129.123000', '152129.125000', '152129.136000', '152129.139000', '152149.006000', '152149.009000', '152149.018000', '152149.021000', '152149.024000', '152149.027000', '152149.030000', '152149.033000', '152149.035000', '152149.038000', '152149.041000', '152149.044000', '152149.047000', '152149.050000', '152149.053000', '152149.055000', '152149.058000', '152149.061000', '152149.064000', '152149.067000', '152149.070000', '152149.072000', '152149.076000', '152149.081000', '152149.085000', '152149.088000', '152149.090000', '152149.093000', '152149.096000', '152149.099000', '152149.102000', '152149.105000', '152149.108000', '152149.110000', '152149.113000', '152149.116000', '152149.119000', '152149.122000', '152149.125000', '152149.127000', '152149.130000', '152149.133000', '152149.136000', '152209.006000', '152209.009000', '152209.011000', '152209.014000', '152209.017000', '152209.020000', '152209.023000', '152209.035000', '152209.038000', '152209.041000', '152209.044000', '152209.047000', '152209.049000', '152209.052000', '152209.055000', '152209.058000', '152209.061000', '152209.064000', '152209.066000', '152209.069000', '152209.072000', '152209.075000', '152209.078000', '152209.081000', '152209.084000', '152209.087000', '152209.089000', '152209.092000', '152209.095000', '152209.098000', '152209.101000', '152209.104000', '152209.107000', '152209.110000', '152209.112000', '152209.115000', '152209.118000', '152209.121000', '152209.124000', '152209.127000', '152209.130000', '152209.132000', '152209.135000', '152209.138000', '152229.007000', '152229.010000', '152229.013000', '152229.016000', '152229.018000', '152229.021000', '152229.024000', '152229.027000', '152229.031000', '152229.034000', '152229.037000', '152229.040000', '152229.042000', '152229.045000', '152229.048000', '152229.051000', '152229.054000', '152229.057000', '152229.059000', '152229.062000', '152229.065000', '152229.068000', '152229.071000', '152229.074000', '152229.076000', '152229.079000', '152229.082000', '152229.085000', '152229.088000', '152229.092000', '152229.097000', '152229.100000', '152229.123000', '152229.126000', '152229.129000', '152229.132000', '152229.134000', '152229.137000', '152229.140000', '152229.143000', '152229.146000', '152229.148000', '152229.151000', '152249.007000', '152249.010000', '152249.013000', '152249.016000', '152249.018000', '152249.021000', '152249.024000', '152249.027000', '152249.030000', '152249.033000', '152249.036000', '152249.039000', '152249.041000', '152249.044000', '152249.047000', '152249.050000', '152249.053000', '152249.056000', '152249.059000', '152249.062000', '152249.064000', '152249.067000', '152249.070000', '152249.073000', '152249.076000', '152249.078000', '152249.081000', '152249.084000', '152249.087000', '152249.090000', '152249.093000', '152249.096000', '152249.099000', '152249.102000', '152249.105000', '152249.107000', '152249.110000', '152249.113000', '152249.116000', '152249.119000', '152249.122000', '152249.124000', '152249.127000', '152249.130000', '152309.007000', '152309.010000', '152309.013000', '152309.016000', '152309.019000', '152309.021000', '152309.024000', '152309.027000', '152309.030000', '152309.033000', '152309.036000', '152309.039000', '152309.042000', '152309.044000', '152309.047000', '152309.050000', '152309.053000', '152309.056000', '152309.059000', '152309.062000', '152309.065000', '152309.067000', '152309.070000', '152309.073000', '152309.076000', '152309.079000', '152309.082000', '152309.084000', '152309.087000', '152309.090000', '152309.093000', '152309.096000', '152309.099000', '152309.104000', '152309.108000', '152309.111000', '152309.114000', '152309.143000', '152309.146000', '152309.149000', '152309.152000', '152309.154000', '152309.157000', '152329.007000', '152329.010000', '152329.013000', '152329.016000', '152329.019000', '152329.022000', '152329.024000', '152329.027000', '152329.030000', '152329.033000', '152329.036000', '152329.039000', '152329.041000', '152329.044000', '152329.047000', '152329.050000', '152329.053000', '152329.056000', '152329.059000', '152329.061000', '152329.064000', '152329.067000', '152329.070000', '152329.073000', '152329.076000', '152329.078000', '152329.081000', '152329.084000', '152329.087000', '152329.090000', '152329.093000', '152329.095000', '152329.098000', '152329.101000', '152329.104000', '152329.107000', '152329.110000', '152329.112000', '152329.115000', '152329.118000', '152329.121000', '152329.124000', '152329.127000', '152329.130000', '152349.007000', '152349.010000', '152349.013000', '152349.016000', '152349.019000', '152349.022000', '152349.024000', '152349.027000', '152349.030000', '152349.033000', '152349.036000', '152349.039000', '152349.042000', '152349.044000', '152349.047000', '152349.050000', '152349.053000', '152349.056000', '152349.059000', '152349.062000', '152349.065000', '152349.068000', '152349.071000', '152349.074000', '152349.077000', '152349.080000', '152349.083000', '152349.086000', '152349.089000', '152349.092000', '152349.095000', '152349.098000', '152349.101000', '152349.104000', '152349.106000', '152349.109000', '152349.112000', '152349.115000', '152349.118000', '152349.121000', '152349.125000', '152349.127000', '152349.140000', '152409.006000', '152409.009000', '152409.012000', '152409.014000', '152409.023000', '152409.026000', '152409.028000', '152409.031000', '152409.034000', '152409.037000', '152409.040000', '152409.043000', '152409.046000', '152409.049000', '152409.051000', '152409.054000', '152409.057000', '152409.060000', '152409.063000', '152409.066000', '152409.069000', '152409.072000', '152409.074000', '152409.077000', '152409.080000', '152409.085000', '152409.087000', '152409.090000', '152409.093000', '152409.096000', '152409.099000', '152409.102000', '152409.105000', '152409.108000', '152409.110000', '152409.113000', '152409.116000', '152409.119000', '152409.122000', '152409.124000', '152409.127000', '152409.130000', '152409.133000', '152409.136000', '152429.006000', '152429.009000', '152429.012000', '152429.015000', '152429.018000', '152429.020000', '152429.023000', '152429.026000', '152429.029000', '152429.032000', '152429.035000', '152429.038000', '152429.040000', '152429.043000', '152429.046000', '152429.049000', '152429.052000', '152429.055000', '152429.058000', '152429.060000', '152429.063000', '152429.066000', '152429.069000', '152429.072000', '152429.075000', '152429.078000', '152429.081000', '152429.083000', '152429.086000', '152429.089000', '152429.092000', '152429.095000', '152429.098000', '152429.100000', '152429.103000', '152429.106000', '152429.109000', '152429.112000', '152429.115000', '152429.127000', '152429.129000', '152429.132000', '152429.135000', '152443.907000', '152443.911000', '152443.914000', '152443.917000', '152443.920000', '152443.923000', '152443.926000', '152443.929000', '152443.932000', '152443.935000', '152443.939000', '152443.942000', '152443.945000', '152443.948000', '152443.951000', '152443.954000', '152443.957000', '152443.960000', '152443.962000', '152443.965000', '152443.968000', '152443.971000', '152443.974000', '152443.977000', '152443.980000', '152443.983000', '152443.986000', '152443.989000', '152443.992000', '152443.995000', '152443.998000', '152444.002000', '152444.004000'], 'InstanceCreationTime': ['151829.046000', '151829.050000', '151829.053000', '151829.056000', '151829.058000', '151829.061000', '151829.064000', '151829.067000', '151829.070000', '151829.073000', '151829.076000', '151829.079000', '151829.082000', '151829.084000', '151829.087000', '151829.090000', '151829.093000', '151829.096000', '151829.099000', '151829.102000', '151829.105000', '151829.108000', '151829.111000', '151829.114000', '151829.116000', '151829.119000', '151829.122000', '151829.125000', '151829.128000', '151829.131000', '151829.133000', '151829.136000', '151829.139000', '151829.142000', '151829.150000', '151829.153000', '151829.156000', '151829.159000', '151829.161000', '151829.164000', '151829.167000', '151829.170000', '151829.173000', '151829.176000', '151829.179000', '151829.182000', '151829.184000', '151829.187000', '151829.190000', '151829.193000', '151829.196000', '151829.199000', '151829.202000', '151829.204000', '151829.207000', '151829.210000', '151829.213000', '151849.007000', '151849.010000', '151849.013000', '151849.016000', '151849.018000', '151849.021000', '151849.024000', '151849.027000', '151849.030000', '151849.032000', '151849.035000', '151849.038000', '151849.041000', '151849.044000', '151849.047000', '151849.050000', '151849.053000', '151849.055000', '151849.058000', '151849.061000', '151849.064000', '151849.067000', '151849.070000', '151849.072000', '151849.075000', '151849.078000', '151849.081000', '151849.084000', '151849.087000', '151849.089000', '151849.092000', '151849.095000', '151849.098000', '151849.101000', '151849.103000', '151849.107000', '151849.109000', '151849.112000', '151849.115000', '151849.118000', '151849.121000', '151849.124000', '151849.127000', '151909.008000', '151909.011000', '151909.014000', '151909.017000', '151909.020000', '151909.023000', '151909.026000', '151909.028000', '151909.036000', '151909.039000', '151909.042000', '151909.045000', '151909.048000', '151909.051000', '151909.053000', '151909.056000', '151909.059000', '151909.062000', '151909.065000', '151909.067000', '151909.070000', '151909.073000', '151909.076000', '151909.079000', '151909.082000', '151909.084000', '151909.087000', '151909.090000', '151909.093000', '151909.096000', '151909.098000', '151909.101000', '151909.104000', '151909.107000', '151909.110000', '151909.112000', '151909.115000', '151909.118000', '151909.121000', '151909.124000', '151909.127000', '151909.130000', '151909.132000', '151929.007000', '151929.010000', '151929.012000', '151929.016000', '151929.018000', '151929.021000', '151929.024000', '151929.027000', '151929.030000', '151929.033000', '151929.035000', '151929.044000', '151929.056000', '151929.059000', '151929.062000', '151929.064000', '151929.067000', '151929.070000', '151929.073000', '151929.076000', '151929.079000', '151929.081000', '151929.084000', '151929.087000', '151929.090000', '151929.093000', '151929.096000', '151929.099000', '151929.101000', '151929.104000', '151929.107000', '151929.110000', '151929.113000', '151929.116000', '151929.118000', '151929.121000', '151929.124000', '151929.127000', '151929.130000', '151929.133000', '151929.136000', '151929.139000', '151929.141000', '151929.144000', '151949.006000', '151949.009000', '151949.012000', '151949.015000', '151949.018000', '151949.021000', '151949.023000', '151949.026000', '151949.031000', '151949.035000', '151949.038000', '151949.041000', '151949.044000', '151949.047000', '151949.079000', '151949.082000', '151949.085000', '151949.088000', '151949.091000', '151949.094000', '151949.097000', '151949.099000', '151949.102000', '151949.105000', '151949.108000', '151949.111000', '151949.113000', '151949.116000', '151949.119000', '151949.122000', '151949.125000', '151949.128000', '151949.131000', '151949.134000', '151949.136000', '151949.139000', '151949.142000', '151949.145000', '151949.148000', '151949.151000', '151949.154000', '151949.156000', '151949.159000', '152009.007000', '152009.010000', '152009.013000', '152009.016000', '152009.018000', '152009.021000', '152009.031000', '152009.034000', '152009.037000', '152009.039000', '152009.042000', '152009.045000', '152009.048000', '152009.051000', '152009.054000', '152009.056000', '152009.059000', '152009.062000', '152009.065000', '152009.068000', '152009.071000', '152009.073000', '152009.076000', '152009.079000', '152009.082000', '152009.085000', '152009.088000', '152009.090000', '152009.093000', '152009.096000', '152009.099000', '152009.102000', '152009.105000', '152009.108000', '152009.111000', '152009.113000', '152009.116000', '152009.119000', '152009.122000', '152009.125000', '152009.128000', '152009.130000', '152009.133000', '152009.136000', '152029.007000', '152029.010000', '152029.013000', '152029.015000', '152029.018000', '152029.021000', '152029.024000', '152029.027000', '152029.030000', '152029.033000', '152029.038000', '152029.041000', '152029.044000', '152029.047000', '152029.050000', '152029.053000', '152029.056000', '152029.058000', '152029.061000', '152029.064000', '152029.067000', '152029.070000', '152029.073000', '152029.075000', '152029.078000', '152029.081000', '152029.088000', '152029.091000', '152029.094000', '152029.097000', '152029.100000', '152029.102000', '152029.105000', '152029.108000', '152029.111000', '152029.114000', '152029.117000', '152029.119000', '152029.122000', '152029.125000', '152029.128000', '152029.131000', '152029.134000', '152049.007000', '152049.010000', '152049.013000', '152049.016000', '152049.019000', '152049.022000', '152049.024000', '152049.027000', '152049.030000', '152049.033000', '152049.036000', '152049.039000', '152049.041000', '152049.044000', '152049.047000', '152049.050000', '152049.053000', '152049.056000', '152049.059000', '152049.061000', '152049.064000', '152049.067000', '152049.070000', '152049.073000', '152049.076000', '152049.079000', '152049.082000', '152049.084000', '152049.087000', '152049.090000', '152049.093000', '152049.096000', '152049.099000', '152049.102000', '152049.104000', '152049.107000', '152049.110000', '152049.113000', '152049.116000', '152049.119000', '152049.121000', '152049.124000', '152049.127000', '152049.130000', '152109.007000', '152109.010000', '152109.013000', '152109.016000', '152109.018000', '152109.021000', '152109.024000', '152109.039000', '152109.042000', '152109.045000', '152109.048000', '152109.051000', '152109.054000', '152109.057000', '152109.059000', '152109.062000', '152109.065000', '152109.068000', '152109.071000', '152109.074000', '152109.076000', '152109.079000', '152109.082000', '152109.087000', '152109.091000', '152109.099000', '152109.101000', '152109.104000', '152109.107000', '152109.110000', '152109.113000', '152109.116000', '152109.119000', '152109.121000', '152109.124000', '152109.127000', '152109.130000', '152109.133000', '152109.136000', '152109.139000', '152109.141000', '152109.144000', '152109.147000', '152129.007000', '152129.010000', '152129.013000', '152129.015000', '152129.018000', '152129.021000', '152129.024000', '152129.027000', '152129.030000', '152129.033000', '152129.036000', '152129.038000', '152129.041000', '152129.044000', '152129.048000', '152129.051000', '152129.054000', '152129.057000', '152129.060000', '152129.063000', '152129.066000', '152129.069000', '152129.071000', '152129.074000', '152129.077000', '152129.080000', '152129.083000', '152129.086000', '152129.089000', '152129.091000', '152129.094000', '152129.097000', '152129.100000', '152129.103000', '152129.106000', '152129.108000', '152129.111000', '152129.114000', '152129.117000', '152129.120000', '152129.123000', '152129.125000', '152129.136000', '152129.139000', '152149.006000', '152149.009000', '152149.018000', '152149.021000', '152149.024000', '152149.027000', '152149.030000', '152149.033000', '152149.035000', '152149.038000', '152149.041000', '152149.044000', '152149.047000', '152149.050000', '152149.053000', '152149.055000', '152149.058000', '152149.061000', '152149.064000', '152149.067000', '152149.070000', '152149.072000', '152149.076000', '152149.081000', '152149.085000', '152149.088000', '152149.090000', '152149.093000', '152149.096000', '152149.099000', '152149.102000', '152149.105000', '152149.108000', '152149.110000', '152149.113000', '152149.116000', '152149.119000', '152149.122000', '152149.125000', '152149.127000', '152149.130000', '152149.133000', '152149.136000', '152209.006000', '152209.009000', '152209.011000', '152209.014000', '152209.017000', '152209.020000', '152209.023000', '152209.035000', '152209.038000', '152209.041000', '152209.044000', '152209.047000', '152209.049000', '152209.052000', '152209.055000', '152209.058000', '152209.061000', '152209.064000', '152209.066000', '152209.069000', '152209.072000', '152209.075000', '152209.078000', '152209.081000', '152209.084000', '152209.087000', '152209.089000', '152209.092000', '152209.095000', '152209.098000', '152209.101000', '152209.104000', '152209.107000', '152209.110000', '152209.112000', '152209.115000', '152209.118000', '152209.121000', '152209.124000', '152209.127000', '152209.130000', '152209.132000', '152209.135000', '152209.138000', '152229.007000', '152229.010000', '152229.013000', '152229.016000', '152229.018000', '152229.021000', '152229.024000', '152229.027000', '152229.031000', '152229.034000', '152229.037000', '152229.040000', '152229.042000', '152229.045000', '152229.048000', '152229.051000', '152229.054000', '152229.057000', '152229.059000', '152229.062000', '152229.065000', '152229.068000', '152229.071000', '152229.074000', '152229.076000', '152229.079000', '152229.082000', '152229.085000', '152229.088000', '152229.092000', '152229.097000', '152229.100000', '152229.123000', '152229.126000', '152229.129000', '152229.132000', '152229.134000', '152229.137000', '152229.140000', '152229.143000', '152229.146000', '152229.148000', '152229.151000', '152249.007000', '152249.010000', '152249.013000', '152249.016000', '152249.018000', '152249.021000', '152249.024000', '152249.027000', '152249.030000', '152249.033000', '152249.036000', '152249.039000', '152249.041000', '152249.044000', '152249.047000', '152249.050000', '152249.053000', '152249.056000', '152249.059000', '152249.062000', '152249.064000', '152249.067000', '152249.070000', '152249.073000', '152249.076000', '152249.078000', '152249.081000', '152249.084000', '152249.087000', '152249.090000', '152249.093000', '152249.096000', '152249.099000', '152249.102000', '152249.105000', '152249.107000', '152249.110000', '152249.113000', '152249.116000', '152249.119000', '152249.122000', '152249.124000', '152249.127000', '152249.130000', '152309.007000', '152309.010000', '152309.013000', '152309.016000', '152309.019000', '152309.021000', '152309.024000', '152309.027000', '152309.030000', '152309.033000', '152309.036000', '152309.039000', '152309.042000', '152309.044000', '152309.047000', '152309.050000', '152309.053000', '152309.056000', '152309.059000', '152309.062000', '152309.065000', '152309.067000', '152309.070000', '152309.073000', '152309.076000', '152309.079000', '152309.082000', '152309.084000', '152309.087000', '152309.090000', '152309.093000', '152309.096000', '152309.099000', '152309.104000', '152309.108000', '152309.111000', '152309.114000', '152309.143000', '152309.146000', '152309.149000', '152309.152000', '152309.154000', '152309.157000', '152329.007000', '152329.010000', '152329.013000', '152329.016000', '152329.019000', '152329.022000', '152329.024000', '152329.027000', '152329.030000', '152329.033000', '152329.036000', '152329.039000', '152329.041000', '152329.044000', '152329.047000', '152329.050000', '152329.053000', '152329.056000', '152329.059000', '152329.061000', '152329.064000', '152329.067000', '152329.070000', '152329.073000', '152329.076000', '152329.078000', '152329.081000', '152329.084000', '152329.087000', '152329.090000', '152329.093000', '152329.095000', '152329.098000', '152329.101000', '152329.104000', '152329.107000', '152329.110000', '152329.112000', '152329.115000', '152329.118000', '152329.121000', '152329.124000', '152329.127000', '152329.130000', '152349.007000', '152349.010000', '152349.013000', '152349.016000', '152349.019000', '152349.022000', '152349.024000', '152349.027000', '152349.030000', '152349.033000', '152349.036000', '152349.039000', '152349.042000', '152349.044000', '152349.047000', '152349.050000', '152349.053000', '152349.056000', '152349.059000', '152349.062000', '152349.065000', '152349.068000', '152349.071000', '152349.074000', '152349.077000', '152349.080000', '152349.083000', '152349.086000', '152349.089000', '152349.092000', '152349.095000', '152349.098000', '152349.101000', '152349.104000', '152349.106000', '152349.109000', '152349.112000', '152349.115000', '152349.118000', '152349.121000', '152349.125000', '152349.127000', '152349.140000', '152409.006000', '152409.009000', '152409.012000', '152409.014000', '152409.023000', '152409.026000', '152409.028000', '152409.031000', '152409.034000', '152409.037000', '152409.040000', '152409.043000', '152409.046000', '152409.049000', '152409.051000', '152409.054000', '152409.057000', '152409.060000', '152409.063000', '152409.066000', '152409.069000', '152409.072000', '152409.074000', '152409.077000', '152409.080000', '152409.085000', '152409.087000', '152409.090000', '152409.093000', '152409.096000', '152409.099000', '152409.102000', '152409.105000', '152409.108000', '152409.110000', '152409.113000', '152409.116000', '152409.119000', '152409.122000', '152409.124000', '152409.127000', '152409.130000', '152409.133000', '152409.136000', '152429.006000', '152429.009000', '152429.012000', '152429.015000', '152429.018000', '152429.020000', '152429.023000', '152429.026000', '152429.029000', '152429.032000', '152429.035000', '152429.038000', '152429.040000', '152429.043000', '152429.046000', '152429.049000', '152429.052000', '152429.055000', '152429.058000', '152429.060000', '152429.063000', '152429.066000', '152429.069000', '152429.072000', '152429.075000', '152429.078000', '152429.081000', '152429.083000', '152429.086000', '152429.089000', '152429.092000', '152429.095000', '152429.098000', '152429.100000', '152429.103000', '152429.106000', '152429.109000', '152429.112000', '152429.115000', '152429.127000', '152429.129000', '152429.132000', '152429.135000', '152443.907000', '152443.911000', '152443.914000', '152443.917000', '152443.920000', '152443.923000', '152443.926000', '152443.929000', '152443.932000', '152443.935000', '152443.939000', '152443.942000', '152443.945000', '152443.948000', '152443.951000', '152443.954000', '152443.957000', '152443.960000', '152443.962000', '152443.965000', '152443.968000', '152443.971000', '152443.974000', '152443.977000', '152443.980000', '152443.983000', '152443.986000', '152443.989000', '152443.992000', '152443.995000', '152443.998000', '152444.002000', '152444.004000'], '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': [10757, 10189, 8366, 13244, 9431, 11490, 9795, 13734, 11696, 10293, 10904, 8749, 9468, 9076, 9524, 8356, 9042, 8013, 8729, 8538, 8600, 7873, 8877, 7894, 8505, 8030, 8987, 8443, 9128, 9764, 9136, 12298, 8805, 10562, 8112, 12684, 7897, 11725, 7695, 10509, 7820, 9328, 7735, 12530, 8313, 11025, 7808, 10784, 7717, 11266, 8132, 10163, 7946, 9871, 7975, 9772, 8449, 9347, 8715, 8628, 9318, 8274, 8587, 8345, 8249, 8240, 12643, 8394, 11685, 8320, 10915, 7713, 11131, 8362, 10302, 7960, 10392, 7956, 10263, 8547, 9262, 11764, 8752, 13752, 9969, 12179, 7955, 11872, 7727, 10228, 8130, 10184, 8081, 10191, 8534, 9640, 8629, 9745, 8296, 10110, 8581, 10379, 8422, 10955, 8167, 11659, 8494, 11800, 7720, 11415, 7768, 11288, 7897, 10187, 7703, 9278, 8077, 8703, 9245, 8044, 9801, 9597, 9714, 14453, 11073, 10620, 9802, 8425, 9514, 12323, 8879, 13150, 9625, 9875, 7737, 8990, 7944, 11921, 8328, 10841, 8453, 10016, 8254, 13384, 8894, 13260, 10864, 9339, 8704, 14090, 9485, 12371, 9137, 11206, 7791, 11224, 7797, 9926, 7803, 9375, 7831, 9716, 8803, 9370, 8270, 9485, 8266, 10737, 8079, 10445, 7938, 11029, 8246, 10366, 14842, 9681, 13180, 10609, 12323, 8120, 11470, 7746, 10418, 7716, 9662, 8061, 9486, 7734, 9362, 7769, 10156, 8037, 10779, 7988, 11710, 7750, 10602, 8766, 10140, 8247, 9439, 9016, 8161, 11690, 8418, 12643, 8856, 12063, 7765, 11994, 8252, 11892, 8207, 11047, 7807, 10748, 7803, 9608, 7985, 9507, 8510, 9017, 8114, 8914, 8974, 8867, 8082, 8757, 13743, 8414, 12738, 10197, 11565, 7918, 12355, 8448, 11768, 8031, 11718, 7737, 10889, 7889, 10591, 8071, 10200, 7949, 9870, 7823, 10018, 8382, 8366, 9646, 7970, 10254, 7864, 9075, 7837, 8155, 8439, 7763, 9100, 7747, 12114, 8991, 12226, 7942, 11876, 8329, 10441, 10654, 9631, 7753, 8716, 8193, 8243, 10880, 8380, 8799, 7762, 10429, 7678, 10890, 8350, 9750, 8635, 9455, 8317, 10011, 7768, 9281, 7841, 9731, 8048, 9675, 9780, 9036, 14635, 9958, 12256, 8628, 12152, 7750, 11460, 7843, 10518, 8043, 10197, 7792, 10507, 8554, 10246, 8421, 9588, 7986, 9481, 12875, 8556, 12908, 9824, 12542, 9021, 11935, 7733, 10894, 7756, 9899, 8044, 9282, 7954, 8427, 9987, 8190, 11926, 8584, 11405, 7841, 11055, 7835, 10125, 7778, 9999, 8121, 9535, 8340, 9463, 8090, 9599, 8063, 9647, 7973, 9530, 11437, 8793, 10827, 9172, 9424, 8315, 13814, 7799, 11919, 7819, 10240, 7756, 9412, 8084, 9071, 8091, 9514, 8081, 9709, 7820, 9611, 9719, 9573, 9404, 9399, 13822, 8818, 13186, 9982, 8488, 8804, 12822, 8569, 13316, 10224, 11750, 7742, 11308, 7739, 9634, 7940, 9346, 7690, 9840, 7971, 10137, 7812, 9464, 7905, 9150, 7735, 9881, 7921, 7692, 10766, 7781, 12974, 10111, 14723, 11500, 14295, 10852, 13471, 9001, 12341, 7801, 10797, 8433, 9095, 11838, 8099, 10392, 8001, 9330, 7749, 8866, 7784, 9253, 7751, 10128, 7981, 10497, 7859, 10015, 7831, 10185, 9334, 9098, 13840, 9587, 11599, 7833, 12538, 7795, 11049, 7906, 10242, 8000, 10578, 7697, 10691, 7724, 10306, 8053, 11407, 7760, 10216, 8106, 9300, 7754, 8615, 8071, 8431, 7924, 9265, 7872, 10246, 8293, 8515, 10963, 15728, 11215, 12794, 7990, 9520, 10359, 8523, 9574, 8270, 8031, 7844, 12324, 7816, 11519, 7727, 9563, 7764, 9208, 8048, 8346, 8023, 8411, 8143, 8535, 8241, 7971, 13667, 8005, 11807, 8980, 11329, 7813, 11675, 7923, 10725, 7764, 10435, 7846, 10489, 8003, 9071, 9174, 8758, 8065, 7956, 8235, 7986, 13609, 8189, 11362, 7693, 11980, 7730, 9932, 7781, 9370, 7777, 9397, 8504, 8968, 9848, 9168, 8495, 8476, 14690, 9294, 13063, 9223, 11155, 7847, 9449, 7733, 8101, 10139, 7798, 8867, 7685, 9436, 7822, 11787, 7844, 11683, 9436, 11836, 8464, 11872, 8051, 10229, 8076, 9460, 8040, 9168, 7988, 8537, 11179, 8534, 9058, 7670, 12022, 7771, 11088, 7824, 11064, 7761, 11677, 7905, 11579, 7749, 11327, 7721, 11008, 7753, 9261, 8139, 8616, 8092, 7790, 7735, 8006, 10006, 7749, 12311, 7877, 11016, 7902, 10673, 7750, 9951, 8393, 9954, 7813, 9354, 7995, 9044, 7910, 8925, 12796, 9214, 12561, 8760, 12126, 7746, 11057, 7769, 10179, 8122, 9549, 8116, 10003, 7934, 10346, 7784, 11312, 7695, 11601, 7715, 11370, 7918, 10424, 7916, 9479, 7778, 10704, 7848, 11081, 8134, 8611, 8758, 7949, 9674, 7756, 11424, 7997, 11242, 8243, 10272, 12208, 9109, 14896, 11016, 11967, 7720, 11490, 7801, 9397, 7767, 9570, 7805, 9158, 7760, 9883, 7700, 10524, 7967, 10802, 7815, 10833, 8004, 10782, 7874, 9992, 7895, 9974, 7993, 9949, 8137, 10691, 8079, 9517, 8123, 8889, 8527, 8772, 7916, 9186, 10720, 8118, 13421, 9035, 10850, 7898, 12261, 7687, 12083, 7701, 10098, 7721, 9852, 7639, 9830, 7938, 9819, 7889, 9552, 7866, 10222, 7863, 10305, 8114, 9517, 7872, 9109, 8163, 8860, 8055, 8687, 7877, 8784, 9504, 8000, 7714, 9300, 7955, 10327, 7766, 8021, 8757, 15297, 11533, 12871, 8889, 11990, 7692, 11424, 7966, 9807, 7901, 9014, 7657, 9031, 7703, 9098, 7882, 9160, 7692, 8274, 7816, 8009, 7845, 7929, 10723, 7779, 11845, 7963, 11837, 8017, 11909, 7831, 11225, 7723, 9672, 8059, 8779, 7746, 8244, 7914, 7834, 12761, 8126, 10455, 7743, 10021, 7719, 12718, 8354, 11248, 7871, 10271, 7818, 9740, 7875, 8874, 8448, 8271, 7914, 7887, 7752, 8096, 12616, 7782, 11287, 7803, 9911, 8025, 13359, 8532, 11750, 7827, 10804, 7970, 10824, 7805, 10563, 8100, 9912, 7926, 10503, 8004, 11065, 8269, 11161, 9347, 10560, 9250, 15521, 11266, 13603, 10286, 11650, 7964, 11311, 8212, 10766, 8102, 9891, 8007, 8633, 7891, 7924, 9758, 7811, 9489, 7959, 10241, 7714, 9617, 8087, 8839, 8273, 8971, 8111, 8663, 8512, 8207, 11643, 9350, 12563, 8888, 13122, 10606, 12308, 9615, 11677, 8284, 10745, 8013, 9403, 7912, 8512, 8007, 8190, 12166, 7956, 11588, 7897, 9674, 7750, 9376, 7819, 8368, 7803], 'WindowCenter': [4665.0, 4639.0, 4592.0, 4624.0, 4583.0, 4598.0, 4568.0, 4605.0, 4573.0, 4562.0, 4561.0, 4528.0, 4540.0, 4538.0, 4538.0, 4518.0, 4530.0, 4518.0, 4529.0, 4530.0, 4530.0, 4518.0, 4541.0, 4518.0, 4532.0, 4519.0, 4540.0, 4532.0, 4542.0, 4551.0, 4541.0, 4570.0, 4542.0, 4560.0, 4520.0, 4569.0, 4521.0, 4572.0, 4522.0, 4561.0, 4522.0, 4553.0, 4533.0, 4582.0, 4534.0, 4563.0, 4533.0, 4561.0, 4522.0, 4572.0, 4533.0, 4562.0, 4531.0, 4563.0, 4532.0, 4552.0, 4531.0, 4552.0, 4541.0, 4540.0, 4550.0, 4530.0, 4541.0, 4531.0, 4531.0, 4533.0, 4592.0, 4543.0, 4584.0, 4544.0, 4573.0, 4533.0, 4574.0, 4533.0, 4564.0, 4533.0, 4564.0, 4532.0, 4565.0, 4543.0, 4553.0, 4582.0, 4542.0, 4592.0, 4553.0, 4571.0, 4533.0, 4570.0, 4522.0, 4562.0, 4533.0, 4559.0, 4534.0, 4560.0, 4542.0, 4551.0, 4543.0, 4553.0, 4544.0, 4563.0, 4545.0, 4562.0, 4542.0, 4573.0, 4545.0, 4573.0, 4545.0, 4583.0, 4525.0, 4573.0, 4534.0, 4572.0, 4548.0, 4563.0, 4534.0, 4555.0, 4546.0, 4556.0, 4567.0, 4544.0, 4579.0, 4566.0, 4566.0, 4605.0, 4575.0, 4564.0, 4553.0, 4532.0, 4553.0, 4582.0, 4543.0, 4593.0, 4554.0, 4551.0, 4522.0, 4543.0, 4532.0, 4583.0, 4542.0, 4573.0, 4543.0, 4565.0, 4535.0, 4593.0, 4546.0, 4582.0, 4574.0, 4543.0, 4542.0, 4591.0, 4541.0, 4581.0, 4542.0, 4560.0, 4522.0, 4558.0, 4519.0, 4551.0, 4523.0, 4552.0, 4532.0, 4552.0, 4542.0, 4552.0, 4546.0, 4564.0, 4546.0, 4575.0, 4535.0, 4576.0, 4534.0, 4575.0, 4532.0, 4562.0, 4591.0, 4542.0, 4581.0, 4561.0, 4569.0, 4519.0, 4557.0, 4509.0, 4549.0, 4521.0, 4540.0, 4531.0, 4550.0, 4522.0, 4552.0, 4534.0, 4565.0, 4534.0, 4572.0, 4533.0, 4584.0, 4522.0, 4563.0, 4542.0, 4551.0, 4532.0, 4541.0, 4540.0, 4530.0, 4571.0, 4533.0, 4582.0, 4542.0, 4581.0, 4520.0, 4571.0, 4531.0, 4570.0, 4529.0, 4559.0, 4520.0, 4558.0, 4511.0, 4541.0, 4531.0, 4551.0, 4543.0, 4542.0, 4530.0, 4544.0, 4541.0, 4542.0, 4533.0, 4542.0, 4593.0, 4534.0, 4581.0, 4562.0, 4571.0, 4521.0, 4580.0, 4531.0, 4570.0, 4522.0, 4569.0, 4522.0, 4560.0, 4521.0, 4560.0, 4519.0, 4550.0, 4532.0, 4551.0, 4521.0, 4552.0, 4530.0, 4532.0, 4551.0, 4534.0, 4562.0, 4533.0, 4543.0, 4533.0, 4532.0, 4543.0, 4536.0, 4554.0, 4535.0, 4583.0, 4554.0, 4583.0, 4531.0, 4570.0, 4531.0, 4562.0, 4550.0, 4541.0, 4510.0, 4530.0, 4518.0, 4518.0, 4561.0, 4529.0, 4532.0, 4522.0, 4560.0, 4522.0, 4561.0, 4532.0, 4551.0, 4543.0, 4552.0, 4545.0, 4563.0, 4524.0, 4555.0, 4533.0, 4554.0, 4532.0, 4554.0, 4554.0, 4542.0, 4602.0, 4553.0, 4581.0, 4531.0, 4570.0, 4521.0, 4572.0, 4534.0, 4560.0, 4533.0, 4561.0, 4535.0, 4563.0, 4542.0, 4563.0, 4543.0, 4553.0, 4531.0, 4553.0, 4584.0, 4532.0, 4581.0, 4551.0, 4581.0, 4541.0, 4568.0, 4522.0, 4560.0, 4510.0, 4550.0, 4521.0, 4542.0, 4520.0, 4532.0, 4551.0, 4531.0, 4570.0, 4542.0, 4571.0, 4533.0, 4571.0, 4523.0, 4550.0, 4523.0, 4552.0, 4532.0, 4552.0, 4531.0, 4553.0, 4534.0, 4555.0, 4533.0, 4553.0, 4534.0, 4553.0, 4572.0, 4543.0, 4561.0, 4542.0, 4541.0, 4531.0, 4590.0, 4523.0, 4570.0, 4521.0, 4550.0, 4521.0, 4540.0, 4532.0, 4552.0, 4534.0, 4564.0, 4534.0, 4563.0, 4533.0, 4564.0, 4563.0, 4553.0, 4543.0, 4543.0, 4591.0, 4539.0, 4580.0, 4552.0, 4532.0, 4540.0, 4581.0, 4530.0, 4592.0, 4563.0, 4569.0, 4521.0, 4559.0, 4519.0, 4538.0, 4531.0, 4552.0, 4524.0, 4562.0, 4533.0, 4562.0, 4521.0, 4554.0, 4533.0, 4541.0, 4523.0, 4562.0, 4533.0, 4534.0, 4573.0, 4533.0, 4593.0, 4563.0, 4601.0, 4572.0, 4592.0, 4562.0, 4580.0, 4531.0, 4569.0, 4508.0, 4548.0, 4516.0, 4528.0, 4557.0, 4520.0, 4537.0, 4520.0, 4538.0, 4519.0, 4539.0, 4522.0, 4541.0, 4524.0, 4562.0, 4533.0, 4564.0, 4535.0, 4565.0, 4521.0, 4563.0, 4542.0, 4542.0, 4591.0, 4552.0, 4571.0, 4521.0, 4570.0, 4522.0, 4571.0, 4531.0, 4551.0, 4534.0, 4562.0, 4534.0, 4574.0, 4536.0, 4564.0, 4534.0, 4573.0, 4523.0, 4562.0, 4534.0, 4553.0, 4522.0, 4542.0, 4535.0, 4545.0, 4534.0, 4555.0, 4544.0, 4574.0, 4546.0, 4555.0, 4586.0, 4617.0, 4573.0, 4572.0, 4519.0, 4538.0, 4551.0, 4519.0, 4528.0, 4519.0, 4509.0, 4519.0, 4569.0, 4509.0, 4558.0, 4521.0, 4540.0, 4520.0, 4540.0, 4520.0, 4531.0, 4531.0, 4533.0, 4520.0, 4543.0, 4533.0, 4532.0, 4591.0, 4533.0, 4571.0, 4544.0, 4563.0, 4523.0, 4573.0, 4521.0, 4562.0, 4522.0, 4563.0, 4522.0, 4563.0, 4522.0, 4543.0, 4553.0, 4534.0, 4521.0, 4521.0, 4532.0, 4535.0, 4615.0, 4546.0, 4573.0, 4522.0, 4583.0, 4523.0, 4563.0, 4523.0, 4554.0, 4523.0, 4552.0, 4543.0, 4543.0, 4552.0, 4542.0, 4532.0, 4532.0, 4591.0, 4541.0, 4582.0, 4541.0, 4560.0, 4518.0, 4551.0, 4510.0, 4520.0, 4550.0, 4520.0, 4541.0, 4521.0, 4551.0, 4522.0, 4572.0, 4534.0, 4582.0, 4553.0, 4572.0, 4531.0, 4571.0, 4521.0, 4551.0, 4521.0, 4541.0, 4520.0, 4540.0, 4518.0, 4532.0, 4560.0, 4533.0, 4530.0, 4520.0, 4571.0, 4521.0, 4571.0, 4522.0, 4561.0, 4522.0, 4572.0, 4532.0, 4572.0, 4522.0, 4560.0, 4521.0, 4561.0, 4509.0, 4540.0, 4520.0, 4531.0, 4521.0, 4522.0, 4520.0, 4520.0, 4552.0, 4522.0, 4582.0, 4534.0, 4561.0, 4534.0, 4562.0, 4523.0, 4550.0, 4533.0, 4563.0, 4523.0, 4553.0, 4533.0, 4543.0, 4533.0, 4544.0, 4583.0, 4543.0, 4584.0, 4543.0, 4571.0, 4520.0, 4571.0, 4522.0, 4563.0, 4532.0, 4551.0, 4533.0, 4564.0, 4534.0, 4563.0, 4533.0, 4572.0, 4534.0, 4584.0, 4524.0, 4573.0, 4532.0, 4560.0, 4522.0, 4541.0, 4521.0, 4563.0, 4534.0, 4572.0, 4533.0, 4543.0, 4543.0, 4533.0, 4551.0, 4523.0, 4573.0, 4521.0, 4572.0, 4532.0, 4562.0, 4570.0, 4529.0, 4590.0, 4560.0, 4559.0, 4510.0, 4558.0, 4508.0, 4528.0, 4521.0, 4551.0, 4523.0, 4542.0, 4524.0, 4553.0, 4534.0, 4563.0, 4535.0, 4563.0, 4524.0, 4563.0, 4534.0, 4574.0, 4533.0, 4553.0, 4533.0, 4552.0, 4531.0, 4553.0, 4521.0, 4563.0, 4521.0, 4541.0, 4520.0, 4540.0, 4531.0, 4532.0, 4521.0, 4541.0, 4561.0, 4521.0, 4581.0, 4542.0, 4560.0, 4521.0, 4569.0, 4521.0, 4572.0, 4522.0, 4551.0, 4522.0, 4552.0, 4521.0, 4549.0, 4521.0, 4551.0, 4531.0, 4551.0, 4521.0, 4551.0, 4522.0, 4564.0, 4523.0, 4552.0, 4521.0, 4541.0, 4530.0, 4542.0, 4519.0, 4532.0, 4522.0, 4543.0, 4554.0, 4534.0, 4521.0, 4543.0, 4521.0, 4562.0, 4533.0, 4532.0, 4545.0, 4602.0, 4573.0, 4582.0, 4531.0, 4569.0, 4510.0, 4562.0, 4521.0, 4550.0, 4519.0, 4529.0, 4520.0, 4540.0, 4521.0, 4540.0, 4521.0, 4540.0, 4522.0, 4532.0, 4523.0, 4533.0, 4532.0, 4533.0, 4563.0, 4522.0, 4573.0, 4534.0, 4571.0, 4532.0, 4572.0, 4521.0, 4561.0, 4522.0, 4551.0, 4533.0, 4544.0, 4522.0, 4543.0, 4532.0, 4533.0, 4592.0, 4534.0, 4574.0, 4534.0, 4564.0, 4534.0, 4592.0, 4533.0, 4573.0, 4532.0, 4562.0, 4523.0, 4551.0, 4522.0, 4540.0, 4532.0, 4533.0, 4533.0, 4533.0, 4523.0, 4534.0, 4584.0, 4535.0, 4574.0, 4538.0, 4565.0, 4534.0, 4607.0, 4546.0, 4585.0, 4524.0, 4574.0, 4524.0, 4563.0, 4523.0, 4565.0, 4534.0, 4552.0, 4532.0, 4562.0, 4534.0, 4571.0, 4544.0, 4573.0, 4553.0, 4563.0, 4552.0, 4602.0, 4572.0, 4580.0, 4549.0, 4557.0, 4509.0, 4545.0, 4517.0, 4548.0, 4508.0, 4537.0, 4507.0, 4518.0, 4507.0, 4518.0, 4537.0, 4509.0, 4539.0, 4520.0, 4549.0, 4521.0, 4550.0, 4531.0, 4543.0, 4533.0, 4544.0, 4533.0, 4544.0, 4543.0, 4545.0, 4573.0, 4554.0, 4583.0, 4542.0, 4582.0, 4562.0, 4570.0, 4542.0, 4560.0, 4531.0, 4560.0, 4521.0, 4541.0, 4521.0, 4532.0, 4519.0, 4532.0, 4581.0, 4522.0, 4572.0, 4523.0, 4553.0, 4523.0, 4554.0, 4522.0, 4544.0, 4535.0], 'WindowWidth': [10245.0, 10192.0, 10110.0, 10139.0, 10075.0, 10090.0, 10046.0, 10092.0, 10043.0, 10027.0, 10023.0, 9975.0, 9992.0, 9987.0, 9985.0, 9957.0, 9975.0, 9957.0, 9974.0, 9976.0, 9976.0, 9957.0, 9991.0, 9958.0, 9982.0, 9962.0, 9991.0, 9980.0, 9995.0, 10005.0, 9993.0, 10033.0, 9994.0, 10016.0, 9963.0, 10029.0, 9964.0, 10034.0, 9970.0, 10019.0, 9973.0, 10013.0, 9987.0, 10053.0, 9988.0, 10025.0, 9988.0, 10022.0, 9972.0, 10037.0, 9984.0, 10023.0, 9980.0, 10026.0, 9985.0, 10012.0, 9981.0, 10010.0, 9995.0, 9992.0, 10007.0, 9981.0, 9995.0, 9981.0, 9980.0, 9986.0, 10065.0, 10000.0, 10058.0, 10003.0, 10039.0, 9988.0, 10042.0, 9986.0, 10028.0, 9988.0, 10027.0, 9984.0, 10030.0, 10000.0, 10013.0, 10052.0, 9999.0, 10065.0, 10012.0, 10034.0, 9985.0, 10032.0, 9971.0, 10023.0, 9986.0, 10018.0, 9987.0, 10018.0, 9997.0, 10008.0, 10001.0, 10014.0, 10004.0, 10028.0, 10005.0, 10026.0, 10000.0, 10040.0, 10007.0, 10041.0, 10006.0, 10054.0, 9978.0, 10039.0, 9990.0, 10039.0, 10016.0, 10028.0, 9990.0, 10019.0, 10010.0, 10025.0, 10040.0, 10006.0, 10058.0, 10036.0, 10037.0, 10090.0, 10046.0, 10031.0, 10014.0, 9985.0, 10012.0, 10053.0, 10001.0, 10068.0, 10016.0, 10008.0, 9970.0, 9998.0, 9985.0, 10054.0, 10000.0, 10044.0, 10001.0, 10032.0, 9991.0, 10068.0, 10008.0, 10051.0, 10042.0, 9998.0, 9995.0, 10062.0, 9993.0, 10048.0, 9995.0, 10017.0, 9969.0, 10014.0, 9964.0, 10008.0, 9974.0, 10009.0, 9987.0, 10013.0, 9998.0, 10013.0, 10009.0, 10032.0, 10009.0, 10047.0, 9993.0, 10049.0, 9990.0, 10047.0, 9983.0, 10025.0, 10064.0, 9995.0, 10051.0, 10020.0, 10027.0, 9961.0, 10011.0, 9948.0, 10000.0, 9967.0, 9990.0, 9981.0, 10006.0, 9971.0, 10010.0, 9990.0, 10031.0, 9991.0, 10039.0, 9988.0, 10056.0, 9971.0, 10027.0, 9999.0, 10008.0, 9982.0, 9995.0, 9993.0, 9978.0, 10034.0, 9986.0, 10049.0, 9998.0, 10048.0, 9966.0, 10035.0, 9981.0, 10030.0, 9976.0, 10015.0, 9963.0, 10012.0, 9952.0, 9992.0, 9981.0, 10007.0, 9998.0, 9996.0, 9978.0, 10001.0, 9996.0, 9999.0, 9984.0, 9999.0, 10066.0, 9987.0, 10049.0, 10026.0, 10034.0, 9968.0, 10046.0, 9980.0, 10030.0, 9970.0, 10030.0, 9969.0, 10018.0, 9966.0, 10016.0, 9963.0, 10004.0, 9984.0, 10007.0, 9968.0, 10011.0, 9978.0, 9984.0, 10009.0, 9988.0, 10023.0, 9989.0, 9999.0, 9988.0, 9985.0, 10001.0, 9996.0, 10019.0, 9996.0, 10058.0, 10017.0, 10055.0, 9982.0, 10034.0, 9979.0, 10022.0, 10003.0, 9991.0, 9946.0, 9976.0, 9958.0, 9959.0, 10021.0, 9976.0, 9981.0, 9970.0, 10019.0, 9972.0, 10021.0, 9983.0, 10007.0, 10001.0, 10011.0, 10005.0, 10030.0, 9976.0, 10017.0, 9987.0, 10018.0, 9984.0, 10016.0, 10014.0, 9996.0, 10079.0, 10013.0, 10049.0, 9981.0, 10033.0, 9968.0, 10036.0, 9989.0, 10020.0, 9989.0, 10022.0, 9991.0, 10028.0, 9998.0, 10028.0, 10002.0, 10014.0, 9981.0, 10014.0, 10056.0, 9983.0, 10051.0, 10009.0, 10047.0, 9994.0, 10027.0, 9968.0, 10017.0, 9950.0, 10006.0, 9966.0, 9997.0, 9965.0, 9983.0, 10008.0, 9980.0, 10035.0, 9998.0, 10036.0, 9987.0, 10034.0, 9971.0, 10005.0, 9974.0, 10011.0, 9983.0, 10010.0, 9983.0, 10014.0, 9991.0, 10019.0, 9987.0, 10014.0, 9989.0, 10013.0, 10039.0, 9999.0, 10022.0, 9996.0, 9992.0, 9979.0, 10061.0, 9974.0, 10030.0, 9967.0, 10003.0, 9967.0, 9991.0, 9985.0, 10013.0, 9990.0, 10030.0, 9991.0, 10029.0, 9988.0, 10032.0, 10030.0, 10014.0, 9999.0, 9997.0, 10061.0, 9990.0, 10046.0, 10009.0, 9980.0, 9991.0, 10047.0, 9978.0, 10065.0, 10026.0, 10029.0, 9965.0, 10015.0, 9962.0, 9987.0, 9980.0, 10010.0, 9976.0, 10024.0, 9986.0, 10023.0, 9969.0, 10016.0, 9987.0, 9994.0, 9974.0, 10025.0, 9986.0, 9990.0, 10042.0, 9987.0, 10068.0, 10027.0, 10078.0, 10038.0, 10066.0, 10022.0, 10045.0, 9977.0, 10026.0, 9944.0, 9995.0, 9952.0, 9970.0, 10009.0, 9963.0, 9981.0, 9960.0, 9984.0, 9961.0, 9988.0, 9972.0, 9993.0, 9975.0, 10024.0, 9986.0, 10028.0, 9991.0, 10032.0, 9967.0, 10024.0, 9996.0, 9994.0, 10063.0, 10012.0, 10034.0, 9965.0, 10032.0, 9968.0, 10035.0, 9982.0, 10006.0, 9987.0, 10024.0, 9989.0, 10044.0, 9996.0, 10029.0, 9991.0, 10041.0, 9974.0, 10023.0, 9987.0, 10013.0, 9969.0, 9997.0, 9992.0, 10007.0, 9988.0, 10018.0, 10005.0, 10044.0, 10009.0, 10020.0, 10066.0, 10113.0, 10041.0, 10037.0, 9960.0, 9984.0, 10004.0, 9960.0, 9970.0, 9959.0, 9945.0, 9958.0, 10024.0, 9946.0, 10012.0, 9965.0, 9988.0, 9964.0, 9990.0, 9964.0, 9978.0, 9982.0, 9985.0, 9965.0, 9999.0, 9983.0, 9982.0, 10062.0, 9985.0, 10035.0, 10003.0, 10025.0, 9971.0, 10037.0, 9967.0, 10022.0, 9971.0, 10025.0, 9970.0, 10027.0, 9968.0, 9999.0, 10013.0, 9985.0, 9967.0, 9967.0, 9982.0, 9992.0, 10105.0, 10011.0, 10039.0, 9972.0, 10056.0, 9973.0, 10028.0, 9974.0, 10017.0, 9973.0, 10010.0, 9999.0, 9999.0, 10009.0, 9997.0, 9982.0, 9981.0, 10062.0, 9993.0, 10052.0, 9992.0, 10017.0, 9958.0, 10007.0, 9949.0, 9962.0, 10003.0, 9963.0, 9992.0, 9967.0, 10008.0, 9971.0, 10036.0, 9989.0, 10051.0, 10016.0, 10037.0, 9982.0, 10035.0, 9966.0, 10007.0, 9965.0, 9993.0, 9962.0, 9990.0, 9959.0, 9981.0, 10017.0, 9986.0, 9976.0, 9964.0, 10032.0, 9965.0, 10033.0, 9971.0, 10019.0, 9969.0, 10037.0, 9982.0, 10036.0, 9972.0, 10019.0, 9966.0, 10019.0, 9948.0, 9988.0, 9963.0, 9978.0, 9966.0, 9968.0, 9964.0, 9965.0, 10010.0, 9969.0, 10052.0, 9990.0, 10021.0, 9988.0, 10023.0, 9973.0, 10006.0, 9988.0, 10028.0, 9974.0, 10014.0, 9986.0, 10001.0, 9986.0, 10002.0, 10056.0, 9999.0, 10058.0, 10000.0, 10035.0, 9966.0, 10034.0, 9970.0, 10025.0, 9984.0, 10008.0, 9986.0, 10030.0, 9990.0, 10028.0, 9987.0, 10040.0, 9990.0, 10058.0, 9975.0, 10039.0, 9985.0, 10017.0, 9969.0, 9991.0, 9966.0, 10025.0, 9989.0, 10040.0, 9988.0, 10001.0, 10000.0, 9985.0, 10009.0, 9973.0, 10042.0, 9968.0, 10038.0, 9983.0, 10022.0, 10030.0, 9974.0, 10057.0, 10016.0, 10012.0, 9947.0, 10009.0, 9943.0, 9968.0, 9967.0, 10008.0, 9972.0, 9996.0, 9976.0, 10012.0, 9991.0, 10028.0, 9991.0, 10026.0, 9975.0, 10025.0, 9989.0, 10042.0, 9985.0, 10012.0, 9984.0, 10010.0, 9983.0, 10011.0, 9965.0, 10023.0, 9965.0, 9992.0, 9964.0, 9993.0, 9980.0, 9982.0, 9965.0, 9994.0, 10020.0, 9966.0, 10047.0, 9996.0, 10017.0, 9966.0, 10030.0, 9966.0, 10036.0, 9970.0, 10006.0, 9969.0, 10009.0, 9967.0, 10003.0, 9967.0, 10007.0, 9982.0, 10008.0, 9968.0, 10008.0, 9968.0, 10028.0, 9971.0, 10010.0, 9965.0, 9993.0, 9978.0, 9995.0, 9963.0, 9984.0, 9968.0, 9998.0, 10017.0, 9988.0, 9966.0, 9996.0, 9967.0, 10026.0, 9988.0, 9985.0, 10005.0, 10082.0, 10043.0, 10050.0, 9980.0, 10027.0, 9949.0, 10022.0, 9965.0, 10002.0, 9962.0, 9974.0, 9964.0, 9990.0, 9968.0, 9993.0, 9968.0, 9990.0, 9969.0, 9984.0, 9973.0, 9986.0, 9983.0, 9988.0, 10027.0, 9970.0, 10041.0, 9989.0, 10036.0, 9984.0, 10038.0, 9968.0, 10021.0, 9970.0, 10009.0, 9987.0, 10002.0, 9971.0, 10002.0, 9985.0, 9988.0, 10068.0, 9992.0, 10044.0, 9991.0, 10030.0, 9991.0, 10067.0, 9988.0, 10040.0, 9984.0, 10024.0, 9973.0, 10008.0, 9970.0, 9993.0, 9983.0, 9986.0, 9986.0, 9986.0, 9973.0, 9989.0, 10057.0, 9993.0, 10043.0, 10001.0, 10034.0, 9991.0, 10094.0, 10010.0, 10058.0, 9976.0, 10042.0, 9973.0, 10025.0, 9970.0, 10031.0, 9989.0, 10012.0, 9984.0, 10024.0, 9989.0, 10036.0, 10005.0, 10041.0, 10014.0, 10026.0, 10011.0, 10080.0, 10038.0, 10047.0, 10001.0, 10008.0, 9946.0, 9989.0, 9955.0, 9996.0, 9943.0, 9983.0, 9942.0, 9956.0, 9942.0, 9957.0, 9984.0, 9948.0, 9987.0, 9963.0, 10003.0, 9967.0, 10005.0, 9984.0, 9998.0, 9987.0, 10003.0, 9988.0, 10002.0, 10001.0, 10005.0, 10041.0, 10016.0, 10054.0, 9997.0, 10052.0, 10024.0, 10030.0, 9995.0, 10018.0, 9979.0, 10017.0, 9968.0, 9993.0, 9966.0, 9983.0, 9962.0, 9982.0, 10048.0, 9969.0, 10037.0, 9972.0, 10013.0, 9974.0, 10017.0, 9972.0, 10002.0, 9993.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.00016238754325259515</td></tr>
<tr><td colspan=3>aqi</td><td>0.012691646839677048</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.21888338669747</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2016097836374127</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9890646539030025</td></tr>
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
<tr><td colspan=3>fber</td><td>5743.1211</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08608964105739367</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6147635524798154</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.570121183124327</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5351417577393285</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5817773929910848</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.593444398642568</td></tr>
<tr><td colspan=3>gcor</td><td>0.00637931</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008628183975815773</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03181178495287895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.997190000547402</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.8677</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6758</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.5314</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294106.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1058.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>455.5286</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5763</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.4493</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3733.8535</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.9241</td></tr>
<tr><td colspan=3>tsnr</td><td>46.011407188139856</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>