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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-04_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_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-0075/ses-04/func/sub-0075_ses-04_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>22ed5ca3ba7a36936d36c317bc4c5cba</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>12:54:30.612500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</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.0874926</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.189</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c5be8cc7-3ae9-4e93-a6d2-8cc88df3dd34||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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': ['125430.612500', '125431.072500', '125431.532500', '125431.992500', '125432.452500', '125432.912500', '125433.372500', '125433.832500', '125434.292500', '125434.752500', '125435.212500', '125435.672500', '125436.132500', '125436.592500', '125437.052500', '125437.512500', '125437.972500', '125438.432500', '125438.892500', '125439.352500', '125439.812500', '125440.272500', '125440.732500', '125441.192500', '125441.652500', '125442.112500', '125442.572500', '125443.032500', '125443.492500', '125443.952500', '125444.412500', '125444.872500', '125445.332500', '125445.792500', '125446.252500', '125446.712500', '125447.172500', '125447.632500', '125448.092500', '125448.552500', '125449.012500', '125449.472500', '125449.932500', '125450.392500', '125450.852500', '125451.312500', '125451.772500', '125452.232500', '125452.692500', '125453.152500', '125453.612500', '125454.072500', '125454.532500', '125454.992500', '125455.452500', '125455.912500', '125456.372500', '125456.832500', '125457.292500', '125457.752500', '125458.212500', '125458.672500', '125459.132500', '125459.592500', '125500.052500', '125500.512500', '125500.972500', '125501.432500', '125501.892500', '125502.352500', '125502.812500', '125503.272500', '125503.732500', '125504.192500', '125504.652500', '125505.112500', '125505.572500', '125506.032500', '125506.492500', '125506.952500', '125507.412500', '125507.872500', '125508.332500', '125508.792500', '125509.252500', '125509.712500', '125510.172500', '125510.632500', '125511.092500', '125511.552500', '125512.012500', '125512.472500', '125512.932500', '125513.392500', '125513.852500', '125514.312500', '125514.772500', '125515.232500', '125515.692500', '125516.152500', '125516.612500', '125517.072500', '125517.532500', '125517.992500', '125518.452500', '125518.912500', '125519.372500', '125519.832500', '125520.292500', '125520.752500', '125521.212500', '125521.672500', '125522.132500', '125522.592500', '125523.052500', '125523.512500', '125523.972500', '125524.432500', '125524.892500', '125525.352500', '125525.812500', '125526.272500', '125526.732500', '125527.192500', '125527.652500', '125528.112500', '125528.572500', '125529.032500', '125529.492500', '125529.952500', '125530.412500', '125530.872500', '125531.332500', '125531.792500', '125532.252500', '125532.712500', '125533.172500', '125533.632500', '125534.092500', '125534.552500', '125535.012500', '125535.472500', '125535.932500', '125536.392500', '125536.852500', '125537.312500', '125537.772500', '125538.232500', '125538.692500', '125539.152500', '125539.612500', '125540.072500', '125540.532500', '125540.992500', '125541.452500', '125541.912500', '125542.372500', '125542.832500', '125543.292500', '125543.752500', '125544.212500', '125544.672500', '125545.132500', '125545.592500', '125546.052500', '125546.512500', '125546.972500', '125547.432500', '125547.892500', '125548.352500', '125548.812500', '125549.272500', '125549.732500', '125550.192500', '125550.652500', '125551.112500', '125551.572500', '125552.032500', '125552.492500', '125552.952500', '125553.412500', '125553.872500', '125554.332500', '125554.792500', '125555.252500', '125555.712500', '125556.172500', '125556.632500', '125557.092500', '125557.552500', '125558.012500', '125558.472500', '125558.932500', '125559.392500', '125559.852500', '125600.312500', '125600.772500', '125601.232500', '125601.692500', '125602.152500', '125602.612500', '125603.072500', '125603.532500', '125603.992500', '125604.452500', '125604.912500', '125605.372500', '125605.832500', '125606.292500', '125606.752500', '125607.212500', '125607.672500', '125608.132500', '125608.592500', '125609.052500', '125609.512500', '125609.972500', '125610.432500', '125610.892500', '125611.352500', '125611.812500', '125612.272500', '125612.732500', '125613.192500', '125613.652500', '125614.112500', '125614.572500', '125615.032500', '125615.492500', '125615.952500', '125616.412500', '125616.872500', '125617.332500', '125617.792500', '125618.252500', '125618.712500', '125619.172500', '125619.632500', '125620.092500', '125620.552500', '125621.012500', '125621.472500', '125621.932500', '125622.392500', '125622.852500', '125623.312500', '125623.772500', '125624.232500', '125624.692500', '125625.152500', '125625.612500', '125626.072500', '125626.532500', '125626.992500', '125627.452500', '125627.912500', '125628.372500', '125628.832500', '125629.292500', '125629.752500', '125630.212500', '125630.672500', '125631.132500', '125631.592500', '125632.052500', '125632.512500', '125632.972500', '125633.432500', '125633.892500', '125634.352500', '125634.812500', '125635.272500', '125635.732500', '125636.192500', '125636.652500', '125637.112500', '125637.572500', '125638.032500', '125638.492500', '125638.952500', '125639.412500', '125639.872500', '125640.332500', '125640.792500', '125641.252500', '125641.712500', '125642.172500', '125642.632500', '125643.092500', '125643.552500', '125644.012500', '125644.472500', '125644.932500', '125645.392500', '125645.852500', '125646.312500', '125646.772500', '125647.232500', '125647.692500', '125648.152500', '125648.612500', '125649.072500', '125649.532500', '125649.992500', '125650.452500', '125650.912500', '125651.372500', '125651.832500', '125652.292500', '125652.752500', '125653.212500', '125653.672500', '125654.132500', '125654.592500', '125655.052500', '125655.512500', '125655.972500', '125656.432500', '125656.892500', '125657.352500', '125657.812500', '125658.272500', '125658.732500', '125659.192500', '125659.652500', '125700.112500', '125700.572500', '125701.032500', '125701.492500', '125701.952500', '125702.412500', '125702.872500', '125703.332500', '125703.792500', '125704.252500', '125704.712500', '125705.172500', '125705.632500', '125706.092500', '125706.552500', '125707.012500', '125707.472500', '125707.932500', '125708.392500', '125708.852500', '125709.312500', '125709.772500', '125710.232500', '125710.692500', '125711.152500', '125711.612500', '125712.072500', '125712.532500', '125712.992500', '125713.452500', '125713.912500', '125714.372500', '125714.832500', '125715.292500', '125715.752500', '125716.212500', '125716.672500', '125717.132500', '125717.592500', '125718.052500', '125718.512500', '125718.972500', '125719.432500', '125719.892500', '125720.352500', '125720.812500', '125721.272500', '125721.732500', '125722.192500', '125722.652500', '125723.112500', '125723.572500', '125724.032500', '125724.492500', '125724.952500', '125725.412500', '125725.872500', '125726.332500', '125726.792500', '125727.252500', '125727.712500', '125728.172500', '125728.632500', '125729.092500', '125729.552500', '125730.012500', '125730.472500', '125730.932500', '125731.392500', '125731.852500', '125732.312500', '125732.772500', '125733.232500', '125733.692500', '125734.152500', '125734.612500', '125735.072500', '125735.532500', '125735.992500', '125736.452500', '125736.912500', '125737.372500', '125737.832500', '125738.292500', '125738.752500', '125739.212500', '125739.672500', '125740.132500', '125740.592500', '125741.052500', '125741.512500', '125741.972500', '125742.432500', '125742.892500', '125743.352500', '125743.812500', '125744.272500', '125744.732500', '125745.192500', '125745.652500', '125746.112500', '125746.572500', '125747.032500', '125747.492500', '125747.952500', '125748.412500', '125748.872500', '125749.332500', '125749.792500', '125750.252500', '125750.712500', '125751.172500', '125751.632500', '125752.092500', '125752.552500', '125753.012500', '125753.472500', '125753.932500', '125754.392500', '125754.852500', '125755.312500', '125755.772500', '125756.232500', '125756.692500', '125757.152500', '125757.612500', '125758.072500', '125758.532500', '125758.992500', '125759.452500', '125759.912500', '125800.372500', '125800.832500', '125801.292500', '125801.752500', '125802.212500', '125802.672500', '125803.132500', '125803.592500', '125804.052500', '125804.512500', '125804.972500', '125805.432500', '125805.892500', '125806.352500', '125806.812500', '125807.272500', '125807.732500', '125808.192500', '125808.652500', '125809.112500', '125809.572500', '125810.032500', '125810.492500', '125810.952500', '125811.412500', '125811.872500', '125812.332500', '125812.792500', '125813.252500', '125813.712500', '125814.172500', '125814.632500', '125815.092500', '125815.552500', '125816.012500', '125816.472500', '125816.932500', '125817.392500', '125817.852500', '125818.312500', '125818.772500', '125819.232500', '125819.692500', '125820.152500', '125820.612500', '125821.072500', '125821.532500', '125821.992500', '125822.452500', '125822.912500', '125823.372500', '125823.832500', '125824.292500', '125824.752500', '125825.212500', '125825.672500', '125826.132500', '125826.592500', '125827.052500', '125827.512500', '125827.972500', '125828.432500', '125828.892500', '125829.352500', '125829.812500', '125830.272500', '125830.732500', '125831.192500', '125831.652500', '125832.112500', '125832.572500', '125833.032500', '125833.492500', '125833.952500', '125834.412500', '125834.872500', '125835.332500', '125835.792500', '125836.252500', '125836.712500', '125837.172500', '125837.632500', '125838.092500', '125838.552500', '125839.012500', '125839.472500', '125839.932500', '125840.392500', '125840.852500', '125841.312500', '125841.772500', '125842.232500', '125842.692500', '125843.152500', '125843.612500', '125844.072500', '125844.532500', '125844.992500', '125845.452500', '125845.912500', '125846.372500', '125846.832500', '125847.292500', '125847.752500', '125848.212500', '125848.672500', '125849.132500', '125849.592500', '125850.052500', '125850.512500', '125850.972500', '125851.432500', '125851.892500', '125852.352500', '125852.812500', '125853.272500', '125853.732500', '125854.192500', '125854.652500', '125855.112500', '125855.572500', '125856.032500', '125856.492500', '125856.952500', '125857.412500', '125857.872500', '125858.332500', '125858.792500', '125859.252500', '125859.712500', '125900.172500', '125900.632500', '125901.092500', '125901.552500', '125902.012500', '125902.472500', '125902.932500', '125903.392500', '125903.852500', '125904.312500', '125904.772500', '125905.232500', '125905.692500', '125906.152500', '125906.612500', '125907.072500', '125907.532500', '125907.992500', '125908.452500', '125908.912500', '125909.372500', '125909.832500', '125910.292500', '125910.752500', '125911.212500', '125911.672500', '125912.132500', '125912.592500', '125913.052500', '125913.512500', '125913.972500', '125914.432500', '125914.892500', '125915.352500', '125915.812500', '125916.272500', '125916.732500', '125917.192500', '125917.652500', '125918.112500', '125918.572500', '125919.032500', '125919.492500', '125919.952500', '125920.412500', '125920.872500', '125921.332500', '125921.792500', '125922.252500', '125922.712500', '125923.172500', '125923.632500', '125924.092500', '125924.552500', '125925.012500', '125925.472500', '125925.932500', '125926.392500', '125926.852500', '125927.312500', '125927.772500', '125928.232500', '125928.692500', '125929.152500', '125929.612500', '125930.072500', '125930.532500', '125930.992500', '125931.452500', '125931.912500', '125932.372500', '125932.832500', '125933.292500', '125933.752500', '125934.212500', '125934.672500', '125935.132500', '125935.592500', '125936.052500', '125936.512500', '125936.972500', '125937.432500', '125937.892500', '125938.352500', '125938.812500', '125939.272500', '125939.732500', '125940.192500', '125940.652500', '125941.112500', '125941.572500', '125942.032500', '125942.492500', '125942.952500', '125943.412500', '125943.872500', '125944.332500', '125944.792500', '125945.252500', '125945.712500', '125946.172500', '125946.632500', '125947.092500', '125947.552500', '125948.012500', '125948.472500', '125948.932500', '125949.392500', '125949.852500', '125950.312500', '125950.772500', '125951.232500', '125951.692500', '125952.152500', '125952.612500', '125953.072500', '125953.532500', '125953.992500', '125954.452500', '125954.912500', '125955.372500', '125955.832500', '125956.292500', '125956.752500', '125957.212500', '125957.672500', '125958.132500', '125958.592500', '125959.052500', '125959.512500', '125959.972500', '130000.432500', '130000.892500', '130001.352500', '130001.812500', '130002.272500', '130002.732500', '130003.192500', '130003.652500', '130004.112500', '130004.572500', '130005.032500', '130005.492500', '130005.952500', '130006.412500', '130006.872500', '130007.332500', '130007.792500', '130008.252500', '130008.712500', '130009.172500', '130009.632500', '130010.092500', '130010.552500', '130011.012500', '130011.472500', '130011.932500', '130012.392500', '130012.852500', '130013.312500', '130013.772500', '130014.232500', '130014.692500', '130015.152500', '130015.612500', '130016.072500', '130016.532500', '130016.992500', '130017.452500', '130017.912500', '130018.372500', '130018.832500', '130019.292500', '130019.752500', '130020.212500', '130020.672500', '130021.132500', '130021.592500', '130022.052500', '130022.512500', '130022.972500', '130023.432500', '130023.892500', '130024.352500', '130024.812500', '130025.272500', '130025.732500', '130026.192500', '130026.652500', '130027.112500', '130027.572500', '130028.032500', '130028.492500', '130028.952500', '130029.412500', '130029.872500', '130030.332500', '130030.792500', '130031.252500', '130031.712500', '130032.172500', '130032.632500', '130033.092500', '130033.552500', '130034.012500', '130034.472500', '130034.932500', '130035.392500', '130035.852500', '130036.312500', '130036.772500', '130037.232500', '130037.692500', '130038.152500', '130038.612500', '130039.072500', '130039.532500', '130039.992500', '130040.452500', '130040.912500', '130041.372500', '130041.832500', '130042.292500', '130042.752500', '130043.212500', '130043.672500', '130044.132500', '130044.592500', '130045.052500', '130045.512500', '130045.972500', '130046.432500', '130046.892500', '130047.352500', '130047.812500', '130048.272500', '130048.732500', '130049.192500', '130049.652500', '130050.112500', '130050.572500', '130051.032500', '130051.492500', '130051.952500', '130052.412500', '130052.872500', '130053.332500', '130053.792500', '130054.252500', '130054.712500', '130055.172500', '130055.632500', '130056.092500', '130056.552500', '130057.012500', '130057.472500', '130057.932500', '130058.392500', '130058.852500', '130059.312500', '130059.772500', '130100.232500', '130100.692500', '130101.152500', '130101.612500', '130102.072500', '130102.532500', '130102.992500', '130103.452500', '130103.912500', '130104.372500', '130104.832500', '130105.292500', '130105.752500', '130106.212500', '130106.672500', '130107.132500', '130107.592500', '130108.052500', '130108.512500', '130108.972500', '130109.432500', '130109.892500', '130110.352500', '130110.812500', '130111.272500'], 'ContentTime': ['125457.613000', '125457.616000', '125457.619000', '125457.622000', '125457.624000', '125457.627000', '125457.630000', '125457.632000', '125457.635000', '125457.637000', '125457.640000', '125457.642000', '125457.645000', '125457.648000', '125457.650000', '125457.653000', '125457.655000', '125457.658000', '125457.662000', '125457.664000', '125457.667000', '125457.670000', '125457.672000', '125457.675000', '125457.678000', '125457.680000', '125457.683000', '125457.685000', '125457.688000', '125457.691000', '125457.693000', '125457.696000', '125457.698000', '125457.701000', '125457.704000', '125457.706000', '125457.709000', '125457.711000', '125457.714000', '125457.716000', '125457.719000', '125457.722000', '125457.724000', '125457.727000', '125457.730000', '125457.732000', '125457.735000', '125457.738000', '125457.741000', '125457.744000', '125457.747000', '125457.750000', '125457.752000', '125457.755000', '125457.758000', '125457.772000', '125517.566000', '125517.569000', '125517.572000', '125517.575000', '125517.577000', '125517.580000', '125517.582000', '125517.585000', '125517.588000', '125517.590000', '125517.593000', '125517.596000', '125517.604000', '125517.607000', '125517.609000', '125517.612000', '125517.615000', '125517.618000', '125517.620000', '125517.623000', '125517.625000', '125517.628000', '125517.631000', '125517.633000', '125517.636000', '125517.638000', '125517.641000', '125517.644000', '125517.646000', '125517.649000', '125517.651000', '125517.654000', '125517.657000', '125517.659000', '125517.662000', '125517.665000', '125517.667000', '125517.670000', '125517.672000', '125517.675000', '125517.678000', '125517.681000', '125517.683000', '125517.686000', '125537.566000', '125537.569000', '125537.572000', '125537.575000', '125537.577000', '125537.580000', '125537.583000', '125537.585000', '125537.588000', '125537.590000', '125537.593000', '125537.595000', '125537.598000', '125537.601000', '125537.604000', '125537.606000', '125537.609000', '125537.611000', '125537.614000', '125537.617000', '125537.619000', '125537.622000', '125537.625000', '125537.627000', '125537.630000', '125537.633000', '125537.635000', '125537.638000', '125537.641000', '125537.643000', '125537.646000', '125537.649000', '125537.651000', '125537.654000', '125537.657000', '125537.659000', '125537.662000', '125537.664000', '125537.667000', '125537.670000', '125537.672000', '125537.675000', '125537.678000', '125557.566000', '125557.569000', '125557.572000', '125557.575000', '125557.577000', '125557.580000', '125557.582000', '125557.585000', '125557.588000', '125557.590000', '125557.593000', '125557.596000', '125557.598000', '125557.601000', '125557.604000', '125557.606000', '125557.609000', '125557.612000', '125557.614000', '125557.617000', '125557.620000', '125557.622000', '125557.625000', '125557.628000', '125557.630000', '125557.633000', '125557.636000', '125557.638000', '125557.641000', '125557.644000', '125557.646000', '125557.649000', '125557.652000', '125557.654000', '125557.657000', '125557.659000', '125557.662000', '125557.665000', '125557.667000', '125557.670000', '125557.673000', '125557.675000', '125557.678000', '125557.681000', '125617.566000', '125617.569000', '125617.572000', '125617.574000', '125617.577000', '125617.580000', '125617.582000', '125617.585000', '125617.588000', '125617.590000', '125617.597000', '125617.600000', '125617.602000', '125617.605000', '125617.608000', '125617.610000', '125617.613000', '125617.616000', '125617.618000', '125617.621000', '125617.623000', '125617.626000', '125617.629000', '125617.631000', '125617.634000', '125617.637000', '125617.639000', '125617.642000', '125617.645000', '125617.647000', '125617.650000', '125617.652000', '125617.655000', '125617.658000', '125617.660000', '125617.663000', '125617.666000', '125617.668000', '125617.671000', '125617.673000', '125617.676000', '125617.679000', '125617.681000', '125637.565000', '125637.568000', '125637.571000', '125637.574000', '125637.576000', '125637.579000', '125637.582000', '125637.588000', '125637.591000', '125637.593000', '125637.596000', '125637.600000', '125637.603000', '125637.606000', '125637.608000', '125637.611000', '125637.613000', '125637.616000', '125637.619000', '125637.621000', '125637.624000', '125637.627000', '125637.629000', '125637.632000', '125637.634000', '125637.637000', '125637.640000', '125637.642000', '125637.645000', '125637.647000', '125637.650000', '125637.653000', '125637.655000', '125637.658000', '125637.661000', '125637.663000', '125637.666000', '125637.669000', '125637.693000', '125637.695000', '125637.698000', '125637.701000', '125637.703000', '125637.706000', '125657.566000', '125657.570000', '125657.573000', '125657.576000', '125657.578000', '125657.581000', '125657.584000', '125657.586000', '125657.589000', '125657.592000', '125657.594000', '125657.597000', '125657.600000', '125657.602000', '125657.605000', '125657.608000', '125657.610000', '125657.613000', '125657.615000', '125657.618000', '125657.621000', '125657.623000', '125657.626000', '125657.629000', '125657.631000', '125657.634000', '125657.637000', '125657.639000', '125657.642000', '125657.644000', '125657.647000', '125657.650000', '125657.652000', '125657.655000', '125657.658000', '125657.660000', '125657.663000', '125657.666000', '125657.668000', '125657.671000', '125657.674000', '125657.676000', '125657.679000', '125717.566000', '125717.571000', '125717.573000', '125717.576000', '125717.579000', '125717.581000', '125717.584000', '125717.587000', '125717.589000', '125717.592000', '125717.595000', '125717.597000', '125717.600000', '125717.603000', '125717.605000', '125717.608000', '125717.611000', '125717.613000', '125717.616000', '125717.619000', '125717.621000', '125717.624000', '125717.627000', '125717.629000', '125717.632000', '125717.634000', '125717.637000', '125717.640000', '125717.643000', '125717.645000', '125717.648000', '125717.650000', '125717.653000', '125717.656000', '125717.658000', '125717.661000', '125717.664000', '125717.666000', '125717.669000', '125717.671000', '125717.674000', '125717.677000', '125717.679000', '125737.567000', '125737.569000', '125737.572000', '125737.575000', '125737.578000', '125737.581000', '125737.583000', '125737.586000', '125737.589000', '125737.591000', '125737.594000', '125737.597000', '125737.599000', '125737.602000', '125737.605000', '125737.607000', '125737.610000', '125737.612000', '125737.615000', '125737.618000', '125737.620000', '125737.623000', '125737.626000', '125737.629000', '125737.631000', '125737.634000', '125737.636000', '125737.639000', '125737.642000', '125737.644000', '125737.647000', '125737.650000', '125737.652000', '125737.655000', '125737.658000', '125737.660000', '125737.663000', '125737.666000', '125737.668000', '125737.671000', '125737.673000', '125737.676000', '125737.679000', '125737.681000', '125757.567000', '125757.570000', '125757.572000', '125757.576000', '125757.579000', '125757.582000', '125757.585000', '125757.587000', '125757.590000', '125757.593000', '125757.595000', '125757.598000', '125757.601000', '125757.603000', '125757.606000', '125757.609000', '125757.611000', '125757.614000', '125757.616000', '125757.619000', '125757.622000', '125757.625000', '125757.627000', '125757.630000', '125757.633000', '125757.635000', '125757.638000', '125757.642000', '125757.644000', '125757.647000', '125757.649000', '125757.658000', '125757.660000', '125757.668000', '125757.670000', '125757.673000', '125757.676000', '125757.678000', '125757.681000', '125757.684000', '125757.686000', '125757.689000', '125757.691000', '125817.566000', '125817.569000', '125817.572000', '125817.575000', '125817.578000', '125817.580000', '125817.583000', '125817.586000', '125817.588000', '125817.591000', '125817.594000', '125817.596000', '125817.599000', '125817.602000', '125817.605000', '125817.607000', '125817.610000', '125817.612000', '125817.615000', '125817.618000', '125817.621000', '125817.623000', '125817.626000', '125817.628000', '125817.631000', '125817.634000', '125817.636000', '125817.639000', '125817.641000', '125817.644000', '125817.647000', '125817.649000', '125817.652000', '125817.654000', '125817.666000', '125817.669000', '125817.672000', '125817.674000', '125817.677000', '125817.680000', '125817.682000', '125817.685000', '125817.688000', '125817.690000', '125837.567000', '125837.569000', '125837.572000', '125837.575000', '125837.578000', '125837.580000', '125837.583000', '125837.586000', '125837.588000', '125837.591000', '125837.594000', '125837.596000', '125837.599000', '125837.602000', '125837.604000', '125837.607000', '125837.610000', '125837.613000', '125837.616000', '125837.619000', '125837.621000', '125837.624000', '125837.627000', '125837.629000', '125837.632000', '125837.635000', '125837.637000', '125837.640000', '125837.643000', '125837.653000', '125837.656000', '125837.658000', '125837.661000', '125837.664000', '125837.666000', '125837.669000', '125837.672000', '125837.674000', '125837.677000', '125837.680000', '125837.682000', '125837.685000', '125837.688000', '125857.565000', '125857.569000', '125857.572000', '125857.574000', '125857.577000', '125857.580000', '125857.582000', '125857.585000', '125857.587000', '125857.590000', '125857.593000', '125857.595000', '125857.598000', '125857.601000', '125857.603000', '125857.606000', '125857.609000', '125857.611000', '125857.614000', '125857.617000', '125857.619000', '125857.622000', '125857.625000', '125857.627000', '125857.630000', '125857.633000', '125857.635000', '125857.638000', '125857.640000', '125857.643000', '125857.646000', '125857.648000', '125857.651000', '125857.654000', '125857.656000', '125857.659000', '125857.661000', '125857.664000', '125857.667000', '125857.669000', '125857.672000', '125857.675000', '125857.677000', '125857.680000', '125917.566000', '125917.569000', '125917.572000', '125917.575000', '125917.577000', '125917.580000', '125917.583000', '125917.586000', '125917.588000', '125917.591000', '125917.593000', '125917.596000', '125917.599000', '125917.601000', '125917.604000', '125917.607000', '125917.609000', '125917.612000', '125917.615000', '125917.617000', '125917.620000', '125917.623000', '125917.625000', '125917.628000', '125917.631000', '125917.633000', '125917.636000', '125917.639000', '125917.641000', '125917.644000', '125917.647000', '125917.649000', '125917.652000', '125917.655000', '125917.657000', '125917.660000', '125917.663000', '125917.666000', '125917.669000', '125917.672000', '125917.675000', '125917.678000', '125917.681000', '125937.566000', '125937.569000', '125937.572000', '125937.575000', '125937.578000', '125937.580000', '125937.583000', '125937.585000', '125937.588000', '125937.591000', '125937.594000', '125937.596000', '125937.599000', '125937.602000', '125937.604000', '125937.607000', '125937.610000', '125937.612000', '125937.615000', '125937.617000', '125937.620000', '125937.623000', '125937.625000', '125937.628000', '125937.631000', '125937.633000', '125937.636000', '125937.638000', '125937.641000', '125937.644000', '125937.646000', '125937.649000', '125937.652000', '125937.654000', '125937.657000', '125937.660000', '125937.662000', '125937.665000', '125937.668000', '125937.670000', '125937.673000', '125937.676000', '125937.678000', '125937.681000', '125957.567000', '125957.581000', '125957.584000', '125957.587000', '125957.589000', '125957.592000', '125957.595000', '125957.597000', '125957.600000', '125957.603000', '125957.605000', '125957.608000', '125957.611000', '125957.613000', '125957.616000', '125957.619000', '125957.621000', '125957.624000', '125957.627000', '125957.629000', '125957.632000', '125957.634000', '125957.637000', '125957.640000', '125957.642000', '125957.649000', '125957.652000', '125957.654000', '125957.657000', '125957.660000', '125957.663000', '125957.665000', '125957.668000', '125957.670000', '125957.673000', '125957.676000', '125957.678000', '125957.681000', '125957.684000', '125957.687000', '125957.689000', '125957.692000', '125957.695000', '130017.567000', '130017.569000', '130017.572000', '130017.575000', '130017.578000', '130017.581000', '130017.583000', '130017.586000', '130017.589000', '130017.591000', '130017.594000', '130017.597000', '130017.599000', '130017.602000', '130017.604000', '130017.607000', '130017.610000', '130017.613000', '130017.615000', '130017.618000', '130017.621000', '130017.623000', '130017.626000', '130017.628000', '130017.631000', '130017.634000', '130017.636000', '130017.639000', '130017.641000', '130017.644000', '130017.647000', '130017.649000', '130017.652000', '130017.655000', '130017.657000', '130017.660000', '130017.663000', '130017.665000', '130017.668000', '130017.670000', '130017.673000', '130017.676000', '130017.678000', '130017.681000', '130037.567000', '130037.570000', '130037.572000', '130037.575000', '130037.578000', '130037.580000', '130037.583000', '130037.586000', '130037.588000', '130037.591000', '130037.594000', '130037.596000', '130037.599000', '130037.602000', '130037.605000', '130037.607000', '130037.610000', '130037.613000', '130037.616000', '130037.618000', '130037.621000', '130037.623000', '130037.626000', '130037.629000', '130037.631000', '130037.634000', '130037.637000', '130037.639000', '130037.642000', '130037.645000', '130037.647000', '130037.650000', '130037.653000', '130037.655000', '130037.658000', '130037.661000', '130037.664000', '130037.666000', '130037.669000', '130037.673000', '130037.676000', '130037.678000', '130037.681000', '130057.570000', '130057.572000', '130057.575000', '130057.578000', '130057.581000', '130057.583000', '130057.586000', '130057.589000', '130057.591000', '130057.594000', '130057.597000', '130057.599000', '130057.602000', '130057.604000', '130057.607000', '130057.610000', '130057.612000', '130057.615000', '130057.618000', '130057.620000', '130057.623000', '130057.625000', '130057.628000', '130057.631000', '130057.633000', '130057.636000', '130057.639000', '130057.641000', '130057.644000', '130057.647000', '130057.649000', '130057.652000', '130057.655000', '130057.657000', '130057.660000', '130057.663000', '130057.665000', '130057.668000', '130057.671000', '130057.673000', '130057.676000', '130057.678000', '130057.681000', '130057.684000', '130112.636000', '130112.639000', '130112.642000', '130112.645000', '130112.648000', '130112.651000', '130112.654000', '130112.656000', '130112.660000', '130112.663000', '130112.666000', '130112.670000', '130112.688000', '130112.691000', '130112.693000', '130112.696000', '130112.699000', '130112.702000', '130112.704000', '130112.707000', '130112.710000', '130112.713000', '130112.716000', '130112.718000', '130112.722000', '130112.725000', '130112.728000', '130112.730000', '130112.733000', '130112.736000', '130112.739000', '130112.741000', '130112.744000'], 'InstanceCreationTime': ['125457.613000', '125457.616000', '125457.619000', '125457.622000', '125457.624000', '125457.627000', '125457.630000', '125457.632000', '125457.635000', '125457.637000', '125457.640000', '125457.642000', '125457.645000', '125457.648000', '125457.650000', '125457.653000', '125457.655000', '125457.658000', '125457.662000', '125457.664000', '125457.667000', '125457.670000', '125457.672000', '125457.675000', '125457.678000', '125457.680000', '125457.683000', '125457.685000', '125457.688000', '125457.691000', '125457.693000', '125457.696000', '125457.698000', '125457.701000', '125457.704000', '125457.706000', '125457.709000', '125457.711000', '125457.714000', '125457.716000', '125457.719000', '125457.722000', '125457.724000', '125457.727000', '125457.730000', '125457.732000', '125457.735000', '125457.738000', '125457.741000', '125457.744000', '125457.747000', '125457.750000', '125457.752000', '125457.755000', '125457.758000', '125457.772000', '125517.566000', '125517.569000', '125517.572000', '125517.575000', '125517.577000', '125517.580000', '125517.582000', '125517.585000', '125517.588000', '125517.590000', '125517.593000', '125517.596000', '125517.604000', '125517.607000', '125517.609000', '125517.612000', '125517.615000', '125517.618000', '125517.620000', '125517.623000', '125517.625000', '125517.628000', '125517.631000', '125517.633000', '125517.636000', '125517.638000', '125517.641000', '125517.644000', '125517.646000', '125517.649000', '125517.651000', '125517.654000', '125517.657000', '125517.659000', '125517.662000', '125517.665000', '125517.667000', '125517.670000', '125517.672000', '125517.675000', '125517.678000', '125517.681000', '125517.683000', '125517.686000', '125537.566000', '125537.569000', '125537.572000', '125537.575000', '125537.577000', '125537.580000', '125537.583000', '125537.585000', '125537.588000', '125537.590000', '125537.593000', '125537.595000', '125537.598000', '125537.601000', '125537.604000', '125537.606000', '125537.609000', '125537.611000', '125537.614000', '125537.617000', '125537.619000', '125537.622000', '125537.625000', '125537.627000', '125537.630000', '125537.633000', '125537.635000', '125537.638000', '125537.641000', '125537.643000', '125537.646000', '125537.649000', '125537.651000', '125537.654000', '125537.657000', '125537.659000', '125537.662000', '125537.664000', '125537.667000', '125537.670000', '125537.672000', '125537.675000', '125537.678000', '125557.566000', '125557.569000', '125557.572000', '125557.575000', '125557.577000', '125557.580000', '125557.582000', '125557.585000', '125557.588000', '125557.590000', '125557.593000', '125557.596000', '125557.598000', '125557.601000', '125557.604000', '125557.606000', '125557.609000', '125557.612000', '125557.614000', '125557.617000', '125557.620000', '125557.622000', '125557.625000', '125557.628000', '125557.630000', '125557.633000', '125557.636000', '125557.638000', '125557.641000', '125557.644000', '125557.646000', '125557.649000', '125557.652000', '125557.654000', '125557.657000', '125557.659000', '125557.662000', '125557.665000', '125557.667000', '125557.670000', '125557.673000', '125557.675000', '125557.678000', '125557.681000', '125617.566000', '125617.569000', '125617.572000', '125617.574000', '125617.577000', '125617.580000', '125617.582000', '125617.585000', '125617.588000', '125617.590000', '125617.597000', '125617.600000', '125617.602000', '125617.605000', '125617.608000', '125617.610000', '125617.613000', '125617.616000', '125617.618000', '125617.621000', '125617.623000', '125617.626000', '125617.629000', '125617.631000', '125617.634000', '125617.637000', '125617.639000', '125617.642000', '125617.645000', '125617.647000', '125617.650000', '125617.652000', '125617.655000', '125617.658000', '125617.660000', '125617.663000', '125617.666000', '125617.668000', '125617.671000', '125617.673000', '125617.676000', '125617.679000', '125617.681000', '125637.565000', '125637.568000', '125637.571000', '125637.574000', '125637.576000', '125637.579000', '125637.582000', '125637.588000', '125637.591000', '125637.593000', '125637.596000', '125637.600000', '125637.603000', '125637.606000', '125637.608000', '125637.611000', '125637.613000', '125637.616000', '125637.619000', '125637.621000', '125637.624000', '125637.627000', '125637.629000', '125637.632000', '125637.634000', '125637.637000', '125637.640000', '125637.642000', '125637.645000', '125637.647000', '125637.650000', '125637.653000', '125637.655000', '125637.658000', '125637.661000', '125637.663000', '125637.666000', '125637.669000', '125637.693000', '125637.695000', '125637.698000', '125637.701000', '125637.703000', '125637.706000', '125657.566000', '125657.570000', '125657.573000', '125657.576000', '125657.578000', '125657.581000', '125657.584000', '125657.586000', '125657.589000', '125657.592000', '125657.594000', '125657.597000', '125657.600000', '125657.602000', '125657.605000', '125657.608000', '125657.610000', '125657.613000', '125657.615000', '125657.618000', '125657.621000', '125657.623000', '125657.626000', '125657.629000', '125657.631000', '125657.634000', '125657.637000', '125657.639000', '125657.642000', '125657.644000', '125657.647000', '125657.650000', '125657.652000', '125657.655000', '125657.658000', '125657.660000', '125657.663000', '125657.666000', '125657.668000', '125657.671000', '125657.674000', '125657.676000', '125657.679000', '125717.566000', '125717.571000', '125717.573000', '125717.576000', '125717.579000', '125717.581000', '125717.584000', '125717.587000', '125717.589000', '125717.592000', '125717.595000', '125717.597000', '125717.600000', '125717.603000', '125717.605000', '125717.608000', '125717.611000', '125717.613000', '125717.616000', '125717.619000', '125717.621000', '125717.624000', '125717.627000', '125717.629000', '125717.632000', '125717.634000', '125717.637000', '125717.640000', '125717.643000', '125717.645000', '125717.648000', '125717.650000', '125717.653000', '125717.656000', '125717.658000', '125717.661000', '125717.664000', '125717.666000', '125717.669000', '125717.671000', '125717.674000', '125717.677000', '125717.679000', '125737.567000', '125737.569000', '125737.572000', '125737.575000', '125737.578000', '125737.581000', '125737.583000', '125737.586000', '125737.589000', '125737.591000', '125737.594000', '125737.597000', '125737.599000', '125737.602000', '125737.605000', '125737.607000', '125737.610000', '125737.612000', '125737.615000', '125737.618000', '125737.620000', '125737.623000', '125737.626000', '125737.629000', '125737.631000', '125737.634000', '125737.636000', '125737.639000', '125737.642000', '125737.644000', '125737.647000', '125737.650000', '125737.652000', '125737.655000', '125737.658000', '125737.660000', '125737.663000', '125737.666000', '125737.668000', '125737.671000', '125737.673000', '125737.676000', '125737.679000', '125737.681000', '125757.567000', '125757.570000', '125757.572000', '125757.576000', '125757.579000', '125757.582000', '125757.585000', '125757.587000', '125757.590000', '125757.593000', '125757.595000', '125757.598000', '125757.601000', '125757.603000', '125757.606000', '125757.609000', '125757.611000', '125757.614000', '125757.616000', '125757.619000', '125757.622000', '125757.625000', '125757.627000', '125757.630000', '125757.633000', '125757.635000', '125757.638000', '125757.642000', '125757.644000', '125757.647000', '125757.649000', '125757.658000', '125757.660000', '125757.668000', '125757.670000', '125757.673000', '125757.676000', '125757.678000', '125757.681000', '125757.684000', '125757.686000', '125757.689000', '125757.691000', '125817.566000', '125817.569000', '125817.572000', '125817.575000', '125817.578000', '125817.580000', '125817.583000', '125817.586000', '125817.588000', '125817.591000', '125817.594000', '125817.596000', '125817.599000', '125817.602000', '125817.605000', '125817.607000', '125817.610000', '125817.612000', '125817.615000', '125817.618000', '125817.621000', '125817.623000', '125817.626000', '125817.628000', '125817.631000', '125817.634000', '125817.636000', '125817.639000', '125817.641000', '125817.644000', '125817.647000', '125817.649000', '125817.652000', '125817.654000', '125817.666000', '125817.669000', '125817.672000', '125817.674000', '125817.677000', '125817.680000', '125817.682000', '125817.685000', '125817.688000', '125817.690000', '125837.567000', '125837.569000', '125837.572000', '125837.575000', '125837.578000', '125837.580000', '125837.583000', '125837.586000', '125837.588000', '125837.591000', '125837.594000', '125837.596000', '125837.599000', '125837.602000', '125837.604000', '125837.607000', '125837.610000', '125837.613000', '125837.616000', '125837.619000', '125837.621000', '125837.624000', '125837.627000', '125837.629000', '125837.632000', '125837.635000', '125837.637000', '125837.640000', '125837.643000', '125837.653000', '125837.656000', '125837.658000', '125837.661000', '125837.664000', '125837.666000', '125837.669000', '125837.672000', '125837.674000', '125837.677000', '125837.680000', '125837.682000', '125837.685000', '125837.688000', '125857.565000', '125857.569000', '125857.572000', '125857.574000', '125857.577000', '125857.580000', '125857.582000', '125857.585000', '125857.587000', '125857.590000', '125857.593000', '125857.595000', '125857.598000', '125857.601000', '125857.603000', '125857.606000', '125857.609000', '125857.611000', '125857.614000', '125857.617000', '125857.619000', '125857.622000', '125857.625000', '125857.627000', '125857.630000', '125857.633000', '125857.635000', '125857.638000', '125857.640000', '125857.643000', '125857.646000', '125857.648000', '125857.651000', '125857.654000', '125857.656000', '125857.659000', '125857.661000', '125857.664000', '125857.667000', '125857.669000', '125857.672000', '125857.675000', '125857.677000', '125857.680000', '125917.566000', '125917.569000', '125917.572000', '125917.575000', '125917.577000', '125917.580000', '125917.583000', '125917.586000', '125917.588000', '125917.591000', '125917.593000', '125917.596000', '125917.599000', '125917.601000', '125917.604000', '125917.607000', '125917.609000', '125917.612000', '125917.615000', '125917.617000', '125917.620000', '125917.623000', '125917.625000', '125917.628000', '125917.631000', '125917.633000', '125917.636000', '125917.639000', '125917.641000', '125917.644000', '125917.647000', '125917.649000', '125917.652000', '125917.655000', '125917.657000', '125917.660000', '125917.663000', '125917.666000', '125917.669000', '125917.672000', '125917.675000', '125917.678000', '125917.681000', '125937.566000', '125937.569000', '125937.572000', '125937.575000', '125937.578000', '125937.580000', '125937.583000', '125937.585000', '125937.588000', '125937.591000', '125937.594000', '125937.596000', '125937.599000', '125937.602000', '125937.604000', '125937.607000', '125937.610000', '125937.612000', '125937.615000', '125937.617000', '125937.620000', '125937.623000', '125937.625000', '125937.628000', '125937.631000', '125937.633000', '125937.636000', '125937.638000', '125937.641000', '125937.644000', '125937.646000', '125937.649000', '125937.652000', '125937.654000', '125937.657000', '125937.660000', '125937.662000', '125937.665000', '125937.668000', '125937.670000', '125937.673000', '125937.676000', '125937.678000', '125937.681000', '125957.567000', '125957.581000', '125957.584000', '125957.587000', '125957.589000', '125957.592000', '125957.595000', '125957.597000', '125957.600000', '125957.603000', '125957.605000', '125957.608000', '125957.611000', '125957.613000', '125957.616000', '125957.619000', '125957.621000', '125957.624000', '125957.627000', '125957.629000', '125957.632000', '125957.634000', '125957.637000', '125957.640000', '125957.642000', '125957.649000', '125957.652000', '125957.654000', '125957.657000', '125957.660000', '125957.663000', '125957.665000', '125957.668000', '125957.670000', '125957.673000', '125957.676000', '125957.678000', '125957.681000', '125957.684000', '125957.687000', '125957.689000', '125957.692000', '125957.695000', '130017.567000', '130017.569000', '130017.572000', '130017.575000', '130017.578000', '130017.581000', '130017.583000', '130017.586000', '130017.589000', '130017.591000', '130017.594000', '130017.597000', '130017.599000', '130017.602000', '130017.604000', '130017.607000', '130017.610000', '130017.613000', '130017.615000', '130017.618000', '130017.621000', '130017.623000', '130017.626000', '130017.628000', '130017.631000', '130017.634000', '130017.636000', '130017.639000', '130017.641000', '130017.644000', '130017.647000', '130017.649000', '130017.652000', '130017.655000', '130017.657000', '130017.660000', '130017.663000', '130017.665000', '130017.668000', '130017.670000', '130017.673000', '130017.676000', '130017.678000', '130017.681000', '130037.567000', '130037.570000', '130037.572000', '130037.575000', '130037.578000', '130037.580000', '130037.583000', '130037.586000', '130037.588000', '130037.591000', '130037.594000', '130037.596000', '130037.599000', '130037.602000', '130037.605000', '130037.607000', '130037.610000', '130037.613000', '130037.616000', '130037.618000', '130037.621000', '130037.623000', '130037.626000', '130037.629000', '130037.631000', '130037.634000', '130037.637000', '130037.639000', '130037.642000', '130037.645000', '130037.647000', '130037.650000', '130037.653000', '130037.655000', '130037.658000', '130037.661000', '130037.664000', '130037.666000', '130037.669000', '130037.673000', '130037.676000', '130037.678000', '130037.681000', '130057.570000', '130057.572000', '130057.575000', '130057.578000', '130057.581000', '130057.583000', '130057.586000', '130057.589000', '130057.591000', '130057.594000', '130057.597000', '130057.599000', '130057.602000', '130057.604000', '130057.607000', '130057.610000', '130057.612000', '130057.615000', '130057.618000', '130057.620000', '130057.623000', '130057.625000', '130057.628000', '130057.631000', '130057.633000', '130057.636000', '130057.639000', '130057.641000', '130057.644000', '130057.647000', '130057.649000', '130057.652000', '130057.655000', '130057.657000', '130057.660000', '130057.663000', '130057.665000', '130057.668000', '130057.671000', '130057.673000', '130057.676000', '130057.678000', '130057.681000', '130057.684000', '130112.636000', '130112.639000', '130112.642000', '130112.645000', '130112.648000', '130112.651000', '130112.654000', '130112.656000', '130112.660000', '130112.663000', '130112.666000', '130112.670000', '130112.688000', '130112.691000', '130112.693000', '130112.696000', '130112.699000', '130112.702000', '130112.704000', '130112.707000', '130112.710000', '130112.713000', '130112.716000', '130112.718000', '130112.722000', '130112.725000', '130112.728000', '130112.730000', '130112.733000', '130112.736000', '130112.739000', '130112.741000', '130112.744000'], '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': [7630, 7518, 6539, 11001, 6591, 7414, 10934, 12979, 11391, 6367, 6237, 6771, 7805, 6302, 6640, 7414, 6618, 9010, 6685, 11089, 7048, 12643, 7217, 11214, 6592, 11572, 7054, 10055, 7558, 8497, 7285, 7872, 7360, 7191, 6799, 7152, 8245, 7308, 7046, 7236, 7556, 9967, 7317, 10121, 7467, 8759, 7327, 9243, 7062, 8394, 7089, 7839, 7130, 7018, 6844, 6233, 6883, 6583, 6833, 7108, 8275, 6868, 7138, 7227, 6406, 7152, 7390, 8049, 6997, 7187, 7219, 7331, 7316, 12361, 7674, 9907, 7799, 8844, 7526, 8926, 7668, 6727, 7280, 6371, 7448, 7748, 8397, 8278, 8788, 7531, 7072, 10428, 7870, 10223, 8388, 9875, 7947, 9320, 9068, 8010, 7889, 8231, 8104, 8267, 8388, 8215, 7389, 8162, 7690, 7730, 7868, 10763, 8179, 9465, 8318, 9809, 7889, 8693, 8135, 7210, 7872, 7301, 7829, 8133, 8444, 8061, 8241, 8145, 8197, 7930, 9025, 8034, 7247, 7909, 7095, 7531, 7939, 8676, 7891, 7244, 7825, 8410, 8207, 8057, 7426, 10602, 8335, 10753, 8545, 9326, 8566, 8931, 8708, 8073, 7952, 8263, 7883, 8255, 8026, 8292, 9424, 8113, 7430, 8267, 7631, 7904, 7665, 8120, 8212, 7966, 8245, 7848, 8054, 9845, 8394, 8717, 8550, 9719, 7977, 8243, 8136, 6883, 7955, 7669, 7581, 7786, 7743, 8040, 8282, 8237, 8018, 7893, 8997, 8029, 8517, 8338, 7270, 7966, 6995, 7999, 7900, 9925, 7909, 9559, 8426, 8124, 8394, 8546, 8738, 8638, 8450, 8093, 7704, 9283, 8918, 10223, 8973, 7953, 8521, 8990, 9375, 9004, 8039, 9113, 8340, 8740, 8664, 9466, 8938, 8645, 8955, 8334, 8575, 8321, 8980, 10131, 8829, 7720, 8657, 7216, 8861, 8333, 9103, 8956, 9558, 8899, 9729, 8788, 8380, 8691, 8123, 9009, 8290, 8944, 8560, 9036, 8523, 8773, 8657, 8989, 9367, 9324, 8941, 9665, 8837, 8198, 8860, 8371, 8952, 9371, 8642, 9044, 10547, 9356, 8577, 9050, 8601, 9029, 8362, 9291, 8653, 9005, 8402, 8813, 8058, 8662, 8181, 8669, 8070, 8758, 8198, 8892, 8692, 8810, 8830, 8783, 9040, 8651, 8710, 8619, 9177, 8515, 9007, 8820, 8899, 9847, 9073, 9705, 9325, 8996, 8936, 9412, 9389, 7552, 9048, 7738, 9062, 8795, 9198, 7711, 8958, 7944, 8623, 8584, 8997, 8206, 8246, 7439, 8602, 8961, 8992, 8915, 9442, 9619, 10013, 9728, 9710, 9913, 9547, 9429, 9286, 9555, 9607, 9904, 9174, 9853, 8622, 9783, 8470, 9894, 8817, 9749, 8963, 9694, 9060, 9957, 9284, 9977, 9392, 9590, 8933, 9770, 9454, 9677, 9440, 12260, 10039, 9319, 10097, 9131, 10065, 7589, 10081, 9120, 10247, 9399, 10155, 9124, 9708, 9380, 9813, 9762, 9925, 9436, 9721, 9198, 9493, 9049, 9926, 10157, 9659, 9324, 9642, 9264, 10001, 9151, 9918, 9205, 9406, 9075, 9760, 10102, 9769, 10430, 9544, 10316, 9630, 10387, 9773, 9907, 9489, 9854, 8604, 9947, 9971, 9965, 9219, 9694, 9341, 9873, 10181, 9886, 10467, 9153, 9617, 10235, 10233, 9330, 9994, 10053, 9792, 9408, 10042, 10486, 9612, 10517, 10488, 10153, 9697, 9870, 9264, 9587, 9151, 9951, 10057, 9742, 9456, 8789, 9664, 9462, 11294, 9466, 8574, 9421, 9677, 9904, 9272, 9703, 9762, 9241, 9902, 9462, 9949, 9692, 9707, 9443, 10042, 8131, 9538, 8478, 9615, 9873, 9598, 10065, 9028, 10052, 8747, 9630, 9214, 9681, 9282, 9902, 10156, 9670, 9942, 9400, 10057, 10831, 9684, 9336, 9846, 9944, 9863, 9428, 9549, 8772, 9651, 8621, 9628, 9650, 9525, 10149, 9491, 9758, 8499, 9779, 9168, 9897, 9153, 9724, 8945, 9574, 10202, 10159, 9754, 9635, 9848, 9264, 9804, 8675, 9796, 9097, 9492, 8812, 8900, 9419, 8796, 9459, 8773, 10027, 8995, 10210, 10278, 10021, 9948, 9151, 9940, 9444, 9962, 9433, 9609, 9188, 9481, 9650, 11000, 10075, 11503, 9828, 9572, 9688, 9026, 9990, 9288, 9743, 9796, 9629, 9909, 9423, 10007, 9974, 9662, 9825, 9895, 9357, 9888, 8882, 9717, 9005, 9976, 10240, 8936, 9848, 9533, 9797, 8622, 9756, 10377, 10473, 9885, 8825, 9739, 9023, 9975, 9936, 10059, 10022, 9615, 9867, 9560, 9682, 9497, 9209, 9587, 8993, 9976, 8910, 9878, 10188, 9177, 9774, 8747, 9839, 9744, 11849, 9802, 9390, 10054, 7478, 9556, 9417, 9033, 9972, 8685, 9662, 9249, 10002, 9959, 9734, 10037, 9019, 10253, 9303, 9895, 10960, 9675, 8842, 9835, 9054, 9835, 8953, 9994, 9819, 9791, 9271, 9758, 9225, 9708, 8511, 9704, 8452, 9719, 8867, 9807, 9848, 9229, 10065, 9091, 9959, 9265, 9807, 9012, 9744, 9673, 9948, 9686, 9315, 9097, 9470, 10217, 8773, 9456, 8849, 9353, 9100, 9317, 9125, 9082, 10009, 9648, 10007, 8769, 9728, 8987, 9786, 9895, 9632, 9911, 9266, 9708, 10202, 9127, 9508, 9254, 9730, 9411, 9419, 9428, 9454, 9893, 9096, 9926, 8865, 9558, 9078, 9469, 9913, 9705, 9833, 9105, 9586, 9285, 9830, 9298, 8762, 9824, 9945, 8321, 8623, 9482, 9346, 9247, 9690, 9129, 9391, 9127, 9534, 9548, 9469, 8974, 9406, 9004, 9129, 9431, 10621, 9796, 10811, 9118, 9080, 9601, 9173, 9553, 9014, 9833, 10656, 9670, 8777, 9638, 7483, 9672, 9158, 9685, 9574, 9583, 9736, 9279, 9990, 9468, 9822, 8999, 9766, 9180, 9832, 9447, 9766, 9894, 9464, 9973, 9589, 9864, 8272, 9899, 9714, 9545, 10342, 9133, 9853, 9237, 9912, 9278, 9816, 9546, 9577, 10012, 9570, 10162, 10236, 9836, 9475, 9698, 9367, 9743, 9443, 9786, 10193, 9501, 10412, 9983, 9745, 9311, 10067, 9255, 9715, 9379, 9946, 9189, 10226, 9515, 9981, 10420, 9847, 10373, 9648, 10169, 10396, 10067, 9582, 10246, 9157, 10213, 9377, 9721, 9300, 9849, 9138, 9967, 10479, 9632, 9753, 9240, 9873, 8495, 10170, 10146, 9864, 9657, 9585, 8840, 9898, 9163, 9881, 10474, 9734, 10273, 9381, 10269, 9678, 10135, 7834, 10173, 10100, 9709, 10226, 9594, 9737, 9152, 10102, 8256, 10148, 9343, 9703, 10553, 9480, 9764, 10070, 10148, 9939, 8987, 10203, 9928, 9575, 10491, 9377, 10285, 9506, 9989, 9334, 9818, 9168, 9818, 9834, 9856, 9457], 'WindowCenter': [3551.0, 3535.0, 3510.0, 3540.0, 3497.0, 3507.0, 3539.0, 3537.0, 3524.0, 3480.0, 3469.0, 3492.0, 3504.0, 3495.0, 3496.0, 3505.0, 3495.0, 3526.0, 3508.0, 3538.0, 3496.0, 3537.0, 3493.0, 3524.0, 3506.0, 3523.0, 3494.0, 3524.0, 3502.0, 3501.0, 3491.0, 3490.0, 3492.0, 3492.0, 3492.0, 3492.0, 3503.0, 3492.0, 3492.0, 3491.0, 3492.0, 3513.0, 3493.0, 3512.0, 3492.0, 3500.0, 3491.0, 3501.0, 3480.0, 3489.0, 3478.0, 3477.0, 3479.0, 3478.0, 3480.0, 3468.0, 3480.0, 3481.0, 3481.0, 3494.0, 3515.0, 3494.0, 3494.0, 3505.0, 3483.0, 3494.0, 3505.0, 3504.0, 3492.0, 3492.0, 3493.0, 3492.0, 3493.0, 3534.0, 3503.0, 3513.0, 3502.0, 3514.0, 3503.0, 3515.0, 3503.0, 3493.0, 3504.0, 3482.0, 3504.0, 3504.0, 3504.0, 3514.0, 3515.0, 3506.0, 3495.0, 3538.0, 3504.0, 3525.0, 3503.0, 3513.0, 3504.0, 3512.0, 3502.0, 3490.0, 3490.0, 3501.0, 3490.0, 3501.0, 3500.0, 3500.0, 3489.0, 3500.0, 3491.0, 3490.0, 3490.0, 3510.0, 3489.0, 3498.0, 3500.0, 3509.0, 3489.0, 3488.0, 3488.0, 3477.0, 3488.0, 3489.0, 3490.0, 3489.0, 3488.0, 3489.0, 3501.0, 3501.0, 3501.0, 3501.0, 3512.0, 3502.0, 3491.0, 3502.0, 3494.0, 3505.0, 3515.0, 3515.0, 3503.0, 3504.0, 3504.0, 3517.0, 3516.0, 3515.0, 3493.0, 3525.0, 3504.0, 3523.0, 3502.0, 3501.0, 3501.0, 3501.0, 3501.0, 3489.0, 3489.0, 3488.0, 3487.0, 3488.0, 3488.0, 3489.0, 3499.0, 3490.0, 3478.0, 3499.0, 3489.0, 3490.0, 3489.0, 3490.0, 3489.0, 3488.0, 3500.0, 3490.0, 3490.0, 3511.0, 3489.0, 3500.0, 3500.0, 3510.0, 3502.0, 3501.0, 3501.0, 3492.0, 3502.0, 3503.0, 3503.0, 3504.0, 3504.0, 3503.0, 3502.0, 3502.0, 3500.0, 3504.0, 3514.0, 3504.0, 3514.0, 3515.0, 3504.0, 3505.0, 3506.0, 3517.0, 3518.0, 3526.0, 3505.0, 3526.0, 3515.0, 3505.0, 3518.0, 3519.0, 3518.0, 3517.0, 3504.0, 3504.0, 3504.0, 3514.0, 3515.0, 3524.0, 3513.0, 3503.0, 3514.0, 3515.0, 3514.0, 3514.0, 3491.0, 3502.0, 3501.0, 3501.0, 3502.0, 3501.0, 3501.0, 3488.0, 3499.0, 3490.0, 3500.0, 3488.0, 3501.0, 3510.0, 3501.0, 3490.0, 3513.0, 3492.0, 3514.0, 3503.0, 3515.0, 3515.0, 3526.0, 3528.0, 3527.0, 3515.0, 3504.0, 3503.0, 3503.0, 3514.0, 3503.0, 3514.0, 3501.0, 3501.0, 3501.0, 3502.0, 3502.0, 3513.0, 3512.0, 3500.0, 3501.0, 3513.0, 3514.0, 3503.0, 3513.0, 3502.0, 3502.0, 3514.0, 3502.0, 3514.0, 3512.0, 3512.0, 3501.0, 3502.0, 3501.0, 3501.0, 3490.0, 3500.0, 3488.0, 3499.0, 3489.0, 3500.0, 3489.0, 3499.0, 3489.0, 3499.0, 3489.0, 3500.0, 3501.0, 3501.0, 3502.0, 3501.0, 3502.0, 3501.0, 3513.0, 3503.0, 3503.0, 3502.0, 3513.0, 3502.0, 3513.0, 3502.0, 3514.0, 3513.0, 3514.0, 3513.0, 3514.0, 3513.0, 3515.0, 3514.0, 3514.0, 3492.0, 3513.0, 3491.0, 3513.0, 3502.0, 3513.0, 3491.0, 3516.0, 3504.0, 3503.0, 3503.0, 3503.0, 3505.0, 3505.0, 3507.0, 3504.0, 3502.0, 3503.0, 3515.0, 3515.0, 3526.0, 3513.0, 3515.0, 3514.0, 3515.0, 3514.0, 3514.0, 3501.0, 3512.0, 3502.0, 3513.0, 3501.0, 3501.0, 3489.0, 3500.0, 3489.0, 3512.0, 3500.0, 3500.0, 3490.0, 3500.0, 3500.0, 3512.0, 3502.0, 3512.0, 3501.0, 3501.0, 3501.0, 3512.0, 3501.0, 3512.0, 3514.0, 3523.0, 3499.0, 3488.0, 3500.0, 3499.0, 3512.0, 3490.0, 3513.0, 3514.0, 3525.0, 3514.0, 3525.0, 3503.0, 3513.0, 3502.0, 3513.0, 3512.0, 3512.0, 3501.0, 3501.0, 3500.0, 3500.0, 3500.0, 3501.0, 3499.0, 3499.0, 3488.0, 3499.0, 3500.0, 3511.0, 3500.0, 3502.0, 3501.0, 3501.0, 3502.0, 3513.0, 3513.0, 3513.0, 3513.0, 3501.0, 3512.0, 3502.0, 3514.0, 3512.0, 3513.0, 3501.0, 3513.0, 3502.0, 3514.0, 3514.0, 3513.0, 3503.0, 3502.0, 3503.0, 3514.0, 3513.0, 3514.0, 3513.0, 3501.0, 3502.0, 3513.0, 3514.0, 3501.0, 3513.0, 3501.0, 3512.0, 3513.0, 3514.0, 3526.0, 3514.0, 3514.0, 3513.0, 3514.0, 3513.0, 3514.0, 3502.0, 3513.0, 3516.0, 3514.0, 3514.0, 3512.0, 3513.0, 3504.0, 3513.0, 3513.0, 3523.0, 3512.0, 3501.0, 3502.0, 3502.0, 3512.0, 3501.0, 3500.0, 3500.0, 3499.0, 3500.0, 3499.0, 3500.0, 3500.0, 3501.0, 3500.0, 3512.0, 3491.0, 3514.0, 3503.0, 3513.0, 3525.0, 3515.0, 3528.0, 3516.0, 3528.0, 3504.0, 3515.0, 3514.0, 3516.0, 3514.0, 3514.0, 3512.0, 3500.0, 3511.0, 3501.0, 3512.0, 3512.0, 3500.0, 3499.0, 3500.0, 3499.0, 3511.0, 3499.0, 3500.0, 3488.0, 3499.0, 3489.0, 3501.0, 3512.0, 3513.0, 3513.0, 3501.0, 3513.0, 3503.0, 3514.0, 3514.0, 3513.0, 3502.0, 3501.0, 3502.0, 3512.0, 3512.0, 3512.0, 3501.0, 3501.0, 3513.0, 3501.0, 3512.0, 3502.0, 3513.0, 3501.0, 3512.0, 3502.0, 3503.0, 3513.0, 3502.0, 3514.0, 3503.0, 3515.0, 3514.0, 3525.0, 3525.0, 3514.0, 3514.0, 3503.0, 3515.0, 3503.0, 3512.0, 3502.0, 3500.0, 3500.0, 3500.0, 3501.0, 3511.0, 3500.0, 3509.0, 3499.0, 3498.0, 3499.0, 3489.0, 3499.0, 3499.0, 3499.0, 3499.0, 3500.0, 3511.0, 3499.0, 3500.0, 3499.0, 3501.0, 3499.0, 3512.0, 3500.0, 3512.0, 3500.0, 3500.0, 3501.0, 3512.0, 3524.0, 3502.0, 3514.0, 3513.0, 3513.0, 3504.0, 3514.0, 3515.0, 3514.0, 3514.0, 3502.0, 3514.0, 3504.0, 3513.0, 3513.0, 3502.0, 3512.0, 3513.0, 3514.0, 3514.0, 3502.0, 3501.0, 3502.0, 3513.0, 3502.0, 3514.0, 3503.0, 3513.0, 3514.0, 3514.0, 3526.0, 3504.0, 3514.0, 3513.0, 3513.0, 3500.0, 3489.0, 3499.0, 3478.0, 3512.0, 3514.0, 3502.0, 3513.0, 3503.0, 3513.0, 3514.0, 3513.0, 3514.0, 3502.0, 3501.0, 3500.0, 3511.0, 3502.0, 3501.0, 3510.0, 3500.0, 3487.0, 3499.0, 3487.0, 3499.0, 3488.0, 3500.0, 3498.0, 3499.0, 3499.0, 3512.0, 3500.0, 3501.0, 3490.0, 3501.0, 3491.0, 3513.0, 3503.0, 3514.0, 3513.0, 3513.0, 3514.0, 3515.0, 3515.0, 3503.0, 3513.0, 3502.0, 3513.0, 3502.0, 3512.0, 3501.0, 3514.0, 3502.0, 3513.0, 3513.0, 3501.0, 3502.0, 3489.0, 3500.0, 3489.0, 3500.0, 3501.0, 3502.0, 3513.0, 3502.0, 3512.0, 3491.0, 3500.0, 3489.0, 3500.0, 3511.0, 3501.0, 3512.0, 3501.0, 3502.0, 3511.0, 3499.0, 3501.0, 3499.0, 3499.0, 3487.0, 3487.0, 3487.0, 3498.0, 3499.0, 3488.0, 3499.0, 3488.0, 3499.0, 3499.0, 3500.0, 3500.0, 3499.0, 3500.0, 3500.0, 3500.0, 3501.0, 3511.0, 3501.0, 3501.0, 3525.0, 3526.0, 3503.0, 3501.0, 3500.0, 3501.0, 3500.0, 3501.0, 3500.0, 3502.0, 3500.0, 3501.0, 3499.0, 3500.0, 3488.0, 3488.0, 3487.0, 3488.0, 3487.0, 3499.0, 3487.0, 3498.0, 3474.0, 3474.0, 3485.0, 3474.0, 3484.0, 3474.0, 3484.0, 3483.0, 3483.0, 3472.0, 3486.0, 3463.0, 3497.0, 3486.0, 3487.0, 3486.0, 3487.0, 3498.0, 3487.0, 3500.0, 3500.0, 3500.0, 3489.0, 3501.0, 3500.0, 3501.0, 3501.0, 3501.0, 3502.0, 3500.0, 3501.0, 3500.0, 3501.0, 3489.0, 3500.0, 3500.0, 3500.0, 3500.0, 3499.0, 3500.0, 3500.0, 3512.0, 3501.0, 3501.0, 3501.0, 3501.0, 3501.0, 3501.0, 3513.0, 3500.0, 3501.0, 3499.0, 3500.0, 3500.0, 3501.0, 3513.0, 3512.0, 3511.0, 3501.0, 3512.0, 3501.0, 3512.0, 3502.0, 3526.0, 3502.0, 3502.0, 3502.0, 3513.0, 3514.0, 3514.0, 3514.0, 3514.0, 3524.0, 3513.0, 3514.0, 3514.0, 3515.0, 3513.0, 3514.0, 3502.0, 3511.0, 3503.0, 3513.0, 3502.0, 3502.0, 3502.0, 3512.0, 3502.0, 3514.0, 3526.0, 3503.0, 3515.0, 3501.0, 3514.0, 3502.0, 3514.0, 3513.0, 3513.0, 3502.0, 3501.0, 3501.0, 3512.0, 3502.0, 3501.0, 3511.0, 3500.0, 3500.0, 3501.0, 3512.0, 3501.0, 3512.0, 3479.0, 3512.0, 3513.0, 3513.0, 3512.0, 3500.0, 3514.0, 3502.0, 3524.0, 3516.0, 3528.0, 3528.0, 3516.0, 3527.0, 3516.0, 3529.0, 3529.0, 3526.0, 3515.0, 3503.0, 3513.0, 3514.0, 3512.0, 3513.0, 3502.0, 3513.0, 3500.0, 3500.0, 3489.0, 3500.0, 3499.0, 3500.0, 3499.0, 3500.0, 3498.0], 'WindowWidth': [8061.0, 8024.0, 7984.0, 8019.0, 7958.0, 7970.0, 8015.0, 8007.0, 7986.0, 7921.0, 7907.0, 7943.0, 7963.0, 7952.0, 7954.0, 7966.0, 7952.0, 7994.0, 7973.0, 8013.0, 7953.0, 8006.0, 7945.0, 7984.0, 7967.0, 7984.0, 7947.0, 7986.0, 7954.0, 7948.0, 7937.0, 7935.0, 7939.0, 7942.0, 7942.0, 7942.0, 7955.0, 7940.0, 7939.0, 7937.0, 7940.0, 7968.0, 7942.0, 7966.0, 7939.0, 7947.0, 7935.0, 7948.0, 7919.0, 7929.0, 7914.0, 7911.0, 7916.0, 7916.0, 7920.0, 7903.0, 7920.0, 7924.0, 7926.0, 7948.0, 7975.0, 7949.0, 7947.0, 7962.0, 7932.0, 7948.0, 7963.0, 7959.0, 7941.0, 7940.0, 7942.0, 7941.0, 7944.0, 8000.0, 7956.0, 7968.0, 7954.0, 7972.0, 7958.0, 7976.0, 7957.0, 7944.0, 7960.0, 7929.0, 7961.0, 7960.0, 7960.0, 7975.0, 7976.0, 7966.0, 7949.0, 8010.0, 7959.0, 7987.0, 7956.0, 7969.0, 7960.0, 7967.0, 7953.0, 7933.0, 7934.0, 7948.0, 7934.0, 7950.0, 7947.0, 7947.0, 7931.0, 7946.0, 7937.0, 7934.0, 7933.0, 7959.0, 7929.0, 7940.0, 7945.0, 7957.0, 7931.0, 7926.0, 7926.0, 7910.0, 7928.0, 7932.0, 7934.0, 7930.0, 7929.0, 7931.0, 7951.0, 7951.0, 7950.0, 7951.0, 7967.0, 7953.0, 7939.0, 7955.0, 7947.0, 7963.0, 7977.0, 7974.0, 7957.0, 7959.0, 7960.0, 7984.0, 7980.0, 7977.0, 7944.0, 7989.0, 7957.0, 7981.0, 7952.0, 7948.0, 7949.0, 7947.0, 7948.0, 7928.0, 7929.0, 7927.0, 7925.0, 7928.0, 7927.0, 7931.0, 7941.0, 7931.0, 7914.0, 7944.0, 7931.0, 7932.0, 7932.0, 7934.0, 7930.0, 7928.0, 7945.0, 7933.0, 7934.0, 7959.0, 7931.0, 7944.0, 7945.0, 7959.0, 7953.0, 7951.0, 7950.0, 7939.0, 7952.0, 7955.0, 7956.0, 7960.0, 7958.0, 7956.0, 7953.0, 7954.0, 7949.0, 7960.0, 7971.0, 7961.0, 7973.0, 7975.0, 7960.0, 7963.0, 7969.0, 7982.0, 7985.0, 7991.0, 7963.0, 7989.0, 7976.0, 7962.0, 7984.0, 7987.0, 7983.0, 7980.0, 7958.0, 7959.0, 7956.0, 7972.0, 7975.0, 7985.0, 7969.0, 7954.0, 7970.0, 7974.0, 7973.0, 7971.0, 7936.0, 7951.0, 7949.0, 7948.0, 7949.0, 7949.0, 7945.0, 7925.0, 7942.0, 7930.0, 7945.0, 7927.0, 7947.0, 7957.0, 7949.0, 7934.0, 7968.0, 7939.0, 7970.0, 7957.0, 7974.0, 7976.0, 7991.0, 7996.0, 7994.0, 7975.0, 7956.0, 7956.0, 7954.0, 7970.0, 7954.0, 7972.0, 7949.0, 7947.0, 7947.0, 7951.0, 7951.0, 7969.0, 7965.0, 7946.0, 7949.0, 7968.0, 7970.0, 7955.0, 7967.0, 7953.0, 7951.0, 7970.0, 7952.0, 7971.0, 7965.0, 7965.0, 7949.0, 7951.0, 7949.0, 7948.0, 7932.0, 7945.0, 7927.0, 7942.0, 7928.0, 7946.0, 7929.0, 7943.0, 7928.0, 7942.0, 7929.0, 7944.0, 7949.0, 7949.0, 7950.0, 7948.0, 7951.0, 7950.0, 7969.0, 7955.0, 7956.0, 7950.0, 7968.0, 7950.0, 7968.0, 7952.0, 7970.0, 7967.0, 7970.0, 7967.0, 7970.0, 7969.0, 7973.0, 7970.0, 7971.0, 7937.0, 7967.0, 7936.0, 7968.0, 7953.0, 7965.0, 7936.0, 7977.0, 7957.0, 7953.0, 7954.0, 7954.0, 7959.0, 7958.0, 7966.0, 7955.0, 7951.0, 7953.0, 7974.0, 7974.0, 7988.0, 7968.0, 7973.0, 7969.0, 7975.0, 7968.0, 7968.0, 7947.0, 7963.0, 7949.0, 7965.0, 7946.0, 7945.0, 7925.0, 7941.0, 7927.0, 7962.0, 7942.0, 7943.0, 7928.0, 7943.0, 7942.0, 7960.0, 7949.0, 7962.0, 7944.0, 7946.0, 7945.0, 7961.0, 7948.0, 7962.0, 7969.0, 7979.0, 7939.0, 7921.0, 7939.0, 7939.0, 7960.0, 7931.0, 7965.0, 7968.0, 7985.0, 7969.0, 7985.0, 7952.0, 7965.0, 7949.0, 7965.0, 7962.0, 7963.0, 7943.0, 7945.0, 7942.0, 7943.0, 7943.0, 7943.0, 7939.0, 7938.0, 7922.0, 7939.0, 7941.0, 7958.0, 7943.0, 7947.0, 7946.0, 7947.0, 7950.0, 7966.0, 7966.0, 7963.0, 7963.0, 7945.0, 7963.0, 7948.0, 7968.0, 7962.0, 7966.0, 7947.0, 7963.0, 7950.0, 7968.0, 7966.0, 7965.0, 7950.0, 7949.0, 7953.0, 7967.0, 7966.0, 7966.0, 7963.0, 7946.0, 7948.0, 7965.0, 7967.0, 7947.0, 7963.0, 7946.0, 7962.0, 7966.0, 7969.0, 7988.0, 7969.0, 7967.0, 7965.0, 7968.0, 7964.0, 7968.0, 7949.0, 7965.0, 7978.0, 7969.0, 7968.0, 7964.0, 7967.0, 7957.0, 7966.0, 7965.0, 7980.0, 7963.0, 7946.0, 7949.0, 7948.0, 7963.0, 7944.0, 7943.0, 7942.0, 7940.0, 7943.0, 7940.0, 7942.0, 7941.0, 7947.0, 7942.0, 7964.0, 7934.0, 7969.0, 7952.0, 7967.0, 7986.0, 7974.0, 7993.0, 7975.0, 7994.0, 7957.0, 7970.0, 7969.0, 7975.0, 7968.0, 7967.0, 7962.0, 7944.0, 7959.0, 7948.0, 7962.0, 7959.0, 7944.0, 7938.0, 7941.0, 7940.0, 7959.0, 7940.0, 7943.0, 7924.0, 7940.0, 7928.0, 7946.0, 7962.0, 7963.0, 7965.0, 7947.0, 7965.0, 7951.0, 7968.0, 7968.0, 7965.0, 7948.0, 7945.0, 7948.0, 7963.0, 7963.0, 7962.0, 7946.0, 7945.0, 7964.0, 7948.0, 7962.0, 7948.0, 7966.0, 7944.0, 7962.0, 7951.0, 7952.0, 7966.0, 7950.0, 7968.0, 7953.0, 7971.0, 7970.0, 7986.0, 7986.0, 7970.0, 7969.0, 7952.0, 7969.0, 7952.0, 7963.0, 7947.0, 7943.0, 7942.0, 7942.0, 7945.0, 7957.0, 7942.0, 7953.0, 7937.0, 7935.0, 7941.0, 7926.0, 7940.0, 7937.0, 7937.0, 7939.0, 7941.0, 7959.0, 7939.0, 7943.0, 7939.0, 7943.0, 7941.0, 7961.0, 7944.0, 7961.0, 7943.0, 7944.0, 7947.0, 7964.0, 7982.0, 7951.0, 7969.0, 7966.0, 7967.0, 7954.0, 7970.0, 7972.0, 7968.0, 7967.0, 7949.0, 7969.0, 7957.0, 7966.0, 7965.0, 7948.0, 7962.0, 7964.0, 7969.0, 7970.0, 7948.0, 7947.0, 7948.0, 7965.0, 7952.0, 7967.0, 7952.0, 7964.0, 7969.0, 7969.0, 7990.0, 7955.0, 7968.0, 7966.0, 7967.0, 7940.0, 7924.0, 7939.0, 7913.0, 7962.0, 7967.0, 7951.0, 7966.0, 7953.0, 7965.0, 7970.0, 7966.0, 7966.0, 7949.0, 7945.0, 7943.0, 7959.0, 7949.0, 7947.0, 7956.0, 7941.0, 7921.0, 7937.0, 7921.0, 7940.0, 7922.0, 7942.0, 7936.0, 7940.0, 7941.0, 7962.0, 7944.0, 7948.0, 7929.0, 7946.0, 7933.0, 7967.0, 7952.0, 7969.0, 7966.0, 7966.0, 7969.0, 7973.0, 7972.0, 7951.0, 7965.0, 7948.0, 7964.0, 7948.0, 7961.0, 7946.0, 7970.0, 7949.0, 7967.0, 7966.0, 7947.0, 7948.0, 7927.0, 7942.0, 7926.0, 7943.0, 7948.0, 7949.0, 7964.0, 7948.0, 7961.0, 7933.0, 7942.0, 7927.0, 7943.0, 7958.0, 7945.0, 7962.0, 7946.0, 7947.0, 7959.0, 7940.0, 7945.0, 7938.0, 7940.0, 7920.0, 7919.0, 7919.0, 7936.0, 7940.0, 7922.0, 7940.0, 7922.0, 7938.0, 7939.0, 7941.0, 7941.0, 7940.0, 7942.0, 7943.0, 7943.0, 7946.0, 7958.0, 7946.0, 7948.0, 7985.0, 7992.0, 7954.0, 7946.0, 7942.0, 7945.0, 7942.0, 7946.0, 7943.0, 7948.0, 7941.0, 7944.0, 7938.0, 7941.0, 7923.0, 7922.0, 7920.0, 7921.0, 7919.0, 7938.0, 7917.0, 7933.0, 7896.0, 7895.0, 7911.0, 7895.0, 7910.0, 7894.0, 7909.0, 7908.0, 7905.0, 7891.0, 7913.0, 7882.0, 7933.0, 7916.0, 7920.0, 7917.0, 7918.0, 7935.0, 7920.0, 7941.0, 7939.0, 7943.0, 7925.0, 7944.0, 7942.0, 7944.0, 7946.0, 7945.0, 7946.0, 7942.0, 7943.0, 7942.0, 7943.0, 7926.0, 7942.0, 7941.0, 7941.0, 7940.0, 7940.0, 7943.0, 7944.0, 7962.0, 7944.0, 7945.0, 7943.0, 7942.0, 7943.0, 7943.0, 7962.0, 7942.0, 7945.0, 7940.0, 7941.0, 7941.0, 7945.0, 7966.0, 7962.0, 7959.0, 7944.0, 7960.0, 7944.0, 7962.0, 7948.0, 7988.0, 7950.0, 7949.0, 7949.0, 7965.0, 7968.0, 7966.0, 7967.0, 7966.0, 7981.0, 7964.0, 7968.0, 7967.0, 7971.0, 7965.0, 7966.0, 7948.0, 7960.0, 7952.0, 7966.0, 7949.0, 7949.0, 7947.0, 7960.0, 7948.0, 7968.0, 7985.0, 7951.0, 7968.0, 7947.0, 7965.0, 7950.0, 7966.0, 7965.0, 7965.0, 7946.0, 7946.0, 7944.0, 7962.0, 7949.0, 7945.0, 7958.0, 7941.0, 7942.0, 7945.0, 7962.0, 7944.0, 7961.0, 7915.0, 7962.0, 7965.0, 7966.0, 7962.0, 7943.0, 7967.0, 7949.0, 7983.0, 7977.0, 7994.0, 7995.0, 7977.0, 7993.0, 7976.0, 7999.0, 7997.0, 7988.0, 7969.0, 7950.0, 7964.0, 7965.0, 7962.0, 7963.0, 7948.0, 7964.0, 7942.0, 7942.0, 7925.0, 7939.0, 7940.0, 7942.0, 7939.0, 7942.0, 7938.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.00021466052934407368</td></tr>
<tr><td colspan=3>aqi</td><td>0.03198515224395857</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.46263021479259</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1796770407027644</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9804733223041474</td></tr>
<tr><td colspan=3>efc</td><td>0.4439</td></tr>
<tr><td colspan=3>fber</td><td>5600.6123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08029488572013241</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.761795166858458</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5255212306540096</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.454796668745814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764026115918664</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3577409072975515</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116377</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01481599174439907</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02878178283572197</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.730671256085365</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.6588</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.659</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.4232</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310336.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>245.8352</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1768</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>391.8386</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2761.6759</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.4376</td></tr>
<tr><td colspan=3>tsnr</td><td>36.89288610214135</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>