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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-04/func/sub-0086_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5d2defdecdc3e5e9faf393a34abdf82c</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>16:23:55.682500</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.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103713</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>37b84464-82c4-45b5-b39a-3aaf0b448687||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.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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': ['162355.682500', '162356.142500', '162356.602500', '162357.062500', '162357.522500', '162357.982500', '162358.442500', '162358.902500', '162359.362500', '162359.822500', '162400.282500', '162400.742500', '162401.202500', '162401.662500', '162402.122500', '162402.582500', '162403.042500', '162403.502500', '162403.962500', '162404.422500', '162404.882500', '162405.342500', '162405.802500', '162406.262500', '162406.722500', '162407.182500', '162407.642500', '162408.102500', '162408.562500', '162409.022500', '162409.482500', '162409.942500', '162410.402500', '162410.862500', '162411.322500', '162411.782500', '162412.242500', '162412.702500', '162413.162500', '162413.622500', '162414.082500', '162414.542500', '162415.002500', '162415.462500', '162415.922500', '162416.382500', '162416.842500', '162417.302500', '162417.762500', '162418.222500', '162418.682500', '162419.142500', '162419.602500', '162420.062500', '162420.522500', '162420.982500', '162421.442500', '162421.902500', '162422.362500', '162422.822500', '162423.282500', '162423.742500', '162424.202500', '162424.662500', '162425.122500', '162425.582500', '162426.042500', '162426.502500', '162426.962500', '162427.422500', '162427.882500', '162428.342500', '162428.802500', '162429.262500', '162429.722500', '162430.182500', '162430.642500', '162431.102500', '162431.562500', '162432.022500', '162432.482500', '162432.942500', '162433.402500', '162433.862500', '162434.322500', '162434.782500', '162435.242500', '162435.702500', '162436.162500', '162436.622500', '162437.082500', '162437.542500', '162438.002500', '162438.462500', '162438.922500', '162439.382500', '162439.842500', '162440.302500', '162440.762500', '162441.222500', '162441.682500', '162442.142500', '162442.602500', '162443.062500', '162443.522500', '162443.982500', '162444.442500', '162444.902500', '162445.362500', '162445.822500', '162446.282500', '162446.742500', '162447.202500', '162447.662500', '162448.122500', '162448.582500', '162449.042500', '162449.502500', '162449.962500', '162450.422500', '162450.882500', '162451.342500', '162451.802500', '162452.262500', '162452.722500', '162453.182500', '162453.642500', '162454.102500', '162454.562500', '162455.022500', '162455.482500', '162455.942500', '162456.402500', '162456.862500', '162457.322500', '162457.782500', '162458.242500', '162458.702500', '162459.162500', '162459.622500', '162500.082500', '162500.542500', '162501.002500', '162501.462500', '162501.922500', '162502.382500', '162502.842500', '162503.302500', '162503.762500', '162504.222500', '162504.682500', '162505.142500', '162505.602500', '162506.062500', '162506.522500', '162506.982500', '162507.442500', '162507.902500', '162508.362500', '162508.822500', '162509.282500', '162509.742500', '162510.202500', '162510.662500', '162511.122500', '162511.582500', '162512.042500', '162512.502500', '162512.962500', '162513.422500', '162513.882500', '162514.342500', '162514.802500', '162515.262500', '162515.722500', '162516.182500', '162516.642500', '162517.102500', '162517.562500', '162518.022500', '162518.482500', '162518.942500', '162519.402500', '162519.862500', '162520.322500', '162520.782500', '162521.242500', '162521.702500', '162522.162500', '162522.622500', '162523.082500', '162523.542500', '162524.002500', '162524.462500', '162524.922500', '162525.382500', '162525.842500', '162526.302500', '162526.762500', '162527.222500', '162527.682500', '162528.142500', '162528.602500', '162529.062500', '162529.522500', '162529.982500', '162530.442500', '162530.902500', '162531.362500', '162531.822500', '162532.282500', '162532.742500', '162533.202500', '162533.662500', '162534.122500', '162534.582500', '162535.042500', '162535.502500', '162535.962500', '162536.422500', '162536.882500', '162537.342500', '162537.802500', '162538.262500', '162538.722500', '162539.182500', '162539.642500', '162540.102500', '162540.562500', '162541.022500', '162541.482500', '162541.942500', '162542.402500', '162542.862500', '162543.322500', '162543.782500', '162544.242500', '162544.702500', '162545.162500', '162545.622500', '162546.082500', '162546.542500', '162547.002500', '162547.462500', '162547.922500', '162548.382500', '162548.842500', '162549.302500', '162549.762500', '162550.222500', '162550.682500', '162551.142500', '162551.602500', '162552.062500', '162552.522500', '162552.982500', '162553.442500', '162553.902500', '162554.362500', '162554.822500', '162555.282500', '162555.742500', '162556.202500', '162556.662500', '162557.122500', '162557.582500', '162558.042500', '162558.502500', '162558.962500', '162559.422500', '162559.882500', '162600.342500', '162600.802500', '162601.262500', '162601.722500', '162602.182500', '162602.642500', '162603.102500', '162603.562500', '162604.022500', '162604.482500', '162604.942500', '162605.402500', '162605.862500', '162606.322500', '162606.782500', '162607.242500', '162607.702500', '162608.162500', '162608.622500', '162609.082500', '162609.542500', '162610.002500', '162610.462500', '162610.922500', '162611.382500', '162611.842500', '162612.302500', '162612.762500', '162613.222500', '162613.682500', '162614.142500', '162614.602500', '162615.062500', '162615.522500', '162615.982500', '162616.442500', '162616.902500', '162617.362500', '162617.822500', '162618.282500', '162618.742500', '162619.202500', '162619.662500', '162620.122500', '162620.582500', '162621.042500', '162621.502500', '162621.962500', '162622.422500', '162622.882500', '162623.342500', '162623.802500', '162624.262500', '162624.722500', '162625.182500', '162625.642500', '162626.102500', '162626.562500', '162627.022500', '162627.482500', '162627.942500', '162628.402500', '162628.862500', '162629.322500', '162629.782500', '162630.242500', '162630.702500', '162631.162500', '162631.622500', '162632.082500', '162632.542500', '162633.002500', '162633.462500', '162633.922500', '162634.382500', '162634.842500', '162635.302500', '162635.762500', '162636.222500', '162636.682500', '162637.142500', '162637.602500', '162638.062500', '162638.522500', '162638.982500', '162639.442500', '162639.902500', '162640.362500', '162640.822500', '162641.282500', '162641.742500', '162642.202500', '162642.662500', '162643.122500', '162643.582500', '162644.042500', '162644.502500', '162644.962500', '162645.422500', '162645.882500', '162646.342500', '162646.802500', '162647.262500', '162647.722500', '162648.182500', '162648.642500', '162649.102500', '162649.562500', '162650.022500', '162650.482500', '162650.942500', '162651.402500', '162651.862500', '162652.322500', '162652.782500', '162653.242500', '162653.702500', '162654.162500', '162654.622500', '162655.082500', '162655.542500', '162656.002500', '162656.462500', '162656.922500', '162657.382500', '162657.842500', '162658.302500', '162658.762500', '162659.222500', '162659.682500', '162700.142500', '162700.602500', '162701.062500', '162701.522500', '162701.982500', '162702.442500', '162702.902500', '162703.362500', '162703.822500', '162704.282500', '162704.742500', '162705.202500', '162705.662500', '162706.122500', '162706.582500', '162707.042500', '162707.502500', '162707.962500', '162708.422500', '162708.882500', '162709.342500', '162709.802500', '162710.262500', '162710.722500', '162711.182500', '162711.642500', '162712.102500', '162712.562500', '162713.022500', '162713.482500', '162713.942500', '162714.402500', '162714.862500', '162715.322500', '162715.782500', '162716.242500', '162716.702500', '162717.162500', '162717.622500', '162718.082500', '162718.542500', '162719.002500', '162719.462500', '162719.922500', '162720.382500', '162720.842500', '162721.302500', '162721.762500', '162722.222500', '162722.682500', '162723.142500', '162723.602500', '162724.062500', '162724.522500', '162724.982500', '162725.442500', '162725.902500', '162726.362500', '162726.822500', '162727.282500', '162727.742500', '162728.202500', '162728.662500', '162729.122500', '162729.582500', '162730.042500', '162730.502500', '162730.962500', '162731.422500', '162731.882500', '162732.342500', '162732.802500', '162733.262500', '162733.722500', '162734.182500', '162734.642500', '162735.102500', '162735.562500', '162736.022500', '162736.482500', '162736.942500', '162737.402500', '162737.862500', '162738.322500', '162738.782500', '162739.242500', '162739.702500', '162740.162500', '162740.622500', '162741.082500', '162741.542500', '162742.002500', '162742.462500', '162742.922500', '162743.382500', '162743.842500', '162744.302500', '162744.762500', '162745.222500', '162745.682500', '162746.142500', '162746.602500', '162747.062500', '162747.522500', '162747.982500', '162748.442500', '162748.902500', '162749.362500', '162749.822500', '162750.282500', '162750.742500', '162751.202500', '162751.662500', '162752.122500', '162752.582500', '162753.042500', '162753.502500', '162753.962500', '162754.422500', '162754.882500', '162755.342500', '162755.802500', '162756.262500', '162756.722500', '162757.182500', '162757.642500', '162758.102500', '162758.562500', '162759.022500', '162759.482500', '162759.942500', '162800.402500', '162800.862500', '162801.322500', '162801.782500', '162802.242500', '162802.702500', '162803.162500', '162803.622500', '162804.082500', '162804.542500', '162805.002500', '162805.462500', '162805.922500', '162806.382500', '162806.842500', '162807.302500', '162807.762500', '162808.222500', '162808.682500', '162809.142500', '162809.602500', '162810.062500', '162810.522500', '162810.982500', '162811.442500', '162811.902500', '162812.362500', '162812.822500', '162813.282500', '162813.742500', '162814.202500', '162814.662500', '162815.122500', '162815.582500', '162816.042500', '162816.502500', '162816.962500', '162817.422500', '162817.882500', '162818.342500', '162818.802500', '162819.262500', '162819.722500', '162820.182500', '162820.642500', '162821.102500', '162821.562500', '162822.022500', '162822.482500', '162822.942500', '162823.402500', '162823.862500', '162824.322500', '162824.782500', '162825.242500', '162825.702500', '162826.162500', '162826.622500', '162827.082500', '162827.542500', '162828.002500', '162828.462500', '162828.922500', '162829.382500', '162829.842500', '162830.302500', '162830.762500', '162831.222500', '162831.682500', '162832.142500', '162832.602500', '162833.062500', '162833.522500', '162833.982500', '162834.442500', '162834.902500', '162835.362500', '162835.822500', '162836.282500', '162836.742500', '162837.202500', '162837.662500', '162838.122500', '162838.582500', '162839.042500', '162839.502500', '162839.962500', '162840.422500', '162840.882500', '162841.342500', '162841.802500', '162842.262500', '162842.722500', '162843.182500', '162843.642500', '162844.102500', '162844.562500', '162845.022500', '162845.482500', '162845.942500', '162846.402500', '162846.862500', '162847.322500', '162847.782500', '162848.242500', '162848.702500', '162849.162500', '162849.622500', '162850.082500', '162850.542500', '162851.002500', '162851.462500', '162851.922500', '162852.382500', '162852.842500', '162853.302500', '162853.762500', '162854.222500', '162854.682500', '162855.142500', '162855.602500', '162856.062500', '162856.522500', '162856.982500', '162857.442500', '162857.902500', '162858.362500', '162858.822500', '162859.282500', '162859.742500', '162900.202500', '162900.662500', '162901.122500', '162901.582500', '162902.042500', '162902.502500', '162902.962500', '162903.422500', '162903.882500', '162904.342500', '162904.802500', '162905.262500', '162905.722500', '162906.182500', '162906.642500', '162907.102500', '162907.562500', '162908.022500', '162908.482500', '162908.942500', '162909.402500', '162909.862500', '162910.322500', '162910.782500', '162911.242500', '162911.702500', '162912.162500', '162912.622500', '162913.082500', '162913.542500', '162914.002500', '162914.462500', '162914.922500', '162915.382500', '162915.842500', '162916.302500', '162916.762500', '162917.222500', '162917.682500', '162918.142500', '162918.602500', '162919.062500', '162919.522500', '162919.982500', '162920.442500', '162920.902500', '162921.362500', '162921.822500', '162922.282500', '162922.742500', '162923.202500', '162923.662500', '162924.122500', '162924.582500', '162925.042500', '162925.502500', '162925.962500', '162926.422500', '162926.882500', '162927.342500', '162927.802500', '162928.262500', '162928.722500', '162929.182500', '162929.642500', '162930.102500', '162930.562500', '162931.022500', '162931.482500', '162931.942500', '162932.402500', '162932.862500', '162933.322500', '162933.782500', '162934.242500', '162934.702500', '162935.162500', '162935.622500', '162936.082500', '162936.542500', '162937.002500', '162937.462500', '162937.922500', '162938.382500', '162938.842500', '162939.302500', '162939.762500', '162940.222500', '162940.682500', '162941.142500', '162941.602500', '162942.062500', '162942.522500', '162942.982500', '162943.442500', '162943.902500', '162944.362500', '162944.822500', '162945.282500', '162945.742500', '162946.202500', '162946.662500', '162947.122500', '162947.582500', '162948.042500', '162948.502500', '162948.962500', '162949.422500', '162949.882500', '162950.342500', '162950.802500', '162951.262500', '162951.722500', '162952.182500', '162952.642500', '162953.102500', '162953.562500', '162954.022500', '162954.482500', '162954.942500', '162955.402500', '162955.862500', '162956.322500', '162956.782500', '162957.242500', '162957.702500', '162958.162500', '162958.622500', '162959.082500', '162959.542500', '163000.002500', '163000.462500', '163000.922500', '163001.382500', '163001.842500', '163002.302500', '163002.762500', '163003.222500', '163003.682500', '163004.142500', '163004.602500', '163005.062500', '163005.522500', '163005.982500', '163006.442500', '163006.902500', '163007.362500', '163007.822500', '163008.282500', '163008.742500', '163009.202500', '163009.662500', '163010.122500', '163010.582500', '163011.042500', '163011.502500', '163011.962500', '163012.422500', '163012.882500', '163013.342500', '163013.802500', '163014.262500', '163014.722500', '163015.182500', '163015.642500', '163016.102500', '163016.562500', '163017.022500', '163017.482500', '163017.942500', '163018.402500', '163018.862500', '163019.322500', '163019.782500', '163020.242500', '163020.702500', '163021.162500', '163021.622500', '163022.082500', '163022.542500', '163023.002500', '163023.462500', '163023.922500', '163024.382500', '163024.842500', '163025.302500', '163025.762500', '163026.222500', '163026.682500', '163027.142500', '163027.602500', '163028.062500', '163028.522500', '163028.982500', '163029.442500', '163029.902500', '163030.362500', '163030.822500', '163031.282500', '163031.742500', '163032.202500', '163032.662500', '163033.122500', '163033.582500', '163034.042500', '163034.502500', '163034.962500', '163035.422500', '163035.882500', '163036.342500'], 'ContentTime': ['162408.422000', '162408.425000', '162408.428000', '162408.431000', '162408.433000', '162408.444000', '162408.447000', '162408.450000', '162408.452000', '162408.455000', '162408.457000', '162408.460000', '162408.468000', '162408.471000', '162408.474000', '162408.476000', '162408.479000', '162408.481000', '162408.484000', '162408.487000', '162408.489000', '162408.492000', '162408.494000', '162408.497000', '162408.499000', '162408.502000', '162428.360000', '162428.363000', '162428.366000', '162428.368000', '162428.371000', '162428.374000', '162428.376000', '162428.379000', '162428.381000', '162428.384000', '162428.386000', '162428.389000', '162428.391000', '162428.394000', '162428.396000', '162428.399000', '162428.402000', '162428.404000', '162428.407000', '162428.409000', '162428.412000', '162428.414000', '162428.417000', '162428.419000', '162428.422000', '162428.424000', '162428.432000', '162428.434000', '162428.437000', '162428.439000', '162428.442000', '162428.445000', '162428.447000', '162428.450000', '162428.452000', '162428.455000', '162428.457000', '162428.460000', '162428.463000', '162428.465000', '162428.468000', '162428.470000', '162428.473000', '162448.360000', '162448.363000', '162448.366000', '162448.368000', '162448.371000', '162448.373000', '162448.376000', '162448.379000', '162448.381000', '162448.384000', '162448.386000', '162448.389000', '162448.391000', '162448.394000', '162448.397000', '162448.399000', '162448.402000', '162448.404000', '162448.407000', '162448.409000', '162448.419000', '162448.421000', '162448.424000', '162448.426000', '162448.429000', '162448.432000', '162448.434000', '162448.437000', '162448.439000', '162448.442000', '162448.445000', '162448.447000', '162448.450000', '162448.452000', '162448.455000', '162448.458000', '162448.460000', '162448.463000', '162448.465000', '162448.468000', '162448.471000', '162448.473000', '162448.476000', '162448.478000', '162508.361000', '162508.363000', '162508.366000', '162508.369000', '162508.371000', '162508.374000', '162508.376000', '162508.379000', '162508.381000', '162508.384000', '162508.386000', '162508.389000', '162508.391000', '162508.458000', '162508.461000', '162508.464000', '162508.466000', '162508.469000', '162508.471000', '162508.474000', '162508.476000', '162508.479000', '162508.482000', '162508.484000', '162508.487000', '162508.489000', '162508.492000', '162508.495000', '162508.497000', '162508.500000', '162508.502000', '162508.505000', '162508.508000', '162508.510000', '162508.513000', '162508.516000', '162508.518000', '162508.521000', '162508.523000', '162508.526000', '162508.528000', '162508.531000', '162508.534000', '162528.360000', '162528.362000', '162528.366000', '162528.369000', '162528.372000', '162528.374000', '162528.377000', '162528.380000', '162528.382000', '162528.385000', '162528.387000', '162528.390000', '162528.392000', '162528.395000', '162528.398000', '162528.400000', '162528.403000', '162528.406000', '162528.408000', '162528.411000', '162528.413000', '162528.416000', '162528.419000', '162528.422000', '162528.425000', '162528.427000', '162528.430000', '162528.433000', '162528.435000', '162528.438000', '162528.440000', '162528.443000', '162528.446000', '162528.448000', '162528.451000', '162528.453000', '162528.456000', '162528.459000', '162528.461000', '162528.464000', '162528.466000', '162528.469000', '162528.472000', '162528.474000', '162548.360000', '162548.363000', '162548.366000', '162548.369000', '162548.371000', '162548.374000', '162548.376000', '162548.379000', '162548.381000', '162548.384000', '162548.386000', '162548.389000', '162548.392000', '162548.394000', '162548.397000', '162548.400000', '162548.402000', '162548.405000', '162548.407000', '162548.410000', '162548.412000', '162548.415000', '162548.418000', '162548.420000', '162548.423000', '162548.425000', '162548.428000', '162548.430000', '162548.433000', '162548.436000', '162548.438000', '162548.441000', '162548.443000', '162548.446000', '162548.448000', '162548.451000', '162548.453000', '162548.456000', '162548.459000', '162548.461000', '162548.464000', '162548.466000', '162548.469000', '162608.361000', '162608.363000', '162608.366000', '162608.369000', '162608.371000', '162608.374000', '162608.376000', '162608.379000', '162608.381000', '162608.384000', '162608.387000', '162608.389000', '162608.392000', '162608.394000', '162608.397000', '162608.400000', '162608.402000', '162608.405000', '162608.408000', '162608.410000', '162608.413000', '162608.415000', '162608.418000', '162608.420000', '162608.423000', '162608.426000', '162608.428000', '162608.431000', '162608.433000', '162608.436000', '162608.439000', '162608.441000', '162608.444000', '162608.446000', '162608.449000', '162608.452000', '162608.454000', '162608.457000', '162608.459000', '162608.462000', '162608.465000', '162608.467000', '162608.470000', '162608.472000', '162628.361000', '162628.363000', '162628.366000', '162628.369000', '162628.371000', '162628.374000', '162628.376000', '162628.379000', '162628.382000', '162628.384000', '162628.387000', '162628.389000', '162628.392000', '162628.395000', '162628.397000', '162628.400000', '162628.402000', '162628.405000', '162628.407000', '162628.410000', '162628.413000', '162628.415000', '162628.418000', '162628.420000', '162628.423000', '162628.426000', '162628.428000', '162628.431000', '162628.433000', '162628.436000', '162628.438000', '162628.441000', '162628.444000', '162628.446000', '162628.449000', '162628.451000', '162628.454000', '162628.456000', '162628.459000', '162628.462000', '162628.464000', '162628.467000', '162628.469000', '162648.361000', '162648.363000', '162648.366000', '162648.369000', '162648.371000', '162648.374000', '162648.377000', '162648.379000', '162648.382000', '162648.385000', '162648.388000', '162648.390000', '162648.393000', '162648.395000', '162648.398000', '162648.400000', '162648.404000', '162648.408000', '162648.410000', '162648.413000', '162648.415000', '162648.418000', '162648.421000', '162648.423000', '162648.426000', '162648.428000', '162648.431000', '162648.434000', '162648.436000', '162648.439000', '162648.441000', '162648.444000', '162648.447000', '162648.449000', '162648.452000', '162648.454000', '162648.457000', '162648.460000', '162648.463000', '162648.465000', '162648.468000', '162648.471000', '162648.473000', '162708.360000', '162708.363000', '162708.366000', '162708.369000', '162708.371000', '162708.374000', '162708.376000', '162708.379000', '162708.382000', '162708.384000', '162708.387000', '162708.390000', '162708.392000', '162708.395000', '162708.397000', '162708.400000', '162708.402000', '162708.405000', '162708.408000', '162708.410000', '162708.413000', '162708.415000', '162708.418000', '162708.421000', '162708.423000', '162708.426000', '162708.428000', '162708.431000', '162708.433000', '162708.436000', '162708.439000', '162708.441000', '162708.444000', '162708.447000', '162708.449000', '162708.452000', '162708.454000', '162708.457000', '162708.460000', '162708.462000', '162708.465000', '162708.467000', '162708.470000', '162708.472000', '162728.360000', '162728.363000', '162728.366000', '162728.368000', '162728.371000', '162728.374000', '162728.376000', '162728.379000', '162728.382000', '162728.384000', '162728.387000', '162728.389000', '162728.392000', '162728.394000', '162728.397000', '162728.400000', '162728.403000', '162728.406000', '162728.409000', '162728.412000', '162728.414000', '162728.417000', '162728.420000', '162728.422000', '162728.425000', '162728.427000', '162728.430000', '162728.433000', '162728.435000', '162728.438000', '162728.440000', '162728.443000', '162728.446000', '162728.448000', '162728.451000', '162728.453000', '162728.456000', '162728.459000', '162728.461000', '162728.464000', '162728.466000', '162728.469000', '162728.472000', '162748.359000', '162748.362000', '162748.365000', '162748.368000', '162748.370000', '162748.373000', '162748.375000', '162748.378000', '162748.381000', '162748.383000', '162748.386000', '162748.388000', '162748.391000', '162748.394000', '162748.396000', '162748.399000', '162748.401000', '162748.404000', '162748.407000', '162748.409000', '162748.412000', '162748.415000', '162748.417000', '162748.420000', '162748.422000', '162748.425000', '162748.428000', '162748.430000', '162748.433000', '162748.435000', '162748.438000', '162748.441000', '162748.443000', '162748.446000', '162748.448000', '162748.451000', '162748.454000', '162748.456000', '162748.459000', '162748.462000', '162748.464000', '162748.467000', '162748.469000', '162748.472000', '162808.360000', '162808.363000', '162808.366000', '162808.369000', '162808.371000', '162808.374000', '162808.376000', '162808.379000', '162808.382000', '162808.393000', '162808.396000', '162808.399000', '162808.401000', '162808.404000', '162808.407000', '162808.409000', '162808.412000', '162808.414000', '162808.417000', '162808.420000', '162808.433000', '162808.436000', '162808.438000', '162808.441000', '162808.444000', '162808.448000', '162808.451000', '162808.453000', '162808.456000', '162808.459000', '162808.461000', '162808.464000', '162808.466000', '162808.469000', '162808.472000', '162808.474000', '162808.477000', '162808.480000', '162808.482000', '162808.485000', '162808.487000', '162808.490000', '162808.493000', '162828.361000', '162828.364000', '162828.366000', '162828.369000', '162828.372000', '162828.374000', '162828.377000', '162828.379000', '162828.382000', '162828.385000', '162828.387000', '162828.390000', '162828.392000', '162828.395000', '162828.398000', '162828.400000', '162828.403000', '162828.406000', '162828.408000', '162828.411000', '162828.413000', '162828.416000', '162828.419000', '162828.421000', '162828.424000', '162828.427000', '162828.429000', '162828.432000', '162828.434000', '162828.437000', '162828.440000', '162828.442000', '162828.445000', '162828.447000', '162828.450000', '162828.453000', '162828.455000', '162828.458000', '162828.461000', '162828.463000', '162828.466000', '162828.468000', '162828.471000', '162828.473000', '162848.361000', '162848.363000', '162848.366000', '162848.369000', '162848.371000', '162848.374000', '162848.377000', '162848.379000', '162848.382000', '162848.385000', '162848.387000', '162848.390000', '162848.392000', '162848.395000', '162848.398000', '162848.400000', '162848.403000', '162848.405000', '162848.408000', '162848.411000', '162848.413000', '162848.416000', '162848.419000', '162848.423000', '162848.425000', '162848.428000', '162848.431000', '162848.433000', '162848.436000', '162848.438000', '162848.441000', '162848.443000', '162848.446000', '162848.449000', '162848.451000', '162848.454000', '162848.456000', '162848.459000', '162848.462000', '162848.464000', '162848.467000', '162848.470000', '162848.472000', '162908.361000', '162908.364000', '162908.366000', '162908.369000', '162908.372000', '162908.374000', '162908.377000', '162908.379000', '162908.382000', '162908.385000', '162908.387000', '162908.390000', '162908.392000', '162908.395000', '162908.397000', '162908.400000', '162908.403000', '162908.405000', '162908.408000', '162908.411000', '162908.413000', '162908.416000', '162908.419000', '162908.421000', '162908.424000', '162908.426000', '162908.429000', '162908.432000', '162908.434000', '162908.437000', '162908.440000', '162908.442000', '162908.445000', '162908.448000', '162908.450000', '162908.453000', '162908.455000', '162908.458000', '162908.461000', '162908.463000', '162908.466000', '162908.468000', '162908.471000', '162908.474000', '162928.361000', '162928.363000', '162928.366000', '162928.369000', '162928.371000', '162928.374000', '162928.377000', '162928.379000', '162928.382000', '162928.384000', '162928.387000', '162928.390000', '162928.392000', '162928.395000', '162928.397000', '162928.400000', '162928.412000', '162928.415000', '162928.417000', '162928.420000', '162928.422000', '162928.425000', '162928.428000', '162928.430000', '162928.433000', '162928.436000', '162928.438000', '162928.441000', '162928.443000', '162928.446000', '162928.449000', '162928.452000', '162928.455000', '162928.458000', '162928.461000', '162928.464000', '162928.466000', '162928.469000', '162928.472000', '162928.474000', '162928.477000', '162928.479000', '162928.482000', '162948.361000', '162948.364000', '162948.366000', '162948.369000', '162948.371000', '162948.374000', '162948.377000', '162948.379000', '162948.382000', '162948.384000', '162948.387000', '162948.390000', '162948.392000', '162948.395000', '162948.398000', '162948.400000', '162948.403000', '162948.405000', '162948.408000', '162948.410000', '162948.413000', '162948.416000', '162948.418000', '162948.421000', '162948.423000', '162948.426000', '162948.429000', '162948.431000', '162948.434000', '162948.436000', '162948.439000', '162948.442000', '162948.444000', '162948.447000', '162948.449000', '162948.452000', '162948.455000', '162948.457000', '162948.460000', '162948.462000', '162948.465000', '162948.468000', '162948.470000', '162948.473000', '163008.360000', '163008.363000', '163008.365000', '163008.368000', '163008.370000', '163008.373000', '163008.376000', '163008.378000', '163008.381000', '163008.384000', '163008.386000', '163008.389000', '163008.391000', '163008.394000', '163008.397000', '163008.399000', '163008.402000', '163008.404000', '163008.407000', '163008.410000', '163008.412000', '163008.415000', '163008.418000', '163008.420000', '163008.423000', '163008.425000', '163008.428000', '163008.431000', '163008.433000', '163008.436000', '163008.439000', '163008.441000', '163008.444000', '163008.446000', '163008.449000', '163008.452000', '163008.454000', '163008.457000', '163008.459000', '163008.462000', '163008.465000', '163008.467000', '163008.470000', '163028.361000', '163028.364000', '163028.366000', '163028.369000', '163028.371000', '163028.374000', '163028.377000', '163028.379000', '163028.382000', '163028.384000', '163028.387000', '163028.389000', '163028.392000', '163028.395000', '163028.397000', '163028.400000', '163028.402000', '163028.405000', '163028.408000', '163028.410000', '163028.413000', '163028.415000', '163028.418000', '163028.420000', '163028.423000', '163028.425000', '163028.428000', '163028.431000', '163028.433000', '163028.436000', '163028.438000', '163028.441000', '163028.444000', '163028.446000', '163028.449000', '163028.452000', '163028.454000', '163028.457000', '163028.459000', '163028.462000', '163028.465000', '163028.467000', '163028.470000', '163028.472000', '163037.415000', '163037.418000', '163037.421000', '163037.423000', '163037.426000', '163037.429000', '163037.431000', '163037.434000', '163037.437000', '163037.440000', '163037.442000', '163037.445000', '163037.448000', '163037.451000', '163037.454000', '163037.456000', '163037.459000', '163037.462000', '163037.464000', '163037.467000'], 'InstanceCreationTime': ['162408.422000', '162408.425000', '162408.428000', '162408.431000', '162408.433000', '162408.444000', '162408.447000', '162408.450000', '162408.452000', '162408.455000', '162408.457000', '162408.460000', '162408.468000', '162408.471000', '162408.474000', '162408.476000', '162408.479000', '162408.481000', '162408.484000', '162408.487000', '162408.489000', '162408.492000', '162408.494000', '162408.497000', '162408.499000', '162408.502000', '162428.360000', '162428.363000', '162428.366000', '162428.368000', '162428.371000', '162428.374000', '162428.376000', '162428.379000', '162428.381000', '162428.384000', '162428.386000', '162428.389000', '162428.391000', '162428.394000', '162428.396000', '162428.399000', '162428.402000', '162428.404000', '162428.407000', '162428.409000', '162428.412000', '162428.414000', '162428.417000', '162428.419000', '162428.422000', '162428.424000', '162428.432000', '162428.434000', '162428.437000', '162428.439000', '162428.442000', '162428.445000', '162428.447000', '162428.450000', '162428.452000', '162428.455000', '162428.457000', '162428.460000', '162428.463000', '162428.465000', '162428.468000', '162428.470000', '162428.473000', '162448.360000', '162448.363000', '162448.366000', '162448.368000', '162448.371000', '162448.373000', '162448.376000', '162448.379000', '162448.381000', '162448.384000', '162448.386000', '162448.389000', '162448.391000', '162448.394000', '162448.397000', '162448.399000', '162448.402000', '162448.404000', '162448.407000', '162448.409000', '162448.419000', '162448.421000', '162448.424000', '162448.426000', '162448.429000', '162448.432000', '162448.434000', '162448.437000', '162448.439000', '162448.442000', '162448.445000', '162448.447000', '162448.450000', '162448.452000', '162448.455000', '162448.458000', '162448.460000', '162448.463000', '162448.465000', '162448.468000', '162448.471000', '162448.473000', '162448.476000', '162448.478000', '162508.361000', '162508.363000', '162508.366000', '162508.369000', '162508.371000', '162508.374000', '162508.376000', '162508.379000', '162508.381000', '162508.384000', '162508.386000', '162508.389000', '162508.391000', '162508.458000', '162508.461000', '162508.464000', '162508.466000', '162508.469000', '162508.471000', '162508.474000', '162508.476000', '162508.479000', '162508.482000', '162508.484000', '162508.487000', '162508.489000', '162508.492000', '162508.495000', '162508.497000', '162508.500000', '162508.502000', '162508.505000', '162508.508000', '162508.510000', '162508.513000', '162508.516000', '162508.518000', '162508.521000', '162508.523000', '162508.526000', '162508.528000', '162508.531000', '162508.534000', '162528.360000', '162528.362000', '162528.366000', '162528.369000', '162528.372000', '162528.374000', '162528.377000', '162528.380000', '162528.382000', '162528.385000', '162528.387000', '162528.390000', '162528.392000', '162528.395000', '162528.398000', '162528.400000', '162528.403000', '162528.406000', '162528.408000', '162528.411000', '162528.413000', '162528.416000', '162528.419000', '162528.422000', '162528.425000', '162528.427000', '162528.430000', '162528.433000', '162528.435000', '162528.438000', '162528.440000', '162528.443000', '162528.446000', '162528.448000', '162528.451000', '162528.453000', '162528.456000', '162528.459000', '162528.461000', '162528.464000', '162528.466000', '162528.469000', '162528.472000', '162528.474000', '162548.360000', '162548.363000', '162548.366000', '162548.369000', '162548.371000', '162548.374000', '162548.376000', '162548.379000', '162548.381000', '162548.384000', '162548.386000', '162548.389000', '162548.392000', '162548.394000', '162548.397000', '162548.400000', '162548.402000', '162548.405000', '162548.407000', '162548.410000', '162548.412000', '162548.415000', '162548.418000', '162548.420000', '162548.423000', '162548.425000', '162548.428000', '162548.430000', '162548.433000', '162548.436000', '162548.438000', '162548.441000', '162548.443000', '162548.446000', '162548.448000', '162548.451000', '162548.453000', '162548.456000', '162548.459000', '162548.461000', '162548.464000', '162548.466000', '162548.469000', '162608.361000', '162608.363000', '162608.366000', '162608.369000', '162608.371000', '162608.374000', '162608.376000', '162608.379000', '162608.381000', '162608.384000', '162608.387000', '162608.389000', '162608.392000', '162608.394000', '162608.397000', '162608.400000', '162608.402000', '162608.405000', '162608.408000', '162608.410000', '162608.413000', '162608.415000', '162608.418000', '162608.420000', '162608.423000', '162608.426000', '162608.428000', '162608.431000', '162608.433000', '162608.436000', '162608.439000', '162608.441000', '162608.444000', '162608.446000', '162608.449000', '162608.452000', '162608.454000', '162608.457000', '162608.459000', '162608.462000', '162608.465000', '162608.467000', '162608.470000', '162608.472000', '162628.361000', '162628.363000', '162628.366000', '162628.369000', '162628.371000', '162628.374000', '162628.376000', '162628.379000', '162628.382000', '162628.384000', '162628.387000', '162628.389000', '162628.392000', '162628.395000', '162628.397000', '162628.400000', '162628.402000', '162628.405000', '162628.407000', '162628.410000', '162628.413000', '162628.415000', '162628.418000', '162628.420000', '162628.423000', '162628.426000', '162628.428000', '162628.431000', '162628.433000', '162628.436000', '162628.438000', '162628.441000', '162628.444000', '162628.446000', '162628.449000', '162628.451000', '162628.454000', '162628.456000', '162628.459000', '162628.462000', '162628.464000', '162628.467000', '162628.469000', '162648.361000', '162648.363000', '162648.366000', '162648.369000', '162648.371000', '162648.374000', '162648.377000', '162648.379000', '162648.382000', '162648.385000', '162648.388000', '162648.390000', '162648.393000', '162648.395000', '162648.398000', '162648.400000', '162648.404000', '162648.408000', '162648.410000', '162648.413000', '162648.415000', '162648.418000', '162648.421000', '162648.423000', '162648.426000', '162648.428000', '162648.431000', '162648.434000', '162648.436000', '162648.439000', '162648.441000', '162648.444000', '162648.447000', '162648.449000', '162648.452000', '162648.454000', '162648.457000', '162648.460000', '162648.463000', '162648.465000', '162648.468000', '162648.471000', '162648.473000', '162708.360000', '162708.363000', '162708.366000', '162708.369000', '162708.371000', '162708.374000', '162708.376000', '162708.379000', '162708.382000', '162708.384000', '162708.387000', '162708.390000', '162708.392000', '162708.395000', '162708.397000', '162708.400000', '162708.402000', '162708.405000', '162708.408000', '162708.410000', '162708.413000', '162708.415000', '162708.418000', '162708.421000', '162708.423000', '162708.426000', '162708.428000', '162708.431000', '162708.433000', '162708.436000', '162708.439000', '162708.441000', '162708.444000', '162708.447000', '162708.449000', '162708.452000', '162708.454000', '162708.457000', '162708.460000', '162708.462000', '162708.465000', '162708.467000', '162708.470000', '162708.472000', '162728.360000', '162728.363000', '162728.366000', '162728.368000', '162728.371000', '162728.374000', '162728.376000', '162728.379000', '162728.382000', '162728.384000', '162728.387000', '162728.389000', '162728.392000', '162728.394000', '162728.397000', '162728.400000', '162728.403000', '162728.406000', '162728.409000', '162728.412000', '162728.414000', '162728.417000', '162728.420000', '162728.422000', '162728.425000', '162728.427000', '162728.430000', '162728.433000', '162728.435000', '162728.438000', '162728.440000', '162728.443000', '162728.446000', '162728.448000', '162728.451000', '162728.453000', '162728.456000', '162728.459000', '162728.461000', '162728.464000', '162728.466000', '162728.469000', '162728.472000', '162748.359000', '162748.362000', '162748.365000', '162748.368000', '162748.370000', '162748.373000', '162748.375000', '162748.378000', '162748.381000', '162748.383000', '162748.386000', '162748.388000', '162748.391000', '162748.394000', '162748.396000', '162748.399000', '162748.401000', '162748.404000', '162748.407000', '162748.409000', '162748.412000', '162748.415000', '162748.417000', '162748.420000', '162748.422000', '162748.425000', '162748.428000', '162748.430000', '162748.433000', '162748.435000', '162748.438000', '162748.441000', '162748.443000', '162748.446000', '162748.448000', '162748.451000', '162748.454000', '162748.456000', '162748.459000', '162748.462000', '162748.464000', '162748.467000', '162748.469000', '162748.472000', '162808.360000', '162808.363000', '162808.366000', '162808.369000', '162808.371000', '162808.374000', '162808.376000', '162808.379000', '162808.382000', '162808.393000', '162808.396000', '162808.399000', '162808.401000', '162808.404000', '162808.407000', '162808.409000', '162808.412000', '162808.414000', '162808.417000', '162808.420000', '162808.433000', '162808.436000', '162808.438000', '162808.441000', '162808.444000', '162808.448000', '162808.451000', '162808.453000', '162808.456000', '162808.459000', '162808.461000', '162808.464000', '162808.466000', '162808.469000', '162808.472000', '162808.474000', '162808.477000', '162808.480000', '162808.482000', '162808.485000', '162808.487000', '162808.490000', '162808.493000', '162828.361000', '162828.364000', '162828.366000', '162828.369000', '162828.372000', '162828.374000', '162828.377000', '162828.379000', '162828.382000', '162828.385000', '162828.387000', '162828.390000', '162828.392000', '162828.395000', '162828.398000', '162828.400000', '162828.403000', '162828.406000', '162828.408000', '162828.411000', '162828.413000', '162828.416000', '162828.419000', '162828.421000', '162828.424000', '162828.427000', '162828.429000', '162828.432000', '162828.434000', '162828.437000', '162828.440000', '162828.442000', '162828.445000', '162828.447000', '162828.450000', '162828.453000', '162828.455000', '162828.458000', '162828.461000', '162828.463000', '162828.466000', '162828.468000', '162828.471000', '162828.473000', '162848.361000', '162848.363000', '162848.366000', '162848.369000', '162848.371000', '162848.374000', '162848.377000', '162848.379000', '162848.382000', '162848.385000', '162848.387000', '162848.390000', '162848.392000', '162848.395000', '162848.398000', '162848.400000', '162848.403000', '162848.405000', '162848.408000', '162848.411000', '162848.413000', '162848.416000', '162848.419000', '162848.423000', '162848.425000', '162848.428000', '162848.431000', '162848.433000', '162848.436000', '162848.438000', '162848.441000', '162848.443000', '162848.446000', '162848.449000', '162848.451000', '162848.454000', '162848.456000', '162848.459000', '162848.462000', '162848.464000', '162848.467000', '162848.470000', '162848.472000', '162908.361000', '162908.364000', '162908.366000', '162908.369000', '162908.372000', '162908.374000', '162908.377000', '162908.379000', '162908.382000', '162908.385000', '162908.387000', '162908.390000', '162908.392000', '162908.395000', '162908.397000', '162908.400000', '162908.403000', '162908.405000', '162908.408000', '162908.411000', '162908.413000', '162908.416000', '162908.419000', '162908.421000', '162908.424000', '162908.426000', '162908.429000', '162908.432000', '162908.434000', '162908.437000', '162908.440000', '162908.442000', '162908.445000', '162908.448000', '162908.450000', '162908.453000', '162908.455000', '162908.458000', '162908.461000', '162908.463000', '162908.466000', '162908.468000', '162908.471000', '162908.474000', '162928.361000', '162928.363000', '162928.366000', '162928.369000', '162928.371000', '162928.374000', '162928.377000', '162928.379000', '162928.382000', '162928.384000', '162928.387000', '162928.390000', '162928.392000', '162928.395000', '162928.397000', '162928.400000', '162928.412000', '162928.415000', '162928.417000', '162928.420000', '162928.422000', '162928.425000', '162928.428000', '162928.430000', '162928.433000', '162928.436000', '162928.438000', '162928.441000', '162928.443000', '162928.446000', '162928.449000', '162928.452000', '162928.455000', '162928.458000', '162928.461000', '162928.464000', '162928.466000', '162928.469000', '162928.472000', '162928.474000', '162928.477000', '162928.479000', '162928.482000', '162948.361000', '162948.364000', '162948.366000', '162948.369000', '162948.371000', '162948.374000', '162948.377000', '162948.379000', '162948.382000', '162948.384000', '162948.387000', '162948.390000', '162948.392000', '162948.395000', '162948.398000', '162948.400000', '162948.403000', '162948.405000', '162948.408000', '162948.410000', '162948.413000', '162948.416000', '162948.418000', '162948.421000', '162948.423000', '162948.426000', '162948.429000', '162948.431000', '162948.434000', '162948.436000', '162948.439000', '162948.442000', '162948.444000', '162948.447000', '162948.449000', '162948.452000', '162948.455000', '162948.457000', '162948.460000', '162948.462000', '162948.465000', '162948.468000', '162948.470000', '162948.473000', '163008.360000', '163008.363000', '163008.365000', '163008.368000', '163008.370000', '163008.373000', '163008.376000', '163008.378000', '163008.381000', '163008.384000', '163008.386000', '163008.389000', '163008.391000', '163008.394000', '163008.397000', '163008.399000', '163008.402000', '163008.404000', '163008.407000', '163008.410000', '163008.412000', '163008.415000', '163008.418000', '163008.420000', '163008.423000', '163008.425000', '163008.428000', '163008.431000', '163008.433000', '163008.436000', '163008.439000', '163008.441000', '163008.444000', '163008.446000', '163008.449000', '163008.452000', '163008.454000', '163008.457000', '163008.459000', '163008.462000', '163008.465000', '163008.467000', '163008.470000', '163028.361000', '163028.364000', '163028.366000', '163028.369000', '163028.371000', '163028.374000', '163028.377000', '163028.379000', '163028.382000', '163028.384000', '163028.387000', '163028.389000', '163028.392000', '163028.395000', '163028.397000', '163028.400000', '163028.402000', '163028.405000', '163028.408000', '163028.410000', '163028.413000', '163028.415000', '163028.418000', '163028.420000', '163028.423000', '163028.425000', '163028.428000', '163028.431000', '163028.433000', '163028.436000', '163028.438000', '163028.441000', '163028.444000', '163028.446000', '163028.449000', '163028.452000', '163028.454000', '163028.457000', '163028.459000', '163028.462000', '163028.465000', '163028.467000', '163028.470000', '163028.472000', '163037.415000', '163037.418000', '163037.421000', '163037.423000', '163037.426000', '163037.429000', '163037.431000', '163037.434000', '163037.437000', '163037.440000', '163037.442000', '163037.445000', '163037.448000', '163037.451000', '163037.454000', '163037.456000', '163037.459000', '163037.462000', '163037.464000', '163037.467000'], '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': [7333, 13161, 8522, 12016, 8548, 12215, 8821, 11962, 8470, 11331, 8104, 13448, 8776, 10628, 7877, 10173, 10221, 9635, 10495, 8142, 8565, 8084, 8536, 8254, 8773, 9446, 7845, 8763, 8071, 7854, 7965, 8716, 8626, 8705, 8110, 8838, 9879, 7293, 11951, 10069, 13713, 11310, 12232, 10717, 9881, 10197, 6796, 9857, 7049, 9301, 6654, 9195, 8019, 9821, 8301, 9507, 8414, 6816, 8498, 7116, 9057, 7406, 7996, 8449, 6837, 8287, 9213, 6974, 9788, 6903, 7945, 9028, 7446, 9888, 7555, 7549, 9325, 7817, 13724, 8442, 11512, 8544, 10047, 7968, 10912, 8309, 6750, 9080, 6722, 9861, 8518, 8338, 8925, 7345, 9612, 7946, 6819, 8861, 6807, 10368, 7804, 10495, 7714, 11512, 7942, 11866, 8056, 11022, 7769, 10254, 7907, 10158, 8383, 10440, 7938, 7127, 9120, 6711, 9235, 6843, 9893, 7518, 10619, 8661, 10212, 8730, 10919, 8946, 11187, 9454, 10670, 8974, 10651, 8903, 11282, 9329, 10500, 8957, 10179, 8849, 9844, 8873, 9502, 8864, 9812, 8845, 6976, 9138, 7379, 6620, 8271, 6832, 10176, 9198, 6604, 9417, 8726, 9904, 9398, 6929, 9971, 9136, 11675, 10622, 11731, 12262, 9047, 11741, 8919, 12150, 9139, 14101, 8981, 6673, 8379, 7550, 9954, 7993, 9918, 7977, 6718, 8262, 6764, 8856, 7251, 8397, 8083, 6941, 9454, 7675, 10078, 7127, 11282, 8271, 7680, 8336, 8922, 8417, 9401, 9139, 7062, 9298, 7154, 9450, 8922, 8623, 9305, 8838, 7074, 8396, 7780, 10699, 8904, 10651, 7406, 7835, 9007, 8236, 8246, 8901, 11015, 8688, 12744, 9792, 7651, 9180, 7048, 9526, 7978, 12182, 10558, 13211, 9952, 10475, 10637, 7394, 11466, 15192, 15641, 10203, 10922, 8742, 7891, 8650, 7568, 8533, 7188, 7078, 8268, 8469, 7109, 7979, 8602, 8201, 9238, 10019, 8580, 8550, 8844, 8513, 8383, 7874, 8009, 9144, 8103, 9593, 8953, 9926, 8875, 8228, 8700, 8232, 9744, 8627, 9715, 8866, 9608, 8461, 8599, 9776, 8481, 9421, 8384, 8976, 8062, 8814, 9087, 8490, 9133, 9097, 8782, 10363, 9214, 8539, 9730, 8772, 10379, 8835, 9263, 8393, 10362, 8721, 9725, 8525, 9130, 8386, 8641, 8808, 8766, 9276, 8789, 9068, 10962, 8732, 9797, 8642, 9102, 11005, 8944, 10040, 8718, 11329, 8401, 11044, 8842, 10229, 8657, 9111, 8841, 9503, 9096, 8980, 10877, 8773, 9325, 9102, 9185, 8609, 9411, 8785, 8796, 8813, 9524, 8781, 9629, 8749, 8888, 8834, 9367, 8895, 9372, 8705, 9843, 8556, 9261, 9395, 8536, 9222, 8905, 9294, 8624, 9151, 9424, 9191, 9812, 9309, 11340, 9130, 10189, 9397, 10699, 9230, 10909, 8807, 8361, 9095, 9720, 8930, 9618, 8795, 8010, 9010, 9241, 8652, 8524, 8834, 9812, 8824, 8824, 9529, 9116, 9625, 9325, 9496, 9186, 11016, 9004, 9373, 8892, 9276, 8888, 11844, 8803, 9575, 12410, 7803, 6909, 7714, 7635, 7770, 9013, 9037, 8819, 7979, 8350, 7753, 11203, 8155, 12499, 9343, 9977, 10746, 9023, 14369, 10047, 11274, 8213, 9974, 9057, 11606, 9092, 11558, 8750, 9843, 8698, 8572, 8985, 9424, 8421, 9150, 8426, 9386, 8599, 8947, 8366, 8846, 7859, 7822, 8068, 7692, 7675, 7894, 8447, 8437, 8852, 8602, 8351, 8458, 8295, 7824, 8314, 8217, 8012, 9033, 8052, 9991, 8025, 11436, 8612, 9745, 9127, 8785, 8841, 8694, 8502, 9311, 8158, 9545, 8549, 10906, 8230, 9903, 8058, 8415, 9230, 9768, 8631, 7716, 7694, 7743, 9088, 8223, 8684, 9771, 7993, 8838, 10342, 9729, 9881, 10450, 9529, 11338, 11329, 9213, 9648, 11818, 8407, 13298, 10069, 7826, 10814, 8276, 9970, 8343, 11133, 8984, 7419, 8888, 7440, 9637, 8264, 7468, 9105, 7494, 9619, 7467, 7372, 10063, 7729, 9146, 7870, 7319, 10480, 7327, 11136, 7856, 10946, 8315, 11164, 8764, 8050, 9072, 6853, 8927, 7082, 8720, 7428, 9009, 7037, 8896, 7204, 9105, 7807, 7397, 8204, 8260, 8635, 9586, 8031, 10321, 9474, 6604, 9631, 7467, 6403, 9372, 8340, 7185, 9158, 9463, 7486, 12171, 9069, 12576, 10842, 9002, 12049, 9928, 13586, 10951, 10443, 13059, 8712, 8371, 9839, 7067, 10898, 7723, 11937, 8549, 7384, 9012, 9392, 11078, 11302, 7785, 11177, 7990, 12851, 9033, 7356, 8690, 6536, 7512, 8331, 7043, 9891, 8968, 7230, 11749, 9657, 8674, 12825, 11098, 9583, 12696, 10226, 8282, 10567, 9367, 9199, 9156, 7887, 10792, 8940, 7159, 9527, 8814, 6815, 10036, 7602, 11842, 8444, 12493, 9012, 12268, 9379, 7907, 10033, 6842, 10549, 7310, 10819, 7982, 10772, 8595, 8624, 8768, 7092, 10013, 7120, 10146, 7491, 10319, 7956, 10672, 8176, 7114, 8378, 6989, 9137, 7575, 10235, 7778, 10795, 8715, 11399, 9115, 9521, 9565, 10540, 9252, 12057, 8963, 11362, 8505, 10622, 8759, 10200, 8387, 7023, 8710, 6921, 9182, 6928, 9555, 7551, 10744, 8205, 8535, 9412, 7063, 10735, 7931, 7647, 9926, 8457, 12426, 9830, 8177, 11062, 8001, 12308, 8510, 12040, 9340, 12820, 9873, 12243, 10908, 7135, 10687, 7331, 11714, 7476, 11405, 8276, 11217, 8802, 9011, 10253, 6709, 10397, 7884, 11288, 7803, 11430, 9724, 9427, 9366, 6806, 10496, 8154, 10459, 7995, 10126, 8101, 10023, 8161, 8052, 8312, 6545, 10463, 6680, 10437, 7721, 6977, 10016, 7801, 10325, 7672, 10463, 8837, 6702, 10194, 8096, 10408, 7193, 11827, 8717, 12163, 8688, 11724, 8763, 10850, 9785, 7617, 10022, 7689, 6677, 9257, 7303, 7998, 10005, 7586, 11280, 8915, 9815, 9916, 7924, 11234, 8092, 11399, 7845, 12211, 9491, 12148, 8749, 10639, 9419, 9860, 10179, 7086, 10284, 7731, 10290, 7758, 10699, 7588, 10576, 7741, 10366, 8314, 7435, 9555, 7601, 10338, 7339, 10510, 7551, 11099, 7937, 10937, 8343, 10504, 8674, 8690, 9618, 6578, 9666, 6771, 9526, 6857, 10223, 6825, 9842, 6885, 9898, 8054, 9607, 8339, 7554, 8171, 7128, 9083, 7751, 11825, 8251, 6802, 8501, 7694, 6875, 9283, 10224, 8366, 11096, 9816, 8067, 13556, 11286, 8327, 13073, 11450, 8923, 12855, 9808, 8304, 11651, 9767, 13064, 9283, 7077, 10008, 7527, 10954, 8298, 10748, 7913, 9856, 7917, 9450, 7947], 'WindowCenter': [4174.0, 4216.0, 4148.0, 4175.0, 4130.0, 4155.0, 4115.0, 4143.0, 4103.0, 4132.0, 4101.0, 4154.0, 4088.0, 4107.0, 4075.0, 4109.0, 4106.0, 4107.0, 4106.0, 4073.0, 4081.0, 4072.0, 4098.0, 4102.0, 4074.0, 4076.0, 4066.0, 4088.0, 4081.0, 4080.0, 4078.0, 4103.0, 4114.0, 4113.0, 4103.0, 4111.0, 4116.0, 4091.0, 4141.0, 4120.0, 4152.0, 4130.0, 4128.0, 4119.0, 4107.0, 4118.0, 4066.0, 4107.0, 4064.0, 4095.0, 4053.0, 4095.0, 4086.0, 4106.0, 4098.0, 4108.0, 4114.0, 4092.0, 4113.0, 4067.0, 4095.0, 4021.0, 3963.0, 4144.0, 4094.0, 4113.0, 4136.0, 4103.0, 4134.0, 4106.0, 4128.0, 4139.0, 4120.0, 4149.0, 4117.0, 4115.0, 4151.0, 4130.0, 4180.0, 4128.0, 4159.0, 4127.0, 4147.0, 4129.0, 4144.0, 4114.0, 4094.0, 4139.0, 4096.0, 4148.0, 4140.0, 4125.0, 4137.0, 4115.0, 4146.0, 4127.0, 4105.0, 4137.0, 4095.0, 4146.0, 4116.0, 4146.0, 4118.0, 4157.0, 4102.0, 4144.0, 4099.0, 4132.0, 4104.0, 4133.0, 4102.0, 4121.0, 4111.0, 4133.0, 4115.0, 4091.0, 4123.0, 4081.0, 4123.0, 4094.0, 4134.0, 4104.0, 4133.0, 4114.0, 4133.0, 4124.0, 4144.0, 4114.0, 4132.0, 4122.0, 4120.0, 4110.0, 4119.0, 4098.0, 4117.0, 4096.0, 4106.0, 4096.0, 4106.0, 4097.0, 4106.0, 4096.0, 4106.0, 4112.0, 4120.0, 4111.0, 4077.0, 4105.0, 4087.0, 4063.0, 4109.0, 4092.0, 4145.0, 4149.0, 4094.0, 4124.0, 4126.0, 4134.0, 4135.0, 4093.0, 4131.0, 4138.0, 4170.0, 4148.0, 4155.0, 4143.0, 4111.0, 4132.0, 4112.0, 4143.0, 4111.0, 4151.0, 4095.0, 4067.0, 4098.0, 4087.0, 4138.0, 4079.0, 4095.0, 4101.0, 4066.0, 4099.0, 4077.0, 4107.0, 4090.0, 4111.0, 4098.0, 4078.0, 4132.0, 4101.0, 4132.0, 4091.0, 4142.0, 4113.0, 4114.0, 4114.0, 4123.0, 4114.0, 4110.0, 4109.0, 4077.0, 4109.0, 4076.0, 4108.0, 4108.0, 4110.0, 4108.0, 4107.0, 4075.0, 4100.0, 4104.0, 4093.0, 4093.0, 4085.0, 4044.0, 4069.0, 4091.0, 4106.0, 4120.0, 4130.0, 4151.0, 4120.0, 4159.0, 4126.0, 4101.0, 4107.0, 4076.0, 4119.0, 4111.0, 4140.0, 4128.0, 4138.0, 4118.0, 4116.0, 4116.0, 4074.0, 4059.0, 4079.0, 4091.0, 3990.0, 4087.0, 3920.0, 4158.0, 4123.0, 4095.0, 4103.0, 4071.0, 4073.0, 4089.0, 4089.0, 4084.0, 4103.0, 4076.0, 4106.0, 4122.0, 4137.0, 4124.0, 4128.0, 4127.0, 4110.0, 4101.0, 4088.0, 4102.0, 4113.0, 4102.0, 4128.0, 4124.0, 4126.0, 4111.0, 4099.0, 4102.0, 4102.0, 4111.0, 4098.0, 4118.0, 4121.0, 4122.0, 4116.0, 4101.0, 4107.0, 4096.0, 4128.0, 4111.0, 4110.0, 4104.0, 4123.0, 4115.0, 4117.0, 4123.0, 4122.0, 4112.0, 4137.0, 4123.0, 4111.0, 4139.0, 4112.0, 4133.0, 4109.0, 4113.0, 4110.0, 4130.0, 4124.0, 4126.0, 4110.0, 4120.0, 4118.0, 4128.0, 4110.0, 4109.0, 4109.0, 4123.0, 4127.0, 4147.0, 4123.0, 4131.0, 4112.0, 4124.0, 4147.0, 4109.0, 4119.0, 4110.0, 4141.0, 4099.0, 4134.0, 4116.0, 4119.0, 4114.0, 4112.0, 4107.0, 4119.0, 4110.0, 4121.0, 4135.0, 4115.0, 4114.0, 4123.0, 4109.0, 4102.0, 4109.0, 4101.0, 4113.0, 4125.0, 4119.0, 4111.0, 4111.0, 4100.0, 4111.0, 4112.0, 4112.0, 4114.0, 4112.0, 4109.0, 4125.0, 4117.0, 4139.0, 4126.0, 4103.0, 4112.0, 4113.0, 4111.0, 4113.0, 4124.0, 4121.0, 4137.0, 4137.0, 4122.0, 4145.0, 4124.0, 4122.0, 4126.0, 4133.0, 4125.0, 4132.0, 4113.0, 4086.0, 4101.0, 4108.0, 4109.0, 4123.0, 4112.0, 4102.0, 4113.0, 4124.0, 4128.0, 4125.0, 4121.0, 4136.0, 4123.0, 4140.0, 4139.0, 4140.0, 4138.0, 4142.0, 4136.0, 4136.0, 4147.0, 4126.0, 4124.0, 4110.0, 4109.0, 4126.0, 4144.0, 4093.0, 4092.0, 4111.0, 4055.0, 4030.0, 4067.0, 4074.0, 4090.0, 4125.0, 4128.0, 4140.0, 4116.0, 4114.0, 4087.0, 4129.0, 4089.0, 4136.0, 4120.0, 4135.0, 4134.0, 4114.0, 4167.0, 4122.0, 4123.0, 4081.0, 4067.0, 4098.0, 4117.0, 4097.0, 4129.0, 4084.0, 4091.0, 4085.0, 4083.0, 4081.0, 4096.0, 4086.0, 4093.0, 4086.0, 4094.0, 4083.0, 4096.0, 4098.0, 4099.0, 4100.0, 4092.0, 4101.0, 4087.0, 4101.0, 4102.0, 4111.0, 4115.0, 4138.0, 4139.0, 4139.0, 4141.0, 4137.0, 4130.0, 4139.0, 4122.0, 4118.0, 4133.0, 4130.0, 4148.0, 4127.0, 4156.0, 4122.0, 4122.0, 4120.0, 4125.0, 4121.0, 4110.0, 4109.0, 4109.0, 4099.0, 4121.0, 4130.0, 4148.0, 4116.0, 4129.0, 4072.0, 4074.0, 4065.0, 4093.0, 4098.0, 4076.0, 4102.0, 4097.0, 4096.0, 4116.0, 4107.0, 4133.0, 4099.0, 4096.0, 4102.0, 4109.0, 4107.0, 4116.0, 4116.0, 4127.0, 4127.0, 4120.0, 4106.0, 4124.0, 4084.0, 4123.0, 4103.0, 4070.0, 4112.0, 4081.0, 4116.0, 4097.0, 4124.0, 4094.0, 4072.0, 4091.0, 4074.0, 4116.0, 4107.0, 4088.0, 4106.0, 4088.0, 4131.0, 4100.0, 4102.0, 4142.0, 4113.0, 4132.0, 4125.0, 4116.0, 4158.0, 4117.0, 4168.0, 4139.0, 4157.0, 4134.0, 4156.0, 4138.0, 4111.0, 4123.0, 4078.0, 4118.0, 4098.0, 4123.0, 4102.0, 4122.0, 4103.0, 4132.0, 4114.0, 4132.0, 4109.0, 4102.0, 4123.0, 4122.0, 4124.0, 4147.0, 4144.0, 4188.0, 4135.0, 4078.0, 4118.0, 4086.0, 4075.0, 4103.0, 4120.0, 4102.0, 4145.0, 4156.0, 4127.0, 4179.0, 4151.0, 4194.0, 4167.0, 4134.0, 4179.0, 4159.0, 4178.0, 4156.0, 4146.0, 4163.0, 4122.0, 4109.0, 4131.0, 4087.0, 4143.0, 4113.0, 4140.0, 4110.0, 4115.0, 4135.0, 4133.0, 4142.0, 4128.0, 4085.0, 4040.0, 3929.0, 4180.0, 4046.0, 4122.0, 4115.0, 4084.0, 4103.0, 4112.0, 4102.0, 4133.0, 4151.0, 4137.0, 4172.0, 4138.0, 4115.0, 4152.0, 4116.0, 4120.0, 4137.0, 4104.0, 4081.0, 4101.0, 4096.0, 4107.0, 4106.0, 4084.0, 4113.0, 4092.0, 4062.0, 4104.0, 4119.0, 4090.0, 4131.0, 4112.0, 4152.0, 4111.0, 4150.0, 4122.0, 4163.0, 4121.0, 4099.0, 4131.0, 4090.0, 4141.0, 4100.0, 4144.0, 4124.0, 4153.0, 4137.0, 4121.0, 4135.0, 4104.0, 4144.0, 4101.0, 4143.0, 4113.0, 4168.0, 4137.0, 4155.0, 4125.0, 4103.0, 4136.0, 4116.0, 4147.0, 4126.0, 4156.0, 4126.0, 4167.0, 4148.0, 4178.0, 4147.0, 4145.0, 4147.0, 4154.0, 4146.0, 4165.0, 4133.0, 4152.0, 4134.0, 4140.0, 4122.0, 4154.0, 4123.0, 4100.0, 4132.0, 4100.0, 4133.0, 4114.0, 4160.0, 4142.0, 4169.0, 4135.0, 4121.0, 4132.0, 4132.0, 4215.0, 4172.0, 4143.0, 4161.0, 4140.0, 4179.0, 4157.0, 4137.0, 4168.0, 4096.0, 4146.0, 4119.0, 4148.0, 4131.0, 4162.0, 4144.0, 4151.0, 4151.0, 4090.0, 4141.0, 4100.0, 4150.0, 4099.0, 4139.0, 4109.0, 4150.0, 4121.0, 4119.0, 4129.0, 4078.0, 4127.0, 4110.0, 4140.0, 4099.0, 4156.0, 4132.0, 4105.0, 4120.0, 4078.0, 4129.0, 4097.0, 4126.0, 4110.0, 4142.0, 4110.0, 4128.0, 4121.0, 4108.0, 4108.0, 4076.0, 4125.0, 4076.0, 4139.0, 4109.0, 4087.0, 4141.0, 4099.0, 4139.0, 4110.0, 4141.0, 4131.0, 4089.0, 4141.0, 4109.0, 4138.0, 4100.0, 4150.0, 4107.0, 4147.0, 4107.0, 4135.0, 4120.0, 4138.0, 4116.0, 4098.0, 4115.0, 4082.0, 4071.0, 4103.0, 4085.0, 4108.0, 4129.0, 4112.0, 4150.0, 4119.0, 4139.0, 4141.0, 4109.0, 4150.0, 4109.0, 4150.0, 4108.0, 4149.0, 4129.0, 4137.0, 4106.0, 4126.0, 4117.0, 4116.0, 4126.0, 4085.0, 4126.0, 4084.0, 4126.0, 4095.0, 4126.0, 4098.0, 4127.0, 4096.0, 4127.0, 4106.0, 4097.0, 4127.0, 4097.0, 4139.0, 4098.0, 4140.0, 4098.0, 4139.0, 4109.0, 4137.0, 4109.0, 4139.0, 4120.0, 4107.0, 4118.0, 4086.0, 4129.0, 4076.0, 4130.0, 4103.0, 4143.0, 4089.0, 4139.0, 4100.0, 4142.0, 4120.0, 4141.0, 4122.0, 4121.0, 4147.0, 4116.0, 4147.0, 4126.0, 4179.0, 4138.0, 4122.0, 4134.0, 4135.0, 4100.0, 4144.0, 4156.0, 4124.0, 4166.0, 4147.0, 4123.0, 4161.0, 4123.0, 4105.0, 4158.0, 4150.0, 4132.0, 4160.0, 4141.0, 4106.0, 4148.0, 4130.0, 4159.0, 4130.0, 4086.0, 4128.0, 4094.0, 4139.0, 4107.0, 4136.0, 4096.0, 4126.0, 4107.0, 4128.0, 4106.0], 'WindowWidth': [9326.0, 9361.0, 9251.0, 9277.0, 9207.0, 9233.0, 9175.0, 9207.0, 9153.0, 9191.0, 9150.0, 9223.0, 9124.0, 9146.0, 9101.0, 9152.0, 9144.0, 9148.0, 9143.0, 9096.0, 9105.0, 9095.0, 9140.0, 9148.0, 9090.0, 9092.0, 9085.0, 9118.0, 9112.0, 9111.0, 9107.0, 9151.0, 9169.0, 9166.0, 9153.0, 9158.0, 9164.0, 9136.0, 9201.0, 9171.0, 9215.0, 9181.0, 9178.0, 9166.0, 9148.0, 9164.0, 9091.0, 9145.0, 9086.0, 9126.0, 9071.0, 9127.0, 9116.0, 9145.0, 9137.0, 9152.0, 9173.0, 9143.0, 9165.0, 9091.0, 9125.0, 8997.0, 8884.0, 9235.0, 9146.0, 9166.0, 9201.0, 9155.0, 9197.0, 9165.0, 9199.0, 9212.0, 9190.0, 9224.0, 9181.0, 9175.0, 9231.0, 9204.0, 9268.0, 9194.0, 9238.0, 9194.0, 9220.0, 9199.0, 9212.0, 9170.0, 9146.0, 9213.0, 9151.0, 9224.0, 9214.0, 9186.0, 9207.0, 9177.0, 9217.0, 9192.0, 9164.0, 9206.0, 9148.0, 9215.0, 9175.0, 9216.0, 9183.0, 9232.0, 9154.0, 9208.0, 9146.0, 9190.0, 9158.0, 9194.0, 9150.0, 9174.0, 9163.0, 9194.0, 9174.0, 9136.0, 9179.0, 9124.0, 9179.0, 9146.0, 9199.0, 9157.0, 9195.0, 9171.0, 9194.0, 9186.0, 9210.0, 9169.0, 9189.0, 9176.0, 9171.0, 9158.0, 9167.0, 9137.0, 9160.0, 9131.0, 9143.0, 9132.0, 9143.0, 9134.0, 9145.0, 9131.0, 9145.0, 9165.0, 9173.0, 9161.0, 9110.0, 9143.0, 9122.0, 9086.0, 9156.0, 9139.0, 9214.0, 9225.0, 9143.0, 9183.0, 9189.0, 9195.0, 9198.0, 9142.0, 9192.0, 9208.0, 9258.0, 9222.0, 9224.0, 9207.0, 9159.0, 9190.0, 9164.0, 9208.0, 9162.0, 9213.0, 9131.0, 9099.0, 9141.0, 9122.0, 9206.0, 9110.0, 9120.0, 9147.0, 9092.0, 9142.0, 9110.0, 9149.0, 9132.0, 9163.0, 9142.0, 9113.0, 9193.0, 9150.0, 9190.0, 9139.0, 9204.0, 9170.0, 9174.0, 9170.0, 9181.0, 9171.0, 9158.0, 9156.0, 9110.0, 9154.0, 9108.0, 9153.0, 9154.0, 9158.0, 9153.0, 9150.0, 9105.0, 9144.0, 9156.0, 9111.0, 9130.0, 9101.0, 9047.0, 9089.0, 9125.0, 9153.0, 9182.0, 9199.0, 9225.0, 9182.0, 9231.0, 9185.0, 9145.0, 9147.0, 9107.0, 9169.0, 9163.0, 9198.0, 9180.0, 9192.0, 9165.0, 9158.0, 9159.0, 9101.0, 9050.0, 9086.0, 9119.0, 8945.0, 9118.0, 8803.0, 9279.0, 9194.0, 9146.0, 9150.0, 9106.0, 9108.0, 9126.0, 9129.0, 9130.0, 9156.0, 9096.0, 9162.0, 9178.0, 9200.0, 9186.0, 9192.0, 9188.0, 9159.0, 9145.0, 9126.0, 9148.0, 9162.0, 9153.0, 9191.0, 9184.0, 9187.0, 9162.0, 9145.0, 9149.0, 9148.0, 9158.0, 9138.0, 9168.0, 9178.0, 9181.0, 9177.0, 9149.0, 9149.0, 9134.0, 9194.0, 9164.0, 9159.0, 9153.0, 9182.0, 9169.0, 9176.0, 9183.0, 9180.0, 9168.0, 9203.0, 9183.0, 9164.0, 9211.0, 9169.0, 9197.0, 9158.0, 9164.0, 9163.0, 9188.0, 9187.0, 9188.0, 9163.0, 9175.0, 9183.0, 9195.0, 9161.0, 9158.0, 9157.0, 9185.0, 9191.0, 9219.0, 9185.0, 9192.0, 9169.0, 9189.0, 9219.0, 9160.0, 9173.0, 9163.0, 9206.0, 9147.0, 9195.0, 9176.0, 9173.0, 9169.0, 9163.0, 9154.0, 9174.0, 9163.0, 9180.0, 9200.0, 9174.0, 9169.0, 9183.0, 9158.0, 9150.0, 9154.0, 9147.0, 9164.0, 9186.0, 9172.0, 9162.0, 9159.0, 9145.0, 9159.0, 9162.0, 9162.0, 9167.0, 9164.0, 9160.0, 9183.0, 9179.0, 9211.0, 9190.0, 9152.0, 9164.0, 9166.0, 9161.0, 9167.0, 9183.0, 9178.0, 9207.0, 9208.0, 9184.0, 9214.0, 9182.0, 9178.0, 9189.0, 9193.0, 9186.0, 9191.0, 9166.0, 9123.0, 9147.0, 9151.0, 9162.0, 9181.0, 9166.0, 9154.0, 9167.0, 9184.0, 9196.0, 9191.0, 9181.0, 9201.0, 9187.0, 9215.0, 9212.0, 9218.0, 9212.0, 9220.0, 9205.0, 9206.0, 9220.0, 9190.0, 9184.0, 9162.0, 9158.0, 9191.0, 9212.0, 9133.0, 9125.0, 9146.0, 9066.0, 9023.0, 9089.0, 9098.0, 9131.0, 9184.0, 9193.0, 9215.0, 9172.0, 9168.0, 9122.0, 9179.0, 9126.0, 9190.0, 9175.0, 9197.0, 9195.0, 9169.0, 9246.0, 9177.0, 9177.0, 9114.0, 9069.0, 9140.0, 9159.0, 9137.0, 9180.0, 9116.0, 9119.0, 9113.0, 9108.0, 9106.0, 9132.0, 9123.0, 9124.0, 9122.0, 9128.0, 9114.0, 9136.0, 9141.0, 9141.0, 9146.0, 9140.0, 9150.0, 9122.0, 9152.0, 9152.0, 9165.0, 9174.0, 9210.0, 9213.0, 9216.0, 9220.0, 9212.0, 9204.0, 9215.0, 9187.0, 9185.0, 9203.0, 9206.0, 9229.0, 9199.0, 9232.0, 9182.0, 9181.0, 9175.0, 9188.0, 9178.0, 9161.0, 9157.0, 9157.0, 9144.0, 9177.0, 9205.0, 9221.0, 9174.0, 9190.0, 9097.0, 9099.0, 9071.0, 9125.0, 9142.0, 9110.0, 9154.0, 9143.0, 9130.0, 9171.0, 9146.0, 9190.0, 9140.0, 9130.0, 9134.0, 9154.0, 9147.0, 9163.0, 9166.0, 9177.0, 9177.0, 9173.0, 9149.0, 9170.0, 9115.0, 9165.0, 9137.0, 9090.0, 9148.0, 9108.0, 9161.0, 9140.0, 9171.0, 9128.0, 9098.0, 9123.0, 9106.0, 9164.0, 9156.0, 9131.0, 9153.0, 9133.0, 9192.0, 9153.0, 9156.0, 9209.0, 9174.0, 9198.0, 9192.0, 9182.0, 9241.0, 9186.0, 9254.0, 9219.0, 9239.0, 9207.0, 9235.0, 9215.0, 9168.0, 9184.0, 9120.0, 9175.0, 9151.0, 9184.0, 9156.0, 9183.0, 9159.0, 9200.0, 9177.0, 9199.0, 9168.0, 9157.0, 9186.0, 9182.0, 9190.0, 9226.0, 9234.0, 9298.0, 9202.0, 9113.0, 9163.0, 9123.0, 9107.0, 9138.0, 9174.0, 9155.0, 9218.0, 9234.0, 9198.0, 9272.0, 9236.0, 9297.0, 9251.0, 9204.0, 9271.0, 9242.0, 9267.0, 9237.0, 9219.0, 9237.0, 9181.0, 9161.0, 9189.0, 9129.0, 9209.0, 9172.0, 9202.0, 9162.0, 9179.0, 9207.0, 9201.0, 9209.0, 9183.0, 9120.0, 9011.0, 8829.0, 9280.0, 9040.0, 9197.0, 9172.0, 9131.0, 9153.0, 9163.0, 9154.0, 9193.0, 9233.0, 9224.0, 9258.0, 9205.0, 9171.0, 9215.0, 9155.0, 9169.0, 9186.0, 9136.0, 9104.0, 9130.0, 9129.0, 9149.0, 9146.0, 9114.0, 9147.0, 9118.0, 9080.0, 9139.0, 9170.0, 9134.0, 9189.0, 9168.0, 9219.0, 9163.0, 9213.0, 9181.0, 9236.0, 9179.0, 9145.0, 9191.0, 9135.0, 9204.0, 9149.0, 9211.0, 9191.0, 9225.0, 9212.0, 9181.0, 9203.0, 9163.0, 9214.0, 9155.0, 9212.0, 9171.0, 9256.0, 9212.0, 9230.0, 9192.0, 9161.0, 9209.0, 9184.0, 9227.0, 9195.0, 9235.0, 9197.0, 9250.0, 9230.0, 9269.0, 9227.0, 9219.0, 9224.0, 9229.0, 9220.0, 9245.0, 9201.0, 9221.0, 9202.0, 9205.0, 9184.0, 9231.0, 9186.0, 9154.0, 9198.0, 9153.0, 9199.0, 9179.0, 9248.0, 9229.0, 9258.0, 9208.0, 9180.0, 9195.0, 9216.0, 9348.0, 9284.0, 9230.0, 9249.0, 9220.0, 9268.0, 9237.0, 9208.0, 9251.0, 9134.0, 9202.0, 9170.0, 9209.0, 9191.0, 9236.0, 9213.0, 9218.0, 9220.0, 9136.0, 9205.0, 9151.0, 9216.0, 9146.0, 9199.0, 9160.0, 9217.0, 9181.0, 9175.0, 9186.0, 9118.0, 9182.0, 9164.0, 9203.0, 9150.0, 9235.0, 9193.0, 9144.0, 9175.0, 9116.0, 9184.0, 9140.0, 9175.0, 9164.0, 9210.0, 9165.0, 9185.0, 9179.0, 9159.0, 9159.0, 9112.0, 9174.0, 9115.0, 9200.0, 9164.0, 9132.0, 9207.0, 9148.0, 9199.0, 9164.0, 9206.0, 9194.0, 9138.0, 9205.0, 9160.0, 9199.0, 9151.0, 9215.0, 9155.0, 9207.0, 9153.0, 9190.0, 9178.0, 9197.0, 9166.0, 9144.0, 9160.0, 9112.0, 9099.0, 9141.0, 9124.0, 9159.0, 9188.0, 9172.0, 9217.0, 9176.0, 9204.0, 9205.0, 9163.0, 9218.0, 9160.0, 9218.0, 9159.0, 9214.0, 9187.0, 9194.0, 9152.0, 9179.0, 9168.0, 9164.0, 9179.0, 9124.0, 9177.0, 9121.0, 9178.0, 9137.0, 9179.0, 9146.0, 9182.0, 9141.0, 9181.0, 9155.0, 9142.0, 9181.0, 9144.0, 9202.0, 9146.0, 9202.0, 9146.0, 9201.0, 9161.0, 9195.0, 9160.0, 9201.0, 9176.0, 9155.0, 9170.0, 9126.0, 9185.0, 9115.0, 9190.0, 9162.0, 9214.0, 9137.0, 9202.0, 9156.0, 9210.0, 9181.0, 9207.0, 9184.0, 9185.0, 9231.0, 9186.0, 9226.0, 9196.0, 9270.0, 9213.0, 9203.0, 9204.0, 9214.0, 9158.0, 9218.0, 9236.0, 9185.0, 9245.0, 9219.0, 9184.0, 9229.0, 9166.0, 9147.0, 9224.0, 9215.0, 9197.0, 9231.0, 9207.0, 9152.0, 9213.0, 9189.0, 9228.0, 9191.0, 9129.0, 9183.0, 9136.0, 9203.0, 9157.0, 9193.0, 9140.0, 9178.0, 9157.0, 9185.0, 9156.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.0092616915995397</td></tr>
<tr><td colspan=3>aqi</td><td>0.18369438676639813</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.480237745541466</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9758771679493089</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9155758189170505</td></tr>
<tr><td colspan=3>efc</td><td>0.5068</td></tr>
<tr><td colspan=3>fber</td><td>4477.458</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.4059859476061788</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>363</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>41.77215189873418</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9752340710768266</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.731613753055071</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1803811059919878</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.0137073541834205</td></tr>
<tr><td colspan=3>gcor</td><td>0.0259724</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01725604012608528</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04644100368022919</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.6946868773597625</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>18.274</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.445</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.9016</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293173.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.7021</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.802</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.4093</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3301.8827</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>723.7926</td></tr>
<tr><td colspan=3>tsnr</td><td>14.412845010287128</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>