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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-03_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-03_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-0074/ses-03/func/sub-0074_ses-03_task-social_acq-mb8_run-03_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>34295ca498bf153b49d61f5a03f219c2</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>19:18:57.230000</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.993898, -0.075553, 0.08037, 0.06828, 0.993627, 0.0896876]</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-03_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.0856565</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7744, -7273, 629, -126, -253, -142, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fcb7b3d3-33fb-4328-acca-18ccd7ef0c47||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.6665544509887695, 0.18319012224674225, 0.23391161859035492, 91.65484619140625], [0.20270316302776337, 2.665827751159668, 0.22586211562156677, -107.57952880859375], [0.2156268209218979, -0.2406252920627594, 2.680349111557007, -77.5068588256836], [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': ['191857.230000', '191857.690000', '191858.150000', '191858.610000', '191859.070000', '191859.530000', '191859.990000', '191900.450000', '191900.910000', '191901.370000', '191901.830000', '191902.290000', '191902.750000', '191903.210000', '191903.670000', '191904.130000', '191904.590000', '191905.050000', '191905.510000', '191905.970000', '191906.430000', '191906.890000', '191907.350000', '191907.810000', '191908.270000', '191908.730000', '191909.190000', '191909.650000', '191910.110000', '191910.570000', '191911.030000', '191911.490000', '191911.950000', '191912.410000', '191912.870000', '191913.330000', '191913.790000', '191914.250000', '191914.710000', '191915.170000', '191915.630000', '191916.090000', '191916.550000', '191917.010000', '191917.470000', '191917.930000', '191918.390000', '191918.850000', '191919.310000', '191919.770000', '191920.230000', '191920.690000', '191921.150000', '191921.610000', '191922.070000', '191922.530000', '191922.990000', '191923.450000', '191923.910000', '191924.370000', '191924.830000', '191925.290000', '191925.750000', '191926.210000', '191926.670000', '191927.130000', '191927.590000', '191928.050000', '191928.510000', '191928.970000', '191929.430000', '191929.890000', '191930.350000', '191930.810000', '191931.270000', '191931.730000', '191932.190000', '191932.650000', '191933.110000', '191933.570000', '191934.030000', '191934.490000', '191934.950000', '191935.410000', '191935.870000', '191936.330000', '191936.790000', '191937.250000', '191937.710000', '191938.170000', '191938.630000', '191939.090000', '191939.550000', '191940.010000', '191940.470000', '191940.930000', '191941.390000', '191941.850000', '191942.310000', '191942.770000', '191943.230000', '191943.690000', '191944.150000', '191944.610000', '191945.070000', '191945.530000', '191945.990000', '191946.450000', '191946.910000', '191947.370000', '191947.830000', '191948.290000', '191948.750000', '191949.210000', '191949.670000', '191950.130000', '191950.590000', '191951.050000', '191951.510000', '191951.970000', '191952.430000', '191952.890000', '191953.350000', '191953.810000', '191954.270000', '191954.730000', '191955.190000', '191955.650000', '191956.110000', '191956.570000', '191957.030000', '191957.490000', '191957.950000', '191958.410000', '191958.870000', '191959.330000', '191959.790000', '192000.250000', '192000.710000', '192001.170000', '192001.630000', '192002.090000', '192002.550000', '192003.010000', '192003.470000', '192003.930000', '192004.390000', '192004.850000', '192005.310000', '192005.770000', '192006.230000', '192006.690000', '192007.150000', '192007.610000', '192008.070000', '192008.530000', '192008.990000', '192009.450000', '192009.910000', '192010.370000', '192010.830000', '192011.290000', '192011.750000', '192012.210000', '192012.670000', '192013.130000', '192013.590000', '192014.050000', '192014.510000', '192014.970000', '192015.430000', '192015.890000', '192016.350000', '192016.810000', '192017.270000', '192017.730000', '192018.190000', '192018.650000', '192019.110000', '192019.570000', '192020.030000', '192020.490000', '192020.950000', '192021.410000', '192021.870000', '192022.330000', '192022.790000', '192023.250000', '192023.710000', '192024.170000', '192024.630000', '192025.090000', '192025.550000', '192026.010000', '192026.470000', '192026.930000', '192027.390000', '192027.850000', '192028.310000', '192028.770000', '192029.230000', '192029.690000', '192030.150000', '192030.610000', '192031.070000', '192031.530000', '192031.990000', '192032.450000', '192032.910000', '192033.370000', '192033.830000', '192034.290000', '192034.750000', '192035.210000', '192035.670000', '192036.130000', '192036.590000', '192037.050000', '192037.510000', '192037.970000', '192038.430000', '192038.890000', '192039.350000', '192039.810000', '192040.270000', '192040.730000', '192041.190000', '192041.650000', '192042.110000', '192042.570000', '192043.030000', '192043.490000', '192043.950000', '192044.410000', '192044.870000', '192045.330000', '192045.790000', '192046.250000', '192046.710000', '192047.170000', '192047.630000', '192048.090000', '192048.550000', '192049.010000', '192049.470000', '192049.930000', '192050.390000', '192050.850000', '192051.310000', '192051.770000', '192052.230000', '192052.690000', '192053.150000', '192053.610000', '192054.070000', '192054.530000', '192054.990000', '192055.450000', '192055.910000', '192056.370000', '192056.830000', '192057.290000', '192057.750000', '192058.210000', '192058.670000', '192059.130000', '192059.590000', '192100.050000', '192100.510000', '192100.970000', '192101.430000', '192101.890000', '192102.350000', '192102.810000', '192103.270000', '192103.730000', '192104.190000', '192104.650000', '192105.110000', '192105.570000', '192106.030000', '192106.490000', '192106.950000', '192107.410000', '192107.870000', '192108.330000', '192108.790000', '192109.250000', '192109.710000', '192110.170000', '192110.630000', '192111.090000', '192111.550000', '192112.010000', '192112.470000', '192112.930000', '192113.390000', '192113.850000', '192114.310000', '192114.770000', '192115.230000', '192115.690000', '192116.150000', '192116.610000', '192117.070000', '192117.530000', '192117.990000', '192118.450000', '192118.910000', '192119.370000', '192119.830000', '192120.290000', '192120.750000', '192121.210000', '192121.670000', '192122.130000', '192122.590000', '192123.050000', '192123.510000', '192123.970000', '192124.430000', '192124.890000', '192125.350000', '192125.810000', '192126.270000', '192126.730000', '192127.190000', '192127.650000', '192128.110000', '192128.570000', '192129.030000', '192129.490000', '192129.950000', '192130.410000', '192130.870000', '192131.330000', '192131.790000', '192132.250000', '192132.710000', '192133.170000', '192133.630000', '192134.090000', '192134.550000', '192135.010000', '192135.470000', '192135.930000', '192136.390000', '192136.850000', '192137.310000', '192137.770000', '192138.230000', '192138.690000', '192139.150000', '192139.610000', '192140.070000', '192140.530000', '192140.990000', '192141.450000', '192141.910000', '192142.370000', '192142.830000', '192143.290000', '192143.750000', '192144.210000', '192144.670000', '192145.130000', '192145.590000', '192146.050000', '192146.510000', '192146.970000', '192147.430000', '192147.890000', '192148.350000', '192148.810000', '192149.270000', '192149.730000', '192150.190000', '192150.650000', '192151.110000', '192151.570000', '192152.030000', '192152.490000', '192152.950000', '192153.410000', '192153.870000', '192154.330000', '192154.790000', '192155.250000', '192155.710000', '192156.170000', '192156.630000', '192157.090000', '192157.550000', '192158.010000', '192158.470000', '192158.930000', '192159.390000', '192159.850000', '192200.310000', '192200.770000', '192201.230000', '192201.690000', '192202.150000', '192202.610000', '192203.070000', '192203.530000', '192203.990000', '192204.450000', '192204.910000', '192205.370000', '192205.830000', '192206.290000', '192206.750000', '192207.210000', '192207.670000', '192208.130000', '192208.590000', '192209.050000', '192209.510000', '192209.970000', '192210.430000', '192210.890000', '192211.350000', '192211.810000', '192212.270000', '192212.730000', '192213.190000', '192213.650000', '192214.110000', '192214.570000', '192215.030000', '192215.490000', '192215.950000', '192216.410000', '192216.870000', '192217.330000', '192217.790000', '192218.250000', '192218.710000', '192219.170000', '192219.630000', '192220.090000', '192220.550000', '192221.010000', '192221.470000', '192221.930000', '192222.390000', '192222.850000', '192223.310000', '192223.770000', '192224.230000', '192224.690000', '192225.150000', '192225.610000', '192226.070000', '192226.530000', '192226.990000', '192227.450000', '192227.910000', '192228.370000', '192228.830000', '192229.290000', '192229.750000', '192230.210000', '192230.670000', '192231.130000', '192231.590000', '192232.050000', '192232.510000', '192232.970000', '192233.430000', '192233.890000', '192234.350000', '192234.810000', '192235.270000', '192235.730000', '192236.190000', '192236.650000', '192237.110000', '192237.570000', '192238.030000', '192238.490000', '192238.950000', '192239.410000', '192239.870000', '192240.330000', '192240.790000', '192241.250000', '192241.710000', '192242.170000', '192242.630000', '192243.090000', '192243.550000', '192244.010000', '192244.470000', '192244.930000', '192245.390000', '192245.850000', '192246.310000', '192246.770000', '192247.230000', '192247.690000', '192248.150000', '192248.610000', '192249.070000', '192249.530000', '192249.990000', '192250.450000', '192250.910000', '192251.370000', '192251.830000', '192252.290000', '192252.750000', '192253.210000', '192253.670000', '192254.130000', '192254.590000', '192255.050000', '192255.510000', '192255.970000', '192256.430000', '192256.890000', '192257.350000', '192257.810000', '192258.270000', '192258.730000', '192259.190000', '192259.650000', '192300.110000', '192300.570000', '192301.030000', '192301.490000', '192301.950000', '192302.410000', '192302.870000', '192303.330000', '192303.790000', '192304.250000', '192304.710000', '192305.170000', '192305.630000', '192306.090000', '192306.550000', '192307.010000', '192307.470000', '192307.930000', '192308.390000', '192308.850000', '192309.310000', '192309.770000', '192310.230000', '192310.690000', '192311.150000', '192311.610000', '192312.070000', '192312.530000', '192312.990000', '192313.450000', '192313.910000', '192314.370000', '192314.830000', '192315.290000', '192315.750000', '192316.210000', '192316.670000', '192317.130000', '192317.590000', '192318.050000', '192318.510000', '192318.970000', '192319.430000', '192319.890000', '192320.350000', '192320.810000', '192321.270000', '192321.730000', '192322.190000', '192322.650000', '192323.110000', '192323.570000', '192324.030000', '192324.490000', '192324.950000', '192325.410000', '192325.870000', '192326.330000', '192326.790000', '192327.250000', '192327.710000', '192328.170000', '192328.630000', '192329.090000', '192329.550000', '192330.010000', '192330.470000', '192330.930000', '192331.390000', '192331.850000', '192332.310000', '192332.770000', '192333.230000', '192333.690000', '192334.150000', '192334.610000', '192335.070000', '192335.530000', '192335.990000', '192336.450000', '192336.910000', '192337.370000', '192337.830000', '192338.290000', '192338.750000', '192339.210000', '192339.670000', '192340.130000', '192340.590000', '192341.050000', '192341.510000', '192341.970000', '192342.430000', '192342.890000', '192343.350000', '192343.810000', '192344.270000', '192344.730000', '192345.190000', '192345.650000', '192346.110000', '192346.570000', '192347.030000', '192347.490000', '192347.950000', '192348.410000', '192348.870000', '192349.330000', '192349.790000', '192350.250000', '192350.710000', '192351.170000', '192351.630000', '192352.090000', '192352.550000', '192353.010000', '192353.470000', '192353.930000', '192354.390000', '192354.850000', '192355.310000', '192355.770000', '192356.230000', '192356.690000', '192357.150000', '192357.610000', '192358.070000', '192358.530000', '192358.990000', '192359.450000', '192359.910000', '192400.370000', '192400.830000', '192401.290000', '192401.750000', '192402.210000', '192402.670000', '192403.130000', '192403.590000', '192404.050000', '192404.510000', '192404.970000', '192405.430000', '192405.890000', '192406.350000', '192406.810000', '192407.270000', '192407.730000', '192408.190000', '192408.650000', '192409.110000', '192409.570000', '192410.030000', '192410.490000', '192410.950000', '192411.410000', '192411.870000', '192412.330000', '192412.790000', '192413.250000', '192413.710000', '192414.170000', '192414.630000', '192415.090000', '192415.550000', '192416.010000', '192416.470000', '192416.930000', '192417.390000', '192417.850000', '192418.310000', '192418.770000', '192419.230000', '192419.690000', '192420.150000', '192420.610000', '192421.070000', '192421.530000', '192421.990000', '192422.450000', '192422.910000', '192423.370000', '192423.830000', '192424.290000', '192424.750000', '192425.210000', '192425.670000', '192426.130000', '192426.590000', '192427.050000', '192427.510000', '192427.970000', '192428.430000', '192428.890000', '192429.350000', '192429.810000', '192430.270000', '192430.730000', '192431.190000', '192431.650000', '192432.110000', '192432.570000', '192433.030000', '192433.490000', '192433.950000', '192434.410000', '192434.870000', '192435.330000', '192435.790000', '192436.250000', '192436.710000', '192437.170000', '192437.630000', '192438.090000', '192438.550000', '192439.010000', '192439.470000', '192439.930000', '192440.390000', '192440.850000', '192441.310000', '192441.770000', '192442.230000', '192442.690000', '192443.150000', '192443.610000', '192444.070000', '192444.530000', '192444.990000', '192445.450000', '192445.910000', '192446.370000', '192446.830000', '192447.290000', '192447.750000', '192448.210000', '192448.670000', '192449.130000', '192449.590000', '192450.050000', '192450.510000', '192450.970000', '192451.430000', '192451.890000', '192452.350000', '192452.810000', '192453.270000', '192453.730000', '192454.190000', '192454.650000', '192455.110000', '192455.570000', '192456.030000', '192456.490000', '192456.950000', '192457.410000', '192457.870000', '192458.330000', '192458.790000', '192459.250000', '192459.710000', '192500.170000', '192500.630000', '192501.090000', '192501.550000', '192502.010000', '192502.470000', '192502.930000', '192503.390000', '192503.850000', '192504.310000', '192504.770000', '192505.230000', '192505.690000', '192506.150000', '192506.610000', '192507.070000', '192507.530000', '192507.990000', '192508.450000', '192508.910000', '192509.370000', '192509.830000', '192510.290000', '192510.750000', '192511.210000', '192511.670000', '192512.130000', '192512.590000', '192513.050000', '192513.510000', '192513.970000', '192514.430000', '192514.890000', '192515.350000', '192515.810000', '192516.270000', '192516.730000', '192517.190000', '192517.650000', '192518.110000', '192518.570000', '192519.030000', '192519.490000', '192519.950000', '192520.410000', '192520.870000', '192521.330000', '192521.790000', '192522.250000', '192522.710000', '192523.170000', '192523.630000', '192524.090000', '192524.550000', '192525.010000', '192525.470000', '192525.930000', '192526.390000', '192526.850000', '192527.310000', '192527.770000', '192528.230000', '192528.690000', '192529.150000', '192529.610000', '192530.070000', '192530.530000', '192530.990000', '192531.450000', '192531.910000', '192532.370000', '192532.830000', '192533.290000', '192533.750000', '192534.210000', '192534.670000', '192535.130000', '192535.590000', '192536.050000', '192536.510000', '192536.970000', '192537.430000', '192537.890000'], 'ContentTime': ['191924.786000', '191924.789000', '191924.791000', '191924.794000', '191924.797000', '191924.799000', '191924.802000', '191924.805000', '191924.807000', '191924.810000', '191924.812000', '191924.815000', '191924.817000', '191924.824000', '191924.827000', '191924.829000', '191924.832000', '191924.834000', '191924.837000', '191924.839000', '191924.842000', '191924.844000', '191924.847000', '191924.849000', '191924.852000', '191924.855000', '191924.857000', '191924.860000', '191924.862000', '191924.865000', '191924.867000', '191924.870000', '191924.872000', '191924.875000', '191924.878000', '191924.880000', '191924.883000', '191924.885000', '191924.888000', '191924.890000', '191924.893000', '191924.896000', '191924.898000', '191924.901000', '191924.903000', '191924.906000', '191924.908000', '191924.911000', '191924.913000', '191924.916000', '191924.919000', '191924.921000', '191924.924000', '191924.926000', '191924.929000', '191924.931000', '191924.934000', '191924.937000', '191944.745000', '191944.747000', '191944.750000', '191944.752000', '191944.755000', '191944.758000', '191944.760000', '191944.763000', '191944.765000', '191944.768000', '191944.770000', '191944.773000', '191944.775000', '191944.778000', '191944.781000', '191944.783000', '191944.786000', '191944.788000', '191944.791000', '191944.793000', '191944.796000', '191944.798000', '191944.801000', '191944.812000', '191944.815000', '191944.817000', '191944.820000', '191944.822000', '191944.825000', '191944.827000', '191944.830000', '191944.833000', '191944.835000', '191944.838000', '191944.840000', '191944.843000', '191944.845000', '191944.848000', '191944.850000', '191944.853000', '191944.856000', '191944.858000', '191944.861000', '192004.746000', '192004.748000', '192004.751000', '192004.753000', '192004.756000', '192004.759000', '192004.761000', '192004.764000', '192004.766000', '192004.769000', '192004.771000', '192004.774000', '192004.777000', '192004.779000', '192004.782000', '192004.784000', '192004.787000', '192004.789000', '192004.792000', '192004.795000', '192004.797000', '192004.800000', '192004.802000', '192004.805000', '192004.807000', '192004.810000', '192004.813000', '192004.815000', '192004.818000', '192004.820000', '192004.823000', '192004.825000', '192004.828000', '192004.830000', '192004.833000', '192004.835000', '192004.838000', '192004.841000', '192004.843000', '192004.846000', '192004.848000', '192004.851000', '192004.854000', '192004.856000', '192024.745000', '192024.747000', '192024.750000', '192024.753000', '192024.755000', '192024.758000', '192024.760000', '192024.763000', '192024.766000', '192024.768000', '192024.771000', '192024.773000', '192024.776000', '192024.778000', '192024.781000', '192024.784000', '192024.786000', '192024.789000', '192024.791000', '192024.794000', '192024.797000', '192024.799000', '192024.802000', '192024.804000', '192024.807000', '192024.809000', '192024.812000', '192024.815000', '192024.817000', '192024.820000', '192024.823000', '192024.825000', '192024.828000', '192024.831000', '192024.834000', '192024.837000', '192024.840000', '192024.842000', '192024.845000', '192024.847000', '192024.850000', '192024.852000', '192024.855000', '192044.744000', '192044.747000', '192044.750000', '192044.753000', '192044.755000', '192044.758000', '192044.760000', '192044.763000', '192044.765000', '192044.781000', '192044.784000', '192044.786000', '192044.789000', '192044.791000', '192044.794000', '192044.796000', '192044.799000', '192044.801000', '192044.804000', '192044.807000', '192044.809000', '192044.812000', '192044.814000', '192044.817000', '192044.819000', '192044.822000', '192044.825000', '192044.827000', '192044.830000', '192044.832000', '192044.835000', '192044.837000', '192044.840000', '192044.842000', '192044.845000', '192044.848000', '192044.850000', '192044.853000', '192044.855000', '192044.858000', '192044.860000', '192044.863000', '192044.865000', '192044.868000', '192104.745000', '192104.748000', '192104.750000', '192104.753000', '192104.755000', '192104.758000', '192104.760000', '192104.763000', '192104.766000', '192104.768000', '192104.771000', '192104.774000', '192104.776000', '192104.779000', '192104.781000', '192104.784000', '192104.786000', '192104.789000', '192104.791000', '192104.794000', '192104.796000', '192104.799000', '192104.802000', '192104.804000', '192104.807000', '192104.809000', '192104.812000', '192104.814000', '192104.817000', '192104.820000', '192104.822000', '192104.825000', '192104.827000', '192104.830000', '192104.833000', '192104.835000', '192104.838000', '192104.840000', '192104.843000', '192104.845000', '192104.848000', '192104.851000', '192104.853000', '192124.744000', '192124.747000', '192124.750000', '192124.752000', '192124.755000', '192124.757000', '192124.760000', '192124.763000', '192124.765000', '192124.768000', '192124.771000', '192124.773000', '192124.776000', '192124.778000', '192124.781000', '192124.783000', '192124.786000', '192124.789000', '192124.791000', '192124.794000', '192124.796000', '192124.799000', '192124.802000', '192124.804000', '192124.807000', '192124.809000', '192124.813000', '192124.816000', '192124.819000', '192124.821000', '192124.824000', '192124.827000', '192124.829000', '192124.832000', '192124.834000', '192124.837000', '192124.840000', '192124.842000', '192124.845000', '192124.847000', '192124.850000', '192124.853000', '192124.855000', '192144.744000', '192144.747000', '192144.750000', '192144.752000', '192144.755000', '192144.757000', '192144.760000', '192144.763000', '192144.765000', '192144.768000', '192144.770000', '192144.773000', '192144.775000', '192144.778000', '192144.781000', '192144.783000', '192144.786000', '192144.788000', '192144.791000', '192144.793000', '192144.796000', '192144.799000', '192144.801000', '192144.804000', '192144.806000', '192144.809000', '192144.812000', '192144.814000', '192144.817000', '192144.819000', '192144.822000', '192144.824000', '192144.827000', '192144.830000', '192144.832000', '192144.835000', '192144.837000', '192144.840000', '192144.843000', '192144.845000', '192144.848000', '192144.850000', '192144.853000', '192144.855000', '192204.745000', '192204.748000', '192204.750000', '192204.753000', '192204.755000', '192204.758000', '192204.760000', '192204.763000', '192204.766000', '192204.768000', '192204.771000', '192204.773000', '192204.776000', '192204.778000', '192204.781000', '192204.784000', '192204.786000', '192204.789000', '192204.792000', '192204.794000', '192204.797000', '192204.799000', '192204.802000', '192204.804000', '192204.807000', '192204.810000', '192204.812000', '192204.815000', '192204.817000', '192204.820000', '192204.823000', '192204.825000', '192204.828000', '192204.830000', '192204.842000', '192204.845000', '192204.847000', '192204.850000', '192204.852000', '192204.855000', '192204.858000', '192204.860000', '192204.863000', '192204.865000', '192224.746000', '192224.748000', '192224.751000', '192224.754000', '192224.756000', '192224.759000', '192224.761000', '192224.764000', '192224.767000', '192224.769000', '192224.772000', '192224.774000', '192224.777000', '192224.779000', '192224.782000', '192224.785000', '192224.787000', '192224.790000', '192224.792000', '192224.795000', '192224.798000', '192224.800000', '192224.803000', '192224.805000', '192224.808000', '192224.810000', '192224.813000', '192224.820000', '192224.822000', '192224.825000', '192224.827000', '192224.830000', '192224.832000', '192224.835000', '192224.838000', '192224.840000', '192224.843000', '192224.845000', '192224.848000', '192224.851000', '192224.853000', '192224.856000', '192224.858000', '192244.745000', '192244.747000', '192244.750000', '192244.753000', '192244.755000', '192244.758000', '192244.761000', '192244.763000', '192244.766000', '192244.768000', '192244.771000', '192244.773000', '192244.776000', '192244.778000', '192244.781000', '192244.784000', '192244.786000', '192244.789000', '192244.792000', '192244.794000', '192244.797000', '192244.799000', '192244.802000', '192244.804000', '192244.807000', '192244.810000', '192244.812000', '192244.815000', '192244.817000', '192244.820000', '192244.823000', '192244.825000', '192244.828000', '192244.830000', '192244.833000', '192244.836000', '192244.838000', '192244.841000', '192244.843000', '192244.846000', '192244.848000', '192244.851000', '192244.854000', '192244.856000', '192304.744000', '192304.747000', '192304.750000', '192304.752000', '192304.755000', '192304.758000', '192304.760000', '192304.763000', '192304.765000', '192304.768000', '192304.770000', '192304.773000', '192304.776000', '192304.778000', '192304.781000', '192304.783000', '192304.786000', '192304.788000', '192304.791000', '192304.794000', '192304.796000', '192304.799000', '192304.801000', '192304.804000', '192304.806000', '192304.809000', '192304.812000', '192304.814000', '192304.817000', '192304.819000', '192304.822000', '192304.825000', '192304.827000', '192304.835000', '192304.837000', '192304.840000', '192304.842000', '192304.845000', '192304.847000', '192304.850000', '192304.853000', '192304.855000', '192304.858000', '192324.745000', '192324.748000', '192324.751000', '192324.753000', '192324.756000', '192324.758000', '192324.761000', '192324.764000', '192324.766000', '192324.770000', '192324.773000', '192324.776000', '192324.779000', '192324.781000', '192324.784000', '192324.786000', '192324.789000', '192324.792000', '192324.794000', '192324.797000', '192324.799000', '192324.802000', '192324.804000', '192324.807000', '192324.810000', '192324.812000', '192324.815000', '192324.818000', '192324.820000', '192324.823000', '192324.826000', '192324.828000', '192324.831000', '192324.833000', '192324.836000', '192324.839000', '192324.841000', '192324.844000', '192324.846000', '192324.849000', '192324.852000', '192324.854000', '192324.857000', '192344.745000', '192344.748000', '192344.750000', '192344.753000', '192344.755000', '192344.758000', '192344.761000', '192344.763000', '192344.766000', '192344.768000', '192344.771000', '192344.773000', '192344.776000', '192344.779000', '192344.781000', '192344.784000', '192344.794000', '192344.797000', '192344.799000', '192344.802000', '192344.804000', '192344.807000', '192344.810000', '192344.812000', '192344.815000', '192344.817000', '192344.820000', '192344.822000', '192344.825000', '192344.828000', '192344.830000', '192344.833000', '192344.836000', '192344.838000', '192344.841000', '192344.843000', '192344.846000', '192344.848000', '192344.851000', '192344.853000', '192344.856000', '192344.859000', '192344.861000', '192344.864000', '192404.744000', '192404.747000', '192404.750000', '192404.753000', '192404.755000', '192404.758000', '192404.760000', '192404.763000', '192404.765000', '192404.768000', '192404.771000', '192404.773000', '192404.776000', '192404.780000', '192404.782000', '192404.785000', '192404.788000', '192404.790000', '192404.793000', '192404.796000', '192404.798000', '192404.801000', '192404.803000', '192404.806000', '192404.809000', '192404.811000', '192404.814000', '192404.816000', '192404.819000', '192404.821000', '192404.824000', '192404.827000', '192404.829000', '192404.832000', '192404.834000', '192404.837000', '192404.840000', '192404.842000', '192404.845000', '192404.847000', '192404.850000', '192404.852000', '192404.855000', '192424.744000', '192424.747000', '192424.750000', '192424.753000', '192424.755000', '192424.758000', '192424.760000', '192424.763000', '192424.765000', '192424.768000', '192424.771000', '192424.773000', '192424.776000', '192424.778000', '192424.781000', '192424.783000', '192424.786000', '192424.789000', '192424.791000', '192424.794000', '192424.796000', '192424.799000', '192424.801000', '192424.804000', '192424.806000', '192424.809000', '192424.812000', '192424.814000', '192424.817000', '192424.819000', '192424.822000', '192424.824000', '192424.828000', '192424.831000', '192424.833000', '192424.836000', '192424.838000', '192424.841000', '192424.843000', '192424.846000', '192424.849000', '192424.851000', '192424.854000', '192424.856000', '192444.746000', '192444.748000', '192444.751000', '192444.754000', '192444.756000', '192444.759000', '192444.761000', '192444.764000', '192444.767000', '192444.769000', '192444.772000', '192444.774000', '192444.777000', '192444.780000', '192444.782000', '192444.785000', '192444.788000', '192444.790000', '192444.793000', '192444.795000', '192444.798000', '192444.800000', '192444.803000', '192444.806000', '192444.809000', '192444.812000', '192444.815000', '192444.818000', '192444.821000', '192444.823000', '192444.826000', '192444.829000', '192444.831000', '192444.834000', '192444.836000', '192444.839000', '192444.841000', '192444.844000', '192444.847000', '192444.849000', '192444.852000', '192444.855000', '192444.857000', '192504.745000', '192504.747000', '192504.750000', '192504.752000', '192504.755000', '192504.758000', '192504.760000', '192504.763000', '192504.765000', '192504.768000', '192504.771000', '192504.773000', '192504.776000', '192504.779000', '192504.782000', '192504.785000', '192504.787000', '192504.790000', '192504.792000', '192504.795000', '192504.799000', '192504.801000', '192504.804000', '192504.807000', '192504.809000', '192504.812000', '192504.814000', '192504.827000', '192504.830000', '192504.832000', '192504.835000', '192504.838000', '192504.840000', '192504.843000', '192504.845000', '192504.848000', '192504.851000', '192504.853000', '192504.856000', '192504.858000', '192504.861000', '192504.863000', '192504.866000', '192504.869000', '192524.745000', '192524.748000', '192524.750000', '192524.753000', '192524.755000', '192524.758000', '192524.760000', '192524.763000', '192524.766000', '192524.768000', '192524.771000', '192524.773000', '192524.776000', '192524.779000', '192524.781000', '192524.784000', '192524.786000', '192524.789000', '192524.791000', '192524.794000', '192524.797000', '192524.799000', '192524.802000', '192524.805000', '192524.807000', '192524.810000', '192524.813000', '192524.815000', '192524.818000', '192524.820000', '192524.823000', '192524.826000', '192524.828000', '192524.831000', '192524.833000', '192524.836000', '192524.838000', '192524.841000', '192524.844000', '192524.846000', '192524.849000', '192524.851000', '192524.854000', '192539.035000', '192539.038000', '192539.041000', '192539.044000', '192539.047000', '192539.050000', '192539.053000', '192539.056000', '192539.059000', '192539.061000', '192539.064000', '192539.067000', '192539.070000', '192539.073000', '192539.076000', '192539.079000', '192539.082000', '192539.085000', '192539.088000', '192539.091000', '192539.094000', '192539.097000', '192539.101000', '192539.104000', '192539.106000', '192539.109000', '192539.112000', '192539.115000', '192539.119000', '192539.122000', '192539.124000', '192539.127000'], 'InstanceCreationTime': ['191924.786000', '191924.789000', '191924.791000', '191924.794000', '191924.797000', '191924.799000', '191924.802000', '191924.805000', '191924.807000', '191924.810000', '191924.812000', '191924.815000', '191924.817000', '191924.824000', '191924.827000', '191924.829000', '191924.832000', '191924.834000', '191924.837000', '191924.839000', '191924.842000', '191924.844000', '191924.847000', '191924.849000', '191924.852000', '191924.855000', '191924.857000', '191924.860000', '191924.862000', '191924.865000', '191924.867000', '191924.870000', '191924.872000', '191924.875000', '191924.878000', '191924.880000', '191924.883000', '191924.885000', '191924.888000', '191924.890000', '191924.893000', '191924.896000', '191924.898000', '191924.901000', '191924.903000', '191924.906000', '191924.908000', '191924.911000', '191924.913000', '191924.916000', '191924.919000', '191924.921000', '191924.924000', '191924.926000', '191924.929000', '191924.931000', '191924.934000', '191924.937000', '191944.745000', '191944.747000', '191944.750000', '191944.752000', '191944.755000', '191944.758000', '191944.760000', '191944.763000', '191944.765000', '191944.768000', '191944.770000', '191944.773000', '191944.775000', '191944.778000', '191944.781000', '191944.783000', '191944.786000', '191944.788000', '191944.791000', '191944.793000', '191944.796000', '191944.798000', '191944.801000', '191944.812000', '191944.815000', '191944.817000', '191944.820000', '191944.822000', '191944.825000', '191944.827000', '191944.830000', '191944.833000', '191944.835000', '191944.838000', '191944.840000', '191944.843000', '191944.845000', '191944.848000', '191944.850000', '191944.853000', '191944.856000', '191944.858000', '191944.861000', '192004.746000', '192004.748000', '192004.751000', '192004.753000', '192004.756000', '192004.759000', '192004.761000', '192004.764000', '192004.766000', '192004.769000', '192004.771000', '192004.774000', '192004.777000', '192004.779000', '192004.782000', '192004.784000', '192004.787000', '192004.789000', '192004.792000', '192004.795000', '192004.797000', '192004.800000', '192004.802000', '192004.805000', '192004.807000', '192004.810000', '192004.813000', '192004.815000', '192004.818000', '192004.820000', '192004.823000', '192004.825000', '192004.828000', '192004.830000', '192004.833000', '192004.835000', '192004.838000', '192004.841000', '192004.843000', '192004.846000', '192004.848000', '192004.851000', '192004.854000', '192004.856000', '192024.745000', '192024.747000', '192024.750000', '192024.753000', '192024.755000', '192024.758000', '192024.760000', '192024.763000', '192024.766000', '192024.768000', '192024.771000', '192024.773000', '192024.776000', '192024.778000', '192024.781000', '192024.784000', '192024.786000', '192024.789000', '192024.791000', '192024.794000', '192024.797000', '192024.799000', '192024.802000', '192024.804000', '192024.807000', '192024.809000', '192024.812000', '192024.815000', '192024.817000', '192024.820000', '192024.823000', '192024.825000', '192024.828000', '192024.831000', '192024.834000', '192024.837000', '192024.840000', '192024.842000', '192024.845000', '192024.847000', '192024.850000', '192024.852000', '192024.855000', '192044.744000', '192044.747000', '192044.750000', '192044.753000', '192044.755000', '192044.758000', '192044.760000', '192044.763000', '192044.765000', '192044.781000', '192044.784000', '192044.786000', '192044.789000', '192044.791000', '192044.794000', '192044.796000', '192044.799000', '192044.801000', '192044.804000', '192044.807000', '192044.809000', '192044.812000', '192044.814000', '192044.817000', '192044.819000', '192044.822000', '192044.825000', '192044.827000', '192044.830000', '192044.832000', '192044.835000', '192044.837000', '192044.840000', '192044.842000', '192044.845000', '192044.848000', '192044.850000', '192044.853000', '192044.855000', '192044.858000', '192044.860000', '192044.863000', '192044.865000', '192044.868000', '192104.745000', '192104.748000', '192104.750000', '192104.753000', '192104.755000', '192104.758000', '192104.760000', '192104.763000', '192104.766000', '192104.768000', '192104.771000', '192104.774000', '192104.776000', '192104.779000', '192104.781000', '192104.784000', '192104.786000', '192104.789000', '192104.791000', '192104.794000', '192104.796000', '192104.799000', '192104.802000', '192104.804000', '192104.807000', '192104.809000', '192104.812000', '192104.814000', '192104.817000', '192104.820000', '192104.822000', '192104.825000', '192104.827000', '192104.830000', '192104.833000', '192104.835000', '192104.838000', '192104.840000', '192104.843000', '192104.845000', '192104.848000', '192104.851000', '192104.853000', '192124.744000', '192124.747000', '192124.750000', '192124.752000', '192124.755000', '192124.757000', '192124.760000', '192124.763000', '192124.765000', '192124.768000', '192124.771000', '192124.773000', '192124.776000', '192124.778000', '192124.781000', '192124.783000', '192124.786000', '192124.789000', '192124.791000', '192124.794000', '192124.796000', '192124.799000', '192124.802000', '192124.804000', '192124.807000', '192124.809000', '192124.813000', '192124.816000', '192124.819000', '192124.821000', '192124.824000', '192124.827000', '192124.829000', '192124.832000', '192124.834000', '192124.837000', '192124.840000', '192124.842000', '192124.845000', '192124.847000', '192124.850000', '192124.853000', '192124.855000', '192144.744000', '192144.747000', '192144.750000', '192144.752000', '192144.755000', '192144.757000', '192144.760000', '192144.763000', '192144.765000', '192144.768000', '192144.770000', '192144.773000', '192144.775000', '192144.778000', '192144.781000', '192144.783000', '192144.786000', '192144.788000', '192144.791000', '192144.793000', '192144.796000', '192144.799000', '192144.801000', '192144.804000', '192144.806000', '192144.809000', '192144.812000', '192144.814000', '192144.817000', '192144.819000', '192144.822000', '192144.824000', '192144.827000', '192144.830000', '192144.832000', '192144.835000', '192144.837000', '192144.840000', '192144.843000', '192144.845000', '192144.848000', '192144.850000', '192144.853000', '192144.855000', '192204.745000', '192204.748000', '192204.750000', '192204.753000', '192204.755000', '192204.758000', '192204.760000', '192204.763000', '192204.766000', '192204.768000', '192204.771000', '192204.773000', '192204.776000', '192204.778000', '192204.781000', '192204.784000', '192204.786000', '192204.789000', '192204.792000', '192204.794000', '192204.797000', '192204.799000', '192204.802000', '192204.804000', '192204.807000', '192204.810000', '192204.812000', '192204.815000', '192204.817000', '192204.820000', '192204.823000', '192204.825000', '192204.828000', '192204.830000', '192204.842000', '192204.845000', '192204.847000', '192204.850000', '192204.852000', '192204.855000', '192204.858000', '192204.860000', '192204.863000', '192204.865000', '192224.746000', '192224.748000', '192224.751000', '192224.754000', '192224.756000', '192224.759000', '192224.761000', '192224.764000', '192224.767000', '192224.769000', '192224.772000', '192224.774000', '192224.777000', '192224.779000', '192224.782000', '192224.785000', '192224.787000', '192224.790000', '192224.792000', '192224.795000', '192224.798000', '192224.800000', '192224.803000', '192224.805000', '192224.808000', '192224.810000', '192224.813000', '192224.820000', '192224.822000', '192224.825000', '192224.827000', '192224.830000', '192224.832000', '192224.835000', '192224.838000', '192224.840000', '192224.843000', '192224.845000', '192224.848000', '192224.851000', '192224.853000', '192224.856000', '192224.858000', '192244.745000', '192244.747000', '192244.750000', '192244.753000', '192244.755000', '192244.758000', '192244.761000', '192244.763000', '192244.766000', '192244.768000', '192244.771000', '192244.773000', '192244.776000', '192244.778000', '192244.781000', '192244.784000', '192244.786000', '192244.789000', '192244.792000', '192244.794000', '192244.797000', '192244.799000', '192244.802000', '192244.804000', '192244.807000', '192244.810000', '192244.812000', '192244.815000', '192244.817000', '192244.820000', '192244.823000', '192244.825000', '192244.828000', '192244.830000', '192244.833000', '192244.836000', '192244.838000', '192244.841000', '192244.843000', '192244.846000', '192244.848000', '192244.851000', '192244.854000', '192244.856000', '192304.744000', '192304.747000', '192304.750000', '192304.752000', '192304.755000', '192304.758000', '192304.760000', '192304.763000', '192304.765000', '192304.768000', '192304.770000', '192304.773000', '192304.776000', '192304.778000', '192304.781000', '192304.783000', '192304.786000', '192304.788000', '192304.791000', '192304.794000', '192304.796000', '192304.799000', '192304.801000', '192304.804000', '192304.806000', '192304.809000', '192304.812000', '192304.814000', '192304.817000', '192304.819000', '192304.822000', '192304.825000', '192304.827000', '192304.835000', '192304.837000', '192304.840000', '192304.842000', '192304.845000', '192304.847000', '192304.850000', '192304.853000', '192304.855000', '192304.858000', '192324.745000', '192324.748000', '192324.751000', '192324.753000', '192324.756000', '192324.758000', '192324.761000', '192324.764000', '192324.766000', '192324.770000', '192324.773000', '192324.776000', '192324.779000', '192324.781000', '192324.784000', '192324.786000', '192324.789000', '192324.792000', '192324.794000', '192324.797000', '192324.799000', '192324.802000', '192324.804000', '192324.807000', '192324.810000', '192324.812000', '192324.815000', '192324.818000', '192324.820000', '192324.823000', '192324.826000', '192324.828000', '192324.831000', '192324.833000', '192324.836000', '192324.839000', '192324.841000', '192324.844000', '192324.846000', '192324.849000', '192324.852000', '192324.854000', '192324.857000', '192344.745000', '192344.748000', '192344.750000', '192344.753000', '192344.755000', '192344.758000', '192344.761000', '192344.763000', '192344.766000', '192344.768000', '192344.771000', '192344.773000', '192344.776000', '192344.779000', '192344.781000', '192344.784000', '192344.794000', '192344.797000', '192344.799000', '192344.802000', '192344.804000', '192344.807000', '192344.810000', '192344.812000', '192344.815000', '192344.817000', '192344.820000', '192344.822000', '192344.825000', '192344.828000', '192344.830000', '192344.833000', '192344.836000', '192344.838000', '192344.841000', '192344.843000', '192344.846000', '192344.848000', '192344.851000', '192344.853000', '192344.856000', '192344.859000', '192344.861000', '192344.864000', '192404.744000', '192404.747000', '192404.750000', '192404.753000', '192404.755000', '192404.758000', '192404.760000', '192404.763000', '192404.765000', '192404.768000', '192404.771000', '192404.773000', '192404.776000', '192404.780000', '192404.782000', '192404.785000', '192404.788000', '192404.790000', '192404.793000', '192404.796000', '192404.798000', '192404.801000', '192404.803000', '192404.806000', '192404.809000', '192404.811000', '192404.814000', '192404.816000', '192404.819000', '192404.821000', '192404.824000', '192404.827000', '192404.829000', '192404.832000', '192404.834000', '192404.837000', '192404.840000', '192404.842000', '192404.845000', '192404.847000', '192404.850000', '192404.852000', '192404.855000', '192424.744000', '192424.747000', '192424.750000', '192424.753000', '192424.755000', '192424.758000', '192424.760000', '192424.763000', '192424.765000', '192424.768000', '192424.771000', '192424.773000', '192424.776000', '192424.778000', '192424.781000', '192424.783000', '192424.786000', '192424.789000', '192424.791000', '192424.794000', '192424.796000', '192424.799000', '192424.801000', '192424.804000', '192424.806000', '192424.809000', '192424.812000', '192424.814000', '192424.817000', '192424.819000', '192424.822000', '192424.824000', '192424.828000', '192424.831000', '192424.833000', '192424.836000', '192424.838000', '192424.841000', '192424.843000', '192424.846000', '192424.849000', '192424.851000', '192424.854000', '192424.856000', '192444.746000', '192444.748000', '192444.751000', '192444.754000', '192444.756000', '192444.759000', '192444.761000', '192444.764000', '192444.767000', '192444.769000', '192444.772000', '192444.774000', '192444.777000', '192444.780000', '192444.782000', '192444.785000', '192444.788000', '192444.790000', '192444.793000', '192444.795000', '192444.798000', '192444.800000', '192444.803000', '192444.806000', '192444.809000', '192444.812000', '192444.815000', '192444.818000', '192444.821000', '192444.823000', '192444.826000', '192444.829000', '192444.831000', '192444.834000', '192444.836000', '192444.839000', '192444.841000', '192444.844000', '192444.847000', '192444.849000', '192444.852000', '192444.855000', '192444.857000', '192504.745000', '192504.747000', '192504.750000', '192504.752000', '192504.755000', '192504.758000', '192504.760000', '192504.763000', '192504.765000', '192504.768000', '192504.771000', '192504.773000', '192504.776000', '192504.779000', '192504.782000', '192504.785000', '192504.787000', '192504.790000', '192504.792000', '192504.795000', '192504.799000', '192504.801000', '192504.804000', '192504.807000', '192504.809000', '192504.812000', '192504.814000', '192504.827000', '192504.830000', '192504.832000', '192504.835000', '192504.838000', '192504.840000', '192504.843000', '192504.845000', '192504.848000', '192504.851000', '192504.853000', '192504.856000', '192504.858000', '192504.861000', '192504.863000', '192504.866000', '192504.869000', '192524.745000', '192524.748000', '192524.750000', '192524.753000', '192524.755000', '192524.758000', '192524.760000', '192524.763000', '192524.766000', '192524.768000', '192524.771000', '192524.773000', '192524.776000', '192524.779000', '192524.781000', '192524.784000', '192524.786000', '192524.789000', '192524.791000', '192524.794000', '192524.797000', '192524.799000', '192524.802000', '192524.805000', '192524.807000', '192524.810000', '192524.813000', '192524.815000', '192524.818000', '192524.820000', '192524.823000', '192524.826000', '192524.828000', '192524.831000', '192524.833000', '192524.836000', '192524.838000', '192524.841000', '192524.844000', '192524.846000', '192524.849000', '192524.851000', '192524.854000', '192539.035000', '192539.038000', '192539.041000', '192539.044000', '192539.047000', '192539.050000', '192539.053000', '192539.056000', '192539.059000', '192539.061000', '192539.064000', '192539.067000', '192539.070000', '192539.073000', '192539.076000', '192539.079000', '192539.082000', '192539.085000', '192539.088000', '192539.091000', '192539.094000', '192539.097000', '192539.101000', '192539.104000', '192539.106000', '192539.109000', '192539.112000', '192539.115000', '192539.119000', '192539.122000', '192539.124000', '192539.127000'], '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': [7097, 12586, 8059, 11495, 6297, 8560, 6437, 7897, 7855, 7239, 6821, 6316, 14468, 6762, 10373, 6778, 8837, 6526, 6963, 6609, 6361, 11742, 6632, 8808, 6104, 7626, 6286, 6857, 7301, 6407, 10398, 6539, 8449, 6144, 7183, 6635, 6721, 8129, 6799, 8268, 6677, 7364, 6779, 7815, 6674, 7430, 6643, 7940, 6487, 7846, 6477, 8614, 6517, 7853, 6162, 7832, 7918, 7054, 8942, 6661, 9705, 6347, 7818, 6025, 7176, 6355, 6875, 6488, 6755, 6880, 6400, 8743, 6287, 9122, 6351, 8817, 6565, 8384, 7384, 7591, 6626, 7261, 11852, 6608, 10019, 7661, 8160, 6378, 7780, 6588, 7149, 7416, 6468, 9446, 6376, 8695, 6356, 7930, 6316, 7776, 6501, 7294, 9452, 6543, 10081, 6463, 8108, 6329, 7746, 6401, 7325, 6535, 6712, 8487, 6205, 9113, 6178, 7653, 6352, 6817, 8629, 6378, 9025, 6206, 7485, 6053, 6837, 6635, 6510, 9075, 6353, 8794, 6451, 8063, 6451, 7796, 6293, 7820, 6258, 8037, 6436, 7622, 6810, 6976, 11232, 6503, 8964, 6761, 7897, 6156, 7398, 6511, 6923, 7029, 6541, 6620, 6335, 10926, 6616, 9351, 6918, 8210, 6219, 7440, 6279, 7202, 6567, 6710, 6540, 6488, 6794, 6523, 9132, 6649, 8485, 6291, 7916, 6285, 7472, 6571, 7201, 7613, 7010, 6919, 6694, 7017, 6382, 8252, 6590, 7814, 6347, 7834, 6763, 7410, 8392, 6732, 10879, 6493, 10532, 6272, 8944, 6169, 7270, 6422, 7105, 9100, 6374, 9402, 6326, 7470, 6615, 6960, 6498, 6883, 10578, 6645, 7406, 6502, 6762, 6379, 7321, 6356, 7378, 6497, 6818, 9104, 6444, 9990, 6375, 7719, 6363, 7597, 6517, 7152, 6813, 6734, 6898, 6359, 10849, 6520, 8844, 6101, 7833, 6620, 7046, 7333, 6420, 9635, 6417, 7550, 6033, 6806, 6380, 6701, 6559, 6479, 6520, 6409, 6574, 6477, 6883, 6546, 7582, 6350, 6687, 6702, 10936, 6626, 9102, 6597, 7987, 6620, 7314, 7367, 6601, 11036, 6780, 8087, 6422, 7366, 6347, 7445, 6192, 6908, 6187, 6908, 7366, 6303, 9137, 6337, 7151, 6234, 7442, 5959, 7186, 6325, 7175, 6971, 6848, 6315, 7314, 6534, 8287, 6377, 7884, 10419, 6996, 10385, 7250, 9219, 7002, 9749, 6453, 8571, 12452, 8758, 12879, 10730, 11998, 7078, 8041, 12724, 6990, 12904, 7119, 9896, 6410, 7926, 6327, 7838, 6319, 7579, 6681, 7334, 7487, 6407, 8178, 6892, 9352, 6837, 10706, 6732, 9265, 6386, 8311, 8452, 7068, 11798, 6531, 8546, 6355, 8178, 6182, 7558, 6036, 7046, 7600, 6620, 8410, 6620, 7608, 6532, 8205, 6376, 7946, 6086, 8014, 6596, 8095, 6206, 8141, 6019, 8093, 8712, 7437, 7698, 7246, 9711, 6853, 10408, 6924, 8728, 6703, 8565, 6382, 8217, 6468, 7935, 6784, 6649, 6142, 8185, 6542, 8125, 6538, 9720, 6880, 7417, 7181, 7918, 7101, 11160, 6969, 10961, 6966, 10183, 6682, 8790, 6309, 8426, 6353, 7665, 5971, 8013, 10021, 6890, 10691, 6492, 8233, 6356, 8479, 6107, 8382, 8005, 7226, 10752, 6413, 9437, 6504, 8469, 6443, 8209, 6249, 8396, 6304, 8242, 6102, 8126, 8458, 6787, 8935, 6568, 9457, 6628, 8943, 6439, 7676, 6088, 8095, 6122, 8293, 10587, 6904, 10610, 6479, 8533, 6431, 8194, 6194, 7725, 5972, 7369, 11180, 6614, 9574, 6796, 7913, 6100, 8260, 6062, 8075, 6122, 7239, 6056, 7012, 10919, 6739, 8930, 6657, 7521, 6131, 8045, 5974, 8268, 7147, 7159, 9437, 6282, 8914, 6387, 8182, 6297, 7813, 6327, 7770, 5807, 7531, 6007, 7111, 10492, 6450, 7929, 6336, 8056, 6087, 8214, 6508, 7605, 6220, 7752, 6182, 8193, 6489, 7956, 6383, 7439, 6248, 6812, 5870, 6866, 9160, 6963, 10138, 6749, 8762, 7399, 12004, 7386, 12384, 8304, 10386, 7232, 10655, 6919, 9513, 6910, 9549, 8076, 8913, 5989, 7934, 5938, 8191, 6343, 8757, 6190, 7595, 6108, 7321, 7621, 7048, 10621, 6799, 7681, 6550, 6638, 7183, 6000, 8022, 5955, 8325, 8987, 7093, 7848, 7053, 10582, 6578, 8806, 6357, 7922, 5932, 8010, 5968, 7565, 6385, 6877, 5944, 6738, 7253, 6410, 8661, 6442, 7875, 6531, 7284, 6233, 7944, 6259, 8042, 6061, 8189, 6005, 7742, 6372, 7450, 8408, 6803, 6720, 6835, 7880, 6644, 8992, 6653, 8584, 6601, 7880, 6402, 7801, 6415, 7976, 6223, 7593, 5939, 8061, 6025, 7796, 6240, 7236, 6198, 7100, 6149, 7033, 7269, 6561, 8638, 6407, 8531, 6363, 8214, 6603, 7889, 6497, 7585, 6157, 7913, 5921, 7819, 6319, 7154, 6322, 7397, 6648, 7327, 6597, 6919, 6359, 7198, 7117, 7015, 10098, 6733, 8848, 6602, 8613, 6447, 8159, 6501, 8887, 6366, 8400, 6113, 7984, 6005, 7399, 6932, 6949, 6118, 7119, 6736, 6823, 10110, 6506, 8332, 6533, 7967, 6141, 8120, 6170, 7922, 6136, 7583, 6189, 7411, 6187, 6413, 6001, 6525, 6387, 6882, 8024, 6130, 6697, 6421, 7778, 6627, 10958, 6880, 6796, 6301, 6459, 6189, 6957, 6211, 9069, 5957, 7292, 6066, 8556, 5986, 9895, 7202, 10560, 6342, 11697, 6256, 10714, 7123, 11648, 6545, 7802, 6288, 6938, 6123, 7019, 6256, 6152, 6383, 6057, 6253, 5931, 6362, 6033, 6553, 5954, 8713, 6094, 7710, 6279, 6893, 6119, 6637, 6014, 6096, 6292, 6010, 6398, 6283, 6522, 6248, 10432, 6054, 6847, 5952, 7668, 6218, 10585, 6240, 9544, 6122, 8631, 6028, 8355, 6204, 8279, 6717, 8105, 6168, 7201, 6320, 7211, 6507, 7139, 6752, 6828, 6267, 6263, 10988, 6293, 8391, 5960, 7732, 6321, 7725, 6281, 7186, 6261, 6910, 6166, 6760, 6593, 5977, 7863, 6046, 7157, 6177, 7907, 5876, 7419, 6376, 6614, 6113, 6954, 6172, 7215, 6281, 7154, 6477, 7077, 6164, 6734, 6210, 6014, 7158, 5982, 6296, 6088, 8579, 6024, 9497, 6419, 8087, 6331, 7804, 6263, 7155, 6363, 7564, 6384, 6810, 6254, 6654, 6312, 6325, 9010, 6059, 8414, 6001, 8407, 6151, 8054, 6259, 7364, 6226, 7202, 6418, 6801, 6262, 6561, 6709, 6606, 6647, 6611, 6115, 6124, 7944, 6128, 7159, 6073, 7503, 6070, 9028, 5922, 8273, 6085, 8388, 6137, 8871, 6049, 8007, 6991, 7209, 6382], 'WindowCenter': [3811.0, 3864.0, 3800.0, 3826.0, 3741.0, 3783.0, 3740.0, 3770.0, 3769.0, 3760.0, 3737.0, 3737.0, 3822.0, 3736.0, 3787.0, 3735.0, 3776.0, 3723.0, 3748.0, 3723.0, 3723.0, 3796.0, 3735.0, 3765.0, 3714.0, 3757.0, 3724.0, 3734.0, 3746.0, 3725.0, 3787.0, 3725.0, 3752.0, 3715.0, 3747.0, 3738.0, 3739.0, 3758.0, 3735.0, 3760.0, 3732.0, 3757.0, 3750.0, 3766.0, 3748.0, 3770.0, 3759.0, 3780.0, 3750.0, 3777.0, 3752.0, 3778.0, 3736.0, 3770.0, 3725.0, 3769.0, 3768.0, 3759.0, 3791.0, 3749.0, 3788.0, 3723.0, 3757.0, 3727.0, 3749.0, 3738.0, 3750.0, 3739.0, 3749.0, 3761.0, 3751.0, 3788.0, 3750.0, 3802.0, 3751.0, 3792.0, 3753.0, 3794.0, 3770.0, 3774.0, 3751.0, 3769.0, 3811.0, 3748.0, 3802.0, 3772.0, 3779.0, 3738.0, 3769.0, 3750.0, 3760.0, 3758.0, 3738.0, 3802.0, 3740.0, 3778.0, 3737.0, 3769.0, 3741.0, 3769.0, 3736.0, 3762.0, 3789.0, 3735.0, 3786.0, 3734.0, 3768.0, 3737.0, 3770.0, 3736.0, 3759.0, 3737.0, 3750.0, 3777.0, 3728.0, 3778.0, 3728.0, 3768.0, 3737.0, 3749.0, 3780.0, 3738.0, 3779.0, 3726.0, 3756.0, 3729.0, 3749.0, 3738.0, 3740.0, 3791.0, 3741.0, 3779.0, 3738.0, 3770.0, 3753.0, 3770.0, 3749.0, 3768.0, 3738.0, 3782.0, 3751.0, 3778.0, 3748.0, 3761.0, 3810.0, 3754.0, 3790.0, 3750.0, 3771.0, 3725.0, 3760.0, 3739.0, 3761.0, 3757.0, 3738.0, 3749.0, 3738.0, 3811.0, 3749.0, 3788.0, 3759.0, 3768.0, 3727.0, 3760.0, 3739.0, 3758.0, 3746.0, 3746.0, 3736.0, 3738.0, 3745.0, 3735.0, 3790.0, 3752.0, 3791.0, 3739.0, 3769.0, 3738.0, 3760.0, 3750.0, 3759.0, 3770.0, 3758.0, 3746.0, 3746.0, 3750.0, 3741.0, 3780.0, 3760.0, 3770.0, 3750.0, 3769.0, 3749.0, 3771.0, 3781.0, 3751.0, 3810.0, 3738.0, 3800.0, 3737.0, 3788.0, 3729.0, 3755.0, 3727.0, 3748.0, 3775.0, 3740.0, 3789.0, 3739.0, 3757.0, 3737.0, 3747.0, 3724.0, 3750.0, 3796.0, 3747.0, 3759.0, 3738.0, 3746.0, 3736.0, 3759.0, 3737.0, 3757.0, 3737.0, 3749.0, 3780.0, 3741.0, 3802.0, 3738.0, 3760.0, 3736.0, 3758.0, 3739.0, 3749.0, 3740.0, 3735.0, 3744.0, 3737.0, 3797.0, 3737.0, 3778.0, 3726.0, 3758.0, 3733.0, 3748.0, 3744.0, 3724.0, 3776.0, 3735.0, 3754.0, 3714.0, 3734.0, 3724.0, 3740.0, 3737.0, 3739.0, 3740.0, 3738.0, 3750.0, 3738.0, 3748.0, 3751.0, 3769.0, 3742.0, 3750.0, 3748.0, 3811.0, 3752.0, 3790.0, 3747.0, 3770.0, 3737.0, 3756.0, 3745.0, 3748.0, 3800.0, 3749.0, 3773.0, 3735.0, 3757.0, 3739.0, 3758.0, 3726.0, 3760.0, 3727.0, 3759.0, 3759.0, 3737.0, 3792.0, 3738.0, 3745.0, 3727.0, 3760.0, 3738.0, 3762.0, 3754.0, 3773.0, 3763.0, 3763.0, 3737.0, 3760.0, 3738.0, 3790.0, 3741.0, 3781.0, 3799.0, 3760.0, 3801.0, 3771.0, 3792.0, 3750.0, 3791.0, 3727.0, 3767.0, 3799.0, 3765.0, 3795.0, 3774.0, 3783.0, 3720.0, 3742.0, 3783.0, 3719.0, 3781.0, 3720.0, 3751.0, 3694.0, 3729.0, 3699.0, 3732.0, 3710.0, 3744.0, 3722.0, 3730.0, 3730.0, 3710.0, 3752.0, 3735.0, 3775.0, 3723.0, 3785.0, 3735.0, 3776.0, 3712.0, 3756.0, 3751.0, 3735.0, 3782.0, 3714.0, 3753.0, 3710.0, 3753.0, 3712.0, 3741.0, 3713.0, 3735.0, 3746.0, 3736.0, 3767.0, 3737.0, 3758.0, 3739.0, 3769.0, 3735.0, 3767.0, 3730.0, 3767.0, 3746.0, 3771.0, 3727.0, 3767.0, 3716.0, 3770.0, 3779.0, 3757.0, 3755.0, 3760.0, 3791.0, 3751.0, 3801.0, 3757.0, 3779.0, 3748.0, 3776.0, 3737.0, 3780.0, 3741.0, 3782.0, 3752.0, 3752.0, 3730.0, 3780.0, 3753.0, 3781.0, 3752.0, 3804.0, 3773.0, 3772.0, 3764.0, 3769.0, 3760.0, 3813.0, 3762.0, 3812.0, 3763.0, 3799.0, 3749.0, 3783.0, 3737.0, 3781.0, 3740.0, 3762.0, 3728.0, 3770.0, 3788.0, 3747.0, 3802.0, 3737.0, 3766.0, 3728.0, 3767.0, 3728.0, 3770.0, 3758.0, 3748.0, 3796.0, 3726.0, 3779.0, 3725.0, 3778.0, 3740.0, 3770.0, 3728.0, 3766.0, 3726.0, 3768.0, 3717.0, 3770.0, 3770.0, 3737.0, 3777.0, 3736.0, 3787.0, 3738.0, 3779.0, 3727.0, 3757.0, 3716.0, 3758.0, 3714.0, 3767.0, 3790.0, 3738.0, 3786.0, 3724.0, 3765.0, 3724.0, 3758.0, 3713.0, 3746.0, 3713.0, 3747.0, 3786.0, 3726.0, 3773.0, 3723.0, 3744.0, 3714.0, 3756.0, 3714.0, 3753.0, 3712.0, 3746.0, 3713.0, 3733.0, 3787.0, 3737.0, 3763.0, 3735.0, 3744.0, 3714.0, 3753.0, 3716.0, 3768.0, 3734.0, 3745.0, 3774.0, 3723.0, 3775.0, 3726.0, 3767.0, 3726.0, 3757.0, 3726.0, 3757.0, 3703.0, 3757.0, 3725.0, 3750.0, 3800.0, 3740.0, 3767.0, 3740.0, 3767.0, 3742.0, 3783.0, 3738.0, 3772.0, 3741.0, 3785.0, 3755.0, 3796.0, 3754.0, 3784.0, 3751.0, 3770.0, 3748.0, 3759.0, 3729.0, 3760.0, 3804.0, 3765.0, 3813.0, 3748.0, 3791.0, 3771.0, 3833.0, 3771.0, 3838.0, 3792.0, 3813.0, 3771.0, 3812.0, 3759.0, 3790.0, 3761.0, 3800.0, 3767.0, 3777.0, 3713.0, 3755.0, 3713.0, 3768.0, 3735.0, 3767.0, 3713.0, 3754.0, 3715.0, 3744.0, 3755.0, 3746.0, 3789.0, 3733.0, 3753.0, 3727.0, 3737.0, 3747.0, 3725.0, 3768.0, 3726.0, 3781.0, 3790.0, 3748.0, 3756.0, 3747.0, 3787.0, 3733.0, 3776.0, 3723.0, 3754.0, 3715.0, 3757.0, 3713.0, 3755.0, 3724.0, 3737.0, 3713.0, 3737.0, 3760.0, 3737.0, 3778.0, 3739.0, 3769.0, 3738.0, 3757.0, 3727.0, 3770.0, 3728.0, 3768.0, 3727.0, 3765.0, 3725.0, 3757.0, 3727.0, 3747.0, 3767.0, 3738.0, 3736.0, 3735.0, 3756.0, 3739.0, 3776.0, 3739.0, 3779.0, 3738.0, 3757.0, 3738.0, 3756.0, 3727.0, 3767.0, 3726.0, 3755.0, 3724.0, 3768.0, 3723.0, 3758.0, 3736.0, 3758.0, 3726.0, 3748.0, 3712.0, 3750.0, 3758.0, 3754.0, 3781.0, 3739.0, 3779.0, 3740.0, 3770.0, 3751.0, 3770.0, 3739.0, 3770.0, 3730.0, 3768.0, 3728.0, 3770.0, 3736.0, 3748.0, 3737.0, 3762.0, 3737.0, 3762.0, 3749.0, 3761.0, 3740.0, 3760.0, 3759.0, 3760.0, 3802.0, 3751.0, 3788.0, 3750.0, 3780.0, 3738.0, 3768.0, 3739.0, 3791.0, 3738.0, 3781.0, 3726.0, 3768.0, 3728.0, 3759.0, 3749.0, 3749.0, 3727.0, 3748.0, 3736.0, 3748.0, 3799.0, 3738.0, 3768.0, 3739.0, 3766.0, 3727.0, 3767.0, 3730.0, 3770.0, 3726.0, 3759.0, 3716.0, 3759.0, 3726.0, 3739.0, 3727.0, 3737.0, 3740.0, 3763.0, 3781.0, 3744.0, 3750.0, 3750.0, 3786.0, 3762.0, 3813.0, 3763.0, 3752.0, 3751.0, 3736.0, 3730.0, 3749.0, 3728.0, 3790.0, 3730.0, 3758.0, 3727.0, 3792.0, 3728.0, 3800.0, 3761.0, 3801.0, 3738.0, 3811.0, 3737.0, 3789.0, 3736.0, 3798.0, 3728.0, 3744.0, 3713.0, 3735.0, 3712.0, 3732.0, 3714.0, 3711.0, 3724.0, 3714.0, 3726.0, 3726.0, 3726.0, 3716.0, 3726.0, 3726.0, 3768.0, 3725.0, 3759.0, 3737.0, 3747.0, 3728.0, 3737.0, 3716.0, 3727.0, 3728.0, 3727.0, 3735.0, 3739.0, 3738.0, 3742.0, 3812.0, 3730.0, 3750.0, 3739.0, 3770.0, 3728.0, 3804.0, 3740.0, 3790.0, 3728.0, 3780.0, 3729.0, 3768.0, 3729.0, 3768.0, 3737.0, 3769.0, 3726.0, 3746.0, 3723.0, 3748.0, 3724.0, 3747.0, 3735.0, 3738.0, 3725.0, 3728.0, 3799.0, 3729.0, 3767.0, 3715.0, 3758.0, 3726.0, 3756.0, 3725.0, 3747.0, 3726.0, 3735.0, 3715.0, 3738.0, 3734.0, 3728.0, 3756.0, 3715.0, 3747.0, 3728.0, 3758.0, 3715.0, 3758.0, 3738.0, 3738.0, 3728.0, 3748.0, 3728.0, 3759.0, 3739.0, 3750.0, 3739.0, 3749.0, 3728.0, 3750.0, 3729.0, 3730.0, 3748.0, 3730.0, 3738.0, 3733.0, 3780.0, 3730.0, 3803.0, 3741.0, 3772.0, 3739.0, 3771.0, 3739.0, 3748.0, 3739.0, 3771.0, 3741.0, 3739.0, 3738.0, 3749.0, 3740.0, 3739.0, 3790.0, 3729.0, 3781.0, 3729.0, 3779.0, 3728.0, 3771.0, 3740.0, 3760.0, 3728.0, 3758.0, 3740.0, 3738.0, 3737.0, 3750.0, 3751.0, 3750.0, 3750.0, 3750.0, 3727.0, 3729.0, 3770.0, 3729.0, 3751.0, 3729.0, 3760.0, 3732.0, 3791.0, 3741.0, 3782.0, 3739.0, 3782.0, 3740.0, 3792.0, 3730.0, 3771.0, 3760.0, 3760.0, 3740.0], 'WindowWidth': [8591.0, 8646.0, 8549.0, 8575.0, 8454.0, 8508.0, 8445.0, 8487.0, 8482.0, 8472.0, 8437.0, 8439.0, 8554.0, 8433.0, 8501.0, 8431.0, 8485.0, 8413.0, 8450.0, 8410.0, 8411.0, 8512.0, 8429.0, 8467.0, 8401.0, 8461.0, 8414.0, 8427.0, 8444.0, 8416.0, 8500.0, 8416.0, 8448.0, 8401.0, 8451.0, 8440.0, 8442.0, 8463.0, 8433.0, 8456.0, 8427.0, 8463.0, 8460.0, 8477.0, 8457.0, 8488.0, 8476.0, 8502.0, 8463.0, 8493.0, 8465.0, 8494.0, 8438.0, 8485.0, 8422.0, 8483.0, 8479.0, 8470.0, 8513.0, 8456.0, 8506.0, 8415.0, 8463.0, 8424.0, 8455.0, 8439.0, 8457.0, 8441.0, 8456.0, 8474.0, 8463.0, 8509.0, 8463.0, 8531.0, 8466.0, 8521.0, 8469.0, 8525.0, 8488.0, 8497.0, 8462.0, 8485.0, 8542.0, 8457.0, 8530.0, 8489.0, 8497.0, 8441.0, 8482.0, 8457.0, 8472.0, 8468.0, 8443.0, 8528.0, 8447.0, 8494.0, 8441.0, 8485.0, 8450.0, 8484.0, 8435.0, 8477.0, 8509.0, 8433.0, 8500.0, 8432.0, 8480.0, 8439.0, 8485.0, 8436.0, 8468.0, 8437.0, 8460.0, 8492.0, 8428.0, 8493.0, 8428.0, 8480.0, 8438.0, 8458.0, 8497.0, 8440.0, 8495.0, 8424.0, 8461.0, 8430.0, 8456.0, 8441.0, 8446.0, 8514.0, 8448.0, 8495.0, 8443.0, 8487.0, 8467.0, 8487.0, 8461.0, 8484.0, 8444.0, 8507.0, 8464.0, 8505.0, 8457.0, 8477.0, 8541.0, 8470.0, 8511.0, 8460.0, 8488.0, 8423.0, 8473.0, 8444.0, 8476.0, 8466.0, 8444.0, 8457.0, 8444.0, 8542.0, 8458.0, 8508.0, 8472.0, 8481.0, 8426.0, 8471.0, 8441.0, 8468.0, 8450.0, 8452.0, 8436.0, 8442.0, 8447.0, 8436.0, 8511.0, 8467.0, 8515.0, 8445.0, 8484.0, 8442.0, 8472.0, 8458.0, 8470.0, 8484.0, 8468.0, 8450.0, 8449.0, 8458.0, 8449.0, 8500.0, 8476.0, 8487.0, 8463.0, 8486.0, 8458.0, 8490.0, 8502.0, 8462.0, 8539.0, 8441.0, 8525.0, 8438.0, 8507.0, 8428.0, 8460.0, 8423.0, 8454.0, 8485.0, 8444.0, 8508.0, 8440.0, 8463.0, 8437.0, 8451.0, 8417.0, 8457.0, 8516.0, 8452.0, 8468.0, 8440.0, 8449.0, 8437.0, 8470.0, 8439.0, 8467.0, 8439.0, 8458.0, 8498.0, 8448.0, 8530.0, 8442.0, 8470.0, 8438.0, 8468.0, 8442.0, 8456.0, 8443.0, 8435.0, 8444.0, 8438.0, 8517.0, 8438.0, 8492.0, 8421.0, 8464.0, 8426.0, 8450.0, 8439.0, 8417.0, 8487.0, 8433.0, 8454.0, 8403.0, 8429.0, 8416.0, 8443.0, 8438.0, 8444.0, 8445.0, 8442.0, 8459.0, 8442.0, 8455.0, 8464.0, 8485.0, 8453.0, 8460.0, 8457.0, 8541.0, 8463.0, 8513.0, 8452.0, 8485.0, 8437.0, 8463.0, 8446.0, 8453.0, 8522.0, 8457.0, 8490.0, 8435.0, 8464.0, 8441.0, 8469.0, 8424.0, 8472.0, 8426.0, 8469.0, 8469.0, 8439.0, 8515.0, 8441.0, 8447.0, 8426.0, 8471.0, 8445.0, 8480.0, 8472.0, 8500.0, 8482.0, 8480.0, 8439.0, 8471.0, 8442.0, 8514.0, 8450.0, 8502.0, 8523.0, 8473.0, 8529.0, 8490.0, 8517.0, 8459.0, 8514.0, 8423.0, 8475.0, 8516.0, 8467.0, 8507.0, 8477.0, 8488.0, 8397.0, 8430.0, 8482.0, 8395.0, 8480.0, 8395.0, 8437.0, 8358.0, 8408.0, 8367.0, 8415.0, 8384.0, 8435.0, 8403.0, 8414.0, 8412.0, 8387.0, 8444.0, 8427.0, 8479.0, 8411.0, 8493.0, 8428.0, 8483.0, 8395.0, 8458.0, 8445.0, 8427.0, 8485.0, 8397.0, 8447.0, 8389.0, 8447.0, 8392.0, 8431.0, 8394.0, 8427.0, 8441.0, 8431.0, 8472.0, 8437.0, 8462.0, 8441.0, 8478.0, 8432.0, 8475.0, 8431.0, 8479.0, 8449.0, 8485.0, 8425.0, 8476.0, 8406.0, 8483.0, 8494.0, 8463.0, 8459.0, 8470.0, 8509.0, 8459.0, 8525.0, 8465.0, 8495.0, 8455.0, 8488.0, 8438.0, 8498.0, 8449.0, 8504.0, 8462.0, 8463.0, 8432.0, 8500.0, 8469.0, 8501.0, 8466.0, 8538.0, 8496.0, 8493.0, 8485.0, 8485.0, 8473.0, 8545.0, 8479.0, 8544.0, 8481.0, 8523.0, 8458.0, 8503.0, 8438.0, 8500.0, 8443.0, 8473.0, 8425.0, 8483.0, 8504.0, 8451.0, 8527.0, 8437.0, 8473.0, 8425.0, 8476.0, 8425.0, 8482.0, 8462.0, 8451.0, 8513.0, 8419.0, 8491.0, 8419.0, 8494.0, 8446.0, 8484.0, 8422.0, 8469.0, 8418.0, 8474.0, 8407.0, 8484.0, 8481.0, 8436.0, 8489.0, 8435.0, 8501.0, 8439.0, 8494.0, 8423.0, 8462.0, 8407.0, 8464.0, 8402.0, 8476.0, 8507.0, 8436.0, 8498.0, 8413.0, 8467.0, 8412.0, 8461.0, 8397.0, 8443.0, 8396.0, 8445.0, 8495.0, 8415.0, 8476.0, 8410.0, 8436.0, 8398.0, 8456.0, 8398.0, 8451.0, 8396.0, 8443.0, 8396.0, 8424.0, 8496.0, 8433.0, 8463.0, 8429.0, 8438.0, 8399.0, 8451.0, 8403.0, 8475.0, 8427.0, 8443.0, 8479.0, 8412.0, 8480.0, 8419.0, 8474.0, 8421.0, 8460.0, 8419.0, 8460.0, 8388.0, 8463.0, 8419.0, 8457.0, 8522.0, 8444.0, 8478.0, 8446.0, 8479.0, 8451.0, 8506.0, 8444.0, 8490.0, 8450.0, 8517.0, 8478.0, 8530.0, 8471.0, 8509.0, 8463.0, 8489.0, 8457.0, 8474.0, 8432.0, 8476.0, 8535.0, 8486.0, 8548.0, 8457.0, 8517.0, 8491.0, 8577.0, 8491.0, 8588.0, 8522.0, 8547.0, 8490.0, 8543.0, 8471.0, 8510.0, 8474.0, 8526.0, 8479.0, 8490.0, 8400.0, 8456.0, 8398.0, 8477.0, 8431.0, 8473.0, 8399.0, 8454.0, 8403.0, 8441.0, 8456.0, 8445.0, 8503.0, 8425.0, 8450.0, 8422.0, 8432.0, 8447.0, 8417.0, 8479.0, 8420.0, 8499.0, 8511.0, 8454.0, 8457.0, 8448.0, 8500.0, 8423.0, 8484.0, 8412.0, 8451.0, 8401.0, 8459.0, 8398.0, 8456.0, 8415.0, 8434.0, 8398.0, 8436.0, 8469.0, 8436.0, 8490.0, 8440.0, 8480.0, 8439.0, 8462.0, 8424.0, 8481.0, 8425.0, 8481.0, 8423.0, 8471.0, 8417.0, 8462.0, 8421.0, 8448.0, 8475.0, 8437.0, 8431.0, 8431.0, 8459.0, 8440.0, 8485.0, 8441.0, 8492.0, 8438.0, 8461.0, 8439.0, 8458.0, 8422.0, 8476.0, 8420.0, 8457.0, 8416.0, 8477.0, 8413.0, 8464.0, 8435.0, 8466.0, 8421.0, 8452.0, 8400.0, 8456.0, 8467.0, 8468.0, 8499.0, 8442.0, 8494.0, 8445.0, 8484.0, 8461.0, 8484.0, 8443.0, 8483.0, 8432.0, 8480.0, 8427.0, 8486.0, 8437.0, 8454.0, 8437.0, 8474.0, 8436.0, 8476.0, 8457.0, 8474.0, 8446.0, 8474.0, 8470.0, 8473.0, 8529.0, 8463.0, 8508.0, 8459.0, 8497.0, 8442.0, 8480.0, 8443.0, 8513.0, 8441.0, 8500.0, 8421.0, 8478.0, 8425.0, 8467.0, 8454.0, 8453.0, 8422.0, 8452.0, 8434.0, 8454.0, 8520.0, 8441.0, 8477.0, 8442.0, 8474.0, 8425.0, 8477.0, 8431.0, 8482.0, 8422.0, 8466.0, 8407.0, 8467.0, 8423.0, 8443.0, 8424.0, 8440.0, 8444.0, 8484.0, 8502.0, 8457.0, 8461.0, 8461.0, 8516.0, 8482.0, 8550.0, 8484.0, 8465.0, 8462.0, 8437.0, 8431.0, 8454.0, 8428.0, 8511.0, 8433.0, 8467.0, 8427.0, 8517.0, 8429.0, 8524.0, 8474.0, 8525.0, 8440.0, 8540.0, 8436.0, 8505.0, 8432.0, 8514.0, 8420.0, 8438.0, 8397.0, 8426.0, 8395.0, 8422.0, 8398.0, 8394.0, 8412.0, 8399.0, 8421.0, 8425.0, 8422.0, 8408.0, 8420.0, 8422.0, 8475.0, 8420.0, 8467.0, 8436.0, 8449.0, 8425.0, 8435.0, 8406.0, 8424.0, 8423.0, 8423.0, 8433.0, 8443.0, 8440.0, 8449.0, 8542.0, 8433.0, 8461.0, 8447.0, 8485.0, 8428.0, 8532.0, 8445.0, 8509.0, 8427.0, 8496.0, 8427.0, 8476.0, 8428.0, 8478.0, 8436.0, 8479.0, 8421.0, 8445.0, 8411.0, 8450.0, 8415.0, 8447.0, 8430.0, 8438.0, 8416.0, 8424.0, 8519.0, 8426.0, 8474.0, 8405.0, 8462.0, 8419.0, 8459.0, 8417.0, 8448.0, 8418.0, 8431.0, 8402.0, 8435.0, 8427.0, 8425.0, 8458.0, 8405.0, 8448.0, 8424.0, 8464.0, 8408.0, 8465.0, 8440.0, 8439.0, 8429.0, 8452.0, 8428.0, 8468.0, 8444.0, 8459.0, 8444.0, 8457.0, 8429.0, 8460.0, 8429.0, 8434.0, 8455.0, 8432.0, 8440.0, 8439.0, 8498.0, 8434.0, 8532.0, 8450.0, 8489.0, 8445.0, 8488.0, 8442.0, 8455.0, 8443.0, 8486.0, 8446.0, 8442.0, 8440.0, 8456.0, 8442.0, 8445.0, 8511.0, 8431.0, 8500.0, 8431.0, 8495.0, 8429.0, 8487.0, 8447.0, 8472.0, 8427.0, 8467.0, 8444.0, 8439.0, 8438.0, 8459.0, 8460.0, 8458.0, 8458.0, 8460.0, 8425.0, 8429.0, 8483.0, 8430.0, 8460.0, 8431.0, 8471.0, 8437.0, 8514.0, 8452.0, 8503.0, 8447.0, 8504.0, 8447.0, 8516.0, 8434.0, 8489.0, 8474.0, 8471.0, 8447.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.002368824884792627</td></tr>
<tr><td colspan=3>aqi</td><td>0.04600974193548387</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.07148606262975</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1328064908419848</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9587572745328724</td></tr>
<tr><td colspan=3>efc</td><td>0.4573</td></tr>
<tr><td colspan=3>fber</td><td>5265.9043</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11087651877557957</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.797235023041475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.407290455369627</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.24788831004253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6265754828321057</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3474075732342454</td></tr>
<tr><td colspan=3>gcor</td><td>0.00540213</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0164960827678442</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04128042235970497</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.888513408349438</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.0001</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6039</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.512</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305912.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>577.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.1327</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.158</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.8335</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3024.6277</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>814.4443</td></tr>
<tr><td colspan=3>tsnr</td><td>27.580582846538164</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>