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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-05_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-05_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-0061/ses-03/func/sub-0061_ses-03_task-social_acq-mb8_run-05_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>1c78d521abebe165a763460348fe006b</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>17:59:13.912500</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.996857, -0.023855, 0.0755405, 0.0127015, 0.989376, 0.144822]</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-05_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.0816743</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7743, -7362, 656, -75, -258, -23, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.733</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>994d1542-2144-48dc-96f6-7d4ed4f0e4e2||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.6744954586029053, 0.034077238291502, 0.2111203819513321, 103.19356536865234], [0.0640011802315712, 2.654423952102661, 0.3872007429599762, -108.7084732055664], [0.20266972482204437, -0.3885475993156433, 2.66373872756958, -99.0783920288086], [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': ['175913.912500', '175914.372500', '175914.832500', '175915.292500', '175915.752500', '175916.212500', '175916.672500', '175917.132500', '175917.592500', '175918.052500', '175918.512500', '175918.972500', '175919.432500', '175919.892500', '175920.352500', '175920.812500', '175921.272500', '175921.732500', '175922.192500', '175922.652500', '175923.112500', '175923.572500', '175924.032500', '175924.492500', '175924.952500', '175925.412500', '175925.872500', '175926.332500', '175926.792500', '175927.252500', '175927.712500', '175928.172500', '175928.632500', '175929.092500', '175929.552500', '175930.012500', '175930.472500', '175930.932500', '175931.392500', '175931.852500', '175932.312500', '175932.772500', '175933.232500', '175933.692500', '175934.152500', '175934.612500', '175935.072500', '175935.532500', '175935.992500', '175936.452500', '175936.912500', '175937.372500', '175937.832500', '175938.292500', '175938.752500', '175939.212500', '175939.672500', '175940.132500', '175940.592500', '175941.052500', '175941.512500', '175941.972500', '175942.432500', '175942.892500', '175943.352500', '175943.812500', '175944.272500', '175944.732500', '175945.192500', '175945.652500', '175946.112500', '175946.572500', '175947.032500', '175947.492500', '175947.952500', '175948.412500', '175948.872500', '175949.332500', '175949.792500', '175950.252500', '175950.712500', '175951.172500', '175951.632500', '175952.092500', '175952.552500', '175953.012500', '175953.472500', '175953.932500', '175954.392500', '175954.852500', '175955.312500', '175955.772500', '175956.232500', '175956.692500', '175957.152500', '175957.612500', '175958.072500', '175958.532500', '175958.992500', '175959.452500', '175959.912500', '180000.372500', '180000.832500', '180001.292500', '180001.752500', '180002.212500', '180002.672500', '180003.132500', '180003.592500', '180004.052500', '180004.512500', '180004.972500', '180005.432500', '180005.892500', '180006.352500', '180006.812500', '180007.272500', '180007.732500', '180008.192500', '180008.652500', '180009.112500', '180009.572500', '180010.032500', '180010.492500', '180010.952500', '180011.412500', '180011.872500', '180012.332500', '180012.792500', '180013.252500', '180013.712500', '180014.172500', '180014.632500', '180015.092500', '180015.552500', '180016.012500', '180016.472500', '180016.932500', '180017.392500', '180017.852500', '180018.312500', '180018.772500', '180019.232500', '180019.692500', '180020.152500', '180020.612500', '180021.072500', '180021.532500', '180021.992500', '180022.452500', '180022.912500', '180023.372500', '180023.832500', '180024.292500', '180024.752500', '180025.212500', '180025.672500', '180026.132500', '180026.592500', '180027.052500', '180027.512500', '180027.972500', '180028.432500', '180028.892500', '180029.352500', '180029.812500', '180030.272500', '180030.732500', '180031.192500', '180031.652500', '180032.112500', '180032.572500', '180033.032500', '180033.492500', '180033.952500', '180034.412500', '180034.872500', '180035.332500', '180035.792500', '180036.252500', '180036.712500', '180037.172500', '180037.632500', '180038.092500', '180038.552500', '180039.012500', '180039.472500', '180039.932500', '180040.392500', '180040.852500', '180041.312500', '180041.772500', '180042.232500', '180042.692500', '180043.152500', '180043.612500', '180044.072500', '180044.532500', '180044.992500', '180045.452500', '180045.912500', '180046.372500', '180046.832500', '180047.292500', '180047.752500', '180048.212500', '180048.672500', '180049.132500', '180049.592500', '180050.052500', '180050.512500', '180050.972500', '180051.432500', '180051.892500', '180052.352500', '180052.812500', '180053.272500', '180053.732500', '180054.192500', '180054.652500', '180055.112500', '180055.572500', '180056.032500', '180056.492500', '180056.952500', '180057.412500', '180057.872500', '180058.332500', '180058.792500', '180059.252500', '180059.712500', '180100.172500', '180100.632500', '180101.092500', '180101.552500', '180102.012500', '180102.472500', '180102.932500', '180103.392500', '180103.852500', '180104.312500', '180104.772500', '180105.232500', '180105.692500', '180106.152500', '180106.612500', '180107.072500', '180107.532500', '180107.992500', '180108.452500', '180108.912500', '180109.372500', '180109.832500', '180110.292500', '180110.752500', '180111.212500', '180111.672500', '180112.132500', '180112.592500', '180113.052500', '180113.512500', '180113.972500', '180114.432500', '180114.892500', '180115.352500', '180115.812500', '180116.272500', '180116.732500', '180117.192500', '180117.652500', '180118.112500', '180118.572500', '180119.032500', '180119.492500', '180119.952500', '180120.412500', '180120.872500', '180121.332500', '180121.792500', '180122.252500', '180122.712500', '180123.172500', '180123.632500', '180124.092500', '180124.552500', '180125.012500', '180125.472500', '180125.932500', '180126.392500', '180126.852500', '180127.312500', '180127.772500', '180128.232500', '180128.692500', '180129.152500', '180129.612500', '180130.072500', '180130.532500', '180130.992500', '180131.452500', '180131.912500', '180132.372500', '180132.832500', '180133.292500', '180133.752500', '180134.212500', '180134.672500', '180135.132500', '180135.592500', '180136.052500', '180136.512500', '180136.972500', '180137.432500', '180137.892500', '180138.352500', '180138.812500', '180139.272500', '180139.732500', '180140.192500', '180140.652500', '180141.112500', '180141.572500', '180142.032500', '180142.492500', '180142.952500', '180143.412500', '180143.872500', '180144.332500', '180144.792500', '180145.252500', '180145.712500', '180146.172500', '180146.632500', '180147.092500', '180147.552500', '180148.012500', '180148.472500', '180148.932500', '180149.392500', '180149.852500', '180150.312500', '180150.772500', '180151.232500', '180151.692500', '180152.152500', '180152.612500', '180153.072500', '180153.532500', '180153.992500', '180154.452500', '180154.912500', '180155.372500', '180155.832500', '180156.292500', '180156.752500', '180157.212500', '180157.672500', '180158.132500', '180158.592500', '180159.052500', '180159.512500', '180159.972500', '180200.432500', '180200.892500', '180201.352500', '180201.812500', '180202.272500', '180202.732500', '180203.192500', '180203.652500', '180204.112500', '180204.572500', '180205.032500', '180205.492500', '180205.952500', '180206.412500', '180206.872500', '180207.332500', '180207.792500', '180208.252500', '180208.712500', '180209.172500', '180209.632500', '180210.092500', '180210.552500', '180211.012500', '180211.472500', '180211.932500', '180212.392500', '180212.852500', '180213.312500', '180213.772500', '180214.232500', '180214.692500', '180215.152500', '180215.612500', '180216.072500', '180216.532500', '180216.992500', '180217.452500', '180217.912500', '180218.372500', '180218.832500', '180219.292500', '180219.752500', '180220.212500', '180220.672500', '180221.132500', '180221.592500', '180222.052500', '180222.512500', '180222.972500', '180223.432500', '180223.892500', '180224.352500', '180224.812500', '180225.272500', '180225.732500', '180226.192500', '180226.652500', '180227.112500', '180227.572500', '180228.032500', '180228.492500', '180228.952500', '180229.412500', '180229.872500', '180230.332500', '180230.792500', '180231.252500', '180231.712500', '180232.172500', '180232.632500', '180233.092500', '180233.552500', '180234.012500', '180234.472500', '180234.932500', '180235.392500', '180235.852500', '180236.312500', '180236.772500', '180237.232500', '180237.692500', '180238.152500', '180238.612500', '180239.072500', '180239.532500', '180239.992500', '180240.452500', '180240.912500', '180241.372500', '180241.832500', '180242.292500', '180242.752500', '180243.212500', '180243.672500', '180244.132500', '180244.592500', '180245.052500', '180245.512500', '180245.972500', '180246.432500', '180246.892500', '180247.352500', '180247.812500', '180248.272500', '180248.732500', '180249.192500', '180249.652500', '180250.112500', '180250.572500', '180251.032500', '180251.492500', '180251.952500', '180252.412500', '180252.872500', '180253.332500', '180253.792500', '180254.252500', '180254.712500', '180255.172500', '180255.632500', '180256.092500', '180256.552500', '180257.012500', '180257.472500', '180257.932500', '180258.392500', '180258.852500', '180259.312500', '180259.772500', '180300.232500', '180300.692500', '180301.152500', '180301.612500', '180302.072500', '180302.532500', '180302.992500', '180303.452500', '180303.912500', '180304.372500', '180304.832500', '180305.292500', '180305.752500', '180306.212500', '180306.672500', '180307.132500', '180307.592500', '180308.052500', '180308.512500', '180308.972500', '180309.432500', '180309.892500', '180310.352500', '180310.812500', '180311.272500', '180311.732500', '180312.192500', '180312.652500', '180313.112500', '180313.572500', '180314.032500', '180314.492500', '180314.952500', '180315.412500', '180315.872500', '180316.332500', '180316.792500', '180317.252500', '180317.712500', '180318.172500', '180318.632500', '180319.092500', '180319.552500', '180320.012500', '180320.472500', '180320.932500', '180321.392500', '180321.852500', '180322.312500', '180322.772500', '180323.232500', '180323.692500', '180324.152500', '180324.612500', '180325.072500', '180325.532500', '180325.992500', '180326.452500', '180326.912500', '180327.372500', '180327.832500', '180328.292500', '180328.752500', '180329.212500', '180329.672500', '180330.132500', '180330.592500', '180331.052500', '180331.512500', '180331.972500', '180332.432500', '180332.892500', '180333.352500', '180333.812500', '180334.272500', '180334.732500', '180335.192500', '180335.652500', '180336.112500', '180336.572500', '180337.032500', '180337.492500', '180337.952500', '180338.412500', '180338.872500', '180339.332500', '180339.792500', '180340.252500', '180340.712500', '180341.172500', '180341.632500', '180342.092500', '180342.552500', '180343.012500', '180343.472500', '180343.932500', '180344.392500', '180344.852500', '180345.312500', '180345.772500', '180346.232500', '180346.692500', '180347.152500', '180347.612500', '180348.072500', '180348.532500', '180348.992500', '180349.452500', '180349.912500', '180350.372500', '180350.832500', '180351.292500', '180351.752500', '180352.212500', '180352.672500', '180353.132500', '180353.592500', '180354.052500', '180354.512500', '180354.972500', '180355.432500', '180355.892500', '180356.352500', '180356.812500', '180357.272500', '180357.732500', '180358.192500', '180358.652500', '180359.112500', '180359.572500', '180400.032500', '180400.492500', '180400.952500', '180401.412500', '180401.872500', '180402.332500', '180402.792500', '180403.252500', '180403.712500', '180404.172500', '180404.632500', '180405.092500', '180405.552500', '180406.012500', '180406.472500', '180406.932500', '180407.392500', '180407.852500', '180408.312500', '180408.772500', '180409.232500', '180409.692500', '180410.152500', '180410.612500', '180411.072500', '180411.532500', '180411.992500', '180412.452500', '180412.912500', '180413.372500', '180413.832500', '180414.292500', '180414.752500', '180415.212500', '180415.672500', '180416.132500', '180416.592500', '180417.052500', '180417.512500', '180417.972500', '180418.432500', '180418.892500', '180419.352500', '180419.812500', '180420.272500', '180420.732500', '180421.192500', '180421.652500', '180422.112500', '180422.572500', '180423.032500', '180423.492500', '180423.952500', '180424.412500', '180424.872500', '180425.332500', '180425.792500', '180426.252500', '180426.712500', '180427.172500', '180427.632500', '180428.092500', '180428.552500', '180429.012500', '180429.472500', '180429.932500', '180430.392500', '180430.852500', '180431.312500', '180431.772500', '180432.232500', '180432.692500', '180433.152500', '180433.612500', '180434.072500', '180434.532500', '180434.992500', '180435.452500', '180435.912500', '180436.372500', '180436.832500', '180437.292500', '180437.752500', '180438.212500', '180438.672500', '180439.132500', '180439.592500', '180440.052500', '180440.512500', '180440.972500', '180441.432500', '180441.892500', '180442.352500', '180442.812500', '180443.272500', '180443.732500', '180444.192500', '180444.652500', '180445.112500', '180445.572500', '180446.032500', '180446.492500', '180446.952500', '180447.412500', '180447.872500', '180448.332500', '180448.792500', '180449.252500', '180449.712500', '180450.172500', '180450.632500', '180451.092500', '180451.552500', '180452.012500', '180452.472500', '180452.932500', '180453.392500', '180453.852500', '180454.312500', '180454.772500', '180455.232500', '180455.692500', '180456.152500', '180456.612500', '180457.072500', '180457.532500', '180457.992500', '180458.452500', '180458.912500', '180459.372500', '180459.832500', '180500.292500', '180500.752500', '180501.212500', '180501.672500', '180502.132500', '180502.592500', '180503.052500', '180503.512500', '180503.972500', '180504.432500', '180504.892500', '180505.352500', '180505.812500', '180506.272500', '180506.732500', '180507.192500', '180507.652500', '180508.112500', '180508.572500', '180509.032500', '180509.492500', '180509.952500', '180510.412500', '180510.872500', '180511.332500', '180511.792500', '180512.252500', '180512.712500', '180513.172500', '180513.632500', '180514.092500', '180514.552500', '180515.012500', '180515.472500', '180515.932500', '180516.392500', '180516.852500', '180517.312500', '180517.772500', '180518.232500', '180518.692500', '180519.152500', '180519.612500', '180520.072500', '180520.532500', '180520.992500', '180521.452500', '180521.912500', '180522.372500', '180522.832500', '180523.292500', '180523.752500', '180524.212500', '180524.672500', '180525.132500', '180525.592500', '180526.052500', '180526.512500', '180526.972500', '180527.432500', '180527.892500', '180528.352500', '180528.812500', '180529.272500', '180529.732500', '180530.192500', '180530.652500', '180531.112500', '180531.572500', '180532.032500', '180532.492500', '180532.952500', '180533.412500', '180533.872500', '180534.332500', '180534.792500', '180535.252500', '180535.712500', '180536.172500', '180536.632500', '180537.092500', '180537.552500', '180538.012500', '180538.472500', '180538.932500', '180539.392500', '180539.852500', '180540.312500', '180540.772500', '180541.232500', '180541.692500', '180542.152500', '180542.612500', '180543.072500', '180543.532500', '180543.992500', '180544.452500', '180544.912500', '180545.372500', '180545.832500', '180546.292500', '180546.752500', '180547.212500', '180547.672500', '180548.132500', '180548.592500', '180549.052500', '180549.512500', '180549.972500', '180550.432500', '180550.892500', '180551.352500', '180551.812500', '180552.272500', '180552.732500', '180553.192500', '180553.652500', '180554.112500', '180554.572500'], 'ContentTime': ['175925.319000', '175925.322000', '175925.325000', '175925.327000', '175925.330000', '175925.332000', '175925.335000', '175925.337000', '175925.340000', '175925.342000', '175925.345000', '175925.348000', '175925.350000', '175925.365000', '175925.367000', '175925.374000', '175925.383000', '175925.386000', '175925.388000', '175925.391000', '175925.393000', '175925.396000', '175945.284000', '175945.286000', '175945.289000', '175945.293000', '175945.296000', '175945.299000', '175945.302000', '175945.305000', '175945.319000', '175945.321000', '175945.324000', '175945.326000', '175945.329000', '175945.332000', '175945.334000', '175945.337000', '175945.339000', '175945.342000', '175945.344000', '175945.347000', '175945.350000', '175945.352000', '175945.355000', '175945.357000', '175945.360000', '175945.363000', '175945.365000', '175945.368000', '175945.370000', '175945.373000', '175945.375000', '175945.378000', '175945.380000', '175945.383000', '175945.386000', '175945.388000', '175945.391000', '175945.393000', '175945.405000', '175945.408000', '175945.411000', '175945.413000', '175945.416000', '180005.283000', '180005.286000', '180005.289000', '180005.291000', '180005.294000', '180005.297000', '180005.299000', '180005.302000', '180005.304000', '180005.307000', '180005.309000', '180005.312000', '180005.315000', '180005.317000', '180005.320000', '180005.322000', '180005.325000', '180005.327000', '180005.330000', '180005.333000', '180005.335000', '180005.338000', '180005.340000', '180005.343000', '180005.345000', '180005.348000', '180005.351000', '180005.353000', '180005.356000', '180005.358000', '180005.361000', '180005.363000', '180005.366000', '180005.368000', '180005.371000', '180005.374000', '180005.376000', '180005.379000', '180005.381000', '180005.384000', '180005.386000', '180005.389000', '180005.392000', '180005.394000', '180025.283000', '180025.286000', '180025.289000', '180025.299000', '180025.302000', '180025.304000', '180025.307000', '180025.309000', '180025.312000', '180025.314000', '180025.317000', '180025.319000', '180025.322000', '180025.324000', '180025.327000', '180025.330000', '180025.332000', '180025.335000', '180025.337000', '180025.340000', '180025.343000', '180025.345000', '180025.348000', '180025.350000', '180025.353000', '180025.355000', '180025.358000', '180025.361000', '180025.363000', '180025.366000', '180025.368000', '180025.371000', '180025.373000', '180025.376000', '180025.378000', '180025.381000', '180025.383000', '180025.386000', '180025.389000', '180025.391000', '180025.394000', '180025.396000', '180025.399000', '180045.283000', '180045.286000', '180045.289000', '180045.291000', '180045.294000', '180045.296000', '180045.299000', '180045.302000', '180045.304000', '180045.307000', '180045.309000', '180045.312000', '180045.314000', '180045.317000', '180045.320000', '180045.322000', '180045.325000', '180045.327000', '180045.330000', '180045.332000', '180045.335000', '180045.337000', '180045.340000', '180045.342000', '180045.345000', '180045.348000', '180045.350000', '180045.353000', '180045.355000', '180045.358000', '180045.360000', '180045.363000', '180045.366000', '180045.368000', '180045.371000', '180045.373000', '180045.376000', '180045.378000', '180045.381000', '180045.383000', '180045.386000', '180045.389000', '180045.391000', '180045.394000', '180105.282000', '180105.285000', '180105.288000', '180105.291000', '180105.293000', '180105.296000', '180105.298000', '180105.301000', '180105.304000', '180105.306000', '180105.309000', '180105.311000', '180105.314000', '180105.316000', '180105.319000', '180105.322000', '180105.324000', '180105.327000', '180105.329000', '180105.333000', '180105.335000', '180105.338000', '180105.340000', '180105.343000', '180105.345000', '180105.348000', '180105.351000', '180105.353000', '180105.356000', '180105.358000', '180105.376000', '180105.378000', '180105.381000', '180105.384000', '180105.387000', '180105.389000', '180105.392000', '180105.395000', '180105.397000', '180105.400000', '180105.402000', '180105.405000', '180105.407000', '180125.283000', '180125.285000', '180125.288000', '180125.291000', '180125.293000', '180125.296000', '180125.298000', '180125.301000', '180125.304000', '180125.306000', '180125.309000', '180125.311000', '180125.314000', '180125.316000', '180125.319000', '180125.322000', '180125.324000', '180125.327000', '180125.329000', '180125.332000', '180125.334000', '180125.337000', '180125.340000', '180125.342000', '180125.345000', '180125.347000', '180125.350000', '180125.352000', '180125.355000', '180125.357000', '180125.360000', '180125.363000', '180125.365000', '180125.368000', '180125.370000', '180125.373000', '180125.375000', '180125.378000', '180125.380000', '180125.383000', '180125.386000', '180125.388000', '180125.391000', '180125.393000', '180145.282000', '180145.285000', '180145.288000', '180145.291000', '180145.293000', '180145.296000', '180145.298000', '180145.301000', '180145.304000', '180145.306000', '180145.309000', '180145.311000', '180145.314000', '180145.316000', '180145.319000', '180145.321000', '180145.324000', '180145.326000', '180145.329000', '180145.331000', '180145.334000', '180145.337000', '180145.339000', '180145.342000', '180145.344000', '180145.347000', '180145.349000', '180145.352000', '180145.355000', '180145.357000', '180145.360000', '180145.362000', '180145.365000', '180145.367000', '180145.370000', '180145.373000', '180145.375000', '180145.378000', '180145.380000', '180145.383000', '180145.385000', '180145.388000', '180145.390000', '180205.283000', '180205.286000', '180205.289000', '180205.291000', '180205.294000', '180205.296000', '180205.299000', '180205.302000', '180205.304000', '180205.307000', '180205.309000', '180205.312000', '180205.315000', '180205.317000', '180205.320000', '180205.322000', '180205.325000', '180205.327000', '180205.330000', '180205.333000', '180205.335000', '180205.338000', '180205.340000', '180205.343000', '180205.346000', '180205.348000', '180205.351000', '180205.354000', '180205.356000', '180205.359000', '180205.361000', '180205.364000', '180205.367000', '180205.369000', '180205.372000', '180205.374000', '180205.377000', '180205.380000', '180205.382000', '180205.385000', '180205.387000', '180205.390000', '180205.392000', '180205.395000', '180225.284000', '180225.286000', '180225.289000', '180225.292000', '180225.294000', '180225.297000', '180225.299000', '180225.302000', '180225.304000', '180225.307000', '180225.310000', '180225.312000', '180225.315000', '180225.317000', '180225.320000', '180225.323000', '180225.325000', '180225.328000', '180225.331000', '180225.334000', '180225.337000', '180225.340000', '180225.342000', '180225.345000', '180225.347000', '180225.350000', '180225.352000', '180225.355000', '180225.358000', '180225.360000', '180225.363000', '180225.365000', '180225.368000', '180225.371000', '180225.374000', '180225.377000', '180225.379000', '180225.382000', '180225.384000', '180225.387000', '180225.390000', '180225.392000', '180225.395000', '180245.283000', '180245.286000', '180245.289000', '180245.291000', '180245.294000', '180245.296000', '180245.299000', '180245.302000', '180245.304000', '180245.307000', '180245.309000', '180245.322000', '180245.325000', '180245.327000', '180245.330000', '180245.333000', '180245.335000', '180245.338000', '180245.340000', '180245.343000', '180245.345000', '180245.348000', '180245.350000', '180245.353000', '180245.356000', '180245.358000', '180245.361000', '180245.363000', '180245.366000', '180245.368000', '180245.371000', '180245.374000', '180245.376000', '180245.379000', '180245.381000', '180245.384000', '180245.386000', '180245.389000', '180245.391000', '180245.394000', '180245.397000', '180245.399000', '180245.402000', '180245.404000', '180305.283000', '180305.286000', '180305.289000', '180305.292000', '180305.294000', '180305.297000', '180305.299000', '180305.302000', '180305.304000', '180305.307000', '180305.309000', '180305.312000', '180305.315000', '180305.317000', '180305.320000', '180305.322000', '180305.325000', '180305.327000', '180305.330000', '180305.333000', '180305.335000', '180305.338000', '180305.340000', '180305.343000', '180305.345000', '180305.348000', '180305.351000', '180305.353000', '180305.356000', '180305.358000', '180305.361000', '180305.363000', '180305.366000', '180305.368000', '180305.371000', '180305.374000', '180305.376000', '180305.379000', '180305.381000', '180305.384000', '180305.386000', '180305.389000', '180305.392000', '180325.283000', '180325.286000', '180325.288000', '180325.291000', '180325.293000', '180325.296000', '180325.298000', '180325.301000', '180325.304000', '180325.306000', '180325.309000', '180325.311000', '180325.314000', '180325.317000', '180325.319000', '180325.322000', '180325.324000', '180325.327000', '180325.330000', '180325.332000', '180325.335000', '180325.337000', '180325.340000', '180325.349000', '180325.352000', '180325.354000', '180325.357000', '180325.359000', '180325.362000', '180325.364000', '180325.367000', '180325.370000', '180325.372000', '180325.375000', '180325.377000', '180325.380000', '180325.383000', '180325.385000', '180325.388000', '180325.390000', '180325.393000', '180325.396000', '180325.398000', '180325.401000', '180345.282000', '180345.285000', '180345.288000', '180345.291000', '180345.293000', '180345.296000', '180345.298000', '180345.301000', '180345.304000', '180345.306000', '180345.309000', '180345.311000', '180345.314000', '180345.317000', '180345.319000', '180345.322000', '180345.325000', '180345.327000', '180345.330000', '180345.332000', '180345.335000', '180345.338000', '180345.340000', '180345.343000', '180345.345000', '180345.348000', '180345.350000', '180345.353000', '180345.356000', '180345.358000', '180345.361000', '180345.363000', '180345.366000', '180345.369000', '180345.371000', '180345.374000', '180345.377000', '180345.380000', '180345.383000', '180345.385000', '180345.388000', '180345.390000', '180345.393000', '180405.283000', '180405.285000', '180405.288000', '180405.291000', '180405.293000', '180405.296000', '180405.298000', '180405.301000', '180405.304000', '180405.306000', '180405.309000', '180405.311000', '180405.314000', '180405.316000', '180405.319000', '180405.322000', '180405.324000', '180405.327000', '180405.329000', '180405.332000', '180405.334000', '180405.337000', '180405.340000', '180405.342000', '180405.345000', '180405.347000', '180405.350000', '180405.353000', '180405.355000', '180405.358000', '180405.360000', '180405.363000', '180405.365000', '180405.368000', '180405.371000', '180405.373000', '180405.376000', '180405.378000', '180405.381000', '180405.384000', '180405.386000', '180405.389000', '180405.391000', '180405.394000', '180425.284000', '180425.286000', '180425.289000', '180425.292000', '180425.294000', '180425.297000', '180425.299000', '180425.302000', '180425.305000', '180425.307000', '180425.310000', '180425.312000', '180425.315000', '180425.318000', '180425.320000', '180425.323000', '180425.325000', '180425.328000', '180425.331000', '180425.333000', '180425.336000', '180425.338000', '180425.341000', '180425.344000', '180425.346000', '180425.349000', '180425.351000', '180425.354000', '180425.357000', '180425.359000', '180425.362000', '180425.364000', '180425.367000', '180425.370000', '180425.372000', '180425.375000', '180425.377000', '180425.380000', '180425.383000', '180425.385000', '180425.388000', '180425.390000', '180425.393000', '180445.284000', '180445.286000', '180445.289000', '180445.292000', '180445.294000', '180445.297000', '180445.300000', '180445.302000', '180445.305000', '180445.308000', '180445.310000', '180445.313000', '180445.315000', '180445.318000', '180445.321000', '180445.323000', '180445.326000', '180445.328000', '180445.331000', '180445.334000', '180445.336000', '180445.339000', '180445.341000', '180445.344000', '180445.347000', '180445.349000', '180445.352000', '180445.354000', '180445.357000', '180445.359000', '180445.362000', '180445.365000', '180445.367000', '180445.370000', '180445.372000', '180445.375000', '180445.377000', '180445.380000', '180445.383000', '180445.385000', '180445.388000', '180445.390000', '180445.393000', '180445.395000', '180505.284000', '180505.286000', '180505.289000', '180505.292000', '180505.294000', '180505.297000', '180505.299000', '180505.302000', '180505.305000', '180505.307000', '180505.310000', '180505.312000', '180505.315000', '180505.318000', '180505.320000', '180505.323000', '180505.325000', '180505.328000', '180505.330000', '180505.333000', '180505.336000', '180505.338000', '180505.341000', '180505.343000', '180505.346000', '180505.349000', '180505.351000', '180505.354000', '180505.356000', '180505.359000', '180505.361000', '180505.364000', '180505.367000', '180505.369000', '180505.372000', '180505.374000', '180505.377000', '180505.380000', '180505.384000', '180505.387000', '180505.390000', '180505.393000', '180505.395000', '180525.283000', '180525.286000', '180525.289000', '180525.291000', '180525.294000', '180525.297000', '180525.299000', '180525.302000', '180525.304000', '180525.307000', '180525.309000', '180525.312000', '180525.315000', '180525.317000', '180525.320000', '180525.322000', '180525.325000', '180525.327000', '180525.330000', '180525.332000', '180525.335000', '180525.338000', '180525.340000', '180525.343000', '180525.345000', '180525.348000', '180525.350000', '180525.353000', '180525.356000', '180525.358000', '180525.361000', '180525.363000', '180525.366000', '180525.369000', '180525.371000', '180525.374000', '180525.376000', '180525.379000', '180525.381000', '180525.384000', '180525.387000', '180525.389000', '180525.392000', '180525.394000', '180545.283000', '180545.286000', '180545.288000', '180545.299000', '180545.301000', '180545.304000', '180545.307000', '180545.309000', '180545.312000', '180545.314000', '180545.317000', '180545.320000', '180545.322000', '180545.325000', '180545.327000', '180545.330000', '180545.332000', '180545.335000', '180545.338000', '180545.340000', '180545.343000', '180545.345000', '180545.348000', '180545.350000', '180545.353000', '180545.356000', '180545.358000', '180545.361000', '180545.363000', '180545.366000', '180545.368000', '180545.371000', '180545.374000', '180545.376000', '180545.379000', '180545.381000', '180545.384000', '180545.386000', '180545.389000', '180545.392000', '180545.394000', '180545.397000', '180545.399000', '180556.015000', '180556.018000', '180556.021000', '180556.024000', '180556.027000', '180556.030000', '180556.032000', '180556.035000', '180556.038000', '180556.041000', '180556.044000', '180556.047000', '180556.050000', '180556.053000', '180556.055000', '180556.059000', '180556.062000', '180556.065000', '180556.068000', '180556.070000', '180556.073000', '180556.076000', '180556.079000', '180556.082000'], 'InstanceCreationTime': ['175925.319000', '175925.322000', '175925.325000', '175925.327000', '175925.330000', '175925.332000', '175925.335000', '175925.337000', '175925.340000', '175925.342000', '175925.345000', '175925.348000', '175925.350000', '175925.365000', '175925.367000', '175925.374000', '175925.383000', '175925.386000', '175925.388000', '175925.391000', '175925.393000', '175925.396000', '175945.284000', '175945.286000', '175945.289000', '175945.293000', '175945.296000', '175945.299000', '175945.302000', '175945.305000', '175945.319000', '175945.321000', '175945.324000', '175945.326000', '175945.329000', '175945.332000', '175945.334000', '175945.337000', '175945.339000', '175945.342000', '175945.344000', '175945.347000', '175945.350000', '175945.352000', '175945.355000', '175945.357000', '175945.360000', '175945.363000', '175945.365000', '175945.368000', '175945.370000', '175945.373000', '175945.375000', '175945.378000', '175945.380000', '175945.383000', '175945.386000', '175945.388000', '175945.391000', '175945.393000', '175945.405000', '175945.408000', '175945.411000', '175945.413000', '175945.416000', '180005.283000', '180005.286000', '180005.289000', '180005.291000', '180005.294000', '180005.297000', '180005.299000', '180005.302000', '180005.304000', '180005.307000', '180005.309000', '180005.312000', '180005.315000', '180005.317000', '180005.320000', '180005.322000', '180005.325000', '180005.327000', '180005.330000', '180005.333000', '180005.335000', '180005.338000', '180005.340000', '180005.343000', '180005.345000', '180005.348000', '180005.351000', '180005.353000', '180005.356000', '180005.358000', '180005.361000', '180005.363000', '180005.366000', '180005.368000', '180005.371000', '180005.374000', '180005.376000', '180005.379000', '180005.381000', '180005.384000', '180005.386000', '180005.389000', '180005.392000', '180005.394000', '180025.283000', '180025.286000', '180025.289000', '180025.299000', '180025.302000', '180025.304000', '180025.307000', '180025.309000', '180025.312000', '180025.314000', '180025.317000', '180025.319000', '180025.322000', '180025.324000', '180025.327000', '180025.330000', '180025.332000', '180025.335000', '180025.337000', '180025.340000', '180025.343000', '180025.345000', '180025.348000', '180025.350000', '180025.353000', '180025.355000', '180025.358000', '180025.361000', '180025.363000', '180025.366000', '180025.368000', '180025.371000', '180025.373000', '180025.376000', '180025.378000', '180025.381000', '180025.383000', '180025.386000', '180025.389000', '180025.391000', '180025.394000', '180025.396000', '180025.399000', '180045.283000', '180045.286000', '180045.289000', '180045.291000', '180045.294000', '180045.296000', '180045.299000', '180045.302000', '180045.304000', '180045.307000', '180045.309000', '180045.312000', '180045.314000', '180045.317000', '180045.320000', '180045.322000', '180045.325000', '180045.327000', '180045.330000', '180045.332000', '180045.335000', '180045.337000', '180045.340000', '180045.342000', '180045.345000', '180045.348000', '180045.350000', '180045.353000', '180045.355000', '180045.358000', '180045.360000', '180045.363000', '180045.366000', '180045.368000', '180045.371000', '180045.373000', '180045.376000', '180045.378000', '180045.381000', '180045.383000', '180045.386000', '180045.389000', '180045.391000', '180045.394000', '180105.282000', '180105.285000', '180105.288000', '180105.291000', '180105.293000', '180105.296000', '180105.298000', '180105.301000', '180105.304000', '180105.306000', '180105.309000', '180105.311000', '180105.314000', '180105.316000', '180105.319000', '180105.322000', '180105.324000', '180105.327000', '180105.329000', '180105.333000', '180105.335000', '180105.338000', '180105.340000', '180105.343000', '180105.345000', '180105.348000', '180105.351000', '180105.353000', '180105.356000', '180105.358000', '180105.376000', '180105.378000', '180105.381000', '180105.384000', '180105.387000', '180105.389000', '180105.392000', '180105.395000', '180105.397000', '180105.400000', '180105.402000', '180105.405000', '180105.407000', '180125.283000', '180125.285000', '180125.288000', '180125.291000', '180125.293000', '180125.296000', '180125.298000', '180125.301000', '180125.304000', '180125.306000', '180125.309000', '180125.311000', '180125.314000', '180125.316000', '180125.319000', '180125.322000', '180125.324000', '180125.327000', '180125.329000', '180125.332000', '180125.334000', '180125.337000', '180125.340000', '180125.342000', '180125.345000', '180125.347000', '180125.350000', '180125.352000', '180125.355000', '180125.357000', '180125.360000', '180125.363000', '180125.365000', '180125.368000', '180125.370000', '180125.373000', '180125.375000', '180125.378000', '180125.380000', '180125.383000', '180125.386000', '180125.388000', '180125.391000', '180125.393000', '180145.282000', '180145.285000', '180145.288000', '180145.291000', '180145.293000', '180145.296000', '180145.298000', '180145.301000', '180145.304000', '180145.306000', '180145.309000', '180145.311000', '180145.314000', '180145.316000', '180145.319000', '180145.321000', '180145.324000', '180145.326000', '180145.329000', '180145.331000', '180145.334000', '180145.337000', '180145.339000', '180145.342000', '180145.344000', '180145.347000', '180145.349000', '180145.352000', '180145.355000', '180145.357000', '180145.360000', '180145.362000', '180145.365000', '180145.367000', '180145.370000', '180145.373000', '180145.375000', '180145.378000', '180145.380000', '180145.383000', '180145.385000', '180145.388000', '180145.390000', '180205.283000', '180205.286000', '180205.289000', '180205.291000', '180205.294000', '180205.296000', '180205.299000', '180205.302000', '180205.304000', '180205.307000', '180205.309000', '180205.312000', '180205.315000', '180205.317000', '180205.320000', '180205.322000', '180205.325000', '180205.327000', '180205.330000', '180205.333000', '180205.335000', '180205.338000', '180205.340000', '180205.343000', '180205.346000', '180205.348000', '180205.351000', '180205.354000', '180205.356000', '180205.359000', '180205.361000', '180205.364000', '180205.367000', '180205.369000', '180205.372000', '180205.374000', '180205.377000', '180205.380000', '180205.382000', '180205.385000', '180205.387000', '180205.390000', '180205.392000', '180205.395000', '180225.284000', '180225.286000', '180225.289000', '180225.292000', '180225.294000', '180225.297000', '180225.299000', '180225.302000', '180225.304000', '180225.307000', '180225.310000', '180225.312000', '180225.315000', '180225.317000', '180225.320000', '180225.323000', '180225.325000', '180225.328000', '180225.331000', '180225.334000', '180225.337000', '180225.340000', '180225.342000', '180225.345000', '180225.347000', '180225.350000', '180225.352000', '180225.355000', '180225.358000', '180225.360000', '180225.363000', '180225.365000', '180225.368000', '180225.371000', '180225.374000', '180225.377000', '180225.379000', '180225.382000', '180225.384000', '180225.387000', '180225.390000', '180225.392000', '180225.395000', '180245.283000', '180245.286000', '180245.289000', '180245.291000', '180245.294000', '180245.296000', '180245.299000', '180245.302000', '180245.304000', '180245.307000', '180245.309000', '180245.322000', '180245.325000', '180245.327000', '180245.330000', '180245.333000', '180245.335000', '180245.338000', '180245.340000', '180245.343000', '180245.345000', '180245.348000', '180245.350000', '180245.353000', '180245.356000', '180245.358000', '180245.361000', '180245.363000', '180245.366000', '180245.368000', '180245.371000', '180245.374000', '180245.376000', '180245.379000', '180245.381000', '180245.384000', '180245.386000', '180245.389000', '180245.391000', '180245.394000', '180245.397000', '180245.399000', '180245.402000', '180245.404000', '180305.283000', '180305.286000', '180305.289000', '180305.292000', '180305.294000', '180305.297000', '180305.299000', '180305.302000', '180305.304000', '180305.307000', '180305.309000', '180305.312000', '180305.315000', '180305.317000', '180305.320000', '180305.322000', '180305.325000', '180305.327000', '180305.330000', '180305.333000', '180305.335000', '180305.338000', '180305.340000', '180305.343000', '180305.345000', '180305.348000', '180305.351000', '180305.353000', '180305.356000', '180305.358000', '180305.361000', '180305.363000', '180305.366000', '180305.368000', '180305.371000', '180305.374000', '180305.376000', '180305.379000', '180305.381000', '180305.384000', '180305.386000', '180305.389000', '180305.392000', '180325.283000', '180325.286000', '180325.288000', '180325.291000', '180325.293000', '180325.296000', '180325.298000', '180325.301000', '180325.304000', '180325.306000', '180325.309000', '180325.311000', '180325.314000', '180325.317000', '180325.319000', '180325.322000', '180325.324000', '180325.327000', '180325.330000', '180325.332000', '180325.335000', '180325.337000', '180325.340000', '180325.349000', '180325.352000', '180325.354000', '180325.357000', '180325.359000', '180325.362000', '180325.364000', '180325.367000', '180325.370000', '180325.372000', '180325.375000', '180325.377000', '180325.380000', '180325.383000', '180325.385000', '180325.388000', '180325.390000', '180325.393000', '180325.396000', '180325.398000', '180325.401000', '180345.282000', '180345.285000', '180345.288000', '180345.291000', '180345.293000', '180345.296000', '180345.298000', '180345.301000', '180345.304000', '180345.306000', '180345.309000', '180345.311000', '180345.314000', '180345.317000', '180345.319000', '180345.322000', '180345.325000', '180345.327000', '180345.330000', '180345.332000', '180345.335000', '180345.338000', '180345.340000', '180345.343000', '180345.345000', '180345.348000', '180345.350000', '180345.353000', '180345.356000', '180345.358000', '180345.361000', '180345.363000', '180345.366000', '180345.369000', '180345.371000', '180345.374000', '180345.377000', '180345.380000', '180345.383000', '180345.385000', '180345.388000', '180345.390000', '180345.393000', '180405.283000', '180405.285000', '180405.288000', '180405.291000', '180405.293000', '180405.296000', '180405.298000', '180405.301000', '180405.304000', '180405.306000', '180405.309000', '180405.311000', '180405.314000', '180405.316000', '180405.319000', '180405.322000', '180405.324000', '180405.327000', '180405.329000', '180405.332000', '180405.334000', '180405.337000', '180405.340000', '180405.342000', '180405.345000', '180405.347000', '180405.350000', '180405.353000', '180405.355000', '180405.358000', '180405.360000', '180405.363000', '180405.365000', '180405.368000', '180405.371000', '180405.373000', '180405.376000', '180405.378000', '180405.381000', '180405.384000', '180405.386000', '180405.389000', '180405.391000', '180405.394000', '180425.284000', '180425.286000', '180425.289000', '180425.292000', '180425.294000', '180425.297000', '180425.299000', '180425.302000', '180425.305000', '180425.307000', '180425.310000', '180425.312000', '180425.315000', '180425.318000', '180425.320000', '180425.323000', '180425.325000', '180425.328000', '180425.331000', '180425.333000', '180425.336000', '180425.338000', '180425.341000', '180425.344000', '180425.346000', '180425.349000', '180425.351000', '180425.354000', '180425.357000', '180425.359000', '180425.362000', '180425.364000', '180425.367000', '180425.370000', '180425.372000', '180425.375000', '180425.377000', '180425.380000', '180425.383000', '180425.385000', '180425.388000', '180425.390000', '180425.393000', '180445.284000', '180445.286000', '180445.289000', '180445.292000', '180445.294000', '180445.297000', '180445.300000', '180445.302000', '180445.305000', '180445.308000', '180445.310000', '180445.313000', '180445.315000', '180445.318000', '180445.321000', '180445.323000', '180445.326000', '180445.328000', '180445.331000', '180445.334000', '180445.336000', '180445.339000', '180445.341000', '180445.344000', '180445.347000', '180445.349000', '180445.352000', '180445.354000', '180445.357000', '180445.359000', '180445.362000', '180445.365000', '180445.367000', '180445.370000', '180445.372000', '180445.375000', '180445.377000', '180445.380000', '180445.383000', '180445.385000', '180445.388000', '180445.390000', '180445.393000', '180445.395000', '180505.284000', '180505.286000', '180505.289000', '180505.292000', '180505.294000', '180505.297000', '180505.299000', '180505.302000', '180505.305000', '180505.307000', '180505.310000', '180505.312000', '180505.315000', '180505.318000', '180505.320000', '180505.323000', '180505.325000', '180505.328000', '180505.330000', '180505.333000', '180505.336000', '180505.338000', '180505.341000', '180505.343000', '180505.346000', '180505.349000', '180505.351000', '180505.354000', '180505.356000', '180505.359000', '180505.361000', '180505.364000', '180505.367000', '180505.369000', '180505.372000', '180505.374000', '180505.377000', '180505.380000', '180505.384000', '180505.387000', '180505.390000', '180505.393000', '180505.395000', '180525.283000', '180525.286000', '180525.289000', '180525.291000', '180525.294000', '180525.297000', '180525.299000', '180525.302000', '180525.304000', '180525.307000', '180525.309000', '180525.312000', '180525.315000', '180525.317000', '180525.320000', '180525.322000', '180525.325000', '180525.327000', '180525.330000', '180525.332000', '180525.335000', '180525.338000', '180525.340000', '180525.343000', '180525.345000', '180525.348000', '180525.350000', '180525.353000', '180525.356000', '180525.358000', '180525.361000', '180525.363000', '180525.366000', '180525.369000', '180525.371000', '180525.374000', '180525.376000', '180525.379000', '180525.381000', '180525.384000', '180525.387000', '180525.389000', '180525.392000', '180525.394000', '180545.283000', '180545.286000', '180545.288000', '180545.299000', '180545.301000', '180545.304000', '180545.307000', '180545.309000', '180545.312000', '180545.314000', '180545.317000', '180545.320000', '180545.322000', '180545.325000', '180545.327000', '180545.330000', '180545.332000', '180545.335000', '180545.338000', '180545.340000', '180545.343000', '180545.345000', '180545.348000', '180545.350000', '180545.353000', '180545.356000', '180545.358000', '180545.361000', '180545.363000', '180545.366000', '180545.368000', '180545.371000', '180545.374000', '180545.376000', '180545.379000', '180545.381000', '180545.384000', '180545.386000', '180545.389000', '180545.392000', '180545.394000', '180545.397000', '180545.399000', '180556.015000', '180556.018000', '180556.021000', '180556.024000', '180556.027000', '180556.030000', '180556.032000', '180556.035000', '180556.038000', '180556.041000', '180556.044000', '180556.047000', '180556.050000', '180556.053000', '180556.055000', '180556.059000', '180556.062000', '180556.065000', '180556.068000', '180556.070000', '180556.073000', '180556.076000', '180556.079000', '180556.082000'], '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': [13047, 11411, 14305, 14227, 9486, 13731, 7110, 10173, 7414, 10015, 8286, 14208, 10265, 13537, 8266, 9491, 7302, 7689, 7539, 7316, 8266, 7133, 8837, 6878, 10236, 7060, 8507, 7423, 8529, 7554, 7435, 8530, 7632, 10639, 6853, 8286, 7152, 7788, 9483, 6900, 10973, 7499, 11769, 7688, 11261, 7425, 11740, 7692, 9065, 6823, 8552, 6761, 8345, 7575, 8201, 7839, 7717, 7974, 7035, 9698, 7069, 9323, 6780, 8463, 6712, 8789, 7184, 7304, 9838, 7063, 12086, 6951, 11600, 6843, 10754, 6952, 10255, 7529, 10081, 6832, 8401, 6694, 8584, 6601, 9269, 7279, 8526, 8619, 8037, 8537, 7840, 10292, 7433, 9950, 6868, 9961, 6693, 10089, 6832, 11102, 7884, 8008, 6634, 8704, 6836, 8204, 8938, 7421, 9692, 7549, 9865, 6814, 12106, 8718, 8898, 6722, 8440, 7942, 7047, 8975, 10421, 7918, 11827, 7097, 11336, 6787, 11783, 8091, 9328, 8781, 7675, 8442, 7096, 8977, 7168, 10552, 7681, 10383, 8044, 10552, 9294, 8210, 7867, 7248, 8257, 7041, 8307, 7412, 7357, 8337, 7405, 12812, 6890, 9127, 7243, 7195, 11863, 7463, 11760, 7065, 8994, 6485, 9617, 6738, 10595, 7053, 9085, 6724, 8254, 6513, 8152, 6544, 8419, 7060, 6913, 8108, 7285, 9362, 7430, 10194, 6931, 11138, 7663, 11190, 6791, 8599, 7066, 7213, 9165, 8206, 9111, 9640, 9788, 7097, 9595, 6999, 8591, 7047, 9943, 7998, 11818, 9068, 10793, 7481, 9174, 7111, 9026, 7201, 11722, 7876, 10266, 7105, 10004, 7032, 10033, 6977, 8772, 6971, 8382, 6966, 8165, 8059, 6671, 10363, 7176, 8923, 6998, 9257, 6923, 10405, 7344, 11385, 7163, 9621, 6896, 9220, 6793, 10649, 7295, 12492, 7744, 10238, 6767, 8806, 6737, 9271, 6669, 10078, 6603, 9315, 6737, 8410, 6706, 8240, 6776, 8250, 7417, 7424, 8791, 8084, 11216, 6734, 8549, 7326, 8048, 7415, 9174, 7003, 10708, 7017, 8845, 6776, 8416, 6691, 8205, 7533, 7198, 12093, 10131, 12640, 11753, 6797, 8090, 8652, 7045, 7459, 11122, 8457, 11508, 10247, 13640, 12613, 14164, 11385, 13875, 7690, 12151, 7070, 9960, 7121, 9088, 7172, 8479, 7152, 7570, 7526, 6899, 7837, 7169, 8969, 6614, 9943, 6764, 10596, 7272, 8008, 6650, 8022, 9220, 7847, 9012, 7833, 10911, 7138, 9502, 6877, 9449, 6591, 10878, 7598, 12438, 7556, 8710, 6723, 8300, 6930, 9279, 7424, 11429, 8519, 9867, 6906, 9471, 6657, 10084, 6996, 11132, 6838, 10027, 7110, 8961, 6832, 7916, 6742, 7955, 8071, 7330, 9694, 6806, 8143, 7025, 7719, 10451, 7742, 7138, 9878, 8719, 7478, 13609, 7275, 11884, 6886, 10066, 7217, 12385, 8317, 8284, 6741, 8243, 6844, 8025, 7952, 6412, 9143, 7444, 8886, 7490, 9786, 7510, 11260, 6807, 9766, 6705, 9290, 6711, 10376, 7236, 10251, 6813, 8085, 6818, 8160, 6979, 9934, 8116, 7920, 7384, 7631, 8105, 7379, 9000, 6631, 8536, 7626, 8906, 7273, 9926, 7146, 11747, 6849, 8485, 7489, 8491, 7257, 9136, 6722, 9949, 7215, 8532, 7285, 8691, 7307, 9497, 6700, 8930, 7439, 8080, 7594, 8608, 7288, 9582, 7122, 8412, 7169, 7710, 8363, 6551, 7302, 11370, 9410, 7488, 8335, 7529, 7526, 10933, 9093, 10252, 9803, 11179, 10074, 13711, 11367, 7810, 8276, 8109, 7409, 9764, 7291, 7775, 7148, 8180, 6987, 8075, 7074, 8392, 7563, 6866, 8948, 7734, 9192, 7441, 9321, 6687, 8925, 7647, 8801, 7212, 9473, 7530, 10277, 7194, 9713, 6993, 9502, 7594, 9778, 7178, 10408, 7510, 9167, 7455, 9651, 6932, 12951, 9167, 9380, 7220, 7395, 7812, 6937, 8934, 6996, 9226, 6687, 10244, 6528, 9633, 6653, 10133, 7613, 9894, 6583, 7848, 6516, 7844, 7798, 7630, 10246, 7079, 6448, 10405, 7014, 6974, 12013, 8247, 7493, 8796, 6711, 12160, 7085, 13050, 8375, 9454, 6753, 8024, 7556, 7666, 9136, 7637, 7965, 7069, 7580, 7043, 7394, 8132, 6472, 9120, 7589, 8643, 7580, 10135, 6759, 11208, 7043, 10727, 6526, 10347, 7361, 11256, 8267, 11570, 6940, 9754, 6409, 10072, 7066, 10733, 8018, 12087, 7794, 7504, 6579, 7842, 7295, 7861, 8122, 8687, 7749, 7104, 8187, 7824, 9220, 6982, 9090, 7773, 7042, 7235, 7375, 12153, 13844, 14460, 12245, 6874, 7563, 7005, 7817, 8316, 11254, 8265, 10775, 8047, 12072, 9126, 11415, 9199, 13601, 9842, 13888, 9254, 13418, 7494, 8957, 6744, 7030, 6835, 7103, 7257, 6352, 8468, 7062, 9300, 6679, 9656, 6548, 9273, 6554, 8450, 6704, 8600, 7515, 6847, 7962, 7242, 9494, 7017, 10767, 7185, 10774, 7071, 9823, 6781, 9213, 7022, 10548, 7571, 12865, 10940, 8252, 10820, 7461, 7582, 7622, 7258, 7298, 7735, 7778, 7388, 10412, 7583, 8561, 10710, 8975, 14054, 9691, 14066, 9973, 12458, 7859, 9240, 6531, 8896, 6574, 10418, 6570, 10661, 6801, 10491, 6808, 9592, 7345, 7117, 9658, 7342, 11978, 9822, 7450, 8561, 6679, 9166, 7208, 8600, 7111, 8109, 6819, 8128, 7073, 8874, 7885, 13054, 9030, 13959, 9351, 14024, 8394, 13314, 7614, 12681, 7366, 12048, 6813, 10627, 7096, 8973, 7244, 6477, 6848, 7620, 9829, 9701, 11211, 9139, 8795, 6437, 6807, 6503, 6869, 7031, 7062, 7101, 7856, 7535, 10455, 7740, 12713, 9176, 12996, 9167, 12907, 8362, 11389, 7906, 9957, 8020, 8966, 7441, 8891, 7773, 7428, 7302, 7101, 8078, 7268, 9886, 7634, 7658, 7438, 7028, 7567, 7027, 9426, 7240, 10894, 7311, 6848, 7377, 7493, 8221, 7105, 8432, 6535, 7524, 6985, 7341, 8335, 8147, 7588, 12071, 7361, 7605, 7328, 7001, 7949, 7115, 8864, 8885, 7460, 7579, 12396, 9426, 7915, 13901, 11127, 10040, 13941, 7368, 9502, 7559, 8954, 7531, 9279, 7404, 9303, 7326, 7613, 7252, 6898, 7072, 6681, 8165, 7166, 9283, 7188, 9183, 6856, 9548, 7149, 9931, 7320, 6846, 7127, 7080, 8555, 7051, 9544, 7407, 10007, 7551, 10765, 7056, 8705, 6850, 9304, 7087, 9719, 7026, 10472, 7257, 11365, 8020, 9640, 9516, 7701, 11992, 8396, 7702, 7052, 6914, 7491, 6938, 9215, 7597, 12855, 10540, 12957, 11030, 13150, 10650, 11374, 9453, 7459, 10686, 7304], 'WindowCenter': [3947.0, 3922.0, 3932.0, 3930.0, 3884.0, 3890.0, 3836.0, 3865.0, 3833.0, 3853.0, 3843.0, 3874.0, 3852.0, 3870.0, 3818.0, 3838.0, 3818.0, 3828.0, 3831.0, 3830.0, 3839.0, 3819.0, 3839.0, 3820.0, 3861.0, 3832.0, 3852.0, 3831.0, 3853.0, 3843.0, 3833.0, 3857.0, 3856.0, 3890.0, 3848.0, 3869.0, 3847.0, 3857.0, 3866.0, 3848.0, 3889.0, 3860.0, 3890.0, 3860.0, 3890.0, 3860.0, 3903.0, 3858.0, 3867.0, 3835.0, 3856.0, 3835.0, 3856.0, 3857.0, 3858.0, 3858.0, 3857.0, 3858.0, 3847.0, 3879.0, 3847.0, 3866.0, 3837.0, 3857.0, 3848.0, 3869.0, 3849.0, 3860.0, 3892.0, 3861.0, 3903.0, 3860.0, 3889.0, 3850.0, 3889.0, 3849.0, 3880.0, 3860.0, 3879.0, 3848.0, 3857.0, 3839.0, 3868.0, 3851.0, 3895.0, 3862.0, 3881.0, 3870.0, 3870.0, 3882.0, 3872.0, 3905.0, 3873.0, 3893.0, 3852.0, 3891.0, 3851.0, 3892.0, 3863.0, 3916.0, 3884.0, 3871.0, 3851.0, 3881.0, 3852.0, 3885.0, 3883.0, 3862.0, 3891.0, 3871.0, 3892.0, 3864.0, 3917.0, 3884.0, 3882.0, 3849.0, 3871.0, 3871.0, 3849.0, 3881.0, 3891.0, 3860.0, 3890.0, 3848.0, 3890.0, 3849.0, 3902.0, 3870.0, 3868.0, 3868.0, 3858.0, 3868.0, 3849.0, 3869.0, 3850.0, 3891.0, 3861.0, 3891.0, 3873.0, 3894.0, 3882.0, 3870.0, 3848.0, 3848.0, 3867.0, 3849.0, 3869.0, 3860.0, 3861.0, 3872.0, 3861.0, 3903.0, 3851.0, 3881.0, 3860.0, 3849.0, 3901.0, 3858.0, 3888.0, 3847.0, 3866.0, 3836.0, 3868.0, 3837.0, 3889.0, 3847.0, 3867.0, 3836.0, 3856.0, 3836.0, 3857.0, 3851.0, 3871.0, 3862.0, 3859.0, 3871.0, 3860.0, 3881.0, 3861.0, 3893.0, 3864.0, 3906.0, 3874.0, 3902.0, 3852.0, 3881.0, 3860.0, 3860.0, 3893.0, 3872.0, 3885.0, 3894.0, 3895.0, 3862.0, 3882.0, 3850.0, 3869.0, 3849.0, 3880.0, 3860.0, 3902.0, 3882.0, 3891.0, 3860.0, 3869.0, 3847.0, 3866.0, 3846.0, 3887.0, 3855.0, 3876.0, 3835.0, 3865.0, 3835.0, 3877.0, 3849.0, 3856.0, 3835.0, 3855.0, 3845.0, 3855.0, 3857.0, 3849.0, 3890.0, 3849.0, 3880.0, 3849.0, 3879.0, 3850.0, 3890.0, 3862.0, 3891.0, 3842.0, 3881.0, 3849.0, 3879.0, 3850.0, 3891.0, 3851.0, 3903.0, 3861.0, 3890.0, 3850.0, 3868.0, 3848.0, 3879.0, 3849.0, 3879.0, 3849.0, 3879.0, 3850.0, 3872.0, 3863.0, 3871.0, 3850.0, 3870.0, 3860.0, 3859.0, 3870.0, 3871.0, 3903.0, 3849.0, 3869.0, 3848.0, 3857.0, 3847.0, 3880.0, 3862.0, 3891.0, 3849.0, 3880.0, 3849.0, 3870.0, 3849.0, 3870.0, 3872.0, 3874.0, 3928.0, 3920.0, 3930.0, 3916.0, 3864.0, 3872.0, 3867.0, 3862.0, 3874.0, 3907.0, 3887.0, 3917.0, 3907.0, 3916.0, 3904.0, 3914.0, 3890.0, 3886.0, 3832.0, 3862.0, 3821.0, 3852.0, 3833.0, 3853.0, 3834.0, 3842.0, 3833.0, 3844.0, 3844.0, 3833.0, 3832.0, 3832.0, 3854.0, 3835.0, 3865.0, 3836.0, 3889.0, 3850.0, 3857.0, 3837.0, 3857.0, 3868.0, 3858.0, 3870.0, 3872.0, 3892.0, 3862.0, 3881.0, 3850.0, 3879.0, 3851.0, 3893.0, 3873.0, 3903.0, 3861.0, 3870.0, 3849.0, 3869.0, 3849.0, 3878.0, 3860.0, 3891.0, 3870.0, 3879.0, 3838.0, 3879.0, 3836.0, 3878.0, 3847.0, 3877.0, 3837.0, 3878.0, 3848.0, 3867.0, 3838.0, 3858.0, 3847.0, 3858.0, 3858.0, 3859.0, 3880.0, 3850.0, 3872.0, 3863.0, 3872.0, 3905.0, 3875.0, 3865.0, 3897.0, 3899.0, 3890.0, 3927.0, 3877.0, 3904.0, 3862.0, 3891.0, 3862.0, 3914.0, 3884.0, 3870.0, 3849.0, 3870.0, 3850.0, 3871.0, 3872.0, 3849.0, 3881.0, 3860.0, 3881.0, 3861.0, 3892.0, 3872.0, 3903.0, 3850.0, 3890.0, 3849.0, 3881.0, 3850.0, 3903.0, 3874.0, 3892.0, 3843.0, 3870.0, 3852.0, 3870.0, 3863.0, 3905.0, 3873.0, 3870.0, 3861.0, 3860.0, 3871.0, 3860.0, 3883.0, 3851.0, 3881.0, 3859.0, 3880.0, 3859.0, 3880.0, 3850.0, 3902.0, 3849.0, 3869.0, 3847.0, 3868.0, 3847.0, 3879.0, 3849.0, 3880.0, 3859.0, 3869.0, 3857.0, 3868.0, 3858.0, 3881.0, 3849.0, 3869.0, 3847.0, 3858.0, 3857.0, 3869.0, 3859.0, 3893.0, 3863.0, 3871.0, 3850.0, 3871.0, 3872.0, 3852.0, 3874.0, 3918.0, 3896.0, 3875.0, 3883.0, 3873.0, 3875.0, 3899.0, 3899.0, 3906.0, 3907.0, 3905.0, 3896.0, 3927.0, 3904.0, 3859.0, 3870.0, 3857.0, 3847.0, 3880.0, 3858.0, 3858.0, 3847.0, 3869.0, 3849.0, 3859.0, 3861.0, 3863.0, 3860.0, 3850.0, 3880.0, 3858.0, 3881.0, 3861.0, 3894.0, 3863.0, 3882.0, 3872.0, 3882.0, 3862.0, 3893.0, 3874.0, 3894.0, 3862.0, 3882.0, 3861.0, 3882.0, 3861.0, 3892.0, 3864.0, 3893.0, 3861.0, 3881.0, 3858.0, 3880.0, 3848.0, 3914.0, 3881.0, 3880.0, 3847.0, 3847.0, 3846.0, 3846.0, 3868.0, 3848.0, 3878.0, 3838.0, 3878.0, 3838.0, 3879.0, 3850.0, 3891.0, 3872.0, 3880.0, 3849.0, 3869.0, 3838.0, 3870.0, 3872.0, 3873.0, 3895.0, 3865.0, 3855.0, 3907.0, 3877.0, 3877.0, 3929.0, 3886.0, 3876.0, 3884.0, 3853.0, 3903.0, 3863.0, 3916.0, 3872.0, 3882.0, 3839.0, 3860.0, 3858.0, 3859.0, 3882.0, 3860.0, 3859.0, 3849.0, 3859.0, 3849.0, 3859.0, 3873.0, 3852.0, 3882.0, 3872.0, 3881.0, 3872.0, 3892.0, 3864.0, 3905.0, 3863.0, 3901.0, 3852.0, 3892.0, 3862.0, 3904.0, 3884.0, 3904.0, 3861.0, 3880.0, 3838.0, 3880.0, 3861.0, 3903.0, 3874.0, 3915.0, 3873.0, 3859.0, 3839.0, 3859.0, 3860.0, 3869.0, 3872.0, 3881.0, 3871.0, 3852.0, 3872.0, 3862.0, 3882.0, 3878.0, 3897.0, 3886.0, 3864.0, 3875.0, 3888.0, 3931.0, 3927.0, 3926.0, 3908.0, 3863.0, 3874.0, 3862.0, 3873.0, 3885.0, 3892.0, 3871.0, 3890.0, 3871.0, 3901.0, 3881.0, 3889.0, 3867.0, 3886.0, 3864.0, 3873.0, 3852.0, 3872.0, 3831.0, 3839.0, 3821.0, 3833.0, 3834.0, 3832.0, 3831.0, 3822.0, 3852.0, 3833.0, 3866.0, 3836.0, 3866.0, 3836.0, 3866.0, 3836.0, 3856.0, 3849.0, 3868.0, 3859.0, 3848.0, 3859.0, 3859.0, 3880.0, 3850.0, 3890.0, 3861.0, 3891.0, 3850.0, 3880.0, 3848.0, 3880.0, 3861.0, 3918.0, 3875.0, 3917.0, 3906.0, 3884.0, 3891.0, 3861.0, 3870.0, 3871.0, 3873.0, 3862.0, 3861.0, 3862.0, 3874.0, 3907.0, 3888.0, 3895.0, 3906.0, 3874.0, 3903.0, 3868.0, 3889.0, 3880.0, 3889.0, 3845.0, 3854.0, 3811.0, 3852.0, 3822.0, 3863.0, 3823.0, 3863.0, 3822.0, 3864.0, 3824.0, 3870.0, 3860.0, 3850.0, 3882.0, 3860.0, 3902.0, 3880.0, 3858.0, 3869.0, 3848.0, 3867.0, 3848.0, 3858.0, 3848.0, 3859.0, 3837.0, 3858.0, 3845.0, 3867.0, 3856.0, 3885.0, 3853.0, 3884.0, 3851.0, 3872.0, 3839.0, 3869.0, 3817.0, 3859.0, 3817.0, 3858.0, 3806.0, 3847.0, 3817.0, 3850.0, 3828.0, 3808.0, 3820.0, 3857.0, 3890.0, 3879.0, 3891.0, 3880.0, 3869.0, 3835.0, 3836.0, 3834.0, 3860.0, 3861.0, 3869.0, 3861.0, 3880.0, 3872.0, 3891.0, 3859.0, 3900.0, 3867.0, 3887.0, 3841.0, 3861.0, 3828.0, 3861.0, 3816.0, 3836.0, 3814.0, 3823.0, 3814.0, 3823.0, 3816.0, 3814.0, 3816.0, 3817.0, 3828.0, 3830.0, 3848.0, 3829.0, 3829.0, 3828.0, 3818.0, 3829.0, 3818.0, 3852.0, 3843.0, 3875.0, 3845.0, 3833.0, 3843.0, 3845.0, 3854.0, 3833.0, 3855.0, 3824.0, 3847.0, 3834.0, 3847.0, 3869.0, 3859.0, 3859.0, 3900.0, 3859.0, 3845.0, 3845.0, 3834.0, 3855.0, 3850.0, 3883.0, 3881.0, 3862.0, 3873.0, 3902.0, 3881.0, 3858.0, 3913.0, 3902.0, 3881.0, 3902.0, 3846.0, 3868.0, 3859.0, 3866.0, 3845.0, 3854.0, 3844.0, 3854.0, 3833.0, 3842.0, 3834.0, 3833.0, 3834.0, 3822.0, 3845.0, 3834.0, 3865.0, 3834.0, 3865.0, 3835.0, 3892.0, 3861.0, 3878.0, 3848.0, 3836.0, 3847.0, 3846.0, 3868.0, 3847.0, 3878.0, 3859.0, 3890.0, 3870.0, 3889.0, 3848.0, 3867.0, 3836.0, 3866.0, 3847.0, 3877.0, 3848.0, 3878.0, 3859.0, 3903.0, 3884.0, 3894.0, 3880.0, 3870.0, 3901.0, 3870.0, 3885.0, 3872.0, 3862.0, 3874.0, 3861.0, 3892.0, 3884.0, 3915.0, 3904.0, 3902.0, 3892.0, 3898.0, 3877.0, 3875.0, 3854.0, 3831.0, 3862.0, 3830.0], 'WindowWidth': [8823.0, 8778.0, 8791.0, 8782.0, 8705.0, 8709.0, 8628.0, 8664.0, 8620.0, 8645.0, 8631.0, 8673.0, 8640.0, 8663.0, 8583.0, 8616.0, 8588.0, 8604.0, 8610.0, 8610.0, 8619.0, 8593.0, 8618.0, 8596.0, 8651.0, 8616.0, 8642.0, 8615.0, 8644.0, 8633.0, 8619.0, 8656.0, 8657.0, 8709.0, 8652.0, 8676.0, 8646.0, 8657.0, 8670.0, 8649.0, 8704.0, 8668.0, 8707.0, 8667.0, 8706.0, 8668.0, 8728.0, 8663.0, 8671.0, 8628.0, 8655.0, 8626.0, 8656.0, 8658.0, 8660.0, 8660.0, 8658.0, 8660.0, 8645.0, 8691.0, 8646.0, 8669.0, 8633.0, 8657.0, 8649.0, 8677.0, 8653.0, 8667.0, 8713.0, 8673.0, 8728.0, 8670.0, 8705.0, 8654.0, 8704.0, 8652.0, 8693.0, 8669.0, 8691.0, 8651.0, 8660.0, 8638.0, 8675.0, 8658.0, 8725.0, 8676.0, 8697.0, 8681.0, 8681.0, 8699.0, 8689.0, 8736.0, 8693.0, 8717.0, 8661.0, 8711.0, 8661.0, 8714.0, 8681.0, 8755.0, 8710.0, 8686.0, 8659.0, 8698.0, 8663.0, 8712.0, 8706.0, 8676.0, 8712.0, 8687.0, 8715.0, 8683.0, 8759.0, 8709.0, 8701.0, 8655.0, 8684.0, 8683.0, 8653.0, 8699.0, 8709.0, 8667.0, 8707.0, 8649.0, 8706.0, 8653.0, 8728.0, 8683.0, 8677.0, 8676.0, 8662.0, 8676.0, 8652.0, 8677.0, 8656.0, 8711.0, 8673.0, 8712.0, 8691.0, 8720.0, 8702.0, 8681.0, 8642.0, 8650.0, 8674.0, 8652.0, 8679.0, 8670.0, 8671.0, 8684.0, 8670.0, 8729.0, 8658.0, 8696.0, 8667.0, 8653.0, 8726.0, 8664.0, 8702.0, 8644.0, 8669.0, 8631.0, 8673.0, 8635.0, 8706.0, 8647.0, 8670.0, 8630.0, 8655.0, 8631.0, 8661.0, 8662.0, 8687.0, 8675.0, 8668.0, 8684.0, 8671.0, 8699.0, 8672.0, 8716.0, 8682.0, 8740.0, 8694.0, 8730.0, 8662.0, 8698.0, 8669.0, 8669.0, 8718.0, 8687.0, 8710.0, 8724.0, 8726.0, 8677.0, 8701.0, 8648.0, 8679.0, 8654.0, 8694.0, 8661.0, 8726.0, 8699.0, 8709.0, 8667.0, 8676.0, 8646.0, 8667.0, 8641.0, 8696.0, 8653.0, 8679.0, 8626.0, 8665.0, 8626.0, 8686.0, 8652.0, 8654.0, 8627.0, 8650.0, 8640.0, 8654.0, 8660.0, 8653.0, 8709.0, 8654.0, 8695.0, 8653.0, 8692.0, 8655.0, 8711.0, 8676.0, 8703.0, 8640.0, 8696.0, 8653.0, 8691.0, 8656.0, 8710.0, 8652.0, 8730.0, 8671.0, 8708.0, 8654.0, 8675.0, 8651.0, 8691.0, 8655.0, 8692.0, 8653.0, 8692.0, 8656.0, 8690.0, 8678.0, 8684.0, 8656.0, 8682.0, 8669.0, 8664.0, 8684.0, 8685.0, 8729.0, 8653.0, 8678.0, 8648.0, 8659.0, 8646.0, 8693.0, 8674.0, 8711.0, 8654.0, 8693.0, 8654.0, 8681.0, 8654.0, 8684.0, 8689.0, 8697.0, 8775.0, 8769.0, 8781.0, 8756.0, 8684.0, 8687.0, 8675.0, 8676.0, 8693.0, 8742.0, 8716.0, 8756.0, 8742.0, 8753.0, 8732.0, 8746.0, 8707.0, 8694.0, 8615.0, 8654.0, 8599.0, 8640.0, 8617.0, 8643.0, 8620.0, 8628.0, 8619.0, 8635.0, 8636.0, 8618.0, 8615.0, 8617.0, 8647.0, 8624.0, 8666.0, 8631.0, 8707.0, 8654.0, 8659.0, 8634.0, 8658.0, 8674.0, 8661.0, 8680.0, 8690.0, 8715.0, 8674.0, 8697.0, 8656.0, 8693.0, 8657.0, 8716.0, 8691.0, 8732.0, 8673.0, 8680.0, 8652.0, 8676.0, 8653.0, 8690.0, 8666.0, 8710.0, 8682.0, 8691.0, 8628.0, 8688.0, 8630.0, 8686.0, 8645.0, 8684.0, 8631.0, 8688.0, 8651.0, 8672.0, 8637.0, 8662.0, 8647.0, 8660.0, 8662.0, 8665.0, 8694.0, 8657.0, 8687.0, 8675.0, 8688.0, 8733.0, 8697.0, 8684.0, 8727.0, 8739.0, 8729.0, 8772.0, 8703.0, 8733.0, 8675.0, 8712.0, 8674.0, 8748.0, 8705.0, 8683.0, 8654.0, 8681.0, 8656.0, 8686.0, 8690.0, 8656.0, 8699.0, 8671.0, 8698.0, 8672.0, 8715.0, 8692.0, 8731.0, 8658.0, 8710.0, 8656.0, 8698.0, 8659.0, 8734.0, 8696.0, 8716.0, 8643.0, 8682.0, 8660.0, 8683.0, 8680.0, 8738.0, 8693.0, 8683.0, 8671.0, 8667.0, 8683.0, 8669.0, 8703.0, 8659.0, 8698.0, 8667.0, 8694.0, 8667.0, 8695.0, 8656.0, 8728.0, 8652.0, 8677.0, 8647.0, 8675.0, 8648.0, 8692.0, 8653.0, 8695.0, 8664.0, 8678.0, 8661.0, 8676.0, 8663.0, 8696.0, 8653.0, 8677.0, 8647.0, 8661.0, 8660.0, 8677.0, 8667.0, 8717.0, 8680.0, 8686.0, 8656.0, 8686.0, 8688.0, 8662.0, 8697.0, 8759.0, 8728.0, 8698.0, 8707.0, 8693.0, 8696.0, 8726.0, 8734.0, 8742.0, 8740.0, 8736.0, 8726.0, 8771.0, 8733.0, 8666.0, 8680.0, 8660.0, 8647.0, 8692.0, 8663.0, 8661.0, 8647.0, 8677.0, 8652.0, 8664.0, 8674.0, 8670.0, 8670.0, 8654.0, 8693.0, 8665.0, 8698.0, 8672.0, 8723.0, 8678.0, 8701.0, 8688.0, 8701.0, 8674.0, 8717.0, 8694.0, 8720.0, 8675.0, 8700.0, 8673.0, 8700.0, 8671.0, 8715.0, 8684.0, 8718.0, 8670.0, 8695.0, 8664.0, 8694.0, 8651.0, 8747.0, 8696.0, 8692.0, 8644.0, 8645.0, 8642.0, 8645.0, 8676.0, 8650.0, 8689.0, 8636.0, 8688.0, 8636.0, 8690.0, 8656.0, 8714.0, 8690.0, 8696.0, 8654.0, 8679.0, 8637.0, 8680.0, 8686.0, 8689.0, 8719.0, 8685.0, 8671.0, 8744.0, 8705.0, 8704.0, 8777.0, 8714.0, 8697.0, 8707.0, 8665.0, 8730.0, 8676.0, 8752.0, 8687.0, 8699.0, 8639.0, 8666.0, 8662.0, 8665.0, 8698.0, 8666.0, 8662.0, 8649.0, 8663.0, 8652.0, 8668.0, 8692.0, 8663.0, 8701.0, 8687.0, 8699.0, 8688.0, 8715.0, 8683.0, 8735.0, 8679.0, 8726.0, 8662.0, 8714.0, 8677.0, 8735.0, 8707.0, 8733.0, 8673.0, 8695.0, 8639.0, 8694.0, 8673.0, 8731.0, 8694.0, 8750.0, 8691.0, 8667.0, 8631.0, 8663.0, 8667.0, 8679.0, 8689.0, 8699.0, 8686.0, 8661.0, 8687.0, 8674.0, 8701.0, 8707.0, 8732.0, 8716.0, 8681.0, 8698.0, 8721.0, 8782.0, 8772.0, 8771.0, 8735.0, 8680.0, 8694.0, 8677.0, 8692.0, 8711.0, 8712.0, 8684.0, 8706.0, 8683.0, 8724.0, 8695.0, 8702.0, 8671.0, 8693.0, 8660.0, 8670.0, 8640.0, 8667.0, 8611.0, 8620.0, 8599.0, 8618.0, 8622.0, 8615.0, 8614.0, 8602.0, 8643.0, 8620.0, 8667.0, 8631.0, 8668.0, 8630.0, 8670.0, 8632.0, 8658.0, 8651.0, 8677.0, 8665.0, 8650.0, 8665.0, 8665.0, 8695.0, 8655.0, 8709.0, 8673.0, 8710.0, 8655.0, 8694.0, 8649.0, 8692.0, 8671.0, 8760.0, 8699.0, 8758.0, 8741.0, 8710.0, 8713.0, 8672.0, 8685.0, 8685.0, 8690.0, 8676.0, 8668.0, 8670.0, 8693.0, 8744.0, 8719.0, 8725.0, 8738.0, 8682.0, 8729.0, 8672.0, 8703.0, 8695.0, 8702.0, 8635.0, 8645.0, 8586.0, 8639.0, 8602.0, 8655.0, 8604.0, 8657.0, 8604.0, 8659.0, 8608.0, 8672.0, 8668.0, 8655.0, 8699.0, 8670.0, 8727.0, 8696.0, 8663.0, 8679.0, 8649.0, 8670.0, 8646.0, 8658.0, 8646.0, 8663.0, 8633.0, 8661.0, 8641.0, 8672.0, 8653.0, 8692.0, 8645.0, 8689.0, 8637.0, 8668.0, 8618.0, 8657.0, 8586.0, 8642.0, 8585.0, 8640.0, 8571.0, 8623.0, 8586.0, 8635.0, 8604.0, 8576.0, 8596.0, 8659.0, 8710.0, 8693.0, 8710.0, 8693.0, 8677.0, 8628.0, 8631.0, 8625.0, 8672.0, 8675.0, 8685.0, 8673.0, 8699.0, 8688.0, 8712.0, 8666.0, 8720.0, 8670.0, 8696.0, 8624.0, 8651.0, 8602.0, 8649.0, 8581.0, 8607.0, 8576.0, 8586.0, 8575.0, 8587.0, 8582.0, 8577.0, 8582.0, 8586.0, 8602.0, 8607.0, 8629.0, 8606.0, 8606.0, 8605.0, 8591.0, 8606.0, 8593.0, 8641.0, 8635.0, 8677.0, 8638.0, 8620.0, 8634.0, 8637.0, 8649.0, 8621.0, 8652.0, 8610.0, 8643.0, 8623.0, 8644.0, 8677.0, 8665.0, 8666.0, 8721.0, 8665.0, 8639.0, 8637.0, 8623.0, 8652.0, 8653.0, 8703.0, 8697.0, 8674.0, 8689.0, 8726.0, 8694.0, 8662.0, 8744.0, 8730.0, 8697.0, 8724.0, 8642.0, 8671.0, 8663.0, 8665.0, 8638.0, 8648.0, 8636.0, 8646.0, 8620.0, 8629.0, 8621.0, 8618.0, 8621.0, 8603.0, 8635.0, 8622.0, 8664.0, 8623.0, 8664.0, 8626.0, 8716.0, 8673.0, 8688.0, 8648.0, 8629.0, 8643.0, 8643.0, 8674.0, 8647.0, 8688.0, 8665.0, 8707.0, 8681.0, 8704.0, 8649.0, 8672.0, 8631.0, 8670.0, 8645.0, 8685.0, 8650.0, 8687.0, 8666.0, 8729.0, 8711.0, 8723.0, 8696.0, 8684.0, 8726.0, 8683.0, 8713.0, 8691.0, 8677.0, 8697.0, 8674.0, 8715.0, 8709.0, 8750.0, 8735.0, 8726.0, 8711.0, 8714.0, 8683.0, 8676.0, 8646.0, 8612.0, 8653.0, 8608.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.005780309988518944</td></tr>
<tr><td colspan=3>aqi</td><td>0.04644607060849599</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.554335423080445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1807472192068973</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0233997630229874</td></tr>
<tr><td colspan=3>efc</td><td>0.4665</td></tr>
<tr><td colspan=3>fber</td><td>5095.8452</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10338500853143372</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.184845005740527</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4993000127896248</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3973519428426755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6556370275937704</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.444911067932428</td></tr>
<tr><td colspan=3>gcor</td><td>0.0180767</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01442977599799633</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02746516838669777</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0719856063385995</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>37.109</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3316</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.0159</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303332.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>633.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.5153</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5596</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.8309</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3114.7635</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.0759</td></tr>
<tr><td colspan=3>tsnr</td><td>33.561167528736405</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>