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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0053_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-03/func/sub-0053_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4bbf5b257d86fd894662c37c9d435df4</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:46:17.285000</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.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0812003</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>93f30a62-0793-4d1b-af16-cb18f84acabf||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.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['164617.285000', '164617.745000', '164618.205000', '164618.665000', '164619.125000', '164619.585000', '164620.045000', '164620.505000', '164620.965000', '164621.425000', '164621.885000', '164622.345000', '164622.805000', '164623.265000', '164623.725000', '164624.185000', '164624.645000', '164625.105000', '164625.565000', '164626.025000', '164626.485000', '164626.945000', '164627.405000', '164627.865000', '164628.325000', '164628.785000', '164629.245000', '164629.705000', '164630.165000', '164630.625000', '164631.085000', '164631.545000', '164632.005000', '164632.465000', '164632.925000', '164633.385000', '164633.845000', '164634.305000', '164634.765000', '164635.225000', '164635.685000', '164636.145000', '164636.605000', '164637.065000', '164637.525000', '164637.985000', '164638.445000', '164638.905000', '164639.365000', '164639.825000', '164640.285000', '164640.745000', '164641.205000', '164641.665000', '164642.125000', '164642.585000', '164643.045000', '164643.505000', '164643.965000', '164644.425000', '164644.885000', '164645.345000', '164645.805000', '164646.265000', '164646.725000', '164647.185000', '164647.645000', '164648.105000', '164648.565000', '164649.025000', '164649.485000', '164649.945000', '164650.405000', '164650.865000', '164651.325000', '164651.785000', '164652.245000', '164652.705000', '164653.165000', '164653.625000', '164654.085000', '164654.545000', '164655.005000', '164655.465000', '164655.925000', '164656.385000', '164656.845000', '164657.305000', '164657.765000', '164658.225000', '164658.685000', '164659.145000', '164659.605000', '164700.065000', '164700.525000', '164700.985000', '164701.445000', '164701.905000', '164702.365000', '164702.825000', '164703.285000', '164703.745000', '164704.205000', '164704.665000', '164705.125000', '164705.585000', '164706.045000', '164706.505000', '164706.965000', '164707.425000', '164707.885000', '164708.345000', '164708.805000', '164709.265000', '164709.725000', '164710.185000', '164710.645000', '164711.105000', '164711.565000', '164712.025000', '164712.485000', '164712.945000', '164713.405000', '164713.865000', '164714.325000', '164714.785000', '164715.245000', '164715.705000', '164716.165000', '164716.625000', '164717.085000', '164717.545000', '164718.005000', '164718.465000', '164718.925000', '164719.385000', '164719.845000', '164720.305000', '164720.765000', '164721.225000', '164721.685000', '164722.145000', '164722.605000', '164723.065000', '164723.525000', '164723.985000', '164724.445000', '164724.905000', '164725.365000', '164725.825000', '164726.285000', '164726.745000', '164727.205000', '164727.665000', '164728.125000', '164728.585000', '164729.045000', '164729.505000', '164729.965000', '164730.425000', '164730.885000', '164731.345000', '164731.805000', '164732.265000', '164732.725000', '164733.185000', '164733.645000', '164734.105000', '164734.565000', '164735.025000', '164735.485000', '164735.945000', '164736.405000', '164736.865000', '164737.325000', '164737.785000', '164738.245000', '164738.705000', '164739.165000', '164739.625000', '164740.085000', '164740.545000', '164741.005000', '164741.465000', '164741.925000', '164742.385000', '164742.845000', '164743.305000', '164743.765000', '164744.225000', '164744.685000', '164745.145000', '164745.605000', '164746.065000', '164746.525000', '164746.985000', '164747.445000', '164747.905000', '164748.365000', '164748.825000', '164749.285000', '164749.745000', '164750.205000', '164750.665000', '164751.125000', '164751.585000', '164752.045000', '164752.505000', '164752.965000', '164753.425000', '164753.885000', '164754.345000', '164754.805000', '164755.265000', '164755.725000', '164756.185000', '164756.645000', '164757.105000', '164757.565000', '164758.025000', '164758.485000', '164758.945000', '164759.405000', '164759.865000', '164800.325000', '164800.785000', '164801.245000', '164801.705000', '164802.165000', '164802.625000', '164803.085000', '164803.545000', '164804.005000', '164804.465000', '164804.925000', '164805.385000', '164805.845000', '164806.305000', '164806.765000', '164807.225000', '164807.685000', '164808.145000', '164808.605000', '164809.065000', '164809.525000', '164809.985000', '164810.445000', '164810.905000', '164811.365000', '164811.825000', '164812.285000', '164812.745000', '164813.205000', '164813.665000', '164814.125000', '164814.585000', '164815.045000', '164815.505000', '164815.965000', '164816.425000', '164816.885000', '164817.345000', '164817.805000', '164818.265000', '164818.725000', '164819.185000', '164819.645000', '164820.105000', '164820.565000', '164821.025000', '164821.485000', '164821.945000', '164822.405000', '164822.865000', '164823.325000', '164823.785000', '164824.245000', '164824.705000', '164825.165000', '164825.625000', '164826.085000', '164826.545000', '164827.005000', '164827.465000', '164827.925000', '164828.385000', '164828.845000', '164829.305000', '164829.765000', '164830.225000', '164830.685000', '164831.145000', '164831.605000', '164832.065000', '164832.525000', '164832.985000', '164833.445000', '164833.905000', '164834.365000', '164834.825000', '164835.285000', '164835.745000', '164836.205000', '164836.665000', '164837.125000', '164837.585000', '164838.045000', '164838.505000', '164838.965000', '164839.425000', '164839.885000', '164840.345000', '164840.805000', '164841.265000', '164841.725000', '164842.185000', '164842.645000', '164843.105000', '164843.565000', '164844.025000', '164844.485000', '164844.945000', '164845.405000', '164845.865000', '164846.325000', '164846.785000', '164847.245000', '164847.705000', '164848.165000', '164848.625000', '164849.085000', '164849.545000', '164850.005000', '164850.465000', '164850.925000', '164851.385000', '164851.845000', '164852.305000', '164852.765000', '164853.225000', '164853.685000', '164854.145000', '164854.605000', '164855.065000', '164855.525000', '164855.985000', '164856.445000', '164856.905000', '164857.365000', '164857.825000', '164858.285000', '164858.745000', '164859.205000', '164859.665000', '164900.125000', '164900.585000', '164901.045000', '164901.505000', '164901.965000', '164902.425000', '164902.885000', '164903.345000', '164903.805000', '164904.265000', '164904.725000', '164905.185000', '164905.645000', '164906.105000', '164906.565000', '164907.025000', '164907.485000', '164907.945000', '164908.405000', '164908.865000', '164909.325000', '164909.785000', '164910.245000', '164910.705000', '164911.165000', '164911.625000', '164912.085000', '164912.545000', '164913.005000', '164913.465000', '164913.925000', '164914.385000', '164914.845000', '164915.305000', '164915.765000', '164916.225000', '164916.685000', '164917.145000', '164917.605000', '164918.065000', '164918.525000', '164918.985000', '164919.445000', '164919.905000', '164920.365000', '164920.825000', '164921.285000', '164921.745000', '164922.205000', '164922.665000', '164923.125000', '164923.585000', '164924.045000', '164924.505000', '164924.965000', '164925.425000', '164925.885000', '164926.345000', '164926.805000', '164927.265000', '164927.725000', '164928.185000', '164928.645000', '164929.105000', '164929.565000', '164930.025000', '164930.485000', '164930.945000', '164931.405000', '164931.865000', '164932.325000', '164932.785000', '164933.245000', '164933.705000', '164934.165000', '164934.625000', '164935.085000', '164935.545000', '164936.005000', '164936.465000', '164936.925000', '164937.385000', '164937.845000', '164938.305000', '164938.765000', '164939.225000', '164939.685000', '164940.145000', '164940.605000', '164941.065000', '164941.525000', '164941.985000', '164942.445000', '164942.905000', '164943.365000', '164943.825000', '164944.285000', '164944.745000', '164945.205000', '164945.665000', '164946.125000', '164946.585000', '164947.045000', '164947.505000', '164947.965000', '164948.425000', '164948.885000', '164949.345000', '164949.805000', '164950.265000', '164950.725000', '164951.185000', '164951.645000', '164952.105000', '164952.565000', '164953.025000', '164953.485000', '164953.945000', '164954.405000', '164954.865000', '164955.325000', '164955.785000', '164956.245000', '164956.705000', '164957.165000', '164957.625000', '164958.085000', '164958.545000', '164959.005000', '164959.465000', '164959.925000', '165000.385000', '165000.845000', '165001.305000', '165001.765000', '165002.225000', '165002.685000', '165003.145000', '165003.605000', '165004.065000', '165004.525000', '165004.985000', '165005.445000', '165005.905000', '165006.365000', '165006.825000', '165007.285000', '165007.745000', '165008.205000', '165008.665000', '165009.125000', '165009.585000', '165010.045000', '165010.505000', '165010.965000', '165011.425000', '165011.885000', '165012.345000', '165012.805000', '165013.265000', '165013.725000', '165014.185000', '165014.645000', '165015.105000', '165015.565000', '165016.025000', '165016.485000', '165016.945000', '165017.405000', '165017.865000', '165018.325000', '165018.785000', '165019.245000', '165019.705000', '165020.165000', '165020.625000', '165021.085000', '165021.545000', '165022.005000', '165022.465000', '165022.925000', '165023.385000', '165023.845000', '165024.305000', '165024.765000', '165025.225000', '165025.685000', '165026.145000', '165026.605000', '165027.065000', '165027.525000', '165027.985000', '165028.445000', '165028.905000', '165029.365000', '165029.825000', '165030.285000', '165030.745000', '165031.205000', '165031.665000', '165032.125000', '165032.585000', '165033.045000', '165033.505000', '165033.965000', '165034.425000', '165034.885000', '165035.345000', '165035.805000', '165036.265000', '165036.725000', '165037.185000', '165037.645000', '165038.105000', '165038.565000', '165039.025000', '165039.485000', '165039.945000', '165040.405000', '165040.865000', '165041.325000', '165041.785000', '165042.245000', '165042.705000', '165043.165000', '165043.625000', '165044.085000', '165044.545000', '165045.005000', '165045.465000', '165045.925000', '165046.385000', '165046.845000', '165047.305000', '165047.765000', '165048.225000', '165048.685000', '165049.145000', '165049.605000', '165050.065000', '165050.525000', '165050.985000', '165051.445000', '165051.905000', '165052.365000', '165052.825000', '165053.285000', '165053.745000', '165054.205000', '165054.665000', '165055.125000', '165055.585000', '165056.045000', '165056.505000', '165056.965000', '165057.425000', '165057.885000', '165058.345000', '165058.805000', '165059.265000', '165059.725000', '165100.185000', '165100.645000', '165101.105000', '165101.565000', '165102.025000', '165102.485000', '165102.945000', '165103.405000', '165103.865000', '165104.325000', '165104.785000', '165105.245000', '165105.705000', '165106.165000', '165106.625000', '165107.085000', '165107.545000', '165108.005000', '165108.465000', '165108.925000', '165109.385000', '165109.845000', '165110.305000', '165110.765000', '165111.225000', '165111.685000', '165112.145000', '165112.605000', '165113.065000', '165113.525000', '165113.985000', '165114.445000', '165114.905000', '165115.365000', '165115.825000', '165116.285000', '165116.745000', '165117.205000', '165117.665000', '165118.125000', '165118.585000', '165119.045000', '165119.505000', '165119.965000', '165120.425000', '165120.885000', '165121.345000', '165121.805000', '165122.265000', '165122.725000', '165123.185000', '165123.645000', '165124.105000', '165124.565000', '165125.025000', '165125.485000', '165125.945000', '165126.405000', '165126.865000', '165127.325000', '165127.785000', '165128.245000', '165128.705000', '165129.165000', '165129.625000', '165130.085000', '165130.545000', '165131.005000', '165131.465000', '165131.925000', '165132.385000', '165132.845000', '165133.305000', '165133.765000', '165134.225000', '165134.685000', '165135.145000', '165135.605000', '165136.065000', '165136.525000', '165136.985000', '165137.445000', '165137.905000', '165138.365000', '165138.825000', '165139.285000', '165139.745000', '165140.205000', '165140.665000', '165141.125000', '165141.585000', '165142.045000', '165142.505000', '165142.965000', '165143.425000', '165143.885000', '165144.345000', '165144.805000', '165145.265000', '165145.725000', '165146.185000', '165146.645000', '165147.105000', '165147.565000', '165148.025000', '165148.485000', '165148.945000', '165149.405000', '165149.865000', '165150.325000', '165150.785000', '165151.245000', '165151.705000', '165152.165000', '165152.625000', '165153.085000', '165153.545000', '165154.005000', '165154.465000', '165154.925000', '165155.385000', '165155.845000', '165156.305000', '165156.765000', '165157.225000', '165157.685000', '165158.145000', '165158.605000', '165159.065000', '165159.525000', '165159.985000', '165200.445000', '165200.905000', '165201.365000', '165201.825000', '165202.285000', '165202.745000', '165203.205000', '165203.665000', '165204.125000', '165204.585000', '165205.045000', '165205.505000', '165205.965000', '165206.425000', '165206.885000', '165207.345000', '165207.805000', '165208.265000', '165208.725000', '165209.185000', '165209.645000', '165210.105000', '165210.565000', '165211.025000', '165211.485000', '165211.945000', '165212.405000', '165212.865000', '165213.325000', '165213.785000', '165214.245000', '165214.705000', '165215.165000', '165215.625000', '165216.085000', '165216.545000', '165217.005000', '165217.465000', '165217.925000', '165218.385000', '165218.845000', '165219.305000', '165219.765000', '165220.225000', '165220.685000', '165221.145000', '165221.605000', '165222.065000', '165222.525000', '165222.985000', '165223.445000', '165223.905000', '165224.365000', '165224.825000', '165225.285000', '165225.745000', '165226.205000', '165226.665000', '165227.125000', '165227.585000', '165228.045000', '165228.505000', '165228.965000', '165229.425000', '165229.885000', '165230.345000', '165230.805000', '165231.265000', '165231.725000', '165232.185000', '165232.645000', '165233.105000', '165233.565000', '165234.025000', '165234.485000', '165234.945000', '165235.405000', '165235.865000', '165236.325000', '165236.785000', '165237.245000', '165237.705000', '165238.165000', '165238.625000', '165239.085000', '165239.545000', '165240.005000', '165240.465000', '165240.925000', '165241.385000', '165241.845000', '165242.305000', '165242.765000', '165243.225000', '165243.685000', '165244.145000', '165244.605000', '165245.065000', '165245.525000', '165245.985000', '165246.445000', '165246.905000', '165247.365000', '165247.825000', '165248.285000', '165248.745000', '165249.205000', '165249.665000', '165250.125000', '165250.585000', '165251.045000', '165251.505000', '165251.965000', '165252.425000', '165252.885000', '165253.345000', '165253.805000', '165254.265000', '165254.725000', '165255.185000', '165255.645000', '165256.105000', '165256.565000', '165257.025000', '165257.485000', '165257.945000'], 'ContentTime': ['164637.803000', '164637.806000', '164637.809000', '164637.811000', '164637.814000', '164637.816000', '164637.819000', '164637.821000', '164637.824000', '164637.827000', '164637.831000', '164637.833000', '164637.836000', '164637.838000', '164637.841000', '164637.844000', '164637.846000', '164637.849000', '164637.851000', '164637.854000', '164637.857000', '164637.859000', '164637.862000', '164637.864000', '164637.867000', '164637.870000', '164637.872000', '164637.875000', '164637.877000', '164637.880000', '164637.882000', '164637.885000', '164637.888000', '164637.890000', '164637.893000', '164637.895000', '164637.898000', '164637.900000', '164637.903000', '164637.906000', '164637.908000', '164637.923000', '164637.926000', '164657.773000', '164657.776000', '164657.779000', '164657.781000', '164657.784000', '164657.786000', '164657.789000', '164657.791000', '164657.794000', '164657.797000', '164657.799000', '164657.802000', '164657.804000', '164657.807000', '164657.810000', '164657.812000', '164657.815000', '164657.817000', '164657.820000', '164657.822000', '164657.825000', '164657.827000', '164657.830000', '164657.832000', '164657.835000', '164657.837000', '164657.840000', '164657.843000', '164657.845000', '164657.848000', '164657.851000', '164657.853000', '164657.856000', '164657.858000', '164657.861000', '164657.863000', '164657.866000', '164657.869000', '164657.871000', '164657.874000', '164657.876000', '164657.879000', '164657.881000', '164717.774000', '164717.781000', '164717.784000', '164717.787000', '164717.789000', '164717.792000', '164717.794000', '164717.797000', '164717.871000', '164717.874000', '164717.876000', '164717.879000', '164717.882000', '164717.884000', '164717.887000', '164717.889000', '164717.892000', '164717.894000', '164717.897000', '164717.900000', '164717.902000', '164717.905000', '164717.907000', '164717.910000', '164717.912000', '164717.915000', '164717.917000', '164717.920000', '164717.922000', '164717.927000', '164717.930000', '164717.932000', '164717.935000', '164717.937000', '164717.940000', '164717.943000', '164717.945000', '164717.948000', '164717.950000', '164717.953000', '164717.955000', '164717.958000', '164717.961000', '164737.773000', '164737.776000', '164737.779000', '164737.781000', '164737.784000', '164737.786000', '164737.789000', '164737.791000', '164737.802000', '164737.805000', '164737.808000', '164737.810000', '164737.813000', '164737.815000', '164737.818000', '164737.820000', '164737.823000', '164737.826000', '164737.828000', '164737.831000', '164737.833000', '164737.836000', '164737.838000', '164737.841000', '164737.843000', '164737.846000', '164737.849000', '164737.851000', '164737.854000', '164737.856000', '164737.859000', '164737.861000', '164737.864000', '164737.867000', '164737.869000', '164737.872000', '164737.874000', '164737.877000', '164737.879000', '164737.882000', '164737.884000', '164737.887000', '164737.890000', '164737.892000', '164757.772000', '164757.775000', '164757.778000', '164757.780000', '164757.783000', '164757.785000', '164757.788000', '164757.790000', '164757.793000', '164757.796000', '164757.798000', '164757.801000', '164757.803000', '164757.806000', '164757.809000', '164757.811000', '164757.819000', '164757.821000', '164757.824000', '164757.826000', '164757.829000', '164757.832000', '164757.834000', '164757.837000', '164757.839000', '164757.842000', '164757.845000', '164757.847000', '164757.850000', '164757.852000', '164757.855000', '164757.857000', '164757.860000', '164757.863000', '164757.865000', '164757.868000', '164757.870000', '164757.873000', '164757.876000', '164757.878000', '164757.881000', '164757.884000', '164757.886000', '164757.889000', '164817.773000', '164817.775000', '164817.778000', '164817.781000', '164817.783000', '164817.786000', '164817.789000', '164817.791000', '164817.794000', '164817.796000', '164817.799000', '164817.802000', '164817.812000', '164817.814000', '164817.817000', '164817.819000', '164817.822000', '164817.824000', '164817.827000', '164817.830000', '164817.832000', '164817.835000', '164817.837000', '164817.840000', '164817.843000', '164817.845000', '164817.848000', '164817.850000', '164817.853000', '164817.855000', '164817.858000', '164817.860000', '164817.863000', '164817.866000', '164817.868000', '164817.871000', '164817.873000', '164817.914000', '164817.917000', '164817.919000', '164817.922000', '164817.924000', '164817.927000', '164837.773000', '164837.776000', '164837.779000', '164837.781000', '164837.784000', '164837.786000', '164837.789000', '164837.792000', '164837.794000', '164837.797000', '164837.851000', '164837.854000', '164837.856000', '164837.859000', '164837.861000', '164837.864000', '164837.867000', '164837.869000', '164837.872000', '164837.874000', '164837.877000', '164837.879000', '164837.882000', '164837.885000', '164837.887000', '164837.890000', '164837.892000', '164837.895000', '164837.898000', '164837.900000', '164837.903000', '164837.905000', '164837.908000', '164837.910000', '164837.913000', '164837.915000', '164837.918000', '164837.921000', '164837.923000', '164837.926000', '164837.928000', '164837.931000', '164837.934000', '164857.772000', '164857.775000', '164857.778000', '164857.780000', '164857.783000', '164857.785000', '164857.788000', '164857.791000', '164857.793000', '164857.796000', '164857.799000', '164857.801000', '164857.804000', '164857.807000', '164857.809000', '164857.812000', '164857.815000', '164857.817000', '164857.820000', '164857.822000', '164857.825000', '164857.828000', '164857.830000', '164857.833000', '164857.836000', '164857.838000', '164857.841000', '164857.843000', '164857.846000', '164857.849000', '164857.851000', '164857.854000', '164857.856000', '164857.859000', '164857.862000', '164857.864000', '164857.867000', '164857.870000', '164857.872000', '164857.875000', '164857.877000', '164857.880000', '164857.883000', '164857.885000', '164917.773000', '164917.776000', '164917.779000', '164917.781000', '164917.784000', '164917.787000', '164917.789000', '164917.792000', '164917.794000', '164917.797000', '164917.800000', '164917.802000', '164917.805000', '164917.807000', '164917.810000', '164917.813000', '164917.815000', '164917.818000', '164917.820000', '164917.823000', '164917.825000', '164917.828000', '164917.831000', '164917.833000', '164917.836000', '164917.838000', '164917.841000', '164917.843000', '164917.846000', '164917.849000', '164917.851000', '164917.854000', '164917.856000', '164917.859000', '164917.861000', '164917.864000', '164917.867000', '164917.869000', '164917.872000', '164917.875000', '164917.877000', '164917.880000', '164917.882000', '164937.773000', '164937.776000', '164937.779000', '164937.782000', '164937.784000', '164937.787000', '164937.789000', '164937.792000', '164937.795000', '164937.797000', '164937.855000', '164937.857000', '164937.860000', '164937.863000', '164937.865000', '164937.868000', '164937.870000', '164937.873000', '164937.875000', '164937.878000', '164937.881000', '164937.883000', '164937.886000', '164937.888000', '164937.891000', '164937.894000', '164937.896000', '164937.899000', '164937.902000', '164937.904000', '164937.907000', '164937.909000', '164937.912000', '164937.915000', '164937.917000', '164937.920000', '164937.923000', '164937.925000', '164937.928000', '164937.930000', '164937.933000', '164937.936000', '164937.938000', '164937.941000', '164957.773000', '164957.776000', '164957.779000', '164957.782000', '164957.784000', '164957.787000', '164957.790000', '164957.792000', '164957.795000', '164957.797000', '164957.840000', '164957.843000', '164957.846000', '164957.848000', '164957.851000', '164957.853000', '164957.856000', '164957.859000', '164957.861000', '164957.864000', '164957.867000', '164957.869000', '164957.872000', '164957.874000', '164957.877000', '164957.880000', '164957.882000', '164957.885000', '164957.887000', '164957.890000', '164957.893000', '164957.895000', '164957.898000', '164957.929000', '164957.932000', '164957.934000', '164957.937000', '164957.939000', '164957.942000', '164957.944000', '164957.947000', '164957.949000', '164957.952000', '165017.772000', '165017.775000', '165017.778000', '165017.780000', '165017.783000', '165017.786000', '165017.788000', '165017.791000', '165017.793000', '165017.796000', '165017.799000', '165017.856000', '165017.859000', '165017.861000', '165017.864000', '165017.866000', '165017.869000', '165017.872000', '165017.874000', '165017.877000', '165017.880000', '165017.882000', '165017.896000', '165017.899000', '165017.901000', '165017.904000', '165017.906000', '165017.909000', '165017.912000', '165017.914000', '165017.917000', '165017.920000', '165017.922000', '165017.925000', '165017.928000', '165017.930000', '165017.933000', '165017.935000', '165017.938000', '165017.940000', '165017.943000', '165017.946000', '165017.948000', '165017.951000', '165037.772000', '165037.775000', '165037.778000', '165037.781000', '165037.783000', '165037.786000', '165037.788000', '165037.791000', '165037.794000', '165037.796000', '165037.799000', '165037.831000', '165037.834000', '165037.836000', '165037.839000', '165037.842000', '165037.844000', '165037.847000', '165037.849000', '165037.852000', '165037.855000', '165037.857000', '165037.860000', '165037.862000', '165037.865000', '165037.868000', '165037.870000', '165037.873000', '165037.875000', '165037.878000', '165037.880000', '165037.883000', '165037.886000', '165037.888000', '165037.891000', '165037.894000', '165037.896000', '165037.899000', '165037.901000', '165037.904000', '165037.907000', '165037.909000', '165037.912000', '165057.773000', '165057.775000', '165057.778000', '165057.781000', '165057.783000', '165057.786000', '165057.789000', '165057.791000', '165057.794000', '165057.796000', '165057.799000', '165057.855000', '165057.857000', '165057.860000', '165057.862000', '165057.865000', '165057.867000', '165057.870000', '165057.873000', '165057.875000', '165057.878000', '165057.880000', '165057.883000', '165057.885000', '165057.888000', '165057.890000', '165057.893000', '165057.896000', '165057.898000', '165057.901000', '165057.903000', '165057.906000', '165057.909000', '165057.911000', '165057.914000', '165057.916000', '165057.919000', '165057.922000', '165057.924000', '165057.927000', '165057.929000', '165057.932000', '165057.935000', '165057.937000', '165117.773000', '165117.775000', '165117.778000', '165117.781000', '165117.783000', '165117.786000', '165117.788000', '165117.791000', '165117.794000', '165117.796000', '165117.799000', '165117.892000', '165117.894000', '165117.897000', '165117.899000', '165117.902000', '165117.905000', '165117.907000', '165117.910000', '165117.913000', '165117.915000', '165117.918000', '165117.920000', '165117.923000', '165117.926000', '165117.928000', '165117.931000', '165117.934000', '165117.936000', '165117.939000', '165117.942000', '165117.944000', '165117.947000', '165117.949000', '165117.952000', '165117.955000', '165117.957000', '165117.960000', '165117.962000', '165117.965000', '165117.967000', '165117.970000', '165117.973000', '165137.773000', '165137.785000', '165137.788000', '165137.790000', '165137.793000', '165137.795000', '165137.798000', '165137.893000', '165137.896000', '165137.899000', '165137.901000', '165137.904000', '165137.906000', '165137.909000', '165137.912000', '165137.914000', '165137.917000', '165137.920000', '165137.922000', '165137.925000', '165137.927000', '165137.930000', '165137.932000', '165137.935000', '165137.937000', '165137.940000', '165137.943000', '165137.945000', '165137.948000', '165137.950000', '165137.953000', '165137.956000', '165137.958000', '165137.961000', '165137.964000', '165137.966000', '165137.969000', '165137.971000', '165137.974000', '165137.977000', '165137.979000', '165137.982000', '165137.984000', '165137.987000', '165157.773000', '165157.776000', '165157.779000', '165157.782000', '165157.784000', '165157.787000', '165157.789000', '165157.792000', '165157.794000', '165157.797000', '165157.850000', '165157.852000', '165157.855000', '165157.858000', '165157.860000', '165157.863000', '165157.866000', '165157.868000', '165157.871000', '165157.874000', '165157.876000', '165157.879000', '165157.881000', '165157.884000', '165157.886000', '165157.889000', '165157.891000', '165157.894000', '165157.897000', '165157.899000', '165157.902000', '165157.905000', '165157.907000', '165157.910000', '165157.912000', '165157.915000', '165157.918000', '165157.920000', '165157.923000', '165157.926000', '165157.929000', '165157.931000', '165157.934000', '165217.773000', '165217.776000', '165217.779000', '165217.781000', '165217.784000', '165217.787000', '165217.789000', '165217.792000', '165217.794000', '165217.797000', '165217.846000', '165217.849000', '165217.851000', '165217.854000', '165217.857000', '165217.859000', '165217.862000', '165217.864000', '165217.867000', '165217.870000', '165217.872000', '165217.875000', '165217.877000', '165217.880000', '165217.883000', '165217.885000', '165217.888000', '165217.890000', '165217.893000', '165217.896000', '165217.898000', '165217.901000', '165217.903000', '165217.906000', '165217.909000', '165217.911000', '165217.914000', '165217.916000', '165217.919000', '165217.922000', '165217.924000', '165217.927000', '165217.930000', '165217.932000', '165237.772000', '165237.775000', '165237.778000', '165237.780000', '165237.783000', '165237.786000', '165237.788000', '165237.791000', '165237.793000', '165237.796000', '165237.799000', '165237.837000', '165237.840000', '165237.842000', '165237.845000', '165237.847000', '165237.850000', '165237.853000', '165237.855000', '165237.858000', '165237.861000', '165237.864000', '165237.867000', '165237.870000', '165237.872000', '165237.875000', '165237.878000', '165237.880000', '165237.883000', '165237.886000', '165237.889000', '165237.891000', '165237.894000', '165237.897000', '165237.899000', '165237.902000', '165237.904000', '165237.907000', '165237.910000', '165237.912000', '165237.915000', '165237.917000', '165237.920000', '165257.773000', '165257.775000', '165257.778000', '165257.781000', '165257.783000', '165257.786000', '165257.788000', '165257.791000', '165257.793000', '165257.796000', '165257.799000', '165257.867000', '165257.887000', '165257.890000', '165257.892000', '165257.901000', '165257.903000', '165257.906000', '165257.908000', '165257.911000', '165257.914000', '165257.916000', '165257.919000', '165257.921000', '165257.924000', '165257.927000', '165257.929000', '165257.932000', '165257.934000', '165257.937000', '165257.940000', '165257.942000', '165257.945000', '165257.947000', '165257.950000', '165257.953000', '165257.955000', '165257.958000', '165257.960000', '165257.963000', '165257.966000', '165257.968000', '165257.971000', '165257.973000', '165258.991000', '165258.994000', '165258.997000'], 'InstanceCreationTime': ['164637.803000', '164637.806000', '164637.809000', '164637.811000', '164637.814000', '164637.816000', '164637.819000', '164637.821000', '164637.824000', '164637.827000', '164637.831000', '164637.833000', '164637.836000', '164637.838000', '164637.841000', '164637.844000', '164637.846000', '164637.849000', '164637.851000', '164637.854000', '164637.857000', '164637.859000', '164637.862000', '164637.864000', '164637.867000', '164637.870000', '164637.872000', '164637.875000', '164637.877000', '164637.880000', '164637.882000', '164637.885000', '164637.888000', '164637.890000', '164637.893000', '164637.895000', '164637.898000', '164637.900000', '164637.903000', '164637.906000', '164637.908000', '164637.923000', '164637.926000', '164657.773000', '164657.776000', '164657.779000', '164657.781000', '164657.784000', '164657.786000', '164657.789000', '164657.791000', '164657.794000', '164657.797000', '164657.799000', '164657.802000', '164657.804000', '164657.807000', '164657.810000', '164657.812000', '164657.815000', '164657.817000', '164657.820000', '164657.822000', '164657.825000', '164657.827000', '164657.830000', '164657.832000', '164657.835000', '164657.837000', '164657.840000', '164657.843000', '164657.845000', '164657.848000', '164657.851000', '164657.853000', '164657.856000', '164657.858000', '164657.861000', '164657.863000', '164657.866000', '164657.869000', '164657.871000', '164657.874000', '164657.876000', '164657.879000', '164657.881000', '164717.774000', '164717.781000', '164717.784000', '164717.787000', '164717.789000', '164717.792000', '164717.794000', '164717.797000', '164717.871000', '164717.874000', '164717.876000', '164717.879000', '164717.882000', '164717.884000', '164717.887000', '164717.889000', '164717.892000', '164717.894000', '164717.897000', '164717.900000', '164717.902000', '164717.905000', '164717.907000', '164717.910000', '164717.912000', '164717.915000', '164717.917000', '164717.920000', '164717.922000', '164717.927000', '164717.930000', '164717.932000', '164717.935000', '164717.937000', '164717.940000', '164717.943000', '164717.945000', '164717.948000', '164717.950000', '164717.953000', '164717.955000', '164717.958000', '164717.961000', '164737.773000', '164737.776000', '164737.779000', '164737.781000', '164737.784000', '164737.786000', '164737.789000', '164737.791000', '164737.802000', '164737.805000', '164737.808000', '164737.810000', '164737.813000', '164737.815000', '164737.818000', '164737.820000', '164737.823000', '164737.826000', '164737.828000', '164737.831000', '164737.833000', '164737.836000', '164737.838000', '164737.841000', '164737.843000', '164737.846000', '164737.849000', '164737.851000', '164737.854000', '164737.856000', '164737.859000', '164737.861000', '164737.864000', '164737.867000', '164737.869000', '164737.872000', '164737.874000', '164737.877000', '164737.879000', '164737.882000', '164737.884000', '164737.887000', '164737.890000', '164737.892000', '164757.772000', '164757.775000', '164757.778000', '164757.780000', '164757.783000', '164757.785000', '164757.788000', '164757.790000', '164757.793000', '164757.796000', '164757.798000', '164757.801000', '164757.803000', '164757.806000', '164757.809000', '164757.811000', '164757.819000', '164757.821000', '164757.824000', '164757.826000', '164757.829000', '164757.832000', '164757.834000', '164757.837000', '164757.839000', '164757.842000', '164757.845000', '164757.847000', '164757.850000', '164757.852000', '164757.855000', '164757.857000', '164757.860000', '164757.863000', '164757.865000', '164757.868000', '164757.870000', '164757.873000', '164757.876000', '164757.878000', '164757.881000', '164757.884000', '164757.886000', '164757.889000', '164817.773000', '164817.775000', '164817.778000', '164817.781000', '164817.783000', '164817.786000', '164817.789000', '164817.791000', '164817.794000', '164817.796000', '164817.799000', '164817.802000', '164817.812000', '164817.814000', '164817.817000', '164817.819000', '164817.822000', '164817.824000', '164817.827000', '164817.830000', '164817.832000', '164817.835000', '164817.837000', '164817.840000', '164817.843000', '164817.845000', '164817.848000', '164817.850000', '164817.853000', '164817.855000', '164817.858000', '164817.860000', '164817.863000', '164817.866000', '164817.868000', '164817.871000', '164817.873000', '164817.914000', '164817.917000', '164817.919000', '164817.922000', '164817.924000', '164817.927000', '164837.773000', '164837.776000', '164837.779000', '164837.781000', '164837.784000', '164837.786000', '164837.789000', '164837.792000', '164837.794000', '164837.797000', '164837.851000', '164837.854000', '164837.856000', '164837.859000', '164837.861000', '164837.864000', '164837.867000', '164837.869000', '164837.872000', '164837.874000', '164837.877000', '164837.879000', '164837.882000', '164837.885000', '164837.887000', '164837.890000', '164837.892000', '164837.895000', '164837.898000', '164837.900000', '164837.903000', '164837.905000', '164837.908000', '164837.910000', '164837.913000', '164837.915000', '164837.918000', '164837.921000', '164837.923000', '164837.926000', '164837.928000', '164837.931000', '164837.934000', '164857.772000', '164857.775000', '164857.778000', '164857.780000', '164857.783000', '164857.785000', '164857.788000', '164857.791000', '164857.793000', '164857.796000', '164857.799000', '164857.801000', '164857.804000', '164857.807000', '164857.809000', '164857.812000', '164857.815000', '164857.817000', '164857.820000', '164857.822000', '164857.825000', '164857.828000', '164857.830000', '164857.833000', '164857.836000', '164857.838000', '164857.841000', '164857.843000', '164857.846000', '164857.849000', '164857.851000', '164857.854000', '164857.856000', '164857.859000', '164857.862000', '164857.864000', '164857.867000', '164857.870000', '164857.872000', '164857.875000', '164857.877000', '164857.880000', '164857.883000', '164857.885000', '164917.773000', '164917.776000', '164917.779000', '164917.781000', '164917.784000', '164917.787000', '164917.789000', '164917.792000', '164917.794000', '164917.797000', '164917.800000', '164917.802000', '164917.805000', '164917.807000', '164917.810000', '164917.813000', '164917.815000', '164917.818000', '164917.820000', '164917.823000', '164917.825000', '164917.828000', '164917.831000', '164917.833000', '164917.836000', '164917.838000', '164917.841000', '164917.843000', '164917.846000', '164917.849000', '164917.851000', '164917.854000', '164917.856000', '164917.859000', '164917.861000', '164917.864000', '164917.867000', '164917.869000', '164917.872000', '164917.875000', '164917.877000', '164917.880000', '164917.882000', '164937.773000', '164937.776000', '164937.779000', '164937.782000', '164937.784000', '164937.787000', '164937.789000', '164937.792000', '164937.795000', '164937.797000', '164937.855000', '164937.857000', '164937.860000', '164937.863000', '164937.865000', '164937.868000', '164937.870000', '164937.873000', '164937.875000', '164937.878000', '164937.881000', '164937.883000', '164937.886000', '164937.888000', '164937.891000', '164937.894000', '164937.896000', '164937.899000', '164937.902000', '164937.904000', '164937.907000', '164937.909000', '164937.912000', '164937.915000', '164937.917000', '164937.920000', '164937.923000', '164937.925000', '164937.928000', '164937.930000', '164937.933000', '164937.936000', '164937.938000', '164937.941000', '164957.773000', '164957.776000', '164957.779000', '164957.782000', '164957.784000', '164957.787000', '164957.790000', '164957.792000', '164957.795000', '164957.797000', '164957.840000', '164957.843000', '164957.846000', '164957.848000', '164957.851000', '164957.853000', '164957.856000', '164957.859000', '164957.861000', '164957.864000', '164957.867000', '164957.869000', '164957.872000', '164957.874000', '164957.877000', '164957.880000', '164957.882000', '164957.885000', '164957.887000', '164957.890000', '164957.893000', '164957.895000', '164957.898000', '164957.929000', '164957.932000', '164957.934000', '164957.937000', '164957.939000', '164957.942000', '164957.944000', '164957.947000', '164957.949000', '164957.952000', '165017.772000', '165017.775000', '165017.778000', '165017.780000', '165017.783000', '165017.786000', '165017.788000', '165017.791000', '165017.793000', '165017.796000', '165017.799000', '165017.856000', '165017.859000', '165017.861000', '165017.864000', '165017.866000', '165017.869000', '165017.872000', '165017.874000', '165017.877000', '165017.880000', '165017.882000', '165017.896000', '165017.899000', '165017.901000', '165017.904000', '165017.906000', '165017.909000', '165017.912000', '165017.914000', '165017.917000', '165017.920000', '165017.922000', '165017.925000', '165017.928000', '165017.930000', '165017.933000', '165017.935000', '165017.938000', '165017.940000', '165017.943000', '165017.946000', '165017.948000', '165017.951000', '165037.772000', '165037.775000', '165037.778000', '165037.781000', '165037.783000', '165037.786000', '165037.788000', '165037.791000', '165037.794000', '165037.796000', '165037.799000', '165037.831000', '165037.834000', '165037.836000', '165037.839000', '165037.842000', '165037.844000', '165037.847000', '165037.849000', '165037.852000', '165037.855000', '165037.857000', '165037.860000', '165037.862000', '165037.865000', '165037.868000', '165037.870000', '165037.873000', '165037.875000', '165037.878000', '165037.880000', '165037.883000', '165037.886000', '165037.888000', '165037.891000', '165037.894000', '165037.896000', '165037.899000', '165037.901000', '165037.904000', '165037.907000', '165037.909000', '165037.912000', '165057.773000', '165057.775000', '165057.778000', '165057.781000', '165057.783000', '165057.786000', '165057.789000', '165057.791000', '165057.794000', '165057.796000', '165057.799000', '165057.855000', '165057.857000', '165057.860000', '165057.862000', '165057.865000', '165057.867000', '165057.870000', '165057.873000', '165057.875000', '165057.878000', '165057.880000', '165057.883000', '165057.885000', '165057.888000', '165057.890000', '165057.893000', '165057.896000', '165057.898000', '165057.901000', '165057.903000', '165057.906000', '165057.909000', '165057.911000', '165057.914000', '165057.916000', '165057.919000', '165057.922000', '165057.924000', '165057.927000', '165057.929000', '165057.932000', '165057.935000', '165057.937000', '165117.773000', '165117.775000', '165117.778000', '165117.781000', '165117.783000', '165117.786000', '165117.788000', '165117.791000', '165117.794000', '165117.796000', '165117.799000', '165117.892000', '165117.894000', '165117.897000', '165117.899000', '165117.902000', '165117.905000', '165117.907000', '165117.910000', '165117.913000', '165117.915000', '165117.918000', '165117.920000', '165117.923000', '165117.926000', '165117.928000', '165117.931000', '165117.934000', '165117.936000', '165117.939000', '165117.942000', '165117.944000', '165117.947000', '165117.949000', '165117.952000', '165117.955000', '165117.957000', '165117.960000', '165117.962000', '165117.965000', '165117.967000', '165117.970000', '165117.973000', '165137.773000', '165137.785000', '165137.788000', '165137.790000', '165137.793000', '165137.795000', '165137.798000', '165137.893000', '165137.896000', '165137.899000', '165137.901000', '165137.904000', '165137.906000', '165137.909000', '165137.912000', '165137.914000', '165137.917000', '165137.920000', '165137.922000', '165137.925000', '165137.927000', '165137.930000', '165137.932000', '165137.935000', '165137.937000', '165137.940000', '165137.943000', '165137.945000', '165137.948000', '165137.950000', '165137.953000', '165137.956000', '165137.958000', '165137.961000', '165137.964000', '165137.966000', '165137.969000', '165137.971000', '165137.974000', '165137.977000', '165137.979000', '165137.982000', '165137.984000', '165137.987000', '165157.773000', '165157.776000', '165157.779000', '165157.782000', '165157.784000', '165157.787000', '165157.789000', '165157.792000', '165157.794000', '165157.797000', '165157.850000', '165157.852000', '165157.855000', '165157.858000', '165157.860000', '165157.863000', '165157.866000', '165157.868000', '165157.871000', '165157.874000', '165157.876000', '165157.879000', '165157.881000', '165157.884000', '165157.886000', '165157.889000', '165157.891000', '165157.894000', '165157.897000', '165157.899000', '165157.902000', '165157.905000', '165157.907000', '165157.910000', '165157.912000', '165157.915000', '165157.918000', '165157.920000', '165157.923000', '165157.926000', '165157.929000', '165157.931000', '165157.934000', '165217.773000', '165217.776000', '165217.779000', '165217.781000', '165217.784000', '165217.787000', '165217.789000', '165217.792000', '165217.794000', '165217.797000', '165217.846000', '165217.849000', '165217.851000', '165217.854000', '165217.857000', '165217.859000', '165217.862000', '165217.864000', '165217.867000', '165217.870000', '165217.872000', '165217.875000', '165217.877000', '165217.880000', '165217.883000', '165217.885000', '165217.888000', '165217.890000', '165217.893000', '165217.896000', '165217.898000', '165217.901000', '165217.903000', '165217.906000', '165217.909000', '165217.911000', '165217.914000', '165217.916000', '165217.919000', '165217.922000', '165217.924000', '165217.927000', '165217.930000', '165217.932000', '165237.772000', '165237.775000', '165237.778000', '165237.780000', '165237.783000', '165237.786000', '165237.788000', '165237.791000', '165237.793000', '165237.796000', '165237.799000', '165237.837000', '165237.840000', '165237.842000', '165237.845000', '165237.847000', '165237.850000', '165237.853000', '165237.855000', '165237.858000', '165237.861000', '165237.864000', '165237.867000', '165237.870000', '165237.872000', '165237.875000', '165237.878000', '165237.880000', '165237.883000', '165237.886000', '165237.889000', '165237.891000', '165237.894000', '165237.897000', '165237.899000', '165237.902000', '165237.904000', '165237.907000', '165237.910000', '165237.912000', '165237.915000', '165237.917000', '165237.920000', '165257.773000', '165257.775000', '165257.778000', '165257.781000', '165257.783000', '165257.786000', '165257.788000', '165257.791000', '165257.793000', '165257.796000', '165257.799000', '165257.867000', '165257.887000', '165257.890000', '165257.892000', '165257.901000', '165257.903000', '165257.906000', '165257.908000', '165257.911000', '165257.914000', '165257.916000', '165257.919000', '165257.921000', '165257.924000', '165257.927000', '165257.929000', '165257.932000', '165257.934000', '165257.937000', '165257.940000', '165257.942000', '165257.945000', '165257.947000', '165257.950000', '165257.953000', '165257.955000', '165257.958000', '165257.960000', '165257.963000', '165257.966000', '165257.968000', '165257.971000', '165257.973000', '165258.991000', '165258.994000', '165258.997000'], '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': [8387, 10403, 7844, 10875, 7517, 8923, 7197, 8225, 9541, 7794, 8969, 7389, 8256, 10025, 7792, 9485, 7368, 8151, 9985, 7949, 9098, 6908, 8069, 10458, 7721, 8882, 7891, 7031, 7898, 6565, 8021, 9825, 7809, 8186, 10608, 7952, 9304, 7501, 8175, 10350, 7971, 8966, 7573, 8290, 10704, 7852, 8995, 7451, 8012, 10172, 7936, 7801, 7499, 7988, 9805, 7859, 7478, 7125, 8024, 9450, 7881, 7541, 7269, 8259, 9112, 7776, 8686, 7170, 8010, 9342, 8042, 10267, 7760, 7968, 9027, 7973, 10620, 8224, 8445, 7612, 8163, 9342, 8018, 8803, 7418, 8331, 9432, 8078, 8738, 7468, 7612, 7662, 7750, 9953, 7665, 8232, 7278, 8119, 9713, 7917, 8523, 7287, 8040, 10131, 7872, 9286, 7553, 8218, 9830, 7840, 9552, 7544, 8292, 9854, 8104, 9073, 7884, 8437, 10253, 7953, 7692, 8624, 7922, 10098, 7847, 7461, 7428, 7893, 9577, 7492, 8154, 9124, 7865, 10239, 7899, 7735, 8473, 7929, 9954, 7635, 8412, 9025, 7862, 9816, 7976, 8098, 6970, 7821, 7491, 7987, 8606, 8036, 9500, 8099, 10788, 7898, 8482, 10298, 8083, 9001, 7269, 7874, 9118, 8190, 9628, 7787, 7616, 7083, 8204, 9588, 7671, 8839, 7426, 7545, 7021, 7737, 9130, 7446, 7727, 8177, 7871, 10377, 7849, 8483, 7094, 7978, 9460, 7778, 8998, 7293, 8106, 10105, 7727, 9294, 7401, 8326, 10094, 7677, 9207, 7508, 7908, 10649, 7914, 8756, 7395, 8238, 10126, 7744, 8097, 9072, 8076, 10536, 8110, 7836, 6876, 7882, 9921, 7710, 7538, 7924, 7773, 10132, 7767, 8084, 7711, 8066, 9853, 7505, 8320, 10050, 7833, 9895, 7338, 8430, 10093, 7847, 8988, 7598, 8051, 9935, 7895, 7815, 7074, 8222, 9374, 7593, 9016, 7409, 7822, 8741, 7824, 10170, 7653, 7989, 9824, 7901, 10217, 7909, 7732, 7428, 7828, 10196, 7873, 8161, 7644, 7780, 9990, 7650, 8391, 7501, 7930, 10366, 7379, 8091, 10030, 7933, 9024, 7398, 8036, 10475, 7855, 8027, 9513, 7885, 9440, 7731, 7245, 6853, 7741, 8699, 7508, 7922, 7851, 7924, 10087, 7617, 7737, 6688, 7881, 10216, 7633, 8094, 9417, 7751, 10228, 7577, 7827, 6597, 7684, 8935, 7536, 8142, 7509, 8244, 9441, 7791, 9848, 7581, 8278, 10311, 7927, 9333, 7795, 8031, 10697, 7688, 8371, 9971, 7869, 9675, 7837, 8348, 10174, 7867, 9360, 7110, 8239, 9449, 7728, 8374, 7419, 7931, 10256, 7750, 9607, 7705, 8251, 9992, 7850, 9957, 8068, 8259, 9620, 8015, 9532, 7327, 8050, 10551, 7632, 8467, 9854, 7884, 9470, 7522, 8207, 9612, 7723, 7795, 6869, 7861, 8896, 7752, 8011, 7050, 7905, 10001, 7502, 8508, 6926, 7913, 10453, 7851, 8702, 7048, 7841, 10457, 7765, 7892, 8182, 7727, 10050, 7202, 7922, 9541, 7682, 10121, 7025, 8197, 9873, 7796, 9164, 6980, 8090, 9874, 7568, 8781, 7189, 7723, 9400, 7540, 9200, 7326, 7713, 9693, 7492, 8304, 7019, 7911, 9406, 8026, 9806, 7400, 7688, 6473, 7719, 9969, 7673, 8758, 7634, 8059, 9490, 7571, 8999, 7136, 8030, 10286, 7929, 8622, 7257, 8202, 9220, 7738, 8957, 7398, 7928, 9891, 7718, 9888, 7430, 8170, 8770, 7647, 9577, 6823, 7921, 10200, 7737, 8749, 7370, 7767, 10599, 7558, 8172, 9839, 8089, 9724, 7197, 8080, 10017, 7729, 7926, 6921, 7970, 9986, 7764, 8391, 6995, 7923, 10848, 7490, 7969, 9016, 7605, 10192, 7679, 7514, 6945, 7803, 10391, 7299, 8163, 9975, 7670, 9916, 7490, 7928, 10313, 7674, 9533, 6944, 7707, 10260, 7791, 8928, 7037, 7916, 10391, 7619, 8458, 7509, 7966, 9689, 7914, 8492, 7077, 8162, 10009, 7749, 8669, 7131, 7232, 6944, 7561, 7121, 7512, 6999, 8681, 11548, 7890, 9551, 7606, 8227, 10825, 7580, 8195, 9482, 8022, 10375, 7873, 7381, 7134, 7904, 9713, 8037, 6960, 7278, 8043, 10137, 7476, 7623, 6790, 7819, 9957, 7644, 9115, 6911, 8161, 9247, 7697, 9068, 7240, 8112, 9642, 7752, 8876, 6767, 7889, 10632, 7623, 7969, 7156, 7789, 9150, 7613, 7950, 6868, 7823, 10484, 7620, 9183, 7449, 7932, 9620, 7682, 9024, 7100, 8076, 9222, 7802, 9882, 7741, 7864, 7642, 7797, 7779, 9543, 10595, 7996, 9599, 7218, 7997, 10977, 7633, 7903, 7092, 7995, 9952, 7717, 8912, 6934, 8298, 8789, 7630, 8896, 7013, 8000, 8988, 7672, 9501, 7290, 8022, 9779, 7641, 9710, 7135, 8093, 10090, 7743, 10192, 7246, 8165, 9320, 7958, 10342, 7446, 8087, 9646, 7790, 10187, 7364, 7963, 9270, 7582, 10233, 7610, 7718, 8688, 7965, 10544, 7673, 7911, 9452, 8018, 10983, 7841, 7857, 7497, 7980, 10468, 7683, 8936, 7395, 7960, 9430, 7867, 9973, 7348, 7721, 9073, 8000, 10486, 7937, 8407, 7182, 8149, 10079, 7858, 8862, 7297, 8110, 9158, 7799, 8662, 7351, 7829, 9516, 7747, 9682, 7436, 8162, 9195, 7810, 10179, 7625, 8038, 9227, 7838, 10435, 7771, 7909, 7456, 7834, 9833, 7602, 10090, 7646, 7494, 8955, 7751, 10651, 7822, 8334, 7038, 7777, 10684, 7905, 8395, 7520, 8061, 9890, 7673, 9395, 7408, 7540, 7012, 7301, 6833, 7678, 9443, 7687, 9515, 7194, 7898, 8932, 7605, 10693, 7755, 8226, 6900, 8156, 10279, 7648, 9335, 7294, 8310, 9374, 7783, 9926, 7096, 7850, 9465, 7714, 10215, 7354, 7239, 6817, 8032, 10239, 7533, 9130, 7243, 8178, 10674, 7726, 9697, 7373, 8041, 10114, 7775, 9190, 7584, 8008, 9810, 7813, 8392, 7364, 7960, 9266, 7820, 8856, 7338, 8016, 9373, 7685, 10102, 7358, 7963, 9070, 7765, 9557, 7635, 8053, 10969, 7794, 7920, 7212, 7670, 10402, 7793, 8558, 7142, 8093, 10247, 7594, 9118, 6918, 8307, 9802, 7802, 9544, 7214, 6656, 7939, 7632, 6949, 7387, 7419, 7704, 7411, 8304, 7083, 8202, 10770, 7320, 8204, 10917, 7763, 8830, 7330, 8282, 9491, 7754, 8579, 7315, 8061, 9690, 7988, 9596, 7186, 8145, 9271, 7626, 8854, 7165, 8114, 9861, 7795, 9629, 7098, 7978, 10157, 7814, 9444, 7587, 7884, 11359, 7843, 9002, 7318, 8014, 10858, 7457, 7901, 9190, 8008, 10497, 7661, 8143, 9372, 7717, 10251, 7287], 'WindowCenter': [3788.0, 3802.0, 3762.0, 3796.0, 3737.0, 3757.0, 3724.0, 3744.0, 3753.0, 3729.0, 3742.0, 3725.0, 3748.0, 3756.0, 3720.0, 3756.0, 3721.0, 3728.0, 3751.0, 3734.0, 3738.0, 3713.0, 3727.0, 3762.0, 3731.0, 3745.0, 3748.0, 3730.0, 3744.0, 3724.0, 3755.0, 3782.0, 3740.0, 3746.0, 3765.0, 3730.0, 3753.0, 3718.0, 3731.0, 3750.0, 3735.0, 3742.0, 3719.0, 3727.0, 3751.0, 3733.0, 3740.0, 3704.0, 3723.0, 3746.0, 3724.0, 3723.0, 3712.0, 3736.0, 3750.0, 3730.0, 3724.0, 3708.0, 3730.0, 3752.0, 3736.0, 3736.0, 3727.0, 3745.0, 3752.0, 3737.0, 3742.0, 3721.0, 3741.0, 3751.0, 3738.0, 3764.0, 3733.0, 3736.0, 3746.0, 3731.0, 3759.0, 3735.0, 3729.0, 3720.0, 3731.0, 3743.0, 3735.0, 3746.0, 3724.0, 3743.0, 3757.0, 3737.0, 3740.0, 3721.0, 3731.0, 3716.0, 3732.0, 3753.0, 3731.0, 3748.0, 3716.0, 3745.0, 3769.0, 3732.0, 3746.0, 3719.0, 3733.0, 3762.0, 3736.0, 3753.0, 3728.0, 3743.0, 3748.0, 3735.0, 3757.0, 3719.0, 3734.0, 3755.0, 3727.0, 3746.0, 3729.0, 3735.0, 3746.0, 3715.0, 3723.0, 3733.0, 3723.0, 3754.0, 3723.0, 3724.0, 3719.0, 3731.0, 3751.0, 3719.0, 3732.0, 3740.0, 3736.0, 3767.0, 3736.0, 3736.0, 3734.0, 3730.0, 3756.0, 3725.0, 3743.0, 3738.0, 3729.0, 3756.0, 3736.0, 3732.0, 3723.0, 3738.0, 3735.0, 3745.0, 3756.0, 3746.0, 3769.0, 3750.0, 3777.0, 3745.0, 3756.0, 3768.0, 3734.0, 3737.0, 3713.0, 3736.0, 3738.0, 3730.0, 3749.0, 3736.0, 3730.0, 3714.0, 3744.0, 3749.0, 3736.0, 3754.0, 3726.0, 3730.0, 3720.0, 3734.0, 3754.0, 3727.0, 3738.0, 3741.0, 3746.0, 3765.0, 3744.0, 3755.0, 3724.0, 3742.0, 3753.0, 3732.0, 3758.0, 3723.0, 3734.0, 3769.0, 3737.0, 3758.0, 3718.0, 3748.0, 3759.0, 3728.0, 3753.0, 3721.0, 3737.0, 3763.0, 3731.0, 3742.0, 3720.0, 3732.0, 3756.0, 3725.0, 3735.0, 3745.0, 3735.0, 3758.0, 3736.0, 3732.0, 3711.0, 3736.0, 3755.0, 3728.0, 3733.0, 3731.0, 3736.0, 3768.0, 3737.0, 3744.0, 3732.0, 3732.0, 3762.0, 3724.0, 3740.0, 3757.0, 3730.0, 3752.0, 3725.0, 3735.0, 3755.0, 3731.0, 3747.0, 3724.0, 3732.0, 3752.0, 3736.0, 3726.0, 3706.0, 3747.0, 3746.0, 3737.0, 3753.0, 3722.0, 3738.0, 3744.0, 3738.0, 3764.0, 3733.0, 3733.0, 3758.0, 3733.0, 3764.0, 3733.0, 3733.0, 3720.0, 3721.0, 3751.0, 3730.0, 3732.0, 3720.0, 3736.0, 3752.0, 3736.0, 3737.0, 3720.0, 3731.0, 3751.0, 3713.0, 3731.0, 3755.0, 3724.0, 3739.0, 3708.0, 3716.0, 3754.0, 3719.0, 3713.0, 3733.0, 3723.0, 3744.0, 3724.0, 3720.0, 3709.0, 3731.0, 3746.0, 3721.0, 3732.0, 3732.0, 3732.0, 3768.0, 3733.0, 3734.0, 3711.0, 3731.0, 3767.0, 3736.0, 3737.0, 3758.0, 3726.0, 3756.0, 3725.0, 3737.0, 3706.0, 3729.0, 3747.0, 3734.0, 3745.0, 3722.0, 3749.0, 3765.0, 3739.0, 3765.0, 3730.0, 3741.0, 3764.0, 3733.0, 3759.0, 3718.0, 3733.0, 3763.0, 3725.0, 3732.0, 3754.0, 3722.0, 3740.0, 3723.0, 3735.0, 3750.0, 3729.0, 3744.0, 3709.0, 3730.0, 3750.0, 3721.0, 3730.0, 3722.0, 3733.0, 3759.0, 3733.0, 3753.0, 3737.0, 3747.0, 3756.0, 3737.0, 3753.0, 3732.0, 3737.0, 3751.0, 3735.0, 3752.0, 3714.0, 3720.0, 3754.0, 3718.0, 3729.0, 3739.0, 3719.0, 3745.0, 3724.0, 3731.0, 3748.0, 3724.0, 3720.0, 3698.0, 3732.0, 3738.0, 3732.0, 3736.0, 3722.0, 3749.0, 3765.0, 3723.0, 3748.0, 3715.0, 3738.0, 3761.0, 3732.0, 3743.0, 3716.0, 3737.0, 3763.0, 3726.0, 3737.0, 3731.0, 3722.0, 3752.0, 3720.0, 3736.0, 3757.0, 3722.0, 3767.0, 3708.0, 3728.0, 3755.0, 3724.0, 3757.0, 3707.0, 3733.0, 3762.0, 3734.0, 3748.0, 3723.0, 3733.0, 3754.0, 3738.0, 3754.0, 3723.0, 3738.0, 3770.0, 3739.0, 3740.0, 3722.0, 3746.0, 3756.0, 3749.0, 3766.0, 3736.0, 3741.0, 3713.0, 3740.0, 3769.0, 3735.0, 3745.0, 3734.0, 3750.0, 3770.0, 3739.0, 3759.0, 3727.0, 3748.0, 3763.0, 3738.0, 3748.0, 3725.0, 3749.0, 3758.0, 3730.0, 3744.0, 3726.0, 3734.0, 3751.0, 3733.0, 3768.0, 3727.0, 3749.0, 3739.0, 3733.0, 3758.0, 3717.0, 3739.0, 3769.0, 3738.0, 3747.0, 3727.0, 3732.0, 3767.0, 3736.0, 3748.0, 3752.0, 3736.0, 3759.0, 3716.0, 3731.0, 3753.0, 3730.0, 3731.0, 3711.0, 3736.0, 3757.0, 3732.0, 3748.0, 3711.0, 3739.0, 3764.0, 3726.0, 3736.0, 3739.0, 3727.0, 3764.0, 3733.0, 3727.0, 3715.0, 3737.0, 3763.0, 3726.0, 3749.0, 3760.0, 3738.0, 3764.0, 3723.0, 3734.0, 3763.0, 3732.0, 3753.0, 3715.0, 3737.0, 3767.0, 3732.0, 3742.0, 3726.0, 3737.0, 3767.0, 3721.0, 3733.0, 3725.0, 3733.0, 3757.0, 3732.0, 3748.0, 3715.0, 3731.0, 3752.0, 3738.0, 3749.0, 3727.0, 3738.0, 3723.0, 3735.0, 3728.0, 3735.0, 3728.0, 3754.0, 3792.0, 3734.0, 3752.0, 3726.0, 3731.0, 3761.0, 3724.0, 3730.0, 3739.0, 3724.0, 3750.0, 3729.0, 3725.0, 3709.0, 3729.0, 3751.0, 3731.0, 3710.0, 3721.0, 3744.0, 3769.0, 3737.0, 3737.0, 3715.0, 3737.0, 3753.0, 3719.0, 3748.0, 3715.0, 3743.0, 3746.0, 3718.0, 3743.0, 3721.0, 3732.0, 3755.0, 3722.0, 3746.0, 3700.0, 3736.0, 3763.0, 3722.0, 3737.0, 3715.0, 3733.0, 3753.0, 3734.0, 3732.0, 3710.0, 3733.0, 3763.0, 3733.0, 3759.0, 3723.0, 3737.0, 3759.0, 3735.0, 3743.0, 3715.0, 3733.0, 3750.0, 3732.0, 3759.0, 3738.0, 3745.0, 3734.0, 3734.0, 3740.0, 3771.0, 3766.0, 3733.0, 3753.0, 3721.0, 3736.0, 3755.0, 3724.0, 3735.0, 3709.0, 3737.0, 3749.0, 3725.0, 3740.0, 3714.0, 3731.0, 3733.0, 3721.0, 3742.0, 3712.0, 3739.0, 3748.0, 3739.0, 3770.0, 3726.0, 3738.0, 3758.0, 3732.0, 3759.0, 3722.0, 3735.0, 3764.0, 3737.0, 3768.0, 3721.0, 3747.0, 3753.0, 3737.0, 3768.0, 3726.0, 3737.0, 3751.0, 3721.0, 3753.0, 3713.0, 3733.0, 3747.0, 3737.0, 3767.0, 3737.0, 3732.0, 3746.0, 3732.0, 3766.0, 3719.0, 3733.0, 3759.0, 3732.0, 3769.0, 3732.0, 3732.0, 3717.0, 3729.0, 3767.0, 3726.0, 3745.0, 3726.0, 3737.0, 3751.0, 3735.0, 3756.0, 3718.0, 3733.0, 3747.0, 3732.0, 3768.0, 3737.0, 3732.0, 3704.0, 3732.0, 3751.0, 3737.0, 3746.0, 3725.0, 3737.0, 3741.0, 3725.0, 3740.0, 3724.0, 3725.0, 3756.0, 3725.0, 3757.0, 3720.0, 3743.0, 3746.0, 3725.0, 3752.0, 3720.0, 3731.0, 3746.0, 3720.0, 3757.0, 3726.0, 3737.0, 3725.0, 3727.0, 3751.0, 3736.0, 3763.0, 3736.0, 3727.0, 3746.0, 3733.0, 3764.0, 3721.0, 3735.0, 3714.0, 3720.0, 3762.0, 3731.0, 3727.0, 3721.0, 3732.0, 3751.0, 3725.0, 3745.0, 3720.0, 3724.0, 3715.0, 3722.0, 3712.0, 3738.0, 3758.0, 3738.0, 3770.0, 3723.0, 3749.0, 3759.0, 3734.0, 3770.0, 3734.0, 3732.0, 3710.0, 3732.0, 3768.0, 3730.0, 3754.0, 3726.0, 3748.0, 3758.0, 3726.0, 3757.0, 3715.0, 3738.0, 3753.0, 3729.0, 3768.0, 3722.0, 3727.0, 3716.0, 3738.0, 3764.0, 3730.0, 3759.0, 3722.0, 3744.0, 3770.0, 3739.0, 3758.0, 3720.0, 3737.0, 3757.0, 3722.0, 3743.0, 3720.0, 3735.0, 3756.0, 3725.0, 3735.0, 3708.0, 3731.0, 3740.0, 3720.0, 3742.0, 3726.0, 3731.0, 3747.0, 3727.0, 3753.0, 3726.0, 3738.0, 3746.0, 3722.0, 3754.0, 3725.0, 3732.0, 3766.0, 3720.0, 3716.0, 3712.0, 3720.0, 3762.0, 3721.0, 3745.0, 3710.0, 3733.0, 3756.0, 3721.0, 3745.0, 3716.0, 3748.0, 3754.0, 3737.0, 3750.0, 3726.0, 3722.0, 3739.0, 3746.0, 3730.0, 3737.0, 3740.0, 3751.0, 3736.0, 3755.0, 3734.0, 3758.0, 3781.0, 3728.0, 3744.0, 3765.0, 3726.0, 3747.0, 3726.0, 3749.0, 3757.0, 3727.0, 3742.0, 3721.0, 3734.0, 3758.0, 3732.0, 3759.0, 3708.0, 3738.0, 3752.0, 3737.0, 3755.0, 3713.0, 3734.0, 3761.0, 3734.0, 3752.0, 3720.0, 3735.0, 3765.0, 3738.0, 3756.0, 3727.0, 3734.0, 3767.0, 3736.0, 3748.0, 3726.0, 3731.0, 3762.0, 3725.0, 3737.0, 3755.0, 3738.0, 3769.0, 3723.0, 3739.0, 3747.0, 3737.0, 3768.0, 3726.0], 'WindowWidth': [8531.0, 8532.0, 8473.0, 8517.0, 8430.0, 8453.0, 8406.0, 8432.0, 8442.0, 8405.0, 8426.0, 8404.0, 8438.0, 8447.0, 8395.0, 8447.0, 8396.0, 8403.0, 8434.0, 8413.0, 8416.0, 8386.0, 8402.0, 8451.0, 8408.0, 8431.0, 8440.0, 8413.0, 8433.0, 8408.0, 8452.0, 8494.0, 8432.0, 8437.0, 8461.0, 8409.0, 8441.0, 8390.0, 8409.0, 8432.0, 8415.0, 8423.0, 8389.0, 8400.0, 8434.0, 8412.0, 8419.0, 8365.0, 8398.0, 8423.0, 8399.0, 8397.0, 8381.0, 8419.0, 8433.0, 8406.0, 8402.0, 8374.0, 8408.0, 8438.0, 8419.0, 8419.0, 8410.0, 8434.0, 8440.0, 8423.0, 8427.0, 8398.0, 8425.0, 8438.0, 8426.0, 8457.0, 8414.0, 8421.0, 8430.0, 8409.0, 8444.0, 8416.0, 8404.0, 8393.0, 8409.0, 8426.0, 8416.0, 8432.0, 8399.0, 8427.0, 8448.0, 8420.0, 8420.0, 8397.0, 8411.0, 8386.0, 8411.0, 8441.0, 8411.0, 8438.0, 8387.0, 8435.0, 8467.0, 8413.0, 8433.0, 8391.0, 8414.0, 8450.0, 8418.0, 8439.0, 8404.0, 8427.0, 8428.0, 8416.0, 8447.0, 8389.0, 8415.0, 8442.0, 8398.0, 8430.0, 8403.0, 8415.0, 8422.0, 8379.0, 8397.0, 8409.0, 8397.0, 8439.0, 8398.0, 8400.0, 8390.0, 8407.0, 8433.0, 8390.0, 8411.0, 8419.0, 8419.0, 8460.0, 8418.0, 8421.0, 8415.0, 8407.0, 8444.0, 8400.0, 8427.0, 8414.0, 8405.0, 8444.0, 8419.0, 8414.0, 8401.0, 8427.0, 8424.0, 8439.0, 8450.0, 8438.0, 8471.0, 8446.0, 8480.0, 8435.0, 8451.0, 8464.0, 8414.0, 8412.0, 8385.0, 8418.0, 8417.0, 8407.0, 8431.0, 8418.0, 8405.0, 8387.0, 8431.0, 8432.0, 8421.0, 8442.0, 8407.0, 8408.0, 8396.0, 8418.0, 8443.0, 8410.0, 8428.0, 8424.0, 8436.0, 8460.0, 8431.0, 8447.0, 8407.0, 8427.0, 8440.0, 8413.0, 8452.0, 8401.0, 8419.0, 8467.0, 8422.0, 8450.0, 8390.0, 8437.0, 8446.0, 8404.0, 8441.0, 8396.0, 8424.0, 8453.0, 8410.0, 8424.0, 8393.0, 8412.0, 8445.0, 8402.0, 8418.0, 8429.0, 8417.0, 8442.0, 8418.0, 8411.0, 8384.0, 8421.0, 8444.0, 8403.0, 8416.0, 8411.0, 8420.0, 8463.0, 8424.0, 8432.0, 8412.0, 8411.0, 8452.0, 8402.0, 8420.0, 8447.0, 8407.0, 8438.0, 8404.0, 8417.0, 8442.0, 8408.0, 8433.0, 8401.0, 8412.0, 8438.0, 8420.0, 8407.0, 8372.0, 8436.0, 8433.0, 8422.0, 8441.0, 8399.0, 8424.0, 8430.0, 8426.0, 8456.0, 8413.0, 8416.0, 8449.0, 8414.0, 8454.0, 8414.0, 8413.0, 8393.0, 8396.0, 8433.0, 8407.0, 8411.0, 8392.0, 8420.0, 8437.0, 8419.0, 8421.0, 8392.0, 8409.0, 8434.0, 8385.0, 8408.0, 8440.0, 8398.0, 8415.0, 8373.0, 8383.0, 8439.0, 8387.0, 8377.0, 8402.0, 8396.0, 8426.0, 8400.0, 8392.0, 8377.0, 8410.0, 8432.0, 8396.0, 8413.0, 8412.0, 8411.0, 8464.0, 8414.0, 8418.0, 8383.0, 8412.0, 8462.0, 8419.0, 8422.0, 8448.0, 8404.0, 8444.0, 8403.0, 8420.0, 8373.0, 8406.0, 8435.0, 8417.0, 8434.0, 8400.0, 8443.0, 8459.0, 8430.0, 8460.0, 8408.0, 8425.0, 8457.0, 8414.0, 8453.0, 8389.0, 8413.0, 8452.0, 8402.0, 8411.0, 8439.0, 8395.0, 8418.0, 8397.0, 8415.0, 8431.0, 8404.0, 8429.0, 8376.0, 8408.0, 8432.0, 8395.0, 8407.0, 8397.0, 8416.0, 8446.0, 8413.0, 8442.0, 8422.0, 8437.0, 8446.0, 8421.0, 8440.0, 8411.0, 8422.0, 8435.0, 8416.0, 8436.0, 8386.0, 8390.0, 8438.0, 8386.0, 8402.0, 8413.0, 8387.0, 8427.0, 8398.0, 8407.0, 8428.0, 8398.0, 8391.0, 8361.0, 8410.0, 8416.0, 8412.0, 8419.0, 8398.0, 8442.0, 8459.0, 8402.0, 8438.0, 8391.0, 8425.0, 8450.0, 8412.0, 8426.0, 8392.0, 8423.0, 8453.0, 8406.0, 8421.0, 8408.0, 8397.0, 8437.0, 8394.0, 8420.0, 8447.0, 8397.0, 8461.0, 8376.0, 8403.0, 8443.0, 8401.0, 8448.0, 8375.0, 8416.0, 8452.0, 8417.0, 8439.0, 8400.0, 8416.0, 8444.0, 8424.0, 8443.0, 8400.0, 8427.0, 8471.0, 8429.0, 8424.0, 8401.0, 8438.0, 8448.0, 8443.0, 8463.0, 8423.0, 8435.0, 8390.0, 8432.0, 8469.0, 8421.0, 8435.0, 8418.0, 8444.0, 8471.0, 8428.0, 8455.0, 8409.0, 8439.0, 8454.0, 8424.0, 8439.0, 8405.0, 8440.0, 8450.0, 8409.0, 8429.0, 8406.0, 8418.0, 8436.0, 8415.0, 8465.0, 8411.0, 8442.0, 8421.0, 8414.0, 8453.0, 8397.0, 8428.0, 8466.0, 8424.0, 8437.0, 8409.0, 8413.0, 8462.0, 8420.0, 8437.0, 8437.0, 8419.0, 8452.0, 8394.0, 8411.0, 8441.0, 8407.0, 8410.0, 8381.0, 8421.0, 8449.0, 8412.0, 8438.0, 8383.0, 8427.0, 8457.0, 8408.0, 8422.0, 8418.0, 8402.0, 8455.0, 8414.0, 8408.0, 8392.0, 8422.0, 8453.0, 8406.0, 8442.0, 8448.0, 8425.0, 8457.0, 8401.0, 8419.0, 8454.0, 8411.0, 8440.0, 8391.0, 8424.0, 8462.0, 8412.0, 8425.0, 8408.0, 8424.0, 8461.0, 8395.0, 8413.0, 8404.0, 8414.0, 8446.0, 8411.0, 8436.0, 8391.0, 8410.0, 8437.0, 8426.0, 8441.0, 8408.0, 8425.0, 8406.0, 8421.0, 8414.0, 8421.0, 8415.0, 8449.0, 8503.0, 8418.0, 8439.0, 8405.0, 8407.0, 8446.0, 8397.0, 8405.0, 8414.0, 8400.0, 8429.0, 8403.0, 8402.0, 8376.0, 8403.0, 8436.0, 8409.0, 8380.0, 8396.0, 8431.0, 8467.0, 8424.0, 8423.0, 8390.0, 8423.0, 8438.0, 8391.0, 8436.0, 8391.0, 8428.0, 8432.0, 8389.0, 8426.0, 8395.0, 8411.0, 8443.0, 8397.0, 8432.0, 8366.0, 8418.0, 8452.0, 8396.0, 8423.0, 8391.0, 8415.0, 8442.0, 8417.0, 8412.0, 8380.0, 8415.0, 8453.0, 8414.0, 8454.0, 8400.0, 8424.0, 8454.0, 8419.0, 8427.0, 8391.0, 8416.0, 8436.0, 8414.0, 8452.0, 8427.0, 8436.0, 8420.0, 8417.0, 8431.0, 8475.0, 8462.0, 8413.0, 8442.0, 8397.0, 8417.0, 8440.0, 8399.0, 8416.0, 8375.0, 8420.0, 8428.0, 8404.0, 8419.0, 8387.0, 8408.0, 8412.0, 8396.0, 8425.0, 8384.0, 8427.0, 8438.0, 8428.0, 8470.0, 8408.0, 8426.0, 8451.0, 8413.0, 8453.0, 8399.0, 8419.0, 8456.0, 8423.0, 8463.0, 8394.0, 8437.0, 8439.0, 8421.0, 8464.0, 8406.0, 8423.0, 8435.0, 8395.0, 8437.0, 8385.0, 8414.0, 8434.0, 8421.0, 8461.0, 8422.0, 8414.0, 8432.0, 8412.0, 8459.0, 8392.0, 8414.0, 8452.0, 8412.0, 8466.0, 8412.0, 8412.0, 8387.0, 8405.0, 8460.0, 8405.0, 8430.0, 8406.0, 8423.0, 8436.0, 8418.0, 8446.0, 8389.0, 8415.0, 8436.0, 8411.0, 8464.0, 8422.0, 8411.0, 8367.0, 8411.0, 8435.0, 8419.0, 8431.0, 8401.0, 8422.0, 8422.0, 8402.0, 8419.0, 8399.0, 8405.0, 8444.0, 8403.0, 8447.0, 8395.0, 8428.0, 8432.0, 8405.0, 8437.0, 8392.0, 8409.0, 8430.0, 8393.0, 8439.0, 8407.0, 8420.0, 8404.0, 8409.0, 8434.0, 8420.0, 8454.0, 8419.0, 8408.0, 8433.0, 8414.0, 8455.0, 8396.0, 8416.0, 8386.0, 8394.0, 8449.0, 8407.0, 8399.0, 8393.0, 8410.0, 8435.0, 8402.0, 8427.0, 8394.0, 8401.0, 8390.0, 8401.0, 8387.0, 8427.0, 8451.0, 8426.0, 8470.0, 8403.0, 8442.0, 8453.0, 8418.0, 8469.0, 8417.0, 8413.0, 8381.0, 8412.0, 8463.0, 8408.0, 8441.0, 8407.0, 8439.0, 8449.0, 8406.0, 8447.0, 8392.0, 8425.0, 8440.0, 8405.0, 8465.0, 8398.0, 8409.0, 8392.0, 8425.0, 8455.0, 8408.0, 8453.0, 8399.0, 8430.0, 8468.0, 8426.0, 8449.0, 8394.0, 8421.0, 8446.0, 8396.0, 8425.0, 8391.0, 8418.0, 8445.0, 8403.0, 8415.0, 8374.0, 8408.0, 8419.0, 8394.0, 8424.0, 8405.0, 8411.0, 8435.0, 8407.0, 8439.0, 8406.0, 8424.0, 8433.0, 8395.0, 8439.0, 8401.0, 8410.0, 8456.0, 8391.0, 8384.0, 8381.0, 8392.0, 8449.0, 8395.0, 8429.0, 8380.0, 8414.0, 8445.0, 8394.0, 8430.0, 8393.0, 8438.0, 8444.0, 8423.0, 8436.0, 8409.0, 8402.0, 8428.0, 8438.0, 8419.0, 8424.0, 8431.0, 8447.0, 8423.0, 8450.0, 8424.0, 8458.0, 8487.0, 8411.0, 8430.0, 8458.0, 8405.0, 8433.0, 8406.0, 8440.0, 8447.0, 8406.0, 8423.0, 8394.0, 8416.0, 8449.0, 8412.0, 8453.0, 8378.0, 8425.0, 8437.0, 8422.0, 8444.0, 8387.0, 8417.0, 8450.0, 8416.0, 8440.0, 8396.0, 8420.0, 8458.0, 8424.0, 8448.0, 8410.0, 8416.0, 8462.0, 8418.0, 8438.0, 8405.0, 8409.0, 8448.0, 8402.0, 8421.0, 8444.0, 8422.0, 8466.0, 8400.0, 8426.0, 8433.0, 8422.0, 8465.0, 8406.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.00026563866513233604</td></tr>
<tr><td colspan=3>aqi</td><td>0.021439518757192178</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.926032492603696</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1577580204377884</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9799277194930875</td></tr>
<tr><td colspan=3>efc</td><td>0.4773</td></tr>
<tr><td colspan=3>fber</td><td>3967.2991</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0745755769803056</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0713463751438437</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.574692670795779</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5644083024961053</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.777369751964163</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.382299957927069</td></tr>
<tr><td colspan=3>gcor</td><td>0.00358343</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004166868515312672</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022056924179196358</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6099075051031777</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>28.6148</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9814</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.7185</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300193.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>704.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.3323</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8976</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.4713</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2922.9821</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.9111</td></tr>
<tr><td colspan=3>tsnr</td><td>35.63261480536312</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>