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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-06_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-06_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-0065/ses-04/func/sub-0065_ses-04_task-social_acq-mb8_run-06_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>0032a56d8dbf302ef4b5ca0d81136d0c</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:44:28.572500</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.999197, 0.0398528, 0.0040751, -0.0397825, 0.999079, -0.0160753]</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-06_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.0857187</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7784, -7238, 719, -31, -403, 336, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6bdd7684-9fac-4f20-9195-42be7c04441a||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.6807732582092285, -0.10673356801271439, 0.012722376734018326, 116.92801666259766], [-0.10692211985588074, 2.6804559230804443, -0.042930860072374344, -85.19605255126953], [0.010933187790215015, 0.04312896355986595, 2.6996288299560547, -65.9483871459961], [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': ['194428.572500', '194429.032500', '194429.492500', '194429.952500', '194430.412500', '194430.872500', '194431.332500', '194431.792500', '194432.252500', '194432.712500', '194433.172500', '194433.632500', '194434.092500', '194434.552500', '194435.012500', '194435.472500', '194435.932500', '194436.392500', '194436.852500', '194437.312500', '194437.772500', '194438.232500', '194438.692500', '194439.152500', '194439.612500', '194440.072500', '194440.532500', '194440.992500', '194441.452500', '194441.912500', '194442.372500', '194442.832500', '194443.292500', '194443.752500', '194444.212500', '194444.672500', '194445.132500', '194445.592500', '194446.052500', '194446.512500', '194446.972500', '194447.432500', '194447.892500', '194448.352500', '194448.812500', '194449.272500', '194449.732500', '194450.192500', '194450.652500', '194451.112500', '194451.572500', '194452.032500', '194452.492500', '194452.952500', '194453.412500', '194453.872500', '194454.332500', '194454.792500', '194455.252500', '194455.712500', '194456.172500', '194456.632500', '194457.092500', '194457.552500', '194458.012500', '194458.472500', '194458.932500', '194459.392500', '194459.852500', '194500.312500', '194500.772500', '194501.232500', '194501.692500', '194502.152500', '194502.612500', '194503.072500', '194503.532500', '194503.992500', '194504.452500', '194504.912500', '194505.372500', '194505.832500', '194506.292500', '194506.752500', '194507.212500', '194507.672500', '194508.132500', '194508.592500', '194509.052500', '194509.512500', '194509.972500', '194510.432500', '194510.892500', '194511.352500', '194511.812500', '194512.272500', '194512.732500', '194513.192500', '194513.652500', '194514.112500', '194514.572500', '194515.032500', '194515.492500', '194515.952500', '194516.412500', '194516.872500', '194517.332500', '194517.792500', '194518.252500', '194518.712500', '194519.172500', '194519.632500', '194520.092500', '194520.552500', '194521.012500', '194521.472500', '194521.932500', '194522.392500', '194522.852500', '194523.312500', '194523.772500', '194524.232500', '194524.692500', '194525.152500', '194525.612500', '194526.072500', '194526.532500', '194526.992500', '194527.452500', '194527.912500', '194528.372500', '194528.832500', '194529.292500', '194529.752500', '194530.212500', '194530.672500', '194531.132500', '194531.592500', '194532.052500', '194532.512500', '194532.972500', '194533.432500', '194533.892500', '194534.352500', '194534.812500', '194535.272500', '194535.732500', '194536.192500', '194536.652500', '194537.112500', '194537.572500', '194538.032500', '194538.492500', '194538.952500', '194539.412500', '194539.872500', '194540.332500', '194540.792500', '194541.252500', '194541.712500', '194542.172500', '194542.632500', '194543.092500', '194543.552500', '194544.012500', '194544.472500', '194544.932500', '194545.392500', '194545.852500', '194546.312500', '194546.772500', '194547.232500', '194547.692500', '194548.152500', '194548.612500', '194549.072500', '194549.532500', '194549.992500', '194550.452500', '194550.912500', '194551.372500', '194551.832500', '194552.292500', '194552.752500', '194553.212500', '194553.672500', '194554.132500', '194554.592500', '194555.052500', '194555.512500', '194555.972500', '194556.432500', '194556.892500', '194557.352500', '194557.812500', '194558.272500', '194558.732500', '194559.192500', '194559.652500', '194600.112500', '194600.572500', '194601.032500', '194601.492500', '194601.952500', '194602.412500', '194602.872500', '194603.332500', '194603.792500', '194604.252500', '194604.712500', '194605.172500', '194605.632500', '194606.092500', '194606.552500', '194607.012500', '194607.472500', '194607.932500', '194608.392500', '194608.852500', '194609.312500', '194609.772500', '194610.232500', '194610.692500', '194611.152500', '194611.612500', '194612.072500', '194612.532500', '194612.992500', '194613.452500', '194613.912500', '194614.372500', '194614.832500', '194615.292500', '194615.752500', '194616.212500', '194616.672500', '194617.132500', '194617.592500', '194618.052500', '194618.512500', '194618.972500', '194619.432500', '194619.892500', '194620.352500', '194620.812500', '194621.272500', '194621.732500', '194622.192500', '194622.652500', '194623.112500', '194623.572500', '194624.032500', '194624.492500', '194624.952500', '194625.412500', '194625.872500', '194626.332500', '194626.792500', '194627.252500', '194627.712500', '194628.172500', '194628.632500', '194629.092500', '194629.552500', '194630.012500', '194630.472500', '194630.932500', '194631.392500', '194631.852500', '194632.312500', '194632.772500', '194633.232500', '194633.692500', '194634.152500', '194634.612500', '194635.072500', '194635.532500', '194635.992500', '194636.452500', '194636.912500', '194637.372500', '194637.832500', '194638.292500', '194638.752500', '194639.212500', '194639.672500', '194640.132500', '194640.592500', '194641.052500', '194641.512500', '194641.972500', '194642.432500', '194642.892500', '194643.352500', '194643.812500', '194644.272500', '194644.732500', '194645.192500', '194645.652500', '194646.112500', '194646.572500', '194647.032500', '194647.492500', '194647.952500', '194648.412500', '194648.872500', '194649.332500', '194649.792500', '194650.252500', '194650.712500', '194651.172500', '194651.632500', '194652.092500', '194652.552500', '194653.012500', '194653.472500', '194653.932500', '194654.392500', '194654.852500', '194655.312500', '194655.772500', '194656.232500', '194656.692500', '194657.152500', '194657.612500', '194658.072500', '194658.532500', '194658.992500', '194659.452500', '194659.912500', '194700.372500', '194700.832500', '194701.292500', '194701.752500', '194702.212500', '194702.672500', '194703.132500', '194703.592500', '194704.052500', '194704.512500', '194704.972500', '194705.432500', '194705.892500', '194706.352500', '194706.812500', '194707.272500', '194707.732500', '194708.192500', '194708.652500', '194709.112500', '194709.572500', '194710.032500', '194710.492500', '194710.952500', '194711.412500', '194711.872500', '194712.332500', '194712.792500', '194713.252500', '194713.712500', '194714.172500', '194714.632500', '194715.092500', '194715.552500', '194716.012500', '194716.472500', '194716.932500', '194717.392500', '194717.852500', '194718.312500', '194718.772500', '194719.232500', '194719.692500', '194720.152500', '194720.612500', '194721.072500', '194721.532500', '194721.992500', '194722.452500', '194722.912500', '194723.372500', '194723.832500', '194724.292500', '194724.752500', '194725.212500', '194725.672500', '194726.132500', '194726.592500', '194727.052500', '194727.512500', '194727.972500', '194728.432500', '194728.892500', '194729.352500', '194729.812500', '194730.272500', '194730.732500', '194731.192500', '194731.652500', '194732.112500', '194732.572500', '194733.032500', '194733.492500', '194733.952500', '194734.412500', '194734.872500', '194735.332500', '194735.792500', '194736.252500', '194736.712500', '194737.172500', '194737.632500', '194738.092500', '194738.552500', '194739.012500', '194739.472500', '194739.932500', '194740.392500', '194740.852500', '194741.312500', '194741.772500', '194742.232500', '194742.692500', '194743.152500', '194743.612500', '194744.072500', '194744.532500', '194744.992500', '194745.452500', '194745.912500', '194746.372500', '194746.832500', '194747.292500', '194747.752500', '194748.212500', '194748.672500', '194749.132500', '194749.592500', '194750.052500', '194750.512500', '194750.972500', '194751.432500', '194751.892500', '194752.352500', '194752.812500', '194753.272500', '194753.732500', '194754.192500', '194754.652500', '194755.112500', '194755.572500', '194756.032500', '194756.492500', '194756.952500', '194757.412500', '194757.872500', '194758.332500', '194758.792500', '194759.252500', '194759.712500', '194800.172500', '194800.632500', '194801.092500', '194801.552500', '194802.012500', '194802.472500', '194802.932500', '194803.392500', '194803.852500', '194804.312500', '194804.772500', '194805.232500', '194805.692500', '194806.152500', '194806.612500', '194807.072500', '194807.532500', '194807.992500', '194808.452500', '194808.912500', '194809.372500', '194809.832500', '194810.292500', '194810.752500', '194811.212500', '194811.672500', '194812.132500', '194812.592500', '194813.052500', '194813.512500', '194813.972500', '194814.432500', '194814.892500', '194815.352500', '194815.812500', '194816.272500', '194816.732500', '194817.192500', '194817.652500', '194818.112500', '194818.572500', '194819.032500', '194819.492500', '194819.952500', '194820.412500', '194820.872500', '194821.332500', '194821.792500', '194822.252500', '194822.712500', '194823.172500', '194823.632500', '194824.092500', '194824.552500', '194825.012500', '194825.472500', '194825.932500', '194826.392500', '194826.852500', '194827.312500', '194827.772500', '194828.232500', '194828.692500', '194829.152500', '194829.612500', '194830.072500', '194830.532500', '194830.992500', '194831.452500', '194831.912500', '194832.372500', '194832.832500', '194833.292500', '194833.752500', '194834.212500', '194834.672500', '194835.132500', '194835.592500', '194836.052500', '194836.512500', '194836.972500', '194837.432500', '194837.892500', '194838.352500', '194838.812500', '194839.272500', '194839.732500', '194840.192500', '194840.652500', '194841.112500', '194841.572500', '194842.032500', '194842.492500', '194842.952500', '194843.412500', '194843.872500', '194844.332500', '194844.792500', '194845.252500', '194845.712500', '194846.172500', '194846.632500', '194847.092500', '194847.552500', '194848.012500', '194848.472500', '194848.932500', '194849.392500', '194849.852500', '194850.312500', '194850.772500', '194851.232500', '194851.692500', '194852.152500', '194852.612500', '194853.072500', '194853.532500', '194853.992500', '194854.452500', '194854.912500', '194855.372500', '194855.832500', '194856.292500', '194856.752500', '194857.212500', '194857.672500', '194858.132500', '194858.592500', '194859.052500', '194859.512500', '194859.972500', '194900.432500', '194900.892500', '194901.352500', '194901.812500', '194902.272500', '194902.732500', '194903.192500', '194903.652500', '194904.112500', '194904.572500', '194905.032500', '194905.492500', '194905.952500', '194906.412500', '194906.872500', '194907.332500', '194907.792500', '194908.252500', '194908.712500', '194909.172500', '194909.632500', '194910.092500', '194910.552500', '194911.012500', '194911.472500', '194911.932500', '194912.392500', '194912.852500', '194913.312500', '194913.772500', '194914.232500', '194914.692500', '194915.152500', '194915.612500', '194916.072500', '194916.532500', '194916.992500', '194917.452500', '194917.912500', '194918.372500', '194918.832500', '194919.292500', '194919.752500', '194920.212500', '194920.672500', '194921.132500', '194921.592500', '194922.052500', '194922.512500', '194922.972500', '194923.432500', '194923.892500', '194924.352500', '194924.812500', '194925.272500', '194925.732500', '194926.192500', '194926.652500', '194927.112500', '194927.572500', '194928.032500', '194928.492500', '194928.952500', '194929.412500', '194929.872500', '194930.332500', '194930.792500', '194931.252500', '194931.712500', '194932.172500', '194932.632500', '194933.092500', '194933.552500', '194934.012500', '194934.472500', '194934.932500', '194935.392500', '194935.852500', '194936.312500', '194936.772500', '194937.232500', '194937.692500', '194938.152500', '194938.612500', '194939.072500', '194939.532500', '194939.992500', '194940.452500', '194940.912500', '194941.372500', '194941.832500', '194942.292500', '194942.752500', '194943.212500', '194943.672500', '194944.132500', '194944.592500', '194945.052500', '194945.512500', '194945.972500', '194946.432500', '194946.892500', '194947.352500', '194947.812500', '194948.272500', '194948.732500', '194949.192500', '194949.652500', '194950.112500', '194950.572500', '194951.032500', '194951.492500', '194951.952500', '194952.412500', '194952.872500', '194953.332500', '194953.792500', '194954.252500', '194954.712500', '194955.172500', '194955.632500', '194956.092500', '194956.552500', '194957.012500', '194957.472500', '194957.932500', '194958.392500', '194958.852500', '194959.312500', '194959.772500', '195000.232500', '195000.692500', '195001.152500', '195001.612500', '195002.072500', '195002.532500', '195002.992500', '195003.452500', '195003.912500', '195004.372500', '195004.832500', '195005.292500', '195005.752500', '195006.212500', '195006.672500', '195007.132500', '195007.592500', '195008.052500', '195008.512500', '195008.972500', '195009.432500', '195009.892500', '195010.352500', '195010.812500', '195011.272500', '195011.732500', '195012.192500', '195012.652500', '195013.112500', '195013.572500', '195014.032500', '195014.492500', '195014.952500', '195015.412500', '195015.872500', '195016.332500', '195016.792500', '195017.252500', '195017.712500', '195018.172500', '195018.632500', '195019.092500', '195019.552500', '195020.012500', '195020.472500', '195020.932500', '195021.392500', '195021.852500', '195022.312500', '195022.772500', '195023.232500', '195023.692500', '195024.152500', '195024.612500', '195025.072500', '195025.532500', '195025.992500', '195026.452500', '195026.912500', '195027.372500', '195027.832500', '195028.292500', '195028.752500', '195029.212500', '195029.672500', '195030.132500', '195030.592500', '195031.052500', '195031.512500', '195031.972500', '195032.432500', '195032.892500', '195033.352500', '195033.812500', '195034.272500', '195034.732500', '195035.192500', '195035.652500', '195036.112500', '195036.572500', '195037.032500', '195037.492500', '195037.952500', '195038.412500', '195038.872500', '195039.332500', '195039.792500', '195040.252500', '195040.712500', '195041.172500', '195041.632500', '195042.092500', '195042.552500', '195043.012500', '195043.472500', '195043.932500', '195044.392500', '195044.852500', '195045.312500', '195045.772500', '195046.232500', '195046.692500', '195047.152500', '195047.612500', '195048.072500', '195048.532500', '195048.992500', '195049.452500', '195049.912500', '195050.372500', '195050.832500', '195051.292500', '195051.752500', '195052.212500', '195052.672500', '195053.132500', '195053.592500', '195054.052500', '195054.512500', '195054.972500', '195055.432500', '195055.892500', '195056.352500', '195056.812500', '195057.272500', '195057.732500', '195058.192500', '195058.652500', '195059.112500', '195059.572500', '195100.032500', '195100.492500', '195100.952500', '195101.412500', '195101.872500', '195102.332500', '195102.792500', '195103.252500', '195103.712500', '195104.172500', '195104.632500', '195105.092500', '195105.552500', '195106.012500', '195106.472500', '195106.932500', '195107.392500', '195107.852500', '195108.312500', '195108.772500', '195109.232500'], 'ContentTime': ['194442.536000', '194442.539000', '194442.542000', '194442.544000', '194442.547000', '194442.557000', '194442.559000', '194442.562000', '194442.565000', '194442.567000', '194442.575000', '194442.578000', '194442.580000', '194442.583000', '194442.585000', '194442.600000', '194442.602000', '194442.605000', '194442.608000', '194442.610000', '194442.613000', '194442.615000', '194442.618000', '194442.620000', '194442.623000', '194442.625000', '194442.628000', '194442.636000', '194502.497000', '194502.500000', '194502.503000', '194502.515000', '194502.518000', '194502.520000', '194502.523000', '194502.526000', '194502.528000', '194502.531000', '194502.533000', '194502.536000', '194502.538000', '194502.541000', '194502.543000', '194502.546000', '194502.549000', '194502.552000', '194502.555000', '194502.558000', '194502.561000', '194502.564000', '194502.567000', '194502.569000', '194502.572000', '194502.574000', '194502.577000', '194502.579000', '194502.582000', '194502.585000', '194502.587000', '194502.590000', '194502.592000', '194502.595000', '194502.597000', '194502.600000', '194502.603000', '194502.605000', '194502.608000', '194502.611000', '194502.613000', '194502.616000', '194502.619000', '194522.498000', '194522.501000', '194522.504000', '194522.506000', '194522.509000', '194522.511000', '194522.514000', '194522.517000', '194522.519000', '194522.522000', '194522.524000', '194522.527000', '194522.529000', '194522.532000', '194522.535000', '194522.537000', '194522.540000', '194522.542000', '194522.545000', '194522.548000', '194522.550000', '194522.553000', '194522.555000', '194522.558000', '194522.560000', '194522.563000', '194522.565000', '194522.568000', '194522.571000', '194522.573000', '194522.582000', '194522.584000', '194522.587000', '194522.589000', '194522.592000', '194522.594000', '194522.597000', '194522.600000', '194522.602000', '194522.605000', '194522.608000', '194522.610000', '194522.613000', '194522.615000', '194542.499000', '194542.501000', '194542.504000', '194542.507000', '194542.509000', '194542.512000', '194542.514000', '194542.517000', '194542.520000', '194542.522000', '194542.525000', '194542.527000', '194542.530000', '194542.533000', '194542.535000', '194542.538000', '194542.540000', '194542.543000', '194542.546000', '194542.548000', '194542.551000', '194542.553000', '194542.556000', '194542.559000', '194542.561000', '194542.564000', '194542.566000', '194542.569000', '194542.572000', '194542.574000', '194542.577000', '194542.579000', '194542.582000', '194542.584000', '194542.587000', '194542.590000', '194542.592000', '194542.595000', '194542.598000', '194542.601000', '194542.604000', '194542.607000', '194542.610000', '194602.498000', '194602.500000', '194602.503000', '194602.505000', '194602.508000', '194602.511000', '194602.513000', '194602.516000', '194602.518000', '194602.521000', '194602.523000', '194602.526000', '194602.529000', '194602.531000', '194602.534000', '194602.537000', '194602.539000', '194602.542000', '194602.544000', '194602.547000', '194602.549000', '194602.552000', '194602.555000', '194602.557000', '194602.560000', '194602.562000', '194602.565000', '194602.568000', '194602.570000', '194602.573000', '194602.575000', '194602.578000', '194602.581000', '194602.583000', '194602.586000', '194602.588000', '194602.591000', '194602.593000', '194602.596000', '194602.599000', '194602.601000', '194602.604000', '194602.607000', '194602.609000', '194622.498000', '194622.500000', '194622.503000', '194622.506000', '194622.508000', '194622.511000', '194622.513000', '194622.516000', '194622.518000', '194622.521000', '194622.524000', '194622.526000', '194622.529000', '194622.531000', '194622.534000', '194622.536000', '194622.539000', '194622.542000', '194622.544000', '194622.547000', '194622.549000', '194622.552000', '194622.555000', '194622.557000', '194622.560000', '194622.562000', '194622.565000', '194622.568000', '194622.570000', '194622.573000', '194622.575000', '194622.578000', '194622.581000', '194622.583000', '194622.586000', '194622.588000', '194622.591000', '194622.593000', '194622.597000', '194622.600000', '194622.603000', '194622.606000', '194622.608000', '194642.497000', '194642.500000', '194642.503000', '194642.505000', '194642.508000', '194642.511000', '194642.513000', '194642.516000', '194642.518000', '194642.530000', '194642.533000', '194642.535000', '194642.538000', '194642.540000', '194642.543000', '194642.546000', '194642.548000', '194642.551000', '194642.553000', '194642.556000', '194642.558000', '194642.561000', '194642.564000', '194642.566000', '194642.569000', '194642.572000', '194642.574000', '194642.577000', '194642.579000', '194642.582000', '194642.584000', '194642.587000', '194642.590000', '194642.592000', '194642.595000', '194642.597000', '194642.600000', '194642.603000', '194642.605000', '194642.608000', '194642.611000', '194642.613000', '194642.616000', '194642.618000', '194702.497000', '194702.500000', '194702.503000', '194702.506000', '194702.508000', '194702.511000', '194702.513000', '194702.516000', '194702.519000', '194702.521000', '194702.524000', '194702.526000', '194702.529000', '194702.531000', '194702.534000', '194702.537000', '194702.540000', '194702.543000', '194702.546000', '194702.548000', '194702.551000', '194702.554000', '194702.556000', '194702.559000', '194702.561000', '194702.564000', '194702.567000', '194702.569000', '194702.572000', '194702.574000', '194702.577000', '194702.580000', '194702.582000', '194702.585000', '194702.587000', '194702.590000', '194702.593000', '194702.595000', '194702.598000', '194702.601000', '194702.603000', '194702.606000', '194702.608000', '194722.498000', '194722.500000', '194722.503000', '194722.506000', '194722.508000', '194722.511000', '194722.514000', '194722.516000', '194722.519000', '194722.521000', '194722.524000', '194722.527000', '194722.529000', '194722.532000', '194722.534000', '194722.537000', '194722.540000', '194722.542000', '194722.545000', '194722.547000', '194722.550000', '194722.553000', '194722.555000', '194722.558000', '194722.560000', '194722.563000', '194722.566000', '194722.568000', '194722.571000', '194722.574000', '194722.576000', '194722.579000', '194722.581000', '194722.584000', '194722.587000', '194722.589000', '194722.592000', '194722.594000', '194722.597000', '194722.600000', '194722.602000', '194722.605000', '194722.607000', '194722.610000', '194742.499000', '194742.501000', '194742.504000', '194742.507000', '194742.509000', '194742.512000', '194742.514000', '194742.517000', '194742.520000', '194742.522000', '194742.525000', '194742.527000', '194742.530000', '194742.533000', '194742.535000', '194742.538000', '194742.540000', '194742.543000', '194742.545000', '194742.548000', '194742.551000', '194742.553000', '194742.556000', '194742.558000', '194742.561000', '194742.564000', '194742.566000', '194742.569000', '194742.571000', '194742.574000', '194742.577000', '194742.579000', '194742.582000', '194742.584000', '194742.587000', '194742.589000', '194742.592000', '194742.595000', '194742.597000', '194742.600000', '194742.603000', '194742.605000', '194742.608000', '194802.498000', '194802.501000', '194802.504000', '194802.506000', '194802.509000', '194802.512000', '194802.514000', '194802.517000', '194802.519000', '194802.522000', '194802.524000', '194802.527000', '194802.529000', '194802.532000', '194802.535000', '194802.537000', '194802.540000', '194802.542000', '194802.545000', '194802.548000', '194802.550000', '194802.553000', '194802.555000', '194802.558000', '194802.561000', '194802.563000', '194802.566000', '194802.568000', '194802.571000', '194802.573000', '194802.576000', '194802.579000', '194802.581000', '194802.584000', '194802.586000', '194802.589000', '194802.592000', '194802.594000', '194802.597000', '194802.599000', '194802.602000', '194802.605000', '194802.607000', '194802.610000', '194822.497000', '194822.500000', '194822.503000', '194822.505000', '194822.517000', '194822.519000', '194822.522000', '194822.524000', '194822.527000', '194822.529000', '194822.532000', '194822.535000', '194822.537000', '194822.540000', '194822.543000', '194822.545000', '194822.548000', '194822.550000', '194822.553000', '194822.556000', '194822.558000', '194822.561000', '194822.563000', '194822.566000', '194822.569000', '194822.571000', '194822.574000', '194822.576000', '194822.579000', '194822.582000', '194822.584000', '194822.587000', '194822.589000', '194822.592000', '194822.595000', '194822.597000', '194822.600000', '194822.602000', '194822.605000', '194822.608000', '194822.610000', '194822.613000', '194822.615000', '194842.498000', '194842.500000', '194842.503000', '194842.506000', '194842.508000', '194842.511000', '194842.513000', '194842.516000', '194842.519000', '194842.521000', '194842.524000', '194842.526000', '194842.529000', '194842.531000', '194842.534000', '194842.537000', '194842.539000', '194842.542000', '194842.545000', '194842.548000', '194842.550000', '194842.553000', '194842.556000', '194842.558000', '194842.561000', '194842.563000', '194842.566000', '194842.569000', '194842.571000', '194842.574000', '194842.576000', '194842.579000', '194842.582000', '194842.584000', '194842.587000', '194842.589000', '194842.592000', '194842.594000', '194842.597000', '194842.600000', '194842.602000', '194842.605000', '194842.607000', '194902.497000', '194902.500000', '194902.503000', '194902.506000', '194902.508000', '194902.511000', '194902.514000', '194902.516000', '194902.519000', '194902.521000', '194902.524000', '194902.526000', '194902.529000', '194902.531000', '194902.534000', '194902.537000', '194902.539000', '194902.542000', '194902.544000', '194902.547000', '194902.550000', '194902.552000', '194902.555000', '194902.557000', '194902.560000', '194902.563000', '194902.565000', '194902.568000', '194902.570000', '194902.573000', '194902.576000', '194902.578000', '194902.581000', '194902.583000', '194902.586000', '194902.589000', '194902.591000', '194902.594000', '194902.596000', '194902.599000', '194902.602000', '194902.604000', '194902.607000', '194902.609000', '194922.498000', '194922.501000', '194922.503000', '194922.506000', '194922.508000', '194922.511000', '194922.514000', '194922.516000', '194922.519000', '194922.521000', '194922.524000', '194922.527000', '194922.529000', '194922.532000', '194922.534000', '194922.537000', '194922.540000', '194922.542000', '194922.545000', '194922.547000', '194922.550000', '194922.552000', '194922.555000', '194922.558000', '194922.560000', '194922.563000', '194922.565000', '194922.568000', '194922.571000', '194922.573000', '194922.576000', '194922.579000', '194922.581000', '194922.584000', '194922.586000', '194922.589000', '194922.592000', '194922.594000', '194922.597000', '194922.599000', '194922.602000', '194922.605000', '194922.607000', '194922.610000', '194942.498000', '194942.500000', '194942.503000', '194942.506000', '194942.508000', '194942.511000', '194942.513000', '194942.516000', '194942.519000', '194942.521000', '194942.524000', '194942.526000', '194942.529000', '194942.532000', '194942.534000', '194942.537000', '194942.539000', '194942.542000', '194942.545000', '194942.547000', '194942.550000', '194942.552000', '194942.555000', '194942.558000', '194942.560000', '194942.563000', '194942.565000', '194942.568000', '194942.570000', '194942.582000', '194942.585000', '194942.587000', '194942.590000', '194942.593000', '194942.595000', '194942.598000', '194942.601000', '194942.603000', '194942.606000', '194942.608000', '194942.611000', '194942.613000', '194942.616000', '195002.499000', '195002.501000', '195002.504000', '195002.507000', '195002.509000', '195002.512000', '195002.514000', '195002.517000', '195002.519000', '195002.522000', '195002.525000', '195002.527000', '195002.530000', '195002.533000', '195002.536000', '195002.538000', '195002.541000', '195002.543000', '195002.546000', '195002.549000', '195002.551000', '195002.554000', '195002.556000', '195002.559000', '195002.562000', '195002.564000', '195002.567000', '195002.569000', '195002.572000', '195002.575000', '195002.577000', '195002.580000', '195002.582000', '195002.585000', '195002.590000', '195002.592000', '195002.595000', '195002.598000', '195002.600000', '195002.603000', '195002.606000', '195002.608000', '195002.611000', '195002.613000', '195022.499000', '195022.501000', '195022.504000', '195022.507000', '195022.509000', '195022.512000', '195022.514000', '195022.517000', '195022.520000', '195022.522000', '195022.525000', '195022.527000', '195022.530000', '195022.532000', '195022.535000', '195022.538000', '195022.540000', '195022.543000', '195022.545000', '195022.548000', '195022.550000', '195022.553000', '195022.556000', '195022.558000', '195022.561000', '195022.563000', '195022.566000', '195022.569000', '195022.571000', '195022.574000', '195022.576000', '195022.579000', '195022.581000', '195022.584000', '195022.587000', '195022.589000', '195022.592000', '195022.595000', '195022.597000', '195022.600000', '195022.602000', '195022.605000', '195022.608000', '195042.497000', '195042.500000', '195042.503000', '195042.505000', '195042.508000', '195042.511000', '195042.513000', '195042.516000', '195042.518000', '195042.521000', '195042.524000', '195042.526000', '195042.529000', '195042.531000', '195042.534000', '195042.536000', '195042.539000', '195042.542000', '195042.544000', '195042.547000', '195042.549000', '195042.552000', '195042.555000', '195042.557000', '195042.560000', '195042.562000', '195042.565000', '195042.568000', '195042.570000', '195042.573000', '195042.575000', '195042.578000', '195042.581000', '195042.583000', '195042.586000', '195042.588000', '195042.591000', '195042.594000', '195042.596000', '195042.599000', '195042.601000', '195042.604000', '195042.607000', '195042.609000', '195102.498000', '195102.501000', '195102.503000', '195102.506000', '195102.508000', '195102.511000', '195102.514000', '195102.516000', '195102.519000', '195102.521000', '195102.524000', '195102.526000', '195102.529000', '195102.532000', '195102.534000', '195102.537000', '195102.539000', '195102.542000', '195102.544000', '195102.547000', '195102.550000', '195102.552000', '195102.555000', '195102.557000', '195102.560000', '195102.562000', '195102.565000', '195102.568000', '195102.570000', '195102.573000', '195102.575000', '195102.578000', '195102.580000', '195102.583000', '195102.586000', '195102.588000', '195102.591000', '195102.594000', '195102.596000', '195102.599000', '195102.615000', '195102.618000', '195102.620000', '195110.498000', '195110.501000', '195110.504000', '195110.506000', '195110.509000', '195110.511000', '195110.514000', '195110.517000', '195110.519000', '195110.522000', '195110.524000', '195110.527000', '195110.530000', '195110.532000', '195110.535000', '195110.537000', '195110.540000', '195110.543000'], 'InstanceCreationTime': ['194442.536000', '194442.539000', '194442.542000', '194442.544000', '194442.547000', '194442.557000', '194442.559000', '194442.562000', '194442.565000', '194442.567000', '194442.575000', '194442.578000', '194442.580000', '194442.583000', '194442.585000', '194442.600000', '194442.602000', '194442.605000', '194442.608000', '194442.610000', '194442.613000', '194442.615000', '194442.618000', '194442.620000', '194442.623000', '194442.625000', '194442.628000', '194442.636000', '194502.497000', '194502.500000', '194502.503000', '194502.515000', '194502.518000', '194502.520000', '194502.523000', '194502.526000', '194502.528000', '194502.531000', '194502.533000', '194502.536000', '194502.538000', '194502.541000', '194502.543000', '194502.546000', '194502.549000', '194502.552000', '194502.555000', '194502.558000', '194502.561000', '194502.564000', '194502.567000', '194502.569000', '194502.572000', '194502.574000', '194502.577000', '194502.579000', '194502.582000', '194502.585000', '194502.587000', '194502.590000', '194502.592000', '194502.595000', '194502.597000', '194502.600000', '194502.603000', '194502.605000', '194502.608000', '194502.611000', '194502.613000', '194502.616000', '194502.619000', '194522.498000', '194522.501000', '194522.504000', '194522.506000', '194522.509000', '194522.511000', '194522.514000', '194522.517000', '194522.519000', '194522.522000', '194522.524000', '194522.527000', '194522.529000', '194522.532000', '194522.535000', '194522.537000', '194522.540000', '194522.542000', '194522.545000', '194522.548000', '194522.550000', '194522.553000', '194522.555000', '194522.558000', '194522.560000', '194522.563000', '194522.565000', '194522.568000', '194522.571000', '194522.573000', '194522.582000', '194522.584000', '194522.587000', '194522.589000', '194522.592000', '194522.594000', '194522.597000', '194522.600000', '194522.602000', '194522.605000', '194522.608000', '194522.610000', '194522.613000', '194522.615000', '194542.499000', '194542.501000', '194542.504000', '194542.507000', '194542.509000', '194542.512000', '194542.514000', '194542.517000', '194542.520000', '194542.522000', '194542.525000', '194542.527000', '194542.530000', '194542.533000', '194542.535000', '194542.538000', '194542.540000', '194542.543000', '194542.546000', '194542.548000', '194542.551000', '194542.553000', '194542.556000', '194542.559000', '194542.561000', '194542.564000', '194542.566000', '194542.569000', '194542.572000', '194542.574000', '194542.577000', '194542.579000', '194542.582000', '194542.584000', '194542.587000', '194542.590000', '194542.592000', '194542.595000', '194542.598000', '194542.601000', '194542.604000', '194542.607000', '194542.610000', '194602.498000', '194602.500000', '194602.503000', '194602.505000', '194602.508000', '194602.511000', '194602.513000', '194602.516000', '194602.518000', '194602.521000', '194602.523000', '194602.526000', '194602.529000', '194602.531000', '194602.534000', '194602.537000', '194602.539000', '194602.542000', '194602.544000', '194602.547000', '194602.549000', '194602.552000', '194602.555000', '194602.557000', '194602.560000', '194602.562000', '194602.565000', '194602.568000', '194602.570000', '194602.573000', '194602.575000', '194602.578000', '194602.581000', '194602.583000', '194602.586000', '194602.588000', '194602.591000', '194602.593000', '194602.596000', '194602.599000', '194602.601000', '194602.604000', '194602.607000', '194602.609000', '194622.498000', '194622.500000', '194622.503000', '194622.506000', '194622.508000', '194622.511000', '194622.513000', '194622.516000', '194622.518000', '194622.521000', '194622.524000', '194622.526000', '194622.529000', '194622.531000', '194622.534000', '194622.536000', '194622.539000', '194622.542000', '194622.544000', '194622.547000', '194622.549000', '194622.552000', '194622.555000', '194622.557000', '194622.560000', '194622.562000', '194622.565000', '194622.568000', '194622.570000', '194622.573000', '194622.575000', '194622.578000', '194622.581000', '194622.583000', '194622.586000', '194622.588000', '194622.591000', '194622.593000', '194622.597000', '194622.600000', '194622.603000', '194622.606000', '194622.608000', '194642.497000', '194642.500000', '194642.503000', '194642.505000', '194642.508000', '194642.511000', '194642.513000', '194642.516000', '194642.518000', '194642.530000', '194642.533000', '194642.535000', '194642.538000', '194642.540000', '194642.543000', '194642.546000', '194642.548000', '194642.551000', '194642.553000', '194642.556000', '194642.558000', '194642.561000', '194642.564000', '194642.566000', '194642.569000', '194642.572000', '194642.574000', '194642.577000', '194642.579000', '194642.582000', '194642.584000', '194642.587000', '194642.590000', '194642.592000', '194642.595000', '194642.597000', '194642.600000', '194642.603000', '194642.605000', '194642.608000', '194642.611000', '194642.613000', '194642.616000', '194642.618000', '194702.497000', '194702.500000', '194702.503000', '194702.506000', '194702.508000', '194702.511000', '194702.513000', '194702.516000', '194702.519000', '194702.521000', '194702.524000', '194702.526000', '194702.529000', '194702.531000', '194702.534000', '194702.537000', '194702.540000', '194702.543000', '194702.546000', '194702.548000', '194702.551000', '194702.554000', '194702.556000', '194702.559000', '194702.561000', '194702.564000', '194702.567000', '194702.569000', '194702.572000', '194702.574000', '194702.577000', '194702.580000', '194702.582000', '194702.585000', '194702.587000', '194702.590000', '194702.593000', '194702.595000', '194702.598000', '194702.601000', '194702.603000', '194702.606000', '194702.608000', '194722.498000', '194722.500000', '194722.503000', '194722.506000', '194722.508000', '194722.511000', '194722.514000', '194722.516000', '194722.519000', '194722.521000', '194722.524000', '194722.527000', '194722.529000', '194722.532000', '194722.534000', '194722.537000', '194722.540000', '194722.542000', '194722.545000', '194722.547000', '194722.550000', '194722.553000', '194722.555000', '194722.558000', '194722.560000', '194722.563000', '194722.566000', '194722.568000', '194722.571000', '194722.574000', '194722.576000', '194722.579000', '194722.581000', '194722.584000', '194722.587000', '194722.589000', '194722.592000', '194722.594000', '194722.597000', '194722.600000', '194722.602000', '194722.605000', '194722.607000', '194722.610000', '194742.499000', '194742.501000', '194742.504000', '194742.507000', '194742.509000', '194742.512000', '194742.514000', '194742.517000', '194742.520000', '194742.522000', '194742.525000', '194742.527000', '194742.530000', '194742.533000', '194742.535000', '194742.538000', '194742.540000', '194742.543000', '194742.545000', '194742.548000', '194742.551000', '194742.553000', '194742.556000', '194742.558000', '194742.561000', '194742.564000', '194742.566000', '194742.569000', '194742.571000', '194742.574000', '194742.577000', '194742.579000', '194742.582000', '194742.584000', '194742.587000', '194742.589000', '194742.592000', '194742.595000', '194742.597000', '194742.600000', '194742.603000', '194742.605000', '194742.608000', '194802.498000', '194802.501000', '194802.504000', '194802.506000', '194802.509000', '194802.512000', '194802.514000', '194802.517000', '194802.519000', '194802.522000', '194802.524000', '194802.527000', '194802.529000', '194802.532000', '194802.535000', '194802.537000', '194802.540000', '194802.542000', '194802.545000', '194802.548000', '194802.550000', '194802.553000', '194802.555000', '194802.558000', '194802.561000', '194802.563000', '194802.566000', '194802.568000', '194802.571000', '194802.573000', '194802.576000', '194802.579000', '194802.581000', '194802.584000', '194802.586000', '194802.589000', '194802.592000', '194802.594000', '194802.597000', '194802.599000', '194802.602000', '194802.605000', '194802.607000', '194802.610000', '194822.497000', '194822.500000', '194822.503000', '194822.505000', '194822.517000', '194822.519000', '194822.522000', '194822.524000', '194822.527000', '194822.529000', '194822.532000', '194822.535000', '194822.537000', '194822.540000', '194822.543000', '194822.545000', '194822.548000', '194822.550000', '194822.553000', '194822.556000', '194822.558000', '194822.561000', '194822.563000', '194822.566000', '194822.569000', '194822.571000', '194822.574000', '194822.576000', '194822.579000', '194822.582000', '194822.584000', '194822.587000', '194822.589000', '194822.592000', '194822.595000', '194822.597000', '194822.600000', '194822.602000', '194822.605000', '194822.608000', '194822.610000', '194822.613000', '194822.615000', '194842.498000', '194842.500000', '194842.503000', '194842.506000', '194842.508000', '194842.511000', '194842.513000', '194842.516000', '194842.519000', '194842.521000', '194842.524000', '194842.526000', '194842.529000', '194842.531000', '194842.534000', '194842.537000', '194842.539000', '194842.542000', '194842.545000', '194842.548000', '194842.550000', '194842.553000', '194842.556000', '194842.558000', '194842.561000', '194842.563000', '194842.566000', '194842.569000', '194842.571000', '194842.574000', '194842.576000', '194842.579000', '194842.582000', '194842.584000', '194842.587000', '194842.589000', '194842.592000', '194842.594000', '194842.597000', '194842.600000', '194842.602000', '194842.605000', '194842.607000', '194902.497000', '194902.500000', '194902.503000', '194902.506000', '194902.508000', '194902.511000', '194902.514000', '194902.516000', '194902.519000', '194902.521000', '194902.524000', '194902.526000', '194902.529000', '194902.531000', '194902.534000', '194902.537000', '194902.539000', '194902.542000', '194902.544000', '194902.547000', '194902.550000', '194902.552000', '194902.555000', '194902.557000', '194902.560000', '194902.563000', '194902.565000', '194902.568000', '194902.570000', '194902.573000', '194902.576000', '194902.578000', '194902.581000', '194902.583000', '194902.586000', '194902.589000', '194902.591000', '194902.594000', '194902.596000', '194902.599000', '194902.602000', '194902.604000', '194902.607000', '194902.609000', '194922.498000', '194922.501000', '194922.503000', '194922.506000', '194922.508000', '194922.511000', '194922.514000', '194922.516000', '194922.519000', '194922.521000', '194922.524000', '194922.527000', '194922.529000', '194922.532000', '194922.534000', '194922.537000', '194922.540000', '194922.542000', '194922.545000', '194922.547000', '194922.550000', '194922.552000', '194922.555000', '194922.558000', '194922.560000', '194922.563000', '194922.565000', '194922.568000', '194922.571000', '194922.573000', '194922.576000', '194922.579000', '194922.581000', '194922.584000', '194922.586000', '194922.589000', '194922.592000', '194922.594000', '194922.597000', '194922.599000', '194922.602000', '194922.605000', '194922.607000', '194922.610000', '194942.498000', '194942.500000', '194942.503000', '194942.506000', '194942.508000', '194942.511000', '194942.513000', '194942.516000', '194942.519000', '194942.521000', '194942.524000', '194942.526000', '194942.529000', '194942.532000', '194942.534000', '194942.537000', '194942.539000', '194942.542000', '194942.545000', '194942.547000', '194942.550000', '194942.552000', '194942.555000', '194942.558000', '194942.560000', '194942.563000', '194942.565000', '194942.568000', '194942.570000', '194942.582000', '194942.585000', '194942.587000', '194942.590000', '194942.593000', '194942.595000', '194942.598000', '194942.601000', '194942.603000', '194942.606000', '194942.608000', '194942.611000', '194942.613000', '194942.616000', '195002.499000', '195002.501000', '195002.504000', '195002.507000', '195002.509000', '195002.512000', '195002.514000', '195002.517000', '195002.519000', '195002.522000', '195002.525000', '195002.527000', '195002.530000', '195002.533000', '195002.536000', '195002.538000', '195002.541000', '195002.543000', '195002.546000', '195002.549000', '195002.551000', '195002.554000', '195002.556000', '195002.559000', '195002.562000', '195002.564000', '195002.567000', '195002.569000', '195002.572000', '195002.575000', '195002.577000', '195002.580000', '195002.582000', '195002.585000', '195002.590000', '195002.592000', '195002.595000', '195002.598000', '195002.600000', '195002.603000', '195002.606000', '195002.608000', '195002.611000', '195002.613000', '195022.499000', '195022.501000', '195022.504000', '195022.507000', '195022.509000', '195022.512000', '195022.514000', '195022.517000', '195022.520000', '195022.522000', '195022.525000', '195022.527000', '195022.530000', '195022.532000', '195022.535000', '195022.538000', '195022.540000', '195022.543000', '195022.545000', '195022.548000', '195022.550000', '195022.553000', '195022.556000', '195022.558000', '195022.561000', '195022.563000', '195022.566000', '195022.569000', '195022.571000', '195022.574000', '195022.576000', '195022.579000', '195022.581000', '195022.584000', '195022.587000', '195022.589000', '195022.592000', '195022.595000', '195022.597000', '195022.600000', '195022.602000', '195022.605000', '195022.608000', '195042.497000', '195042.500000', '195042.503000', '195042.505000', '195042.508000', '195042.511000', '195042.513000', '195042.516000', '195042.518000', '195042.521000', '195042.524000', '195042.526000', '195042.529000', '195042.531000', '195042.534000', '195042.536000', '195042.539000', '195042.542000', '195042.544000', '195042.547000', '195042.549000', '195042.552000', '195042.555000', '195042.557000', '195042.560000', '195042.562000', '195042.565000', '195042.568000', '195042.570000', '195042.573000', '195042.575000', '195042.578000', '195042.581000', '195042.583000', '195042.586000', '195042.588000', '195042.591000', '195042.594000', '195042.596000', '195042.599000', '195042.601000', '195042.604000', '195042.607000', '195042.609000', '195102.498000', '195102.501000', '195102.503000', '195102.506000', '195102.508000', '195102.511000', '195102.514000', '195102.516000', '195102.519000', '195102.521000', '195102.524000', '195102.526000', '195102.529000', '195102.532000', '195102.534000', '195102.537000', '195102.539000', '195102.542000', '195102.544000', '195102.547000', '195102.550000', '195102.552000', '195102.555000', '195102.557000', '195102.560000', '195102.562000', '195102.565000', '195102.568000', '195102.570000', '195102.573000', '195102.575000', '195102.578000', '195102.580000', '195102.583000', '195102.586000', '195102.588000', '195102.591000', '195102.594000', '195102.596000', '195102.599000', '195102.615000', '195102.618000', '195102.620000', '195110.498000', '195110.501000', '195110.504000', '195110.506000', '195110.509000', '195110.511000', '195110.514000', '195110.517000', '195110.519000', '195110.522000', '195110.524000', '195110.527000', '195110.530000', '195110.532000', '195110.535000', '195110.537000', '195110.540000', '195110.543000'], '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': [7886, 7861, 7292, 7520, 6539, 7676, 6869, 7478, 8003, 7911, 7603, 7488, 7787, 7177, 7532, 6873, 7196, 7906, 6908, 7752, 7613, 7219, 6576, 7509, 6114, 7544, 6122, 7268, 6021, 7550, 7152, 7173, 6616, 7653, 8169, 7413, 8495, 7961, 7141, 6859, 6841, 8581, 7566, 7743, 7345, 7307, 6323, 7337, 6549, 7037, 6401, 7722, 8691, 6677, 7645, 6985, 7411, 8080, 7735, 7741, 7420, 8193, 7092, 7311, 7058, 7219, 7390, 6775, 7706, 6815, 7689, 6483, 7357, 6524, 7417, 6602, 7465, 6790, 7814, 7685, 7570, 8066, 7715, 7543, 6836, 7328, 6671, 7752, 6447, 7664, 7404, 7116, 7587, 8197, 7607, 7271, 7425, 6625, 7110, 7307, 8557, 7506, 6880, 7630, 7505, 8295, 7545, 7194, 7683, 6471, 7159, 7149, 7915, 7230, 6707, 7295, 6409, 6098, 6893, 7146, 7305, 7747, 7492, 7552, 6943, 9429, 7440, 8356, 7548, 7370, 7560, 6500, 7488, 6372, 7644, 7289, 8914, 7435, 7609, 7696, 6670, 7432, 7226, 7842, 7658, 7043, 7251, 6956, 7155, 6825, 6305, 7531, 7236, 8782, 7596, 7429, 7723, 6724, 7671, 7452, 7509, 7694, 6429, 7291, 6489, 7624, 7481, 7598, 6737, 7666, 6529, 6937, 7500, 7518, 7382, 7216, 7597, 7016, 6251, 7073, 7015, 7797, 7745, 7078, 8301, 7215, 6595, 10933, 6772, 8036, 7694, 6875, 10294, 8331, 8721, 7707, 7531, 8256, 7843, 7569, 7428, 7172, 7495, 6908, 7244, 7161, 8291, 7355, 7174, 7469, 6845, 7205, 7111, 7736, 6484, 6498, 6846, 6740, 6852, 6324, 6910, 7272, 6689, 7083, 6456, 6989, 6758, 6984, 6570, 6853, 6351, 6630, 7423, 5931, 7080, 6342, 6399, 6265, 6408, 6493, 6959, 6212, 7034, 6378, 6265, 6639, 6129, 6596, 6289, 6474, 6251, 6380, 5991, 6519, 6303, 6814, 7892, 6557, 8834, 7879, 7028, 8157, 9430, 7907, 7785, 7993, 7625, 7899, 7011, 7641, 7653, 6429, 7033, 6900, 7135, 6356, 7071, 6247, 7021, 6310, 6650, 6447, 7308, 6441, 6713, 6055, 6411, 6147, 6683, 6246, 6611, 6000, 6706, 7443, 6505, 6964, 6550, 6815, 6304, 6304, 6064, 6243, 6245, 6239, 6018, 6476, 6275, 6447, 5927, 5981, 6298, 6520, 6494, 6318, 5818, 6542, 6332, 7677, 6378, 7542, 7047, 6763, 9720, 6611, 7325, 8192, 6817, 8238, 6709, 7292, 8859, 6992, 8622, 7154, 7426, 6103, 7210, 6159, 7197, 6738, 7168, 6099, 7106, 6123, 6901, 6817, 6916, 8463, 6925, 7514, 7220, 6989, 6270, 6806, 6790, 6704, 6635, 6942, 6945, 6689, 6824, 6728, 6534, 6637, 6620, 6539, 6736, 6436, 6444, 6276, 6546, 6375, 8560, 6323, 6833, 7378, 10866, 6178, 6422, 7443, 6888, 8725, 7559, 7032, 7633, 6770, 9148, 7131, 7215, 7104, 6804, 9712, 6803, 7448, 6928, 7097, 6857, 7446, 6875, 7321, 6837, 6930, 6905, 6945, 6837, 7220, 7088, 7026, 7382, 6601, 7039, 6870, 6997, 6739, 7117, 6796, 6987, 6938, 6799, 6989, 6847, 6535, 6888, 7583, 6716, 6703, 6888, 6893, 6769, 6726, 7342, 6828, 6635, 7553, 6848, 7224, 7060, 7925, 6718, 6999, 6939, 7036, 7070, 7775, 6828, 7745, 6961, 7525, 8227, 9502, 7546, 7565, 7745, 7163, 9999, 7040, 8014, 6999, 6763, 9510, 7006, 6956, 7326, 7314, 7198, 7295, 7635, 7188, 7261, 7164, 7469, 7276, 7489, 8170, 7385, 7367, 7419, 7200, 7374, 7274, 7309, 7436, 7593, 7657, 7013, 7328, 7010, 7637, 6738, 7351, 6725, 6881, 6764, 6655, 6540, 6457, 6694, 6417, 6840, 6730, 6598, 7132, 6583, 6546, 6838, 6822, 7069, 6823, 7666, 6674, 6675, 6400, 6712, 6213, 6659, 7048, 6339, 6644, 6520, 7498, 6467, 6127, 6576, 6442, 8391, 6605, 6560, 6570, 6447, 7696, 6447, 6760, 6791, 6426, 7522, 6628, 6899, 8324, 6520, 7889, 6447, 6706, 7722, 6356, 7109, 6330, 6743, 6055, 6649, 8096, 6780, 7101, 6645, 6711, 8123, 6613, 6957, 6458, 6688, 6347, 7044, 7156, 6685, 6457, 6862, 6593, 7109, 6658, 6789, 6856, 6646, 6752, 6763, 6909, 6831, 6845, 7660, 6692, 6627, 6826, 6320, 6717, 6438, 6327, 6691, 6469, 6448, 6419, 6095, 6210, 6286, 6423, 6356, 6649, 6767, 6168, 6388, 6272, 6630, 6481, 6248, 6496, 6215, 6274, 5954, 6353, 6270, 6404, 8480, 6415, 9415, 6262, 6735, 6907, 6260, 6451, 5999, 6238, 7031, 6147, 6246, 6141, 6303, 6974, 6334, 6604, 6117, 6557, 7468, 6391, 6714, 6255, 6862, 7591, 6378, 6894, 6287, 6646, 6473, 6518, 6492, 6736, 6705, 6337, 6298, 5973, 6278, 6336, 6393, 6118, 6741, 6547, 7041, 6648, 6637, 6863, 6388, 6687, 6648, 6661, 7061, 6958, 7402, 8260, 6607, 7480, 7019, 7434, 7666, 7079, 7484, 7145, 6949, 7650, 7703, 7602, 6936, 7166, 7289, 8039, 7578, 7182, 7904, 7508, 7930, 7696, 7335, 7927, 7320, 8033, 7296, 7760, 7261, 7143, 7193, 7047, 7479, 7309, 7092, 7490, 6889, 6595, 6724, 6774, 7163, 6837, 7279, 6904, 7437, 6745, 7049, 6325, 6787, 6992, 7201, 6602, 7013, 6549, 6414, 7034, 6815, 6950, 6241, 7528, 6445, 6359, 7464, 6958, 6974, 7830, 7236, 7027, 7558, 7568, 8389, 7714, 7196, 7337, 7008, 8339, 7228, 7088, 7542, 6715, 9125, 7107, 7471, 7129, 6307, 6755, 6350, 7200, 6973, 6831, 7008, 6634, 6121, 6863, 5946, 6946, 6123, 6547, 7238, 6726, 6838, 6738, 6256, 7219, 6304, 6659, 6527, 5894, 6175, 6190, 6373, 6489, 6370, 6620, 6151, 6051, 6743, 6178, 6583, 6028, 6614, 6609, 5770, 6502, 6664, 6484, 6229, 7294, 6843, 6637, 6812, 7177, 6314, 6231, 6578, 6101, 7024, 6187, 6393, 6358, 5772, 6832, 6552, 6485, 6181, 6351, 7132, 6749, 7071, 6090, 6337, 5987, 6134, 6251, 5556, 6603, 6199, 6535, 6693, 6437, 5758, 6628, 6027, 7681, 6335, 7778, 5828, 6266, 8789, 6098, 6853, 5714, 6267, 8727, 6413, 7187, 5947, 6626, 9935, 6743, 7902, 6746, 6198, 6976, 6270, 6687, 6357, 6886, 5855, 6899, 6141, 6617, 6311, 6446, 6429, 6511, 6657, 7103, 6803, 6649, 6765, 6327, 6781, 7040, 6369, 6951, 6523, 7332], 'WindowCenter': [3634.0, 3616.0, 3604.0, 3597.0, 3581.0, 3600.0, 3589.0, 3598.0, 3610.0, 3600.0, 3599.0, 3588.0, 3600.0, 3588.0, 3597.0, 3578.0, 3575.0, 3597.0, 3589.0, 3599.0, 3596.0, 3588.0, 3580.0, 3591.0, 3579.0, 3599.0, 3579.0, 3589.0, 3568.0, 3589.0, 3603.0, 3592.0, 3591.0, 3602.0, 3614.0, 3603.0, 3612.0, 3604.0, 3595.0, 3581.0, 3593.0, 3614.0, 3604.0, 3603.0, 3577.0, 3565.0, 3542.0, 3563.0, 3553.0, 3564.0, 3551.0, 3588.0, 3600.0, 3580.0, 3586.0, 3564.0, 3561.0, 3573.0, 3561.0, 3572.0, 3575.0, 3584.0, 3562.0, 3562.0, 3562.0, 3562.0, 3560.0, 3552.0, 3571.0, 3565.0, 3573.0, 3554.0, 3573.0, 3566.0, 3574.0, 3575.0, 3588.0, 3576.0, 3587.0, 3600.0, 3585.0, 3599.0, 3585.0, 3602.0, 3575.0, 3588.0, 3581.0, 3588.0, 3577.0, 3588.0, 3588.0, 3575.0, 3599.0, 3598.0, 3588.0, 3590.0, 3586.0, 3578.0, 3578.0, 3589.0, 3601.0, 3587.0, 3576.0, 3587.0, 3577.0, 3586.0, 3584.0, 3577.0, 3585.0, 3567.0, 3578.0, 3576.0, 3587.0, 3589.0, 3579.0, 3591.0, 3581.0, 3582.0, 3590.0, 3591.0, 3602.0, 3615.0, 3602.0, 3600.0, 3590.0, 3620.0, 3591.0, 3616.0, 3601.0, 3602.0, 3599.0, 3576.0, 3587.0, 3577.0, 3583.0, 3587.0, 3596.0, 3585.0, 3587.0, 3570.0, 3562.0, 3574.0, 3574.0, 3573.0, 3573.0, 3562.0, 3573.0, 3576.0, 3574.0, 3576.0, 3576.0, 3600.0, 3600.0, 3609.0, 3586.0, 3591.0, 3587.0, 3575.0, 3573.0, 3575.0, 3576.0, 3587.0, 3567.0, 3587.0, 3574.0, 3599.0, 3590.0, 3599.0, 3577.0, 3590.0, 3580.0, 3577.0, 3588.0, 3585.0, 3585.0, 3587.0, 3600.0, 3588.0, 3580.0, 3578.0, 3592.0, 3589.0, 3590.0, 3580.0, 3602.0, 3576.0, 3567.0, 3607.0, 3564.0, 3586.0, 3573.0, 3562.0, 3620.0, 3586.0, 3586.0, 3562.0, 3560.0, 3557.0, 3559.0, 3559.0, 3560.0, 3566.0, 3573.0, 3577.0, 3575.0, 3575.0, 3587.0, 3570.0, 3563.0, 3575.0, 3565.0, 3560.0, 3562.0, 3573.0, 3562.0, 3560.0, 3558.0, 3559.0, 3559.0, 3549.0, 3557.0, 3555.0, 3558.0, 3557.0, 3549.0, 3559.0, 3555.0, 3559.0, 3557.0, 3557.0, 3547.0, 3559.0, 3583.0, 3563.0, 3560.0, 3562.0, 3563.0, 3564.0, 3577.0, 3576.0, 3583.0, 3566.0, 3578.0, 3580.0, 3576.0, 3577.0, 3566.0, 3574.0, 3575.0, 3565.0, 3564.0, 3573.0, 3577.0, 3574.0, 3589.0, 3587.0, 3587.0, 3564.0, 3593.0, 3586.0, 3564.0, 3583.0, 3598.0, 3572.0, 3559.0, 3560.0, 3562.0, 3575.0, 3563.0, 3577.0, 3575.0, 3540.0, 3552.0, 3562.0, 3564.0, 3551.0, 3564.0, 3550.0, 3572.0, 3560.0, 3556.0, 3545.0, 3555.0, 3533.0, 3542.0, 3520.0, 3534.0, 3521.0, 3546.0, 3530.0, 3545.0, 3521.0, 3541.0, 3539.0, 3532.0, 3543.0, 3530.0, 3529.0, 3531.0, 3530.0, 3532.0, 3531.0, 3543.0, 3534.0, 3531.0, 3546.0, 3557.0, 3547.0, 3551.0, 3546.0, 3546.0, 3550.0, 3549.0, 3551.0, 3540.0, 3566.0, 3566.0, 3558.0, 3537.0, 3564.0, 3551.0, 3563.0, 3595.0, 3550.0, 3562.0, 3570.0, 3549.0, 3570.0, 3536.0, 3547.0, 3556.0, 3535.0, 3555.0, 3532.0, 3535.0, 3524.0, 3546.0, 3508.0, 3528.0, 3529.0, 3529.0, 3521.0, 3542.0, 3531.0, 3555.0, 3550.0, 3574.0, 3594.0, 3573.0, 3571.0, 3555.0, 3546.0, 3530.0, 3542.0, 3542.0, 3546.0, 3545.0, 3559.0, 3560.0, 3549.0, 3545.0, 3547.0, 3537.0, 3542.0, 3548.0, 3531.0, 3547.0, 3549.0, 3562.0, 3562.0, 3563.0, 3552.0, 3581.0, 3551.0, 3552.0, 3575.0, 3604.0, 3539.0, 3538.0, 3549.0, 3561.0, 3571.0, 3560.0, 3548.0, 3560.0, 3549.0, 3581.0, 3549.0, 3547.0, 3535.0, 3532.0, 3567.0, 3535.0, 3531.0, 3528.0, 3532.0, 3529.0, 3547.0, 3531.0, 3541.0, 3532.0, 3533.0, 3530.0, 3541.0, 3533.0, 3544.0, 3545.0, 3545.0, 3557.0, 3544.0, 3545.0, 3544.0, 3541.0, 3543.0, 3539.0, 3543.0, 3555.0, 3558.0, 3544.0, 3545.0, 3544.0, 3534.0, 3544.0, 3554.0, 3542.0, 3543.0, 3555.0, 3555.0, 3545.0, 3558.0, 3555.0, 3561.0, 3566.0, 3574.0, 3562.0, 3561.0, 3562.0, 3572.0, 3566.0, 3579.0, 3566.0, 3567.0, 3569.0, 3591.0, 3551.0, 3577.0, 3568.0, 3575.0, 3588.0, 3595.0, 3575.0, 3577.0, 3574.0, 3563.0, 3594.0, 3550.0, 3561.0, 3536.0, 3548.0, 3578.0, 3545.0, 3546.0, 3546.0, 3545.0, 3534.0, 3543.0, 3544.0, 3531.0, 3533.0, 3530.0, 3542.0, 3530.0, 3531.0, 3552.0, 3531.0, 3531.0, 3530.0, 3530.0, 3529.0, 3531.0, 3529.0, 3542.0, 3541.0, 3541.0, 3533.0, 3543.0, 3543.0, 3554.0, 3535.0, 3543.0, 3546.0, 3544.0, 3544.0, 3545.0, 3545.0, 3533.0, 3544.0, 3547.0, 3548.0, 3544.0, 3557.0, 3556.0, 3556.0, 3558.0, 3563.0, 3571.0, 3569.0, 3559.0, 3566.0, 3547.0, 3556.0, 3550.0, 3558.0, 3544.0, 3558.0, 3556.0, 3560.0, 3555.0, 3552.0, 3569.0, 3548.0, 3548.0, 3561.0, 3563.0, 3592.0, 3575.0, 3576.0, 3565.0, 3561.0, 3571.0, 3549.0, 3561.0, 3549.0, 3550.0, 3570.0, 3548.0, 3560.0, 3568.0, 3536.0, 3568.0, 3535.0, 3546.0, 3555.0, 3535.0, 3544.0, 3532.0, 3533.0, 3522.0, 3533.0, 3553.0, 3532.0, 3532.0, 3531.0, 3544.0, 3555.0, 3544.0, 3546.0, 3533.0, 3544.0, 3544.0, 3557.0, 3554.0, 3545.0, 3543.0, 3544.0, 3543.0, 3556.0, 3545.0, 3546.0, 3546.0, 3546.0, 3555.0, 3546.0, 3558.0, 3545.0, 3558.0, 3567.0, 3556.0, 3560.0, 3559.0, 3579.0, 3570.0, 3561.0, 3558.0, 3558.0, 3551.0, 3549.0, 3564.0, 3566.0, 3565.0, 3579.0, 3578.0, 3563.0, 3565.0, 3560.0, 3551.0, 3562.0, 3551.0, 3563.0, 3551.0, 3550.0, 3564.0, 3552.0, 3560.0, 3554.0, 3564.0, 3564.0, 3565.0, 3597.0, 3577.0, 3621.0, 3565.0, 3565.0, 3559.0, 3552.0, 3550.0, 3539.0, 3542.0, 3548.0, 3539.0, 3551.0, 3539.0, 3537.0, 3547.0, 3537.0, 3546.0, 3523.0, 3534.0, 3545.0, 3525.0, 3535.0, 3522.0, 3538.0, 3560.0, 3534.0, 3547.0, 3534.0, 3546.0, 3534.0, 3534.0, 3535.0, 3543.0, 3544.0, 3534.0, 3545.0, 3533.0, 3533.0, 3532.0, 3532.0, 3533.0, 3544.0, 3534.0, 3548.0, 3554.0, 3548.0, 3549.0, 3549.0, 3562.0, 3551.0, 3562.0, 3560.0, 3566.0, 3575.0, 3586.0, 3579.0, 3576.0, 3577.0, 3574.0, 3576.0, 3565.0, 3563.0, 3565.0, 3552.0, 3574.0, 3566.0, 3574.0, 3565.0, 3563.0, 3560.0, 3572.0, 3560.0, 3549.0, 3557.0, 3546.0, 3557.0, 3546.0, 3546.0, 3554.0, 3546.0, 3545.0, 3543.0, 3543.0, 3531.0, 3531.0, 3532.0, 3532.0, 3544.0, 3543.0, 3535.0, 3544.0, 3555.0, 3545.0, 3556.0, 3543.0, 3555.0, 3543.0, 3555.0, 3555.0, 3567.0, 3557.0, 3559.0, 3546.0, 3559.0, 3557.0, 3556.0, 3545.0, 3544.0, 3534.0, 3533.0, 3555.0, 3544.0, 3557.0, 3547.0, 3575.0, 3551.0, 3557.0, 3578.0, 3578.0, 3577.0, 3589.0, 3577.0, 3577.0, 3573.0, 3573.0, 3572.0, 3574.0, 3564.0, 3561.0, 3562.0, 3574.0, 3561.0, 3562.0, 3559.0, 3549.0, 3577.0, 3547.0, 3549.0, 3535.0, 3536.0, 3549.0, 3537.0, 3559.0, 3559.0, 3547.0, 3558.0, 3548.0, 3538.0, 3547.0, 3533.0, 3560.0, 3533.0, 3561.0, 3554.0, 3547.0, 3547.0, 3534.0, 3521.0, 3541.0, 3522.0, 3532.0, 3521.0, 3524.0, 3523.0, 3523.0, 3528.0, 3534.0, 3534.0, 3535.0, 3537.0, 3536.0, 3546.0, 3535.0, 3547.0, 3539.0, 3549.0, 3550.0, 3526.0, 3549.0, 3548.0, 3551.0, 3547.0, 3572.0, 3562.0, 3550.0, 3562.0, 3560.0, 3549.0, 3560.0, 3577.0, 3567.0, 3591.0, 3565.0, 3564.0, 3564.0, 3541.0, 3564.0, 3565.0, 3564.0, 3555.0, 3554.0, 3572.0, 3565.0, 3574.0, 3547.0, 3552.0, 3553.0, 3550.0, 3564.0, 3543.0, 3562.0, 3551.0, 3564.0, 3563.0, 3565.0, 3540.0, 3564.0, 3555.0, 3588.0, 3582.0, 3603.0, 3559.0, 3567.0, 3596.0, 3553.0, 3565.0, 3541.0, 3553.0, 3582.0, 3552.0, 3565.0, 3538.0, 3550.0, 3579.0, 3537.0, 3557.0, 3537.0, 3529.0, 3548.0, 3539.0, 3549.0, 3534.0, 3545.0, 3525.0, 3546.0, 3538.0, 3549.0, 3549.0, 3548.0, 3545.0, 3538.0, 3547.0, 3545.0, 3534.0, 3534.0, 3534.0, 3525.0, 3536.0, 3548.0, 3538.0, 3557.0, 3548.0, 3555.0], 'WindowWidth': [8232.0, 8192.0, 8170.0, 8150.0, 8132.0, 8157.0, 8142.0, 8152.0, 8169.0, 8151.0, 8150.0, 8135.0, 8153.0, 8137.0, 8147.0, 8122.0, 8112.0, 8146.0, 8137.0, 8151.0, 8144.0, 8134.0, 8127.0, 8140.0, 8125.0, 8151.0, 8128.0, 8137.0, 8106.0, 8135.0, 8165.0, 8147.0, 8143.0, 8159.0, 8179.0, 8160.0, 8175.0, 8161.0, 8150.0, 8130.0, 8148.0, 8177.0, 8164.0, 8159.0, 8114.0, 8089.0, 8056.0, 8086.0, 8076.0, 8090.0, 8074.0, 8129.0, 8149.0, 8126.0, 8128.0, 8094.0, 8085.0, 8103.0, 8083.0, 8099.0, 8109.0, 8120.0, 8088.0, 8087.0, 8086.0, 8086.0, 8081.0, 8073.0, 8096.0, 8094.0, 8101.0, 8079.0, 8104.0, 8099.0, 8108.0, 8112.0, 8134.0, 8118.0, 8133.0, 8152.0, 8127.0, 8148.0, 8126.0, 8159.0, 8117.0, 8136.0, 8128.0, 8133.0, 8119.0, 8133.0, 8135.0, 8113.0, 8148.0, 8146.0, 8133.0, 8137.0, 8127.0, 8121.0, 8120.0, 8135.0, 8152.0, 8129.0, 8115.0, 8127.0, 8115.0, 8126.0, 8122.0, 8115.0, 8124.0, 8104.0, 8117.0, 8115.0, 8129.0, 8135.0, 8121.0, 8144.0, 8130.0, 8134.0, 8139.0, 8142.0, 8159.0, 8182.0, 8161.0, 8152.0, 8142.0, 8180.0, 8143.0, 8184.0, 8156.0, 8160.0, 8150.0, 8120.0, 8133.0, 8119.0, 8122.0, 8130.0, 8142.0, 8126.0, 8131.0, 8099.0, 8091.0, 8107.0, 8107.0, 8103.0, 8103.0, 8089.0, 8106.0, 8111.0, 8109.0, 8118.0, 8119.0, 8154.0, 8158.0, 8164.0, 8131.0, 8140.0, 8131.0, 8112.0, 8105.0, 8111.0, 8113.0, 8129.0, 8104.0, 8131.0, 8111.0, 8151.0, 8140.0, 8151.0, 8119.0, 8138.0, 8127.0, 8118.0, 8135.0, 8129.0, 8128.0, 8132.0, 8155.0, 8135.0, 8126.0, 8119.0, 8143.0, 8136.0, 8135.0, 8123.0, 8155.0, 8112.0, 8100.0, 8152.0, 8090.0, 8125.0, 8102.0, 8090.0, 8178.0, 8124.0, 8125.0, 8085.0, 8078.0, 8070.0, 8075.0, 8077.0, 8082.0, 8096.0, 8102.0, 8118.0, 8111.0, 8112.0, 8126.0, 8096.0, 8090.0, 8108.0, 8097.0, 8080.0, 8087.0, 8103.0, 8093.0, 8085.0, 8080.0, 8081.0, 8083.0, 8067.0, 8077.0, 8070.0, 8079.0, 8076.0, 8067.0, 8081.0, 8072.0, 8081.0, 8075.0, 8078.0, 8062.0, 8081.0, 8120.0, 8095.0, 8083.0, 8090.0, 8094.0, 8098.0, 8119.0, 8119.0, 8122.0, 8102.0, 8119.0, 8127.0, 8116.0, 8117.0, 8102.0, 8109.0, 8115.0, 8098.0, 8096.0, 8112.0, 8123.0, 8114.0, 8142.0, 8135.0, 8128.0, 8095.0, 8130.0, 8125.0, 8091.0, 8117.0, 8139.0, 8096.0, 8074.0, 8074.0, 8081.0, 8104.0, 8087.0, 8112.0, 8104.0, 8050.0, 8069.0, 8086.0, 8093.0, 8072.0, 8093.0, 8072.0, 8104.0, 8087.0, 8074.0, 8057.0, 8069.0, 8038.0, 8047.0, 8014.0, 8038.0, 8016.0, 8054.0, 8029.0, 8054.0, 8016.0, 8044.0, 8038.0, 8032.0, 8045.0, 8027.0, 8025.0, 8030.0, 8029.0, 8033.0, 8031.0, 8050.0, 8040.0, 8033.0, 8060.0, 8078.0, 8065.0, 8071.0, 8060.0, 8056.0, 8070.0, 8067.0, 8068.0, 8057.0, 8101.0, 8099.0, 8074.0, 8046.0, 8087.0, 8066.0, 8091.0, 8133.0, 8067.0, 8088.0, 8093.0, 8064.0, 8092.0, 8039.0, 8056.0, 8064.0, 8034.0, 8063.0, 8026.0, 8034.0, 8022.0, 8051.0, 7994.0, 8020.0, 8023.0, 8022.0, 8013.0, 8046.0, 8030.0, 8072.0, 8067.0, 8110.0, 8137.0, 8108.0, 8099.0, 8069.0, 8056.0, 8026.0, 8045.0, 8046.0, 8057.0, 8057.0, 8078.0, 8081.0, 8066.0, 8055.0, 8058.0, 8044.0, 8047.0, 8058.0, 8031.0, 8058.0, 8066.0, 8091.0, 8090.0, 8090.0, 8074.0, 8113.0, 8071.0, 8070.0, 8108.0, 8142.0, 8050.0, 8044.0, 8058.0, 8083.0, 8095.0, 8079.0, 8063.0, 8076.0, 8064.0, 8105.0, 8059.0, 8056.0, 8035.0, 8028.0, 8080.0, 8034.0, 8025.0, 8019.0, 8028.0, 8021.0, 8057.0, 8031.0, 8042.0, 8031.0, 8032.0, 8027.0, 8043.0, 8034.0, 8049.0, 8051.0, 8054.0, 8072.0, 8052.0, 8052.0, 8053.0, 8044.0, 8049.0, 8040.0, 8050.0, 8070.0, 8076.0, 8053.0, 8054.0, 8053.0, 8037.0, 8050.0, 8063.0, 8047.0, 8049.0, 8067.0, 8070.0, 8055.0, 8076.0, 8070.0, 8086.0, 8100.0, 8107.0, 8086.0, 8081.0, 8086.0, 8098.0, 8095.0, 8120.0, 8096.0, 8097.0, 8104.0, 8136.0, 8071.0, 8111.0, 8099.0, 8105.0, 8128.0, 8133.0, 8107.0, 8113.0, 8103.0, 8089.0, 8130.0, 8064.0, 8078.0, 8037.0, 8059.0, 8096.0, 8053.0, 8054.0, 8052.0, 8050.0, 8034.0, 8043.0, 8045.0, 8024.0, 8030.0, 8022.0, 8042.0, 8023.0, 8026.0, 8058.0, 8024.0, 8024.0, 8022.0, 8023.0, 8019.0, 8024.0, 8020.0, 8041.0, 8039.0, 8041.0, 8031.0, 8047.0, 8045.0, 8061.0, 8037.0, 8047.0, 8053.0, 8049.0, 8053.0, 8056.0, 8054.0, 8036.0, 8053.0, 8060.0, 8062.0, 8055.0, 8074.0, 8072.0, 8073.0, 8080.0, 8090.0, 8101.0, 8096.0, 8082.0, 8086.0, 8062.0, 8074.0, 8068.0, 8079.0, 8055.0, 8079.0, 8075.0, 8083.0, 8073.0, 8074.0, 8093.0, 8065.0, 8066.0, 8088.0, 8094.0, 8134.0, 8113.0, 8114.0, 8095.0, 8087.0, 8098.0, 8066.0, 8084.0, 8065.0, 8069.0, 8096.0, 8063.0, 8082.0, 8088.0, 8044.0, 8087.0, 8039.0, 8055.0, 8065.0, 8038.0, 8049.0, 8031.0, 8035.0, 8017.0, 8033.0, 8060.0, 8028.0, 8030.0, 8030.0, 8051.0, 8067.0, 8051.0, 8056.0, 8037.0, 8053.0, 8055.0, 8076.0, 8068.0, 8057.0, 8052.0, 8053.0, 8051.0, 8070.0, 8057.0, 8060.0, 8059.0, 8060.0, 8072.0, 8059.0, 8077.0, 8056.0, 8077.0, 8088.0, 8072.0, 8082.0, 8080.0, 8123.0, 8102.0, 8089.0, 8080.0, 8080.0, 8072.0, 8068.0, 8098.0, 8102.0, 8102.0, 8124.0, 8122.0, 8093.0, 8096.0, 8085.0, 8074.0, 8088.0, 8070.0, 8087.0, 8070.0, 8069.0, 8092.0, 8077.0, 8086.0, 8080.0, 8094.0, 8094.0, 8097.0, 8142.0, 8119.0, 8182.0, 8097.0, 8094.0, 8077.0, 8070.0, 8067.0, 8051.0, 8058.0, 8062.0, 8052.0, 8068.0, 8048.0, 8045.0, 8057.0, 8045.0, 8055.0, 8019.0, 8037.0, 8050.0, 8023.0, 8037.0, 8016.0, 8045.0, 8077.0, 8037.0, 8059.0, 8040.0, 8056.0, 8040.0, 8040.0, 8038.0, 8047.0, 8053.0, 8039.0, 8055.0, 8036.0, 8037.0, 8034.0, 8034.0, 8036.0, 8053.0, 8040.0, 8059.0, 8071.0, 8057.0, 8066.0, 8064.0, 8087.0, 8070.0, 8085.0, 8080.0, 8094.0, 8108.0, 8122.0, 8119.0, 8110.0, 8113.0, 8104.0, 8107.0, 8091.0, 8086.0, 8091.0, 8071.0, 8101.0, 8093.0, 8100.0, 8094.0, 8089.0, 8083.0, 8098.0, 8079.0, 8064.0, 8070.0, 8055.0, 8070.0, 8052.0, 8052.0, 8059.0, 8051.0, 8049.0, 8042.0, 8044.0, 8026.0, 8026.0, 8028.0, 8029.0, 8046.0, 8044.0, 8036.0, 8047.0, 8068.0, 8057.0, 8074.0, 8052.0, 8069.0, 8052.0, 8069.0, 8070.0, 8089.0, 8075.0, 8081.0, 8061.0, 8080.0, 8075.0, 8070.0, 8055.0, 8050.0, 8039.0, 8036.0, 8069.0, 8054.0, 8074.0, 8063.0, 8107.0, 8072.0, 8084.0, 8111.0, 8113.0, 8114.0, 8133.0, 8115.0, 8113.0, 8099.0, 8102.0, 8097.0, 8103.0, 8091.0, 8081.0, 8088.0, 8102.0, 8083.0, 8084.0, 8075.0, 8063.0, 8096.0, 8055.0, 8060.0, 8036.0, 8044.0, 8062.0, 8045.0, 8075.0, 8077.0, 8059.0, 8075.0, 8060.0, 8048.0, 8060.0, 8039.0, 8080.0, 8041.0, 8085.0, 8069.0, 8057.0, 8058.0, 8033.0, 8015.0, 8040.0, 8015.0, 8027.0, 8013.0, 8021.0, 8019.0, 8020.0, 8023.0, 8035.0, 8036.0, 8039.0, 8045.0, 8041.0, 8056.0, 8040.0, 8057.0, 8051.0, 8062.0, 8066.0, 8031.0, 8065.0, 8063.0, 8073.0, 8063.0, 8099.0, 8085.0, 8066.0, 8085.0, 8080.0, 8067.0, 8087.0, 8117.0, 8102.0, 8140.0, 8099.0, 8093.0, 8092.0, 8059.0, 8094.0, 8096.0, 8093.0, 8082.0, 8078.0, 8102.0, 8095.0, 8106.0, 8064.0, 8074.0, 8078.0, 8071.0, 8095.0, 8064.0, 8088.0, 8074.0, 8094.0, 8089.0, 8094.0, 8056.0, 8093.0, 8082.0, 8129.0, 8129.0, 8159.0, 8094.0, 8105.0, 8137.0, 8073.0, 8094.0, 8055.0, 8075.0, 8112.0, 8070.0, 8093.0, 8047.0, 8063.0, 8101.0, 8040.0, 8068.0, 8042.0, 8035.0, 8058.0, 8050.0, 8061.0, 8035.0, 8049.0, 8025.0, 8056.0, 8048.0, 8064.0, 8064.0, 8064.0, 8056.0, 8046.0, 8059.0, 8050.0, 8036.0, 8034.0, 8036.0, 8022.0, 8040.0, 8058.0, 8049.0, 8075.0, 8065.0, 8068.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.0022629391504018367</td></tr>
<tr><td colspan=3>aqi</td><td>0.05143420309988519</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.35475478344833</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1595051866436772</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0013479547356325</td></tr>
<tr><td colspan=3>efc</td><td>0.4604</td></tr>
<tr><td colspan=3>fber</td><td>5012.9326</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11353699431184303</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.54764638346728</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497655667000773</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3350990352359915</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785293933593418</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.372574032172909</td></tr>
<tr><td colspan=3>gcor</td><td>0.0171887</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016457928344607353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02404138073325157</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7563833910135584</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.2495</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.6641</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304974.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>594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>255.4261</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.8453</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2793.3357</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>793.0445</td></tr>
<tr><td colspan=3>tsnr</td><td>26.995329628698528</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>