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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0077_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-04_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-04_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-0077/ses-04/func/sub-0077_ses-04_task-social_acq-mb8_run-04_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>86b1fe4e71c3207654c2f977989c4e54</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>21:25:2.305000</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.999617, -0.0207263, -0.0183467, 0.0204154, 0.999647, -0.0169742]</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-04_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.0915305</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7713, -7248, 767, -42, -127, -86, 36]</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>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07f8afda-6535-4fe8-a94d-d0bc57897c74||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.681898832321167, 0.05477306619286537, -0.05046864598989487, 107.95767211914062], [0.05560719966888428, 2.681981086730957, -0.04480137676000595, -96.75068664550781], [-0.04922298341989517, 0.04554044082760811, 2.6991565227508545, -70.22222900390625], [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': ['212502.305000', '212502.765000', '212503.225000', '212503.685000', '212504.145000', '212504.605000', '212505.065000', '212505.525000', '212505.985000', '212506.445000', '212506.905000', '212507.365000', '212507.825000', '212508.285000', '212508.745000', '212509.205000', '212509.665000', '212510.125000', '212510.585000', '212511.045000', '212511.505000', '212511.965000', '212512.425000', '212512.885000', '212513.345000', '212513.805000', '212514.265000', '212514.725000', '212515.185000', '212515.645000', '212516.105000', '212516.565000', '212517.025000', '212517.485000', '212517.945000', '212518.405000', '212518.865000', '212519.325000', '212519.785000', '212520.245000', '212520.705000', '212521.165000', '212521.625000', '212522.085000', '212522.545000', '212523.005000', '212523.465000', '212523.925000', '212524.385000', '212524.845000', '212525.305000', '212525.765000', '212526.225000', '212526.685000', '212527.145000', '212527.605000', '212528.065000', '212528.525000', '212528.985000', '212529.445000', '212529.905000', '212530.365000', '212530.825000', '212531.285000', '212531.745000', '212532.205000', '212532.665000', '212533.125000', '212533.585000', '212534.045000', '212534.505000', '212534.965000', '212535.425000', '212535.885000', '212536.345000', '212536.805000', '212537.265000', '212537.725000', '212538.185000', '212538.645000', '212539.105000', '212539.565000', '212540.025000', '212540.485000', '212540.945000', '212541.405000', '212541.865000', '212542.325000', '212542.785000', '212543.245000', '212543.705000', '212544.165000', '212544.625000', '212545.085000', '212545.545000', '212546.005000', '212546.465000', '212546.925000', '212547.385000', '212547.845000', '212548.305000', '212548.765000', '212549.225000', '212549.685000', '212550.145000', '212550.605000', '212551.065000', '212551.525000', '212551.985000', '212552.445000', '212552.905000', '212553.365000', '212553.825000', '212554.285000', '212554.745000', '212555.205000', '212555.665000', '212556.125000', '212556.585000', '212557.045000', '212557.505000', '212557.965000', '212558.425000', '212558.885000', '212559.345000', '212559.805000', '212600.265000', '212600.725000', '212601.185000', '212601.645000', '212602.105000', '212602.565000', '212603.025000', '212603.485000', '212603.945000', '212604.405000', '212604.865000', '212605.325000', '212605.785000', '212606.245000', '212606.705000', '212607.165000', '212607.625000', '212608.085000', '212608.545000', '212609.005000', '212609.465000', '212609.925000', '212610.385000', '212610.845000', '212611.305000', '212611.765000', '212612.225000', '212612.685000', '212613.145000', '212613.605000', '212614.065000', '212614.525000', '212614.985000', '212615.445000', '212615.905000', '212616.365000', '212616.825000', '212617.285000', '212617.745000', '212618.205000', '212618.665000', '212619.125000', '212619.585000', '212620.045000', '212620.505000', '212620.965000', '212621.425000', '212621.885000', '212622.345000', '212622.805000', '212623.265000', '212623.725000', '212624.185000', '212624.645000', '212625.105000', '212625.565000', '212626.025000', '212626.485000', '212626.945000', '212627.405000', '212627.865000', '212628.325000', '212628.785000', '212629.245000', '212629.705000', '212630.165000', '212630.625000', '212631.085000', '212631.545000', '212632.005000', '212632.465000', '212632.925000', '212633.385000', '212633.845000', '212634.305000', '212634.765000', '212635.225000', '212635.685000', '212636.145000', '212636.605000', '212637.065000', '212637.525000', '212637.985000', '212638.445000', '212638.905000', '212639.365000', '212639.825000', '212640.285000', '212640.745000', '212641.205000', '212641.665000', '212642.125000', '212642.585000', '212643.045000', '212643.505000', '212643.965000', '212644.425000', '212644.885000', '212645.345000', '212645.805000', '212646.265000', '212646.725000', '212647.185000', '212647.645000', '212648.105000', '212648.565000', '212649.025000', '212649.485000', '212649.945000', '212650.405000', '212650.865000', '212651.325000', '212651.785000', '212652.245000', '212652.705000', '212653.165000', '212653.625000', '212654.085000', '212654.545000', '212655.005000', '212655.465000', '212655.925000', '212656.385000', '212656.845000', '212657.305000', '212657.765000', '212658.225000', '212658.685000', '212659.145000', '212659.605000', '212700.065000', '212700.525000', '212700.985000', '212701.445000', '212701.905000', '212702.365000', '212702.825000', '212703.285000', '212703.745000', '212704.205000', '212704.665000', '212705.125000', '212705.585000', '212706.045000', '212706.505000', '212706.965000', '212707.425000', '212707.885000', '212708.345000', '212708.805000', '212709.265000', '212709.725000', '212710.185000', '212710.645000', '212711.105000', '212711.565000', '212712.025000', '212712.485000', '212712.945000', '212713.405000', '212713.865000', '212714.325000', '212714.785000', '212715.245000', '212715.705000', '212716.165000', '212716.625000', '212717.085000', '212717.545000', '212718.005000', '212718.465000', '212718.925000', '212719.385000', '212719.845000', '212720.305000', '212720.765000', '212721.225000', '212721.685000', '212722.145000', '212722.605000', '212723.065000', '212723.525000', '212723.985000', '212724.445000', '212724.905000', '212725.365000', '212725.825000', '212726.285000', '212726.745000', '212727.205000', '212727.665000', '212728.125000', '212728.585000', '212729.045000', '212729.505000', '212729.965000', '212730.425000', '212730.885000', '212731.345000', '212731.805000', '212732.265000', '212732.725000', '212733.185000', '212733.645000', '212734.105000', '212734.565000', '212735.025000', '212735.485000', '212735.945000', '212736.405000', '212736.865000', '212737.325000', '212737.785000', '212738.245000', '212738.705000', '212739.165000', '212739.625000', '212740.085000', '212740.545000', '212741.005000', '212741.465000', '212741.925000', '212742.385000', '212742.845000', '212743.305000', '212743.765000', '212744.225000', '212744.685000', '212745.145000', '212745.605000', '212746.065000', '212746.525000', '212746.985000', '212747.445000', '212747.905000', '212748.365000', '212748.825000', '212749.285000', '212749.745000', '212750.205000', '212750.665000', '212751.125000', '212751.585000', '212752.045000', '212752.505000', '212752.965000', '212753.425000', '212753.885000', '212754.345000', '212754.805000', '212755.265000', '212755.725000', '212756.185000', '212756.645000', '212757.105000', '212757.565000', '212758.025000', '212758.485000', '212758.945000', '212759.405000', '212759.865000', '212800.325000', '212800.785000', '212801.245000', '212801.705000', '212802.165000', '212802.625000', '212803.085000', '212803.545000', '212804.005000', '212804.465000', '212804.925000', '212805.385000', '212805.845000', '212806.305000', '212806.765000', '212807.225000', '212807.685000', '212808.145000', '212808.605000', '212809.065000', '212809.525000', '212809.985000', '212810.445000', '212810.905000', '212811.365000', '212811.825000', '212812.285000', '212812.745000', '212813.205000', '212813.665000', '212814.125000', '212814.585000', '212815.045000', '212815.505000', '212815.965000', '212816.425000', '212816.885000', '212817.345000', '212817.805000', '212818.265000', '212818.725000', '212819.185000', '212819.645000', '212820.105000', '212820.565000', '212821.025000', '212821.485000', '212821.945000', '212822.405000', '212822.865000', '212823.325000', '212823.785000', '212824.245000', '212824.705000', '212825.165000', '212825.625000', '212826.085000', '212826.545000', '212827.005000', '212827.465000', '212827.925000', '212828.385000', '212828.845000', '212829.305000', '212829.765000', '212830.225000', '212830.685000', '212831.145000', '212831.605000', '212832.065000', '212832.525000', '212832.985000', '212833.445000', '212833.905000', '212834.365000', '212834.825000', '212835.285000', '212835.745000', '212836.205000', '212836.665000', '212837.125000', '212837.585000', '212838.045000', '212838.505000', '212838.965000', '212839.425000', '212839.885000', '212840.345000', '212840.805000', '212841.265000', '212841.725000', '212842.185000', '212842.645000', '212843.105000', '212843.565000', '212844.025000', '212844.485000', '212844.945000', '212845.405000', '212845.865000', '212846.325000', '212846.785000', '212847.245000', '212847.705000', '212848.165000', '212848.625000', '212849.085000', '212849.545000', '212850.005000', '212850.465000', '212850.925000', '212851.385000', '212851.845000', '212852.305000', '212852.765000', '212853.225000', '212853.685000', '212854.145000', '212854.605000', '212855.065000', '212855.525000', '212855.985000', '212856.445000', '212856.905000', '212857.365000', '212857.825000', '212858.285000', '212858.745000', '212859.205000', '212859.665000', '212900.125000', '212900.585000', '212901.045000', '212901.505000', '212901.965000', '212902.425000', '212902.885000', '212903.345000', '212903.805000', '212904.265000', '212904.725000', '212905.185000', '212905.645000', '212906.105000', '212906.565000', '212907.025000', '212907.485000', '212907.945000', '212908.405000', '212908.865000', '212909.325000', '212909.785000', '212910.245000', '212910.705000', '212911.165000', '212911.625000', '212912.085000', '212912.545000', '212913.005000', '212913.465000', '212913.925000', '212914.385000', '212914.845000', '212915.305000', '212915.765000', '212916.225000', '212916.685000', '212917.145000', '212917.605000', '212918.065000', '212918.525000', '212918.985000', '212919.445000', '212919.905000', '212920.365000', '212920.825000', '212921.285000', '212921.745000', '212922.205000', '212922.665000', '212923.125000', '212923.585000', '212924.045000', '212924.505000', '212924.965000', '212925.425000', '212925.885000', '212926.345000', '212926.805000', '212927.265000', '212927.725000', '212928.185000', '212928.645000', '212929.105000', '212929.565000', '212930.025000', '212930.485000', '212930.945000', '212931.405000', '212931.865000', '212932.325000', '212932.785000', '212933.245000', '212933.705000', '212934.165000', '212934.625000', '212935.085000', '212935.545000', '212936.005000', '212936.465000', '212936.925000', '212937.385000', '212937.845000', '212938.305000', '212938.765000', '212939.225000', '212939.685000', '212940.145000', '212940.605000', '212941.065000', '212941.525000', '212941.985000', '212942.445000', '212942.905000', '212943.365000', '212943.825000', '212944.285000', '212944.745000', '212945.205000', '212945.665000', '212946.125000', '212946.585000', '212947.045000', '212947.505000', '212947.965000', '212948.425000', '212948.885000', '212949.345000', '212949.805000', '212950.265000', '212950.725000', '212951.185000', '212951.645000', '212952.105000', '212952.565000', '212953.025000', '212953.485000', '212953.945000', '212954.405000', '212954.865000', '212955.325000', '212955.785000', '212956.245000', '212956.705000', '212957.165000', '212957.625000', '212958.085000', '212958.545000', '212959.005000', '212959.465000', '212959.925000', '213000.385000', '213000.845000', '213001.305000', '213001.765000', '213002.225000', '213002.685000', '213003.145000', '213003.605000', '213004.065000', '213004.525000', '213004.985000', '213005.445000', '213005.905000', '213006.365000', '213006.825000', '213007.285000', '213007.745000', '213008.205000', '213008.665000', '213009.125000', '213009.585000', '213010.045000', '213010.505000', '213010.965000', '213011.425000', '213011.885000', '213012.345000', '213012.805000', '213013.265000', '213013.725000', '213014.185000', '213014.645000', '213015.105000', '213015.565000', '213016.025000', '213016.485000', '213016.945000', '213017.405000', '213017.865000', '213018.325000', '213018.785000', '213019.245000', '213019.705000', '213020.165000', '213020.625000', '213021.085000', '213021.545000', '213022.005000', '213022.465000', '213022.925000', '213023.385000', '213023.845000', '213024.305000', '213024.765000', '213025.225000', '213025.685000', '213026.145000', '213026.605000', '213027.065000', '213027.525000', '213027.985000', '213028.445000', '213028.905000', '213029.365000', '213029.825000', '213030.285000', '213030.745000', '213031.205000', '213031.665000', '213032.125000', '213032.585000', '213033.045000', '213033.505000', '213033.965000', '213034.425000', '213034.885000', '213035.345000', '213035.805000', '213036.265000', '213036.725000', '213037.185000', '213037.645000', '213038.105000', '213038.565000', '213039.025000', '213039.485000', '213039.945000', '213040.405000', '213040.865000', '213041.325000', '213041.785000', '213042.245000', '213042.705000', '213043.165000', '213043.625000', '213044.085000', '213044.545000', '213045.005000', '213045.465000', '213045.925000', '213046.385000', '213046.845000', '213047.305000', '213047.765000', '213048.225000', '213048.685000', '213049.145000', '213049.605000', '213050.065000', '213050.525000', '213050.985000', '213051.445000', '213051.905000', '213052.365000', '213052.825000', '213053.285000', '213053.745000', '213054.205000', '213054.665000', '213055.125000', '213055.585000', '213056.045000', '213056.505000', '213056.965000', '213057.425000', '213057.885000', '213058.345000', '213058.805000', '213059.265000', '213059.725000', '213100.185000', '213100.645000', '213101.105000', '213101.565000', '213102.025000', '213102.485000', '213102.945000', '213103.405000', '213103.865000', '213104.325000', '213104.785000', '213105.245000', '213105.705000', '213106.165000', '213106.625000', '213107.085000', '213107.545000', '213108.005000', '213108.465000', '213108.925000', '213109.385000', '213109.845000', '213110.305000', '213110.765000', '213111.225000', '213111.685000', '213112.145000', '213112.605000', '213113.065000', '213113.525000', '213113.985000', '213114.445000', '213114.905000', '213115.365000', '213115.825000', '213116.285000', '213116.745000', '213117.205000', '213117.665000', '213118.125000', '213118.585000', '213119.045000', '213119.505000', '213119.965000', '213120.425000', '213120.885000', '213121.345000', '213121.805000', '213122.265000', '213122.725000', '213123.185000', '213123.645000', '213124.105000', '213124.565000', '213125.025000', '213125.485000', '213125.945000', '213126.405000', '213126.865000', '213127.325000', '213127.785000', '213128.245000', '213128.705000', '213129.165000', '213129.625000', '213130.085000', '213130.545000', '213131.005000', '213131.465000', '213131.925000', '213132.385000', '213132.845000', '213133.305000', '213133.765000', '213134.225000', '213134.685000', '213135.145000', '213135.605000', '213136.065000', '213136.525000', '213136.985000', '213137.445000', '213137.905000', '213138.365000', '213138.825000', '213139.285000', '213139.745000', '213140.205000', '213140.665000', '213141.125000', '213141.585000', '213142.045000', '213142.505000', '213142.965000'], 'ContentTime': ['212524.784000', '212524.787000', '212524.791000', '212524.794000', '212524.797000', '212524.800000', '212524.803000', '212524.805000', '212524.808000', '212524.811000', '212524.813000', '212524.816000', '212524.818000', '212524.833000', '212524.835000', '212524.838000', '212524.840000', '212524.843000', '212524.845000', '212524.848000', '212524.850000', '212524.853000', '212524.856000', '212524.858000', '212524.862000', '212524.865000', '212524.867000', '212524.870000', '212524.872000', '212524.881000', '212524.883000', '212524.886000', '212524.889000', '212524.891000', '212524.894000', '212524.896000', '212524.899000', '212524.901000', '212524.904000', '212524.907000', '212524.909000', '212524.912000', '212524.914000', '212524.917000', '212524.920000', '212524.922000', '212524.925000', '212544.743000', '212544.746000', '212544.749000', '212544.751000', '212544.754000', '212544.757000', '212544.759000', '212544.762000', '212544.764000', '212544.767000', '212544.770000', '212544.772000', '212544.775000', '212544.777000', '212544.780000', '212544.782000', '212544.785000', '212544.787000', '212544.790000', '212544.793000', '212544.795000', '212544.798000', '212544.800000', '212544.803000', '212544.806000', '212544.808000', '212544.811000', '212544.818000', '212544.821000', '212544.823000', '212544.826000', '212544.828000', '212544.831000', '212544.833000', '212544.836000', '212544.838000', '212544.841000', '212544.844000', '212544.846000', '212544.849000', '212544.851000', '212544.854000', '212544.856000', '212544.859000', '212604.743000', '212604.745000', '212604.748000', '212604.751000', '212604.753000', '212604.756000', '212604.758000', '212604.761000', '212604.764000', '212604.766000', '212604.769000', '212604.771000', '212604.774000', '212604.777000', '212604.779000', '212604.782000', '212604.784000', '212604.787000', '212604.789000', '212604.792000', '212604.795000', '212604.797000', '212604.800000', '212604.803000', '212604.805000', '212604.808000', '212604.810000', '212604.813000', '212604.816000', '212604.818000', '212604.821000', '212604.823000', '212604.826000', '212604.828000', '212604.831000', '212604.834000', '212604.836000', '212604.839000', '212604.841000', '212604.844000', '212604.853000', '212604.855000', '212604.858000', '212624.742000', '212624.748000', '212624.751000', '212624.754000', '212624.756000', '212624.759000', '212624.761000', '212624.764000', '212624.767000', '212624.769000', '212624.772000', '212624.774000', '212624.777000', '212624.779000', '212624.782000', '212624.785000', '212624.787000', '212624.790000', '212624.792000', '212624.795000', '212624.797000', '212624.800000', '212624.803000', '212624.805000', '212624.808000', '212624.810000', '212624.813000', '212624.815000', '212624.818000', '212624.821000', '212624.823000', '212624.826000', '212624.828000', '212624.831000', '212624.833000', '212624.836000', '212624.839000', '212624.841000', '212624.844000', '212624.846000', '212624.849000', '212624.852000', '212624.854000', '212624.857000', '212644.742000', '212644.745000', '212644.748000', '212644.750000', '212644.753000', '212644.756000', '212644.758000', '212644.761000', '212644.763000', '212644.766000', '212644.769000', '212644.771000', '212644.774000', '212644.776000', '212644.779000', '212644.781000', '212644.784000', '212644.786000', '212644.789000', '212644.792000', '212644.794000', '212644.797000', '212644.799000', '212644.802000', '212644.805000', '212644.807000', '212644.810000', '212644.812000', '212644.815000', '212644.818000', '212644.820000', '212644.823000', '212644.825000', '212644.861000', '212644.864000', '212644.866000', '212644.869000', '212644.872000', '212644.874000', '212644.877000', '212644.879000', '212644.882000', '212644.884000', '212704.742000', '212704.745000', '212704.748000', '212704.751000', '212704.753000', '212704.756000', '212704.759000', '212704.761000', '212704.764000', '212704.766000', '212704.769000', '212704.771000', '212704.774000', '212704.777000', '212704.779000', '212704.782000', '212704.784000', '212704.787000', '212704.789000', '212704.797000', '212704.800000', '212704.802000', '212704.805000', '212704.807000', '212704.810000', '212704.812000', '212704.815000', '212704.818000', '212704.820000', '212704.823000', '212704.825000', '212704.828000', '212704.830000', '212704.833000', '212704.836000', '212704.838000', '212704.841000', '212704.843000', '212704.846000', '212704.848000', '212704.851000', '212704.854000', '212704.856000', '212724.742000', '212724.745000', '212724.748000', '212724.750000', '212724.753000', '212724.756000', '212724.758000', '212724.761000', '212724.764000', '212724.766000', '212724.769000', '212724.771000', '212724.774000', '212724.776000', '212724.779000', '212724.782000', '212724.784000', '212724.787000', '212724.789000', '212724.792000', '212724.795000', '212724.797000', '212724.820000', '212724.823000', '212724.825000', '212724.828000', '212724.830000', '212724.833000', '212724.835000', '212724.838000', '212724.841000', '212724.843000', '212724.846000', '212724.848000', '212724.851000', '212724.854000', '212724.856000', '212724.859000', '212724.861000', '212724.864000', '212724.866000', '212724.869000', '212724.871000', '212724.874000', '212744.743000', '212744.746000', '212744.749000', '212744.752000', '212744.754000', '212744.757000', '212744.759000', '212744.762000', '212744.765000', '212744.767000', '212744.770000', '212744.772000', '212744.775000', '212744.777000', '212744.780000', '212744.783000', '212744.785000', '212744.788000', '212744.791000', '212744.793000', '212744.796000', '212744.798000', '212744.847000', '212744.849000', '212744.852000', '212744.854000', '212744.857000', '212744.859000', '212744.862000', '212744.865000', '212744.867000', '212744.870000', '212744.872000', '212744.875000', '212744.877000', '212744.880000', '212744.883000', '212744.885000', '212744.888000', '212744.890000', '212744.893000', '212744.896000', '212744.898000', '212744.901000', '212804.743000', '212804.746000', '212804.749000', '212804.752000', '212804.754000', '212804.757000', '212804.759000', '212804.762000', '212804.764000', '212804.767000', '212804.770000', '212804.772000', '212804.775000', '212804.777000', '212804.780000', '212804.782000', '212804.785000', '212804.788000', '212804.790000', '212804.793000', '212804.795000', '212804.798000', '212804.838000', '212804.841000', '212804.843000', '212804.846000', '212804.848000', '212804.851000', '212804.853000', '212804.856000', '212804.859000', '212804.861000', '212804.864000', '212804.866000', '212804.869000', '212804.872000', '212804.874000', '212804.877000', '212804.879000', '212804.882000', '212804.884000', '212804.887000', '212804.890000', '212824.743000', '212824.746000', '212824.748000', '212824.751000', '212824.754000', '212824.756000', '212824.759000', '212824.761000', '212824.764000', '212824.766000', '212824.769000', '212824.772000', '212824.774000', '212824.777000', '212824.779000', '212824.782000', '212824.785000', '212824.787000', '212824.790000', '212824.793000', '212824.796000', '212824.798000', '212824.874000', '212824.877000', '212824.880000', '212824.882000', '212824.885000', '212824.887000', '212824.890000', '212824.892000', '212824.919000', '212824.922000', '212824.925000', '212824.927000', '212824.930000', '212824.932000', '212824.935000', '212824.938000', '212824.940000', '212824.943000', '212824.945000', '212824.948000', '212824.950000', '212844.743000', '212844.745000', '212844.748000', '212844.751000', '212844.753000', '212844.756000', '212844.758000', '212844.761000', '212844.764000', '212844.766000', '212844.769000', '212844.771000', '212844.774000', '212844.776000', '212844.779000', '212844.782000', '212844.784000', '212844.787000', '212844.789000', '212844.792000', '212844.795000', '212844.797000', '212844.834000', '212844.836000', '212844.839000', '212844.841000', '212844.844000', '212844.847000', '212844.849000', '212844.852000', '212844.854000', '212844.857000', '212844.860000', '212844.862000', '212844.865000', '212844.867000', '212844.870000', '212844.873000', '212844.875000', '212844.878000', '212844.880000', '212844.883000', '212844.885000', '212844.888000', '212904.743000', '212904.746000', '212904.748000', '212904.751000', '212904.753000', '212904.756000', '212904.759000', '212904.761000', '212904.764000', '212904.766000', '212904.769000', '212904.772000', '212904.774000', '212904.777000', '212904.779000', '212904.782000', '212904.785000', '212904.787000', '212904.790000', '212904.793000', '212904.796000', '212904.798000', '212904.801000', '212904.803000', '212904.806000', '212904.809000', '212904.811000', '212904.814000', '212904.816000', '212904.819000', '212904.822000', '212904.824000', '212904.827000', '212904.829000', '212904.832000', '212904.835000', '212904.837000', '212904.840000', '212904.842000', '212904.845000', '212904.847000', '212904.850000', '212904.852000', '212904.855000', '212924.742000', '212924.745000', '212924.748000', '212924.751000', '212924.753000', '212924.756000', '212924.758000', '212924.761000', '212924.764000', '212924.766000', '212924.769000', '212924.771000', '212924.774000', '212924.776000', '212924.779000', '212924.782000', '212924.784000', '212924.787000', '212924.789000', '212924.792000', '212924.794000', '212924.797000', '212924.826000', '212924.829000', '212924.831000', '212924.834000', '212924.837000', '212924.839000', '212924.842000', '212924.844000', '212924.847000', '212924.850000', '212924.852000', '212924.855000', '212924.857000', '212924.860000', '212924.862000', '212924.865000', '212924.868000', '212924.870000', '212924.873000', '212924.875000', '212924.878000', '212944.743000', '212944.745000', '212944.748000', '212944.751000', '212944.753000', '212944.756000', '212944.758000', '212944.761000', '212944.764000', '212944.766000', '212944.769000', '212944.772000', '212944.774000', '212944.777000', '212944.779000', '212944.782000', '212944.785000', '212944.787000', '212944.790000', '212944.792000', '212944.795000', '212944.797000', '212944.857000', '212944.859000', '212944.862000', '212944.865000', '212944.867000', '212944.870000', '212944.872000', '212944.875000', '212944.878000', '212944.880000', '212944.883000', '212944.885000', '212944.888000', '212944.890000', '212944.893000', '212944.896000', '212944.898000', '212944.901000', '212944.903000', '212944.906000', '212944.909000', '212944.911000', '213004.743000', '213004.746000', '213004.749000', '213004.751000', '213004.754000', '213004.757000', '213004.759000', '213004.762000', '213004.764000', '213004.767000', '213004.770000', '213004.772000', '213004.775000', '213004.777000', '213004.780000', '213004.782000', '213004.785000', '213004.788000', '213004.790000', '213004.793000', '213004.795000', '213004.798000', '213004.855000', '213004.858000', '213004.860000', '213004.863000', '213004.865000', '213004.868000', '213004.871000', '213004.873000', '213004.876000', '213004.878000', '213004.881000', '213004.883000', '213004.886000', '213004.889000', '213004.891000', '213004.894000', '213004.897000', '213004.899000', '213004.902000', '213004.904000', '213004.907000', '213024.744000', '213024.746000', '213024.749000', '213024.752000', '213024.754000', '213024.757000', '213024.759000', '213024.762000', '213024.764000', '213024.767000', '213024.770000', '213024.772000', '213024.775000', '213024.777000', '213024.781000', '213024.783000', '213024.786000', '213024.788000', '213024.791000', '213024.793000', '213024.796000', '213024.799000', '213024.884000', '213024.886000', '213024.889000', '213024.892000', '213024.894000', '213024.897000', '213024.900000', '213024.902000', '213024.905000', '213024.907000', '213024.910000', '213024.913000', '213024.915000', '213024.918000', '213024.920000', '213024.923000', '213024.925000', '213024.928000', '213024.931000', '213024.933000', '213024.936000', '213024.938000', '213044.743000', '213044.745000', '213044.748000', '213044.751000', '213044.753000', '213044.756000', '213044.759000', '213044.761000', '213044.764000', '213044.766000', '213044.769000', '213044.771000', '213044.774000', '213044.777000', '213044.779000', '213044.782000', '213044.784000', '213044.787000', '213044.790000', '213044.792000', '213044.795000', '213044.797000', '213044.824000', '213044.826000', '213044.829000', '213044.832000', '213044.834000', '213044.837000', '213044.839000', '213044.842000', '213044.844000', '213044.847000', '213044.850000', '213044.852000', '213044.855000', '213044.859000', '213044.862000', '213044.864000', '213044.867000', '213044.870000', '213044.872000', '213044.875000', '213044.877000', '213104.742000', '213104.745000', '213104.748000', '213104.751000', '213104.754000', '213104.757000', '213104.760000', '213104.762000', '213104.765000', '213104.768000', '213104.770000', '213104.773000', '213104.775000', '213104.778000', '213104.781000', '213104.783000', '213104.786000', '213104.788000', '213104.791000', '213104.793000', '213104.796000', '213104.799000', '213104.843000', '213104.845000', '213104.848000', '213104.851000', '213104.853000', '213104.856000', '213104.858000', '213104.861000', '213104.864000', '213104.866000', '213104.869000', '213104.871000', '213104.874000', '213104.876000', '213104.879000', '213104.881000', '213104.884000', '213104.887000', '213104.889000', '213104.892000', '213104.894000', '213124.742000', '213124.745000', '213124.748000', '213124.750000', '213124.753000', '213124.756000', '213124.758000', '213124.761000', '213124.763000', '213124.766000', '213124.769000', '213124.771000', '213124.774000', '213124.776000', '213124.779000', '213124.781000', '213124.784000', '213124.786000', '213124.789000', '213124.792000', '213124.794000', '213124.797000', '213124.861000', '213124.863000', '213124.866000', '213124.869000', '213124.871000', '213124.874000', '213124.876000', '213124.879000', '213124.882000', '213124.884000', '213124.887000', '213124.889000', '213124.892000', '213124.894000', '213124.897000', '213124.900000', '213124.902000', '213124.905000', '213124.907000', '213124.910000', '213124.912000', '213124.915000', '213143.873000', '213143.877000', '213143.879000', '213143.882000', '213143.885000', '213143.888000', '213143.891000', '213143.896000', '213143.899000', '213143.902000', '213143.905000', '213143.908000', '213143.911000', '213143.914000', '213143.916000', '213143.919000', '213143.921000', '213143.924000', '213143.927000', '213143.929000', '213143.932000', '213143.935000', '213143.938000', '213143.942000', '213143.945000', '213143.948000', '213143.952000', '213143.955000', '213143.957000', '213143.960000', '213143.963000', '213143.966000', '213143.968000', '213143.971000', '213143.979000', '213143.982000', '213143.985000', '213143.987000', '213143.990000', '213143.993000', '213143.995000', '213143.998000'], 'InstanceCreationTime': ['212524.784000', '212524.787000', '212524.791000', '212524.794000', '212524.797000', '212524.800000', '212524.803000', '212524.805000', '212524.808000', '212524.811000', '212524.813000', '212524.816000', '212524.818000', '212524.833000', '212524.835000', '212524.838000', '212524.840000', '212524.843000', '212524.845000', '212524.848000', '212524.850000', '212524.853000', '212524.856000', '212524.858000', '212524.862000', '212524.865000', '212524.867000', '212524.870000', '212524.872000', '212524.881000', '212524.883000', '212524.886000', '212524.889000', '212524.891000', '212524.894000', '212524.896000', '212524.899000', '212524.901000', '212524.904000', '212524.907000', '212524.909000', '212524.912000', '212524.914000', '212524.917000', '212524.920000', '212524.922000', '212524.925000', '212544.743000', '212544.746000', '212544.749000', '212544.751000', '212544.754000', '212544.757000', '212544.759000', '212544.762000', '212544.764000', '212544.767000', '212544.770000', '212544.772000', '212544.775000', '212544.777000', '212544.780000', '212544.782000', '212544.785000', '212544.787000', '212544.790000', '212544.793000', '212544.795000', '212544.798000', '212544.800000', '212544.803000', '212544.806000', '212544.808000', '212544.811000', '212544.818000', '212544.821000', '212544.823000', '212544.826000', '212544.828000', '212544.831000', '212544.833000', '212544.836000', '212544.838000', '212544.841000', '212544.844000', '212544.846000', '212544.849000', '212544.851000', '212544.854000', '212544.856000', '212544.859000', '212604.743000', '212604.745000', '212604.748000', '212604.751000', '212604.753000', '212604.756000', '212604.758000', '212604.761000', '212604.764000', '212604.766000', '212604.769000', '212604.771000', '212604.774000', '212604.777000', '212604.779000', '212604.782000', '212604.784000', '212604.787000', '212604.789000', '212604.792000', '212604.795000', '212604.797000', '212604.800000', '212604.803000', '212604.805000', '212604.808000', '212604.810000', '212604.813000', '212604.816000', '212604.818000', '212604.821000', '212604.823000', '212604.826000', '212604.828000', '212604.831000', '212604.834000', '212604.836000', '212604.839000', '212604.841000', '212604.844000', '212604.853000', '212604.855000', '212604.858000', '212624.742000', '212624.748000', '212624.751000', '212624.754000', '212624.756000', '212624.759000', '212624.761000', '212624.764000', '212624.767000', '212624.769000', '212624.772000', '212624.774000', '212624.777000', '212624.779000', '212624.782000', '212624.785000', '212624.787000', '212624.790000', '212624.792000', '212624.795000', '212624.797000', '212624.800000', '212624.803000', '212624.805000', '212624.808000', '212624.810000', '212624.813000', '212624.815000', '212624.818000', '212624.821000', '212624.823000', '212624.826000', '212624.828000', '212624.831000', '212624.833000', '212624.836000', '212624.839000', '212624.841000', '212624.844000', '212624.846000', '212624.849000', '212624.852000', '212624.854000', '212624.857000', '212644.742000', '212644.745000', '212644.748000', '212644.750000', '212644.753000', '212644.756000', '212644.758000', '212644.761000', '212644.763000', '212644.766000', '212644.769000', '212644.771000', '212644.774000', '212644.776000', '212644.779000', '212644.781000', '212644.784000', '212644.786000', '212644.789000', '212644.792000', '212644.794000', '212644.797000', '212644.799000', '212644.802000', '212644.805000', '212644.807000', '212644.810000', '212644.812000', '212644.815000', '212644.818000', '212644.820000', '212644.823000', '212644.825000', '212644.861000', '212644.864000', '212644.866000', '212644.869000', '212644.872000', '212644.874000', '212644.877000', '212644.879000', '212644.882000', '212644.884000', '212704.742000', '212704.745000', '212704.748000', '212704.751000', '212704.753000', '212704.756000', '212704.759000', '212704.761000', '212704.764000', '212704.766000', '212704.769000', '212704.771000', '212704.774000', '212704.777000', '212704.779000', '212704.782000', '212704.784000', '212704.787000', '212704.789000', '212704.797000', '212704.800000', '212704.802000', '212704.805000', '212704.807000', '212704.810000', '212704.812000', '212704.815000', '212704.818000', '212704.820000', '212704.823000', '212704.825000', '212704.828000', '212704.830000', '212704.833000', '212704.836000', '212704.838000', '212704.841000', '212704.843000', '212704.846000', '212704.848000', '212704.851000', '212704.854000', '212704.856000', '212724.742000', '212724.745000', '212724.748000', '212724.750000', '212724.753000', '212724.756000', '212724.758000', '212724.761000', '212724.764000', '212724.766000', '212724.769000', '212724.771000', '212724.774000', '212724.776000', '212724.779000', '212724.782000', '212724.784000', '212724.787000', '212724.789000', '212724.792000', '212724.795000', '212724.797000', '212724.820000', '212724.823000', '212724.825000', '212724.828000', '212724.830000', '212724.833000', '212724.835000', '212724.838000', '212724.841000', '212724.843000', '212724.846000', '212724.848000', '212724.851000', '212724.854000', '212724.856000', '212724.859000', '212724.861000', '212724.864000', '212724.866000', '212724.869000', '212724.871000', '212724.874000', '212744.743000', '212744.746000', '212744.749000', '212744.752000', '212744.754000', '212744.757000', '212744.759000', '212744.762000', '212744.765000', '212744.767000', '212744.770000', '212744.772000', '212744.775000', '212744.777000', '212744.780000', '212744.783000', '212744.785000', '212744.788000', '212744.791000', '212744.793000', '212744.796000', '212744.798000', '212744.847000', '212744.849000', '212744.852000', '212744.854000', '212744.857000', '212744.859000', '212744.862000', '212744.865000', '212744.867000', '212744.870000', '212744.872000', '212744.875000', '212744.877000', '212744.880000', '212744.883000', '212744.885000', '212744.888000', '212744.890000', '212744.893000', '212744.896000', '212744.898000', '212744.901000', '212804.743000', '212804.746000', '212804.749000', '212804.752000', '212804.754000', '212804.757000', '212804.759000', '212804.762000', '212804.764000', '212804.767000', '212804.770000', '212804.772000', '212804.775000', '212804.777000', '212804.780000', '212804.782000', '212804.785000', '212804.788000', '212804.790000', '212804.793000', '212804.795000', '212804.798000', '212804.838000', '212804.841000', '212804.843000', '212804.846000', '212804.848000', '212804.851000', '212804.853000', '212804.856000', '212804.859000', '212804.861000', '212804.864000', '212804.866000', '212804.869000', '212804.872000', '212804.874000', '212804.877000', '212804.879000', '212804.882000', '212804.884000', '212804.887000', '212804.890000', '212824.743000', '212824.746000', '212824.748000', '212824.751000', '212824.754000', '212824.756000', '212824.759000', '212824.761000', '212824.764000', '212824.766000', '212824.769000', '212824.772000', '212824.774000', '212824.777000', '212824.779000', '212824.782000', '212824.785000', '212824.787000', '212824.790000', '212824.793000', '212824.796000', '212824.798000', '212824.874000', '212824.877000', '212824.880000', '212824.882000', '212824.885000', '212824.887000', '212824.890000', '212824.892000', '212824.919000', '212824.922000', '212824.925000', '212824.927000', '212824.930000', '212824.932000', '212824.935000', '212824.938000', '212824.940000', '212824.943000', '212824.945000', '212824.948000', '212824.950000', '212844.743000', '212844.745000', '212844.748000', '212844.751000', '212844.753000', '212844.756000', '212844.758000', '212844.761000', '212844.764000', '212844.766000', '212844.769000', '212844.771000', '212844.774000', '212844.776000', '212844.779000', '212844.782000', '212844.784000', '212844.787000', '212844.789000', '212844.792000', '212844.795000', '212844.797000', '212844.834000', '212844.836000', '212844.839000', '212844.841000', '212844.844000', '212844.847000', '212844.849000', '212844.852000', '212844.854000', '212844.857000', '212844.860000', '212844.862000', '212844.865000', '212844.867000', '212844.870000', '212844.873000', '212844.875000', '212844.878000', '212844.880000', '212844.883000', '212844.885000', '212844.888000', '212904.743000', '212904.746000', '212904.748000', '212904.751000', '212904.753000', '212904.756000', '212904.759000', '212904.761000', '212904.764000', '212904.766000', '212904.769000', '212904.772000', '212904.774000', '212904.777000', '212904.779000', '212904.782000', '212904.785000', '212904.787000', '212904.790000', '212904.793000', '212904.796000', '212904.798000', '212904.801000', '212904.803000', '212904.806000', '212904.809000', '212904.811000', '212904.814000', '212904.816000', '212904.819000', '212904.822000', '212904.824000', '212904.827000', '212904.829000', '212904.832000', '212904.835000', '212904.837000', '212904.840000', '212904.842000', '212904.845000', '212904.847000', '212904.850000', '212904.852000', '212904.855000', '212924.742000', '212924.745000', '212924.748000', '212924.751000', '212924.753000', '212924.756000', '212924.758000', '212924.761000', '212924.764000', '212924.766000', '212924.769000', '212924.771000', '212924.774000', '212924.776000', '212924.779000', '212924.782000', '212924.784000', '212924.787000', '212924.789000', '212924.792000', '212924.794000', '212924.797000', '212924.826000', '212924.829000', '212924.831000', '212924.834000', '212924.837000', '212924.839000', '212924.842000', '212924.844000', '212924.847000', '212924.850000', '212924.852000', '212924.855000', '212924.857000', '212924.860000', '212924.862000', '212924.865000', '212924.868000', '212924.870000', '212924.873000', '212924.875000', '212924.878000', '212944.743000', '212944.745000', '212944.748000', '212944.751000', '212944.753000', '212944.756000', '212944.758000', '212944.761000', '212944.764000', '212944.766000', '212944.769000', '212944.772000', '212944.774000', '212944.777000', '212944.779000', '212944.782000', '212944.785000', '212944.787000', '212944.790000', '212944.792000', '212944.795000', '212944.797000', '212944.857000', '212944.859000', '212944.862000', '212944.865000', '212944.867000', '212944.870000', '212944.872000', '212944.875000', '212944.878000', '212944.880000', '212944.883000', '212944.885000', '212944.888000', '212944.890000', '212944.893000', '212944.896000', '212944.898000', '212944.901000', '212944.903000', '212944.906000', '212944.909000', '212944.911000', '213004.743000', '213004.746000', '213004.749000', '213004.751000', '213004.754000', '213004.757000', '213004.759000', '213004.762000', '213004.764000', '213004.767000', '213004.770000', '213004.772000', '213004.775000', '213004.777000', '213004.780000', '213004.782000', '213004.785000', '213004.788000', '213004.790000', '213004.793000', '213004.795000', '213004.798000', '213004.855000', '213004.858000', '213004.860000', '213004.863000', '213004.865000', '213004.868000', '213004.871000', '213004.873000', '213004.876000', '213004.878000', '213004.881000', '213004.883000', '213004.886000', '213004.889000', '213004.891000', '213004.894000', '213004.897000', '213004.899000', '213004.902000', '213004.904000', '213004.907000', '213024.744000', '213024.746000', '213024.749000', '213024.752000', '213024.754000', '213024.757000', '213024.759000', '213024.762000', '213024.764000', '213024.767000', '213024.770000', '213024.772000', '213024.775000', '213024.777000', '213024.781000', '213024.783000', '213024.786000', '213024.788000', '213024.791000', '213024.793000', '213024.796000', '213024.799000', '213024.884000', '213024.886000', '213024.889000', '213024.892000', '213024.894000', '213024.897000', '213024.900000', '213024.902000', '213024.905000', '213024.907000', '213024.910000', '213024.913000', '213024.915000', '213024.918000', '213024.920000', '213024.923000', '213024.925000', '213024.928000', '213024.931000', '213024.933000', '213024.936000', '213024.938000', '213044.743000', '213044.745000', '213044.748000', '213044.751000', '213044.753000', '213044.756000', '213044.759000', '213044.761000', '213044.764000', '213044.766000', '213044.769000', '213044.771000', '213044.774000', '213044.777000', '213044.779000', '213044.782000', '213044.784000', '213044.787000', '213044.790000', '213044.792000', '213044.795000', '213044.797000', '213044.824000', '213044.826000', '213044.829000', '213044.832000', '213044.834000', '213044.837000', '213044.839000', '213044.842000', '213044.844000', '213044.847000', '213044.850000', '213044.852000', '213044.855000', '213044.859000', '213044.862000', '213044.864000', '213044.867000', '213044.870000', '213044.872000', '213044.875000', '213044.877000', '213104.742000', '213104.745000', '213104.748000', '213104.751000', '213104.754000', '213104.757000', '213104.760000', '213104.762000', '213104.765000', '213104.768000', '213104.770000', '213104.773000', '213104.775000', '213104.778000', '213104.781000', '213104.783000', '213104.786000', '213104.788000', '213104.791000', '213104.793000', '213104.796000', '213104.799000', '213104.843000', '213104.845000', '213104.848000', '213104.851000', '213104.853000', '213104.856000', '213104.858000', '213104.861000', '213104.864000', '213104.866000', '213104.869000', '213104.871000', '213104.874000', '213104.876000', '213104.879000', '213104.881000', '213104.884000', '213104.887000', '213104.889000', '213104.892000', '213104.894000', '213124.742000', '213124.745000', '213124.748000', '213124.750000', '213124.753000', '213124.756000', '213124.758000', '213124.761000', '213124.763000', '213124.766000', '213124.769000', '213124.771000', '213124.774000', '213124.776000', '213124.779000', '213124.781000', '213124.784000', '213124.786000', '213124.789000', '213124.792000', '213124.794000', '213124.797000', '213124.861000', '213124.863000', '213124.866000', '213124.869000', '213124.871000', '213124.874000', '213124.876000', '213124.879000', '213124.882000', '213124.884000', '213124.887000', '213124.889000', '213124.892000', '213124.894000', '213124.897000', '213124.900000', '213124.902000', '213124.905000', '213124.907000', '213124.910000', '213124.912000', '213124.915000', '213143.873000', '213143.877000', '213143.879000', '213143.882000', '213143.885000', '213143.888000', '213143.891000', '213143.896000', '213143.899000', '213143.902000', '213143.905000', '213143.908000', '213143.911000', '213143.914000', '213143.916000', '213143.919000', '213143.921000', '213143.924000', '213143.927000', '213143.929000', '213143.932000', '213143.935000', '213143.938000', '213143.942000', '213143.945000', '213143.948000', '213143.952000', '213143.955000', '213143.957000', '213143.960000', '213143.963000', '213143.966000', '213143.968000', '213143.971000', '213143.979000', '213143.982000', '213143.985000', '213143.987000', '213143.990000', '213143.993000', '213143.995000', '213143.998000'], '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': [17108, 12098, 16106, 13531, 15743, 14020, 19140, 13423, 10506, 13395, 9852, 14620, 11425, 17911, 11982, 15965, 12470, 14764, 11972, 15667, 15563, 10134, 15113, 9570, 15024, 11219, 17515, 14089, 16969, 12150, 14265, 11706, 16844, 13127, 13512, 13203, 9341, 13536, 10494, 14894, 11142, 16982, 13499, 13178, 12019, 15490, 14907, 15480, 14598, 9855, 14141, 13461, 14504, 17094, 14358, 11133, 12726, 8745, 12963, 12661, 16148, 11766, 15274, 10446, 14105, 14177, 14794, 14330, 14444, 9860, 13766, 11372, 14937, 11597, 16766, 9598, 14402, 12752, 15553, 12918, 12201, 15066, 10489, 14955, 11197, 17399, 12014, 17072, 11558, 17273, 11415, 16916, 11115, 15145, 11026, 16656, 11532, 17020, 12400, 13947, 11824, 13292, 11784, 9489, 12772, 10764, 15423, 11919, 17442, 10506, 15088, 10565, 16889, 13040, 17797, 10547, 14063, 10157, 14915, 12921, 16911, 9098, 12964, 9122, 14478, 10135, 16888, 13267, 15476, 12452, 15724, 12977, 15197, 12152, 9751, 13187, 10813, 15734, 10833, 14499, 12944, 15995, 13335, 16992, 13576, 9830, 13480, 10144, 15574, 12152, 16931, 13703, 13548, 12317, 14365, 16114, 10605, 15200, 10529, 14993, 13349, 16183, 12923, 9703, 13562, 9527, 15834, 13795, 16410, 12592, 11401, 12863, 12034, 16392, 10237, 15225, 12974, 15152, 13441, 14490, 12409, 11333, 14196, 10489, 16209, 13131, 14797, 12780, 16087, 12952, 14539, 15081, 9824, 14518, 10534, 17329, 11195, 17443, 13376, 14176, 12346, 15232, 13404, 11108, 14852, 10106, 14364, 12591, 17561, 12887, 11023, 13595, 9920, 14587, 10353, 17277, 13723, 13824, 12297, 12829, 16087, 11567, 17740, 13808, 16464, 12143, 14980, 13890, 11980, 16456, 9555, 14601, 11213, 16117, 14092, 15718, 12561, 10091, 13309, 9579, 15835, 13280, 11604, 13728, 9864, 14877, 13370, 17305, 12804, 10227, 13811, 9935, 17352, 14797, 16561, 12475, 10509, 14422, 10799, 17890, 13346, 17680, 12321, 13033, 11760, 13407, 16189, 10156, 14002, 12392, 14543, 13164, 16605, 13236, 11700, 13956, 12809, 17130, 10930, 17229, 12570, 15616, 12707, 17631, 14351, 17362, 12472, 11126, 11459, 13260, 15194, 10588, 16178, 11245, 14338, 12348, 16115, 13412, 14132, 12392, 9986, 13293, 10443, 15642, 10930, 16773, 12465, 13080, 12325, 16552, 12505, 12198, 13804, 10488, 13403, 9983, 16349, 13136, 15996, 12803, 12656, 13628, 11106, 17797, 13526, 16240, 12556, 12503, 13788, 10690, 17450, 12783, 16129, 12493, 13285, 13325, 13061, 17082, 10150, 15134, 11125, 17091, 13239, 17387, 13195, 15384, 12332, 16072, 13319, 16661, 12333, 11580, 11365, 12960, 14542, 10070, 15129, 12067, 14797, 12972, 18040, 13287, 13045, 13506, 10023, 13291, 10860, 16028, 11959, 17446, 10305, 14736, 10009, 14889, 12000, 16974, 13171, 12303, 11556, 13579, 13633, 11775, 15717, 9739, 12976, 9722, 15239, 12167, 18082, 12990, 12716, 13329, 10035, 15632, 13015, 14901, 12215, 12075, 17848, 12513, 17019, 13165, 17493, 14612, 16338, 11846, 15998, 11662, 17003, 13063, 16169, 11105, 15498, 10426, 17352, 12247, 14028, 13640, 8941, 13710, 10345, 17539, 11403, 17177, 12819, 16463, 12404, 17980, 14298, 18232, 11980, 13424, 10754, 14777, 14087, 9639, 15055, 9251, 15509, 11586, 17555, 13635, 16993, 12452, 12911, 11105, 13201, 13473, 11421, 16842, 10278, 14574, 12630, 13714, 11965, 15777, 13284, 9583, 13546, 9692, 14472, 10701, 17031, 13141, 12989, 11479, 10396, 15339, 11153, 16393, 13139, 13765, 11816, 15234, 15228, 14414, 17218, 10426, 15024, 9588, 16289, 12350, 17494, 13684, 13751, 10949, 11037, 12794, 10878, 16460, 11792, 15213, 12783, 16300, 12740, 14383, 14724, 9868, 13706, 10167, 16989, 12221, 17780, 13756, 16715, 11837, 15146, 12489, 13688, 15746, 9625, 13890, 10552, 16541, 13912, 16849, 12701, 10465, 12740, 10875, 16292, 11208, 15675, 12835, 14543, 12705, 15837, 13310, 9959, 13487, 10018, 14207, 10773, 17330, 13527, 14797, 12339, 14451, 14890, 10709, 16335, 12421, 15609, 12601, 19025, 13651, 15008, 12334, 9281, 12870, 11513, 16146, 11347, 17580, 10616, 15134, 11135, 16333, 12767, 18336, 12569, 11962, 11511, 12572, 15456, 10460, 17079, 13337, 14975, 12585, 16014, 12883, 15507, 12059, 11640, 13235, 12179, 15635, 11128, 16893, 13012, 15144, 12577, 17083, 14213, 15482, 12717, 10677, 12925, 11879, 15835, 10291, 14990, 11870, 14126, 12512, 11151, 14844, 10035, 16824, 13884, 18259, 13157, 13212, 12917, 10729, 16665, 11344, 17656, 10813, 14357, 12029, 15458, 12705, 15851, 12921, 10260, 13462, 10316, 16784, 12276, 17814, 12192, 13720, 13151, 12162, 17635, 10958, 16276, 12784, 15523, 11582, 15057, 14465, 10180, 15192, 9952, 14328, 12434, 17492, 12924, 13937, 12843, 9184, 12810, 9663, 15766, 13299, 13759, 12041, 15140, 14698, 13001, 17567, 10472, 14966, 10107, 15680, 11294, 17624, 13207, 15730, 11732, 17364, 13180, 14356, 13552, 9062, 14483, 10674, 17732, 10866, 16975, 11040, 15117, 10503, 17555, 12265, 17662, 12337, 13476, 11385, 12969, 11434, 14591, 12440, 14076, 11720, 10816, 10797, 13069, 13105, 10451, 13851, 12327, 13737, 12638, 18172, 14195, 12767, 14026, 10108, 14324, 12707, 17028, 11452, 15427, 9328, 12791, 9139, 15768, 13174, 18532, 12396, 13337, 11940, 12558, 16293, 11421, 17741, 12901, 15129, 12153, 14227, 11834, 12289, 16220, 9947, 13938, 12648, 15079, 15428, 10262, 15521, 12758, 15776, 13082, 17818, 13935, 15386, 11290, 12695, 10627, 14961, 15840, 9970, 15378, 9782, 15298, 10703, 17432, 13291, 15441, 11805, 16648, 12128, 14422, 13948, 9554, 13638, 9862, 16844, 14289, 18176, 12853, 13706, 11583, 14268, 15912, 10562, 17081, 11258, 13900, 11885, 17264, 12854, 13458, 14741, 9494, 13463, 11801, 17019, 12555, 13081, 13892, 9480, 14084, 12650, 18351, 13796, 12887, 12692, 10100, 14653, 11038, 17763, 12145, 15202, 12416, 15704, 12715, 15900, 12349, 9348, 12243, 9172, 14438, 12818, 15025, 12472, 9853, 12771, 11764, 15506, 12723, 10471, 13830, 11101, 16158, 13531, 16945, 12848, 9936, 12561, 11214, 16351, 10201, 14773, 12364, 15887, 11649, 14800, 16217, 10012, 13960, 12377, 15288, 13004, 14487, 14711, 10031, 13760, 10412, 17632, 14023, 17380, 12304, 12606, 11339, 11698, 15074, 10622, 16991, 13258, 13149, 11032, 13564, 13654, 11002, 16918, 12713, 14996, 12127, 15459, 13348, 11443, 14558, 11566, 13981, 11931, 16111, 14766], 'WindowCenter': [3818.0, 3793.0, 3790.0, 3778.0, 3777.0, 3778.0, 3786.0, 3765.0, 3754.0, 3764.0, 3743.0, 3774.0, 3752.0, 3775.0, 3752.0, 3772.0, 3764.0, 3772.0, 3764.0, 3774.0, 3774.0, 3753.0, 3774.0, 3742.0, 3774.0, 3753.0, 3774.0, 3765.0, 3774.0, 3764.0, 3773.0, 3764.0, 3773.0, 3764.0, 3763.0, 3763.0, 3743.0, 3774.0, 3754.0, 3777.0, 3765.0, 3788.0, 3777.0, 3775.0, 3766.0, 3775.0, 3776.0, 3774.0, 3774.0, 3752.0, 3775.0, 3762.0, 3774.0, 3773.0, 3762.0, 3752.0, 3762.0, 3729.0, 3763.0, 3761.0, 3773.0, 3751.0, 3773.0, 3751.0, 3762.0, 3761.0, 3763.0, 3762.0, 3763.0, 3740.0, 3762.0, 3751.0, 3773.0, 3752.0, 3774.0, 3743.0, 3762.0, 3763.0, 3773.0, 3764.0, 3764.0, 3775.0, 3754.0, 3776.0, 3764.0, 3786.0, 3764.0, 3775.0, 3752.0, 3775.0, 3753.0, 3773.0, 3752.0, 3762.0, 3751.0, 3772.0, 3751.0, 3773.0, 3762.0, 3761.0, 3752.0, 3763.0, 3764.0, 3755.0, 3776.0, 3765.0, 3787.0, 3765.0, 3787.0, 3754.0, 3775.0, 3754.0, 3776.0, 3763.0, 3775.0, 3742.0, 3762.0, 3739.0, 3761.0, 3751.0, 3771.0, 3729.0, 3761.0, 3729.0, 3761.0, 3740.0, 3772.0, 3763.0, 3772.0, 3752.0, 3772.0, 3763.0, 3772.0, 3763.0, 3741.0, 3762.0, 3751.0, 3774.0, 3753.0, 3774.0, 3763.0, 3774.0, 3765.0, 3774.0, 3763.0, 3742.0, 3763.0, 3741.0, 3774.0, 3763.0, 3773.0, 3763.0, 3762.0, 3763.0, 3763.0, 3774.0, 3752.0, 3774.0, 3752.0, 3773.0, 3764.0, 3773.0, 3764.0, 3742.0, 3763.0, 3742.0, 3774.0, 3764.0, 3774.0, 3765.0, 3753.0, 3763.0, 3763.0, 3774.0, 3754.0, 3774.0, 3764.0, 3774.0, 3766.0, 3775.0, 3764.0, 3753.0, 3775.0, 3753.0, 3786.0, 3776.0, 3774.0, 3766.0, 3774.0, 3765.0, 3775.0, 3775.0, 3753.0, 3775.0, 3752.0, 3786.0, 3753.0, 3774.0, 3764.0, 3763.0, 3763.0, 3774.0, 3764.0, 3753.0, 3774.0, 3753.0, 3774.0, 3765.0, 3785.0, 3765.0, 3753.0, 3775.0, 3753.0, 3775.0, 3754.0, 3786.0, 3776.0, 3775.0, 3765.0, 3764.0, 3786.0, 3754.0, 3786.0, 3775.0, 3774.0, 3765.0, 3774.0, 3765.0, 3764.0, 3774.0, 3742.0, 3775.0, 3755.0, 3774.0, 3777.0, 3775.0, 3764.0, 3754.0, 3775.0, 3754.0, 3776.0, 3776.0, 3765.0, 3776.0, 3755.0, 3777.0, 3777.0, 3787.0, 3765.0, 3755.0, 3776.0, 3757.0, 3788.0, 3778.0, 3786.0, 3765.0, 3755.0, 3776.0, 3754.0, 3786.0, 3764.0, 3785.0, 3765.0, 3763.0, 3765.0, 3775.0, 3776.0, 3754.0, 3775.0, 3765.0, 3775.0, 3778.0, 3786.0, 3776.0, 3764.0, 3775.0, 3764.0, 3787.0, 3754.0, 3785.0, 3764.0, 3774.0, 3764.0, 3774.0, 3765.0, 3773.0, 3763.0, 3752.0, 3752.0, 3762.0, 3775.0, 3742.0, 3774.0, 3753.0, 3762.0, 3763.0, 3773.0, 3764.0, 3764.0, 3763.0, 3742.0, 3763.0, 3752.0, 3775.0, 3753.0, 3775.0, 3764.0, 3763.0, 3764.0, 3775.0, 3765.0, 3764.0, 3775.0, 3753.0, 3765.0, 3754.0, 3776.0, 3767.0, 3775.0, 3766.0, 3765.0, 3776.0, 3754.0, 3787.0, 3776.0, 3775.0, 3765.0, 3764.0, 3776.0, 3754.0, 3787.0, 3776.0, 3786.0, 3766.0, 3775.0, 3777.0, 3777.0, 3787.0, 3754.0, 3775.0, 3764.0, 3785.0, 3765.0, 3774.0, 3764.0, 3773.0, 3763.0, 3772.0, 3764.0, 3773.0, 3763.0, 3751.0, 3752.0, 3763.0, 3776.0, 3753.0, 3775.0, 3764.0, 3774.0, 3765.0, 3785.0, 3765.0, 3763.0, 3763.0, 3742.0, 3765.0, 3752.0, 3776.0, 3752.0, 3774.0, 3741.0, 3762.0, 3742.0, 3762.0, 3763.0, 3773.0, 3764.0, 3763.0, 3766.0, 3775.0, 3776.0, 3765.0, 3775.0, 3755.0, 3775.0, 3754.0, 3776.0, 3766.0, 3787.0, 3766.0, 3764.0, 3765.0, 3754.0, 3788.0, 3777.0, 3776.0, 3766.0, 3766.0, 3788.0, 3778.0, 3786.0, 3765.0, 3775.0, 3764.0, 3774.0, 3753.0, 3772.0, 3752.0, 3772.0, 3752.0, 3761.0, 3752.0, 3762.0, 3741.0, 3771.0, 3751.0, 3762.0, 3762.0, 3731.0, 3762.0, 3741.0, 3774.0, 3752.0, 3773.0, 3762.0, 3761.0, 3752.0, 3772.0, 3762.0, 3772.0, 3751.0, 3749.0, 3740.0, 3760.0, 3761.0, 3730.0, 3762.0, 3730.0, 3761.0, 3751.0, 3773.0, 3762.0, 3772.0, 3752.0, 3752.0, 3751.0, 3761.0, 3762.0, 3752.0, 3774.0, 3752.0, 3762.0, 3764.0, 3764.0, 3765.0, 3774.0, 3764.0, 3742.0, 3764.0, 3744.0, 3775.0, 3754.0, 3775.0, 3766.0, 3764.0, 3764.0, 3754.0, 3776.0, 3765.0, 3786.0, 3777.0, 3776.0, 3766.0, 3776.0, 3777.0, 3776.0, 3776.0, 3755.0, 3775.0, 3744.0, 3774.0, 3764.0, 3774.0, 3764.0, 3764.0, 3755.0, 3753.0, 3765.0, 3754.0, 3787.0, 3766.0, 3776.0, 3767.0, 3786.0, 3766.0, 3776.0, 3776.0, 3754.0, 3776.0, 3754.0, 3787.0, 3765.0, 3776.0, 3765.0, 3774.0, 3754.0, 3764.0, 3764.0, 3763.0, 3775.0, 3743.0, 3764.0, 3753.0, 3774.0, 3765.0, 3775.0, 3764.0, 3752.0, 3763.0, 3753.0, 3775.0, 3754.0, 3775.0, 3777.0, 3775.0, 3767.0, 3775.0, 3766.0, 3757.0, 3776.0, 3754.0, 3775.0, 3754.0, 3786.0, 3776.0, 3775.0, 3766.0, 3775.0, 3776.0, 3755.0, 3775.0, 3765.0, 3774.0, 3765.0, 3785.0, 3764.0, 3773.0, 3764.0, 3742.0, 3764.0, 3753.0, 3775.0, 3753.0, 3775.0, 3753.0, 3762.0, 3752.0, 3772.0, 3763.0, 3774.0, 3764.0, 3763.0, 3753.0, 3763.0, 3775.0, 3753.0, 3774.0, 3766.0, 3774.0, 3765.0, 3773.0, 3764.0, 3774.0, 3765.0, 3764.0, 3765.0, 3764.0, 3776.0, 3754.0, 3786.0, 3775.0, 3773.0, 3765.0, 3774.0, 3764.0, 3774.0, 3765.0, 3753.0, 3763.0, 3752.0, 3774.0, 3754.0, 3775.0, 3766.0, 3775.0, 3766.0, 3765.0, 3775.0, 3743.0, 3774.0, 3765.0, 3785.0, 3765.0, 3763.0, 3763.0, 3752.0, 3775.0, 3752.0, 3774.0, 3753.0, 3763.0, 3763.0, 3773.0, 3764.0, 3774.0, 3763.0, 3752.0, 3763.0, 3742.0, 3775.0, 3764.0, 3786.0, 3765.0, 3763.0, 3764.0, 3764.0, 3775.0, 3753.0, 3773.0, 3764.0, 3773.0, 3753.0, 3774.0, 3774.0, 3742.0, 3774.0, 3743.0, 3763.0, 3766.0, 3787.0, 3777.0, 3763.0, 3764.0, 3743.0, 3765.0, 3754.0, 3776.0, 3777.0, 3776.0, 3765.0, 3775.0, 3776.0, 3764.0, 3787.0, 3754.0, 3775.0, 3753.0, 3774.0, 3753.0, 3775.0, 3765.0, 3774.0, 3764.0, 3785.0, 3765.0, 3775.0, 3764.0, 3742.0, 3763.0, 3752.0, 3774.0, 3752.0, 3773.0, 3753.0, 3762.0, 3741.0, 3774.0, 3753.0, 3772.0, 3752.0, 3760.0, 3752.0, 3761.0, 3752.0, 3772.0, 3765.0, 3774.0, 3765.0, 3764.0, 3765.0, 3776.0, 3777.0, 3755.0, 3778.0, 3777.0, 3775.0, 3766.0, 3787.0, 3765.0, 3765.0, 3764.0, 3742.0, 3763.0, 3752.0, 3774.0, 3752.0, 3773.0, 3742.0, 3762.0, 3742.0, 3775.0, 3765.0, 3785.0, 3764.0, 3762.0, 3753.0, 3763.0, 3775.0, 3754.0, 3786.0, 3764.0, 3774.0, 3765.0, 3773.0, 3764.0, 3764.0, 3787.0, 3755.0, 3774.0, 3777.0, 3776.0, 3777.0, 3756.0, 3786.0, 3766.0, 3775.0, 3777.0, 3785.0, 3775.0, 3774.0, 3754.0, 3763.0, 3753.0, 3775.0, 3776.0, 3753.0, 3774.0, 3752.0, 3774.0, 3754.0, 3785.0, 3764.0, 3774.0, 3763.0, 3773.0, 3764.0, 3774.0, 3765.0, 3743.0, 3764.0, 3753.0, 3775.0, 3776.0, 3785.0, 3764.0, 3763.0, 3752.0, 3762.0, 3774.0, 3753.0, 3774.0, 3753.0, 3762.0, 3764.0, 3785.0, 3777.0, 3775.0, 3777.0, 3754.0, 3763.0, 3764.0, 3787.0, 3766.0, 3775.0, 3775.0, 3743.0, 3774.0, 3765.0, 3786.0, 3765.0, 3765.0, 3763.0, 3752.0, 3775.0, 3752.0, 3775.0, 3753.0, 3762.0, 3752.0, 3762.0, 3752.0, 3762.0, 3751.0, 3741.0, 3751.0, 3741.0, 3763.0, 3764.0, 3775.0, 3764.0, 3753.0, 3763.0, 3765.0, 3775.0, 3765.0, 3755.0, 3775.0, 3754.0, 3774.0, 3765.0, 3774.0, 3763.0, 3743.0, 3764.0, 3752.0, 3774.0, 3741.0, 3773.0, 3763.0, 3774.0, 3764.0, 3775.0, 3776.0, 3754.0, 3774.0, 3765.0, 3774.0, 3764.0, 3774.0, 3774.0, 3753.0, 3764.0, 3752.0, 3774.0, 3763.0, 3773.0, 3752.0, 3751.0, 3751.0, 3751.0, 3773.0, 3741.0, 3773.0, 3763.0, 3763.0, 3753.0, 3762.0, 3764.0, 3752.0, 3774.0, 3764.0, 3774.0, 3763.0, 3773.0, 3764.0, 3752.0, 3774.0, 3764.0, 3774.0, 3764.0, 3776.0, 3775.0], 'WindowWidth': [8556.0, 8511.0, 8500.0, 8481.0, 8476.0, 8478.0, 8488.0, 8456.0, 8439.0, 8452.0, 8421.0, 8468.0, 8433.0, 8470.0, 8434.0, 8462.0, 8451.0, 8461.0, 8453.0, 8467.0, 8467.0, 8436.0, 8467.0, 8421.0, 8465.0, 8437.0, 8466.0, 8454.0, 8467.0, 8452.0, 8463.0, 8452.0, 8465.0, 8453.0, 8448.0, 8451.0, 8423.0, 8468.0, 8438.0, 8476.0, 8457.0, 8493.0, 8475.0, 8470.0, 8460.0, 8470.0, 8473.0, 8467.0, 8468.0, 8434.0, 8469.0, 8447.0, 8468.0, 8464.0, 8449.0, 8433.0, 8447.0, 8399.0, 8449.0, 8443.0, 8463.0, 8429.0, 8463.0, 8428.0, 8447.0, 8443.0, 8449.0, 8446.0, 8449.0, 8414.0, 8447.0, 8429.0, 8465.0, 8433.0, 8468.0, 8423.0, 8448.0, 8451.0, 8466.0, 8455.0, 8455.0, 8472.0, 8441.0, 8472.0, 8453.0, 8488.0, 8455.0, 8471.0, 8433.0, 8469.0, 8434.0, 8464.0, 8433.0, 8445.0, 8431.0, 8461.0, 8429.0, 8461.0, 8446.0, 8444.0, 8434.0, 8449.0, 8454.0, 8442.0, 8473.0, 8456.0, 8491.0, 8455.0, 8490.0, 8440.0, 8469.0, 8437.0, 8473.0, 8449.0, 8469.0, 8418.0, 8445.0, 8410.0, 8444.0, 8427.0, 8458.0, 8398.0, 8441.0, 8398.0, 8446.0, 8415.0, 8461.0, 8449.0, 8461.0, 8433.0, 8458.0, 8451.0, 8462.0, 8448.0, 8416.0, 8449.0, 8431.0, 8466.0, 8437.0, 8465.0, 8452.0, 8466.0, 8456.0, 8467.0, 8451.0, 8420.0, 8451.0, 8417.0, 8467.0, 8450.0, 8465.0, 8452.0, 8448.0, 8451.0, 8451.0, 8467.0, 8433.0, 8464.0, 8433.0, 8463.0, 8454.0, 8465.0, 8451.0, 8419.0, 8450.0, 8419.0, 8467.0, 8455.0, 8467.0, 8456.0, 8434.0, 8449.0, 8449.0, 8469.0, 8438.0, 8465.0, 8453.0, 8467.0, 8459.0, 8471.0, 8454.0, 8435.0, 8470.0, 8437.0, 8487.0, 8472.0, 8468.0, 8458.0, 8469.0, 8458.0, 8469.0, 8469.0, 8437.0, 8470.0, 8434.0, 8489.0, 8435.0, 8467.0, 8452.0, 8449.0, 8450.0, 8466.0, 8452.0, 8436.0, 8466.0, 8435.0, 8465.0, 8455.0, 8484.0, 8456.0, 8438.0, 8469.0, 8437.0, 8472.0, 8439.0, 8485.0, 8473.0, 8469.0, 8455.0, 8452.0, 8489.0, 8440.0, 8485.0, 8467.0, 8468.0, 8455.0, 8465.0, 8455.0, 8452.0, 8467.0, 8421.0, 8469.0, 8440.0, 8467.0, 8473.0, 8468.0, 8454.0, 8438.0, 8468.0, 8440.0, 8472.0, 8473.0, 8456.0, 8472.0, 8441.0, 8475.0, 8476.0, 8489.0, 8458.0, 8442.0, 8472.0, 8447.0, 8491.0, 8479.0, 8486.0, 8456.0, 8440.0, 8471.0, 8437.0, 8486.0, 8453.0, 8485.0, 8456.0, 8451.0, 8455.0, 8468.0, 8472.0, 8440.0, 8469.0, 8457.0, 8470.0, 8478.0, 8487.0, 8472.0, 8452.0, 8468.0, 8452.0, 8488.0, 8438.0, 8483.0, 8453.0, 8464.0, 8452.0, 8466.0, 8454.0, 8463.0, 8448.0, 8431.0, 8432.0, 8445.0, 8469.0, 8418.0, 8464.0, 8435.0, 8447.0, 8449.0, 8463.0, 8453.0, 8451.0, 8450.0, 8420.0, 8452.0, 8433.0, 8471.0, 8435.0, 8467.0, 8453.0, 8448.0, 8453.0, 8469.0, 8456.0, 8452.0, 8469.0, 8437.0, 8456.0, 8440.0, 8473.0, 8460.0, 8471.0, 8458.0, 8453.0, 8471.0, 8440.0, 8488.0, 8472.0, 8471.0, 8456.0, 8452.0, 8473.0, 8439.0, 8489.0, 8472.0, 8489.0, 8460.0, 8470.0, 8476.0, 8473.0, 8490.0, 8439.0, 8470.0, 8453.0, 8484.0, 8456.0, 8467.0, 8452.0, 8462.0, 8449.0, 8460.0, 8452.0, 8464.0, 8450.0, 8431.0, 8434.0, 8448.0, 8471.0, 8437.0, 8469.0, 8453.0, 8466.0, 8456.0, 8484.0, 8456.0, 8449.0, 8451.0, 8420.0, 8455.0, 8434.0, 8472.0, 8433.0, 8467.0, 8418.0, 8446.0, 8418.0, 8446.0, 8450.0, 8464.0, 8452.0, 8451.0, 8460.0, 8470.0, 8473.0, 8453.0, 8472.0, 8441.0, 8469.0, 8440.0, 8474.0, 8459.0, 8489.0, 8459.0, 8453.0, 8454.0, 8440.0, 8491.0, 8477.0, 8473.0, 8460.0, 8459.0, 8493.0, 8476.0, 8484.0, 8456.0, 8469.0, 8453.0, 8464.0, 8435.0, 8460.0, 8432.0, 8457.0, 8430.0, 8441.0, 8431.0, 8444.0, 8414.0, 8457.0, 8430.0, 8445.0, 8445.0, 8402.0, 8444.0, 8413.0, 8465.0, 8432.0, 8462.0, 8446.0, 8443.0, 8431.0, 8459.0, 8446.0, 8459.0, 8428.0, 8423.0, 8411.0, 8440.0, 8443.0, 8397.0, 8445.0, 8400.0, 8444.0, 8429.0, 8462.0, 8446.0, 8459.0, 8432.0, 8432.0, 8429.0, 8441.0, 8447.0, 8432.0, 8466.0, 8433.0, 8448.0, 8451.0, 8452.0, 8456.0, 8467.0, 8452.0, 8420.0, 8452.0, 8424.0, 8468.0, 8438.0, 8467.0, 8458.0, 8453.0, 8452.0, 8438.0, 8475.0, 8456.0, 8487.0, 8475.0, 8473.0, 8458.0, 8472.0, 8477.0, 8470.0, 8474.0, 8439.0, 8466.0, 8423.0, 8464.0, 8451.0, 8465.0, 8454.0, 8452.0, 8441.0, 8434.0, 8455.0, 8439.0, 8489.0, 8459.0, 8471.0, 8460.0, 8486.0, 8460.0, 8472.0, 8472.0, 8440.0, 8472.0, 8438.0, 8488.0, 8454.0, 8470.0, 8455.0, 8467.0, 8438.0, 8450.0, 8451.0, 8449.0, 8468.0, 8421.0, 8452.0, 8436.0, 8467.0, 8455.0, 8468.0, 8452.0, 8434.0, 8450.0, 8435.0, 8471.0, 8438.0, 8468.0, 8474.0, 8470.0, 8461.0, 8471.0, 8459.0, 8447.0, 8472.0, 8437.0, 8470.0, 8440.0, 8485.0, 8472.0, 8469.0, 8458.0, 8468.0, 8472.0, 8440.0, 8470.0, 8454.0, 8466.0, 8455.0, 8484.0, 8454.0, 8463.0, 8451.0, 8419.0, 8453.0, 8433.0, 8471.0, 8433.0, 8469.0, 8435.0, 8447.0, 8431.0, 8460.0, 8449.0, 8467.0, 8451.0, 8447.0, 8435.0, 8448.0, 8470.0, 8436.0, 8468.0, 8456.0, 8464.0, 8454.0, 8465.0, 8453.0, 8466.0, 8455.0, 8451.0, 8455.0, 8452.0, 8474.0, 8440.0, 8486.0, 8470.0, 8464.0, 8457.0, 8466.0, 8454.0, 8466.0, 8453.0, 8435.0, 8449.0, 8432.0, 8467.0, 8438.0, 8468.0, 8460.0, 8469.0, 8458.0, 8457.0, 8471.0, 8422.0, 8467.0, 8456.0, 8485.0, 8454.0, 8448.0, 8449.0, 8431.0, 8469.0, 8431.0, 8466.0, 8436.0, 8449.0, 8450.0, 8463.0, 8453.0, 8467.0, 8450.0, 8433.0, 8449.0, 8419.0, 8468.0, 8452.0, 8487.0, 8454.0, 8448.0, 8452.0, 8450.0, 8470.0, 8434.0, 8464.0, 8451.0, 8464.0, 8438.0, 8467.0, 8466.0, 8420.0, 8465.0, 8421.0, 8450.0, 8456.0, 8490.0, 8475.0, 8451.0, 8452.0, 8423.0, 8456.0, 8440.0, 8474.0, 8476.0, 8473.0, 8458.0, 8469.0, 8473.0, 8454.0, 8490.0, 8439.0, 8471.0, 8437.0, 8467.0, 8436.0, 8468.0, 8456.0, 8467.0, 8453.0, 8482.0, 8456.0, 8467.0, 8451.0, 8419.0, 8449.0, 8431.0, 8467.0, 8431.0, 8463.0, 8433.0, 8444.0, 8417.0, 8466.0, 8433.0, 8458.0, 8432.0, 8441.0, 8432.0, 8443.0, 8435.0, 8461.0, 8455.0, 8467.0, 8457.0, 8453.0, 8458.0, 8471.0, 8476.0, 8444.0, 8477.0, 8476.0, 8471.0, 8462.0, 8490.0, 8457.0, 8453.0, 8453.0, 8418.0, 8450.0, 8432.0, 8465.0, 8431.0, 8462.0, 8419.0, 8447.0, 8420.0, 8468.0, 8454.0, 8484.0, 8452.0, 8448.0, 8437.0, 8448.0, 8471.0, 8437.0, 8484.0, 8453.0, 8468.0, 8455.0, 8465.0, 8453.0, 8453.0, 8487.0, 8443.0, 8468.0, 8475.0, 8473.0, 8475.0, 8446.0, 8486.0, 8458.0, 8469.0, 8474.0, 8484.0, 8470.0, 8467.0, 8439.0, 8450.0, 8438.0, 8468.0, 8471.0, 8436.0, 8467.0, 8434.0, 8467.0, 8437.0, 8483.0, 8455.0, 8466.0, 8451.0, 8467.0, 8453.0, 8466.0, 8454.0, 8423.0, 8454.0, 8437.0, 8470.0, 8472.0, 8484.0, 8453.0, 8448.0, 8434.0, 8447.0, 8467.0, 8434.0, 8466.0, 8436.0, 8448.0, 8452.0, 8484.0, 8478.0, 8468.0, 8473.0, 8440.0, 8452.0, 8455.0, 8492.0, 8460.0, 8469.0, 8470.0, 8425.0, 8467.0, 8458.0, 8488.0, 8456.0, 8454.0, 8451.0, 8433.0, 8470.0, 8433.0, 8469.0, 8437.0, 8446.0, 8432.0, 8446.0, 8434.0, 8447.0, 8430.0, 8416.0, 8430.0, 8416.0, 8451.0, 8455.0, 8472.0, 8452.0, 8437.0, 8450.0, 8457.0, 8471.0, 8458.0, 8443.0, 8470.0, 8438.0, 8468.0, 8458.0, 8469.0, 8450.0, 8420.0, 8453.0, 8434.0, 8468.0, 8418.0, 8464.0, 8451.0, 8466.0, 8454.0, 8468.0, 8472.0, 8440.0, 8467.0, 8456.0, 8468.0, 8456.0, 8467.0, 8467.0, 8435.0, 8452.0, 8434.0, 8466.0, 8451.0, 8465.0, 8434.0, 8430.0, 8430.0, 8428.0, 8466.0, 8417.0, 8464.0, 8450.0, 8449.0, 8436.0, 8447.0, 8454.0, 8433.0, 8467.0, 8452.0, 8466.0, 8450.0, 8465.0, 8453.0, 8434.0, 8466.0, 8453.0, 8466.0, 8455.0, 8472.0, 8470.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.0002750230414746544</td></tr>
<tr><td colspan=3>aqi</td><td>0.022005087211981567</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.45801003882352</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2475968272895064</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9948980882583629</td></tr>
<tr><td colspan=3>efc</td><td>0.4446</td></tr>
<tr><td colspan=3>fber</td><td>7719.5483</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07305380384225034</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6912442396313364</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5974014446605556</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4722216683303695</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9399049299072044</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3800777357440923</td></tr>
<tr><td colspan=3>gcor</td><td>0.00419983</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020209645852446556</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027512328699231148</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.7728668554497244</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>41.3857</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.7305</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.8121</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308510.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.2891</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7083</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.94</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2985.1798</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.4804</td></tr>
<tr><td colspan=3>tsnr</td><td>43.9176471484825</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>