<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-04/func/sub-0073_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>65b6a5b489369e56331771d01e2d7848</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>18:57:5.610000</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.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</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.115584</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>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b8a99ae-4ae1-4898-994d-1b98fc629295||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.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['185705.610000', '185706.070000', '185706.530000', '185706.990000', '185707.450000', '185707.910000', '185708.370000', '185708.830000', '185709.290000', '185709.750000', '185710.210000', '185710.670000', '185711.130000', '185711.590000', '185712.050000', '185712.510000', '185712.970000', '185713.430000', '185713.890000', '185714.350000', '185714.810000', '185715.270000', '185715.730000', '185716.190000', '185716.650000', '185717.110000', '185717.570000', '185718.030000', '185718.490000', '185718.950000', '185719.410000', '185719.870000', '185720.330000', '185720.790000', '185721.250000', '185721.710000', '185722.170000', '185722.630000', '185723.090000', '185723.550000', '185724.010000', '185724.470000', '185724.930000', '185725.390000', '185725.850000', '185726.310000', '185726.770000', '185727.230000', '185727.690000', '185728.150000', '185728.610000', '185729.070000', '185729.530000', '185729.990000', '185730.450000', '185730.910000', '185731.370000', '185731.830000', '185732.290000', '185732.750000', '185733.210000', '185733.670000', '185734.130000', '185734.590000', '185735.050000', '185735.510000', '185735.970000', '185736.430000', '185736.890000', '185737.350000', '185737.810000', '185738.270000', '185738.730000', '185739.190000', '185739.650000', '185740.110000', '185740.570000', '185741.030000', '185741.490000', '185741.950000', '185742.410000', '185742.870000', '185743.330000', '185743.790000', '185744.250000', '185744.710000', '185745.170000', '185745.630000', '185746.090000', '185746.550000', '185747.010000', '185747.470000', '185747.930000', '185748.390000', '185748.850000', '185749.310000', '185749.770000', '185750.230000', '185750.690000', '185751.150000', '185751.610000', '185752.070000', '185752.530000', '185752.990000', '185753.450000', '185753.910000', '185754.370000', '185754.830000', '185755.290000', '185755.750000', '185756.210000', '185756.670000', '185757.130000', '185757.590000', '185758.050000', '185758.510000', '185758.970000', '185759.430000', '185759.890000', '185800.350000', '185800.810000', '185801.270000', '185801.730000', '185802.190000', '185802.650000', '185803.110000', '185803.570000', '185804.030000', '185804.490000', '185804.950000', '185805.410000', '185805.870000', '185806.330000', '185806.790000', '185807.250000', '185807.710000', '185808.170000', '185808.630000', '185809.090000', '185809.550000', '185810.010000', '185810.470000', '185810.930000', '185811.390000', '185811.850000', '185812.310000', '185812.770000', '185813.230000', '185813.690000', '185814.150000', '185814.610000', '185815.070000', '185815.530000', '185815.990000', '185816.450000', '185816.910000', '185817.370000', '185817.830000', '185818.290000', '185818.750000', '185819.210000', '185819.670000', '185820.130000', '185820.590000', '185821.050000', '185821.510000', '185821.970000', '185822.430000', '185822.890000', '185823.350000', '185823.810000', '185824.270000', '185824.730000', '185825.190000', '185825.650000', '185826.110000', '185826.570000', '185827.030000', '185827.490000', '185827.950000', '185828.410000', '185828.870000', '185829.330000', '185829.790000', '185830.250000', '185830.710000', '185831.170000', '185831.630000', '185832.090000', '185832.550000', '185833.010000', '185833.470000', '185833.930000', '185834.390000', '185834.850000', '185835.310000', '185835.770000', '185836.230000', '185836.690000', '185837.150000', '185837.610000', '185838.070000', '185838.530000', '185838.990000', '185839.450000', '185839.910000', '185840.370000', '185840.830000', '185841.290000', '185841.750000', '185842.210000', '185842.670000', '185843.130000', '185843.590000', '185844.050000', '185844.510000', '185844.970000', '185845.430000', '185845.890000', '185846.350000', '185846.810000', '185847.270000', '185847.730000', '185848.190000', '185848.650000', '185849.110000', '185849.570000', '185850.030000', '185850.490000', '185850.950000', '185851.410000', '185851.870000', '185852.330000', '185852.790000', '185853.250000', '185853.710000', '185854.170000', '185854.630000', '185855.090000', '185855.550000', '185856.010000', '185856.470000', '185856.930000', '185857.390000', '185857.850000', '185858.310000', '185858.770000', '185859.230000', '185859.690000', '185900.150000', '185900.610000', '185901.070000', '185901.530000', '185901.990000', '185902.450000', '185902.910000', '185903.370000', '185903.830000', '185904.290000', '185904.750000', '185905.210000', '185905.670000', '185906.130000', '185906.590000', '185907.050000', '185907.510000', '185907.970000', '185908.430000', '185908.890000', '185909.350000', '185909.810000', '185910.270000', '185910.730000', '185911.190000', '185911.650000', '185912.110000', '185912.570000', '185913.030000', '185913.490000', '185913.950000', '185914.410000', '185914.870000', '185915.330000', '185915.790000', '185916.250000', '185916.710000', '185917.170000', '185917.630000', '185918.090000', '185918.550000', '185919.010000', '185919.470000', '185919.930000', '185920.390000', '185920.850000', '185921.310000', '185921.770000', '185922.230000', '185922.690000', '185923.150000', '185923.610000', '185924.070000', '185924.530000', '185924.990000', '185925.450000', '185925.910000', '185926.370000', '185926.830000', '185927.290000', '185927.750000', '185928.210000', '185928.670000', '185929.130000', '185929.590000', '185930.050000', '185930.510000', '185930.970000', '185931.430000', '185931.890000', '185932.350000', '185932.810000', '185933.270000', '185933.730000', '185934.190000', '185934.650000', '185935.110000', '185935.570000', '185936.030000', '185936.490000', '185936.950000', '185937.410000', '185937.870000', '185938.330000', '185938.790000', '185939.250000', '185939.710000', '185940.170000', '185940.630000', '185941.090000', '185941.550000', '185942.010000', '185942.470000', '185942.930000', '185943.390000', '185943.850000', '185944.310000', '185944.770000', '185945.230000', '185945.690000', '185946.150000', '185946.610000', '185947.070000', '185947.530000', '185947.990000', '185948.450000', '185948.910000', '185949.370000', '185949.830000', '185950.290000', '185950.750000', '185951.210000', '185951.670000', '185952.130000', '185952.590000', '185953.050000', '185953.510000', '185953.970000', '185954.430000', '185954.890000', '185955.350000', '185955.810000', '185956.270000', '185956.730000', '185957.190000', '185957.650000', '185958.110000', '185958.570000', '185959.030000', '185959.490000', '185959.950000', '190000.410000', '190000.870000', '190001.330000', '190001.790000', '190002.250000', '190002.710000', '190003.170000', '190003.630000', '190004.090000', '190004.550000', '190005.010000', '190005.470000', '190005.930000', '190006.390000', '190006.850000', '190007.310000', '190007.770000', '190008.230000', '190008.690000', '190009.150000', '190009.610000', '190010.070000', '190010.530000', '190010.990000', '190011.450000', '190011.910000', '190012.370000', '190012.830000', '190013.290000', '190013.750000', '190014.210000', '190014.670000', '190015.130000', '190015.590000', '190016.050000', '190016.510000', '190016.970000', '190017.430000', '190017.890000', '190018.350000', '190018.810000', '190019.270000', '190019.730000', '190020.190000', '190020.650000', '190021.110000', '190021.570000', '190022.030000', '190022.490000', '190022.950000', '190023.410000', '190023.870000', '190024.330000', '190024.790000', '190025.250000', '190025.710000', '190026.170000', '190026.630000', '190027.090000', '190027.550000', '190028.010000', '190028.470000', '190028.930000', '190029.390000', '190029.850000', '190030.310000', '190030.770000', '190031.230000', '190031.690000', '190032.150000', '190032.610000', '190033.070000', '190033.530000', '190033.990000', '190034.450000', '190034.910000', '190035.370000', '190035.830000', '190036.290000', '190036.750000', '190037.210000', '190037.670000', '190038.130000', '190038.590000', '190039.050000', '190039.510000', '190039.970000', '190040.430000', '190040.890000', '190041.350000', '190041.810000', '190042.270000', '190042.730000', '190043.190000', '190043.650000', '190044.110000', '190044.570000', '190045.030000', '190045.490000', '190045.950000', '190046.410000', '190046.870000', '190047.330000', '190047.790000', '190048.250000', '190048.710000', '190049.170000', '190049.630000', '190050.090000', '190050.550000', '190051.010000', '190051.470000', '190051.930000', '190052.390000', '190052.850000', '190053.310000', '190053.770000', '190054.230000', '190054.690000', '190055.150000', '190055.610000', '190056.070000', '190056.530000', '190056.990000', '190057.450000', '190057.910000', '190058.370000', '190058.830000', '190059.290000', '190059.750000', '190100.210000', '190100.670000', '190101.130000', '190101.590000', '190102.050000', '190102.510000', '190102.970000', '190103.430000', '190103.890000', '190104.350000', '190104.810000', '190105.270000', '190105.730000', '190106.190000', '190106.650000', '190107.110000', '190107.570000', '190108.030000', '190108.490000', '190108.950000', '190109.410000', '190109.870000', '190110.330000', '190110.790000', '190111.250000', '190111.710000', '190112.170000', '190112.630000', '190113.090000', '190113.550000', '190114.010000', '190114.470000', '190114.930000', '190115.390000', '190115.850000', '190116.310000', '190116.770000', '190117.230000', '190117.690000', '190118.150000', '190118.610000', '190119.070000', '190119.530000', '190119.990000', '190120.450000', '190120.910000', '190121.370000', '190121.830000', '190122.290000', '190122.750000', '190123.210000', '190123.670000', '190124.130000', '190124.590000', '190125.050000', '190125.510000', '190125.970000', '190126.430000', '190126.890000', '190127.350000', '190127.810000', '190128.270000', '190128.730000', '190129.190000', '190129.650000', '190130.110000', '190130.570000', '190131.030000', '190131.490000', '190131.950000', '190132.410000', '190132.870000', '190133.330000', '190133.790000', '190134.250000', '190134.710000', '190135.170000', '190135.630000', '190136.090000', '190136.550000', '190137.010000', '190137.470000', '190137.930000', '190138.390000', '190138.850000', '190139.310000', '190139.770000', '190140.230000', '190140.690000', '190141.150000', '190141.610000', '190142.070000', '190142.530000', '190142.990000', '190143.450000', '190143.910000', '190144.370000', '190144.830000', '190145.290000', '190145.750000', '190146.210000', '190146.670000', '190147.130000', '190147.590000', '190148.050000', '190148.510000', '190148.970000', '190149.430000', '190149.890000', '190150.350000', '190150.810000', '190151.270000', '190151.730000', '190152.190000', '190152.650000', '190153.110000', '190153.570000', '190154.030000', '190154.490000', '190154.950000', '190155.410000', '190155.870000', '190156.330000', '190156.790000', '190157.250000', '190157.710000', '190158.170000', '190158.630000', '190159.090000', '190159.550000', '190200.010000', '190200.470000', '190200.930000', '190201.390000', '190201.850000', '190202.310000', '190202.770000', '190203.230000', '190203.690000', '190204.150000', '190204.610000', '190205.070000', '190205.530000', '190205.990000', '190206.450000', '190206.910000', '190207.370000', '190207.830000', '190208.290000', '190208.750000', '190209.210000', '190209.670000', '190210.130000', '190210.590000', '190211.050000', '190211.510000', '190211.970000', '190212.430000', '190212.890000', '190213.350000', '190213.810000', '190214.270000', '190214.730000', '190215.190000', '190215.650000', '190216.110000', '190216.570000', '190217.030000', '190217.490000', '190217.950000', '190218.410000', '190218.870000', '190219.330000', '190219.790000', '190220.250000', '190220.710000', '190221.170000', '190221.630000', '190222.090000', '190222.550000', '190223.010000', '190223.470000', '190223.930000', '190224.390000', '190224.850000', '190225.310000', '190225.770000', '190226.230000', '190226.690000', '190227.150000', '190227.610000', '190228.070000', '190228.530000', '190228.990000', '190229.450000', '190229.910000', '190230.370000', '190230.830000', '190231.290000', '190231.750000', '190232.210000', '190232.670000', '190233.130000', '190233.590000', '190234.050000', '190234.510000', '190234.970000', '190235.430000', '190235.890000', '190236.350000', '190236.810000', '190237.270000', '190237.730000', '190238.190000', '190238.650000', '190239.110000', '190239.570000', '190240.030000', '190240.490000', '190240.950000', '190241.410000', '190241.870000', '190242.330000', '190242.790000', '190243.250000', '190243.710000', '190244.170000', '190244.630000', '190245.090000', '190245.550000', '190246.010000', '190246.470000', '190246.930000', '190247.390000', '190247.850000', '190248.310000', '190248.770000', '190249.230000', '190249.690000', '190250.150000', '190250.610000', '190251.070000', '190251.530000', '190251.990000', '190252.450000', '190252.910000', '190253.370000', '190253.830000', '190254.290000', '190254.750000', '190255.210000', '190255.670000', '190256.130000', '190256.590000', '190257.050000', '190257.510000', '190257.970000', '190258.430000', '190258.890000', '190259.350000', '190259.810000', '190300.270000', '190300.730000', '190301.190000', '190301.650000', '190302.110000', '190302.570000', '190303.030000', '190303.490000', '190303.950000', '190304.410000', '190304.870000', '190305.330000', '190305.790000', '190306.250000', '190306.710000', '190307.170000', '190307.630000', '190308.090000', '190308.550000', '190309.010000', '190309.470000', '190309.930000', '190310.390000', '190310.850000', '190311.310000', '190311.770000', '190312.230000', '190312.690000', '190313.150000', '190313.610000', '190314.070000', '190314.530000', '190314.990000', '190315.450000', '190315.910000', '190316.370000', '190316.830000', '190317.290000', '190317.750000', '190318.210000', '190318.670000', '190319.130000', '190319.590000', '190320.050000', '190320.510000', '190320.970000', '190321.430000', '190321.890000', '190322.350000', '190322.810000', '190323.270000', '190323.730000', '190324.190000', '190324.650000', '190325.110000', '190325.570000', '190326.030000', '190326.490000', '190326.950000', '190327.410000', '190327.870000', '190328.330000', '190328.790000', '190329.250000', '190329.710000', '190330.170000', '190330.630000', '190331.090000', '190331.550000', '190332.010000', '190332.470000', '190332.930000', '190333.390000', '190333.850000', '190334.310000', '190334.770000', '190335.230000', '190335.690000', '190336.150000', '190336.610000', '190337.070000', '190337.530000', '190337.990000', '190338.450000', '190338.910000', '190339.370000', '190339.830000', '190340.290000', '190340.750000', '190341.210000', '190341.670000', '190342.130000', '190342.590000', '190343.050000', '190343.510000', '190343.970000', '190344.430000', '190344.890000', '190345.350000', '190345.810000', '190346.270000'], 'ContentTime': ['185716.829000', '185716.832000', '185716.835000', '185716.844000', '185716.847000', '185716.849000', '185716.852000', '185716.854000', '185716.857000', '185716.881000', '185716.883000', '185716.886000', '185716.888000', '185716.891000', '185716.894000', '185716.896000', '185716.899000', '185716.901000', '185716.904000', '185716.906000', '185716.909000', '185736.792000', '185736.795000', '185736.797000', '185736.800000', '185736.802000', '185736.805000', '185736.807000', '185736.810000', '185736.812000', '185736.815000', '185736.818000', '185736.820000', '185736.823000', '185736.825000', '185736.828000', '185736.830000', '185736.833000', '185736.835000', '185736.838000', '185736.841000', '185736.843000', '185736.846000', '185736.849000', '185736.851000', '185736.854000', '185736.856000', '185736.859000', '185736.862000', '185736.864000', '185736.879000', '185736.882000', '185736.884000', '185736.887000', '185736.889000', '185736.892000', '185736.895000', '185736.897000', '185736.900000', '185736.902000', '185736.905000', '185736.907000', '185736.910000', '185736.912000', '185756.791000', '185756.794000', '185756.797000', '185756.799000', '185756.802000', '185756.804000', '185756.807000', '185756.809000', '185756.812000', '185756.815000', '185756.817000', '185756.820000', '185756.822000', '185756.825000', '185756.827000', '185756.830000', '185756.832000', '185756.835000', '185756.837000', '185756.840000', '185756.843000', '185756.845000', '185756.848000', '185756.850000', '185756.853000', '185756.855000', '185756.858000', '185756.860000', '185756.863000', '185756.866000', '185756.868000', '185756.871000', '185756.873000', '185756.876000', '185756.878000', '185756.881000', '185756.883000', '185756.886000', '185756.889000', '185756.891000', '185756.894000', '185756.896000', '185756.899000', '185756.901000', '185816.790000', '185816.793000', '185816.796000', '185816.798000', '185816.801000', '185816.804000', '185816.806000', '185816.809000', '185816.811000', '185816.814000', '185816.817000', '185816.819000', '185816.822000', '185816.825000', '185816.827000', '185816.830000', '185816.832000', '185816.835000', '185816.857000', '185816.860000', '185816.862000', '185816.865000', '185816.867000', '185816.870000', '185816.873000', '185816.876000', '185816.879000', '185816.882000', '185816.885000', '185816.887000', '185816.890000', '185816.893000', '185816.895000', '185816.898000', '185816.901000', '185816.903000', '185816.906000', '185816.908000', '185816.911000', '185816.913000', '185816.916000', '185816.919000', '185816.921000', '185836.790000', '185836.793000', '185836.796000', '185836.798000', '185836.801000', '185836.804000', '185836.806000', '185836.809000', '185836.811000', '185836.814000', '185836.816000', '185836.819000', '185836.822000', '185836.824000', '185836.827000', '185836.829000', '185836.832000', '185836.835000', '185836.837000', '185836.840000', '185836.842000', '185836.845000', '185836.848000', '185836.850000', '185836.853000', '185836.855000', '185836.858000', '185836.860000', '185836.863000', '185836.866000', '185836.868000', '185836.871000', '185836.873000', '185836.876000', '185836.878000', '185836.881000', '185836.884000', '185836.886000', '185836.889000', '185836.891000', '185836.894000', '185836.896000', '185836.899000', '185836.902000', '185856.791000', '185856.794000', '185856.797000', '185856.799000', '185856.802000', '185856.804000', '185856.807000', '185856.810000', '185856.812000', '185856.815000', '185856.817000', '185856.820000', '185856.823000', '185856.825000', '185856.828000', '185856.830000', '185856.833000', '185856.835000', '185856.838000', '185856.841000', '185856.843000', '185856.846000', '185856.848000', '185856.851000', '185856.853000', '185856.856000', '185856.858000', '185856.861000', '185856.864000', '185856.866000', '185856.869000', '185856.871000', '185856.874000', '185856.876000', '185856.879000', '185856.882000', '185856.884000', '185856.887000', '185856.889000', '185856.892000', '185856.894000', '185856.897000', '185856.900000', '185916.792000', '185916.794000', '185916.797000', '185916.800000', '185916.802000', '185916.805000', '185916.807000', '185916.810000', '185916.813000', '185916.815000', '185916.818000', '185916.820000', '185916.823000', '185916.826000', '185916.828000', '185916.831000', '185916.833000', '185916.836000', '185916.838000', '185916.841000', '185916.844000', '185916.846000', '185916.849000', '185916.851000', '185916.854000', '185916.856000', '185916.859000', '185916.861000', '185916.864000', '185916.867000', '185916.869000', '185916.872000', '185916.875000', '185916.877000', '185916.880000', '185916.882000', '185916.885000', '185916.887000', '185916.890000', '185916.893000', '185916.895000', '185916.898000', '185916.900000', '185916.903000', '185936.791000', '185936.794000', '185936.797000', '185936.799000', '185936.802000', '185936.804000', '185936.807000', '185936.810000', '185936.812000', '185936.815000', '185936.817000', '185936.820000', '185936.823000', '185936.825000', '185936.828000', '185936.830000', '185936.833000', '185936.835000', '185936.838000', '185936.841000', '185936.843000', '185936.846000', '185936.848000', '185936.851000', '185936.853000', '185936.856000', '185936.858000', '185936.861000', '185936.863000', '185936.866000', '185936.869000', '185936.871000', '185936.874000', '185936.876000', '185936.879000', '185936.882000', '185936.884000', '185936.887000', '185936.889000', '185936.892000', '185936.894000', '185936.897000', '185936.900000', '185956.791000', '185956.794000', '185956.797000', '185956.799000', '185956.802000', '185956.805000', '185956.807000', '185956.810000', '185956.812000', '185956.815000', '185956.817000', '185956.820000', '185956.822000', '185956.825000', '185956.844000', '185956.846000', '185956.849000', '185956.851000', '185956.854000', '185956.857000', '185956.859000', '185956.862000', '185956.864000', '185956.867000', '185956.869000', '185956.872000', '185956.875000', '185956.877000', '185956.880000', '185956.882000', '185956.885000', '185956.888000', '185956.890000', '185956.893000', '185956.895000', '185956.898000', '185956.900000', '185956.903000', '185956.906000', '185956.908000', '185956.911000', '185956.913000', '185956.916000', '185956.918000', '190016.791000', '190016.794000', '190016.797000', '190016.799000', '190016.802000', '190016.805000', '190016.807000', '190016.810000', '190016.812000', '190016.815000', '190016.818000', '190016.820000', '190016.823000', '190016.825000', '190016.828000', '190016.831000', '190016.833000', '190016.836000', '190016.838000', '190016.841000', '190016.843000', '190016.846000', '190016.849000', '190016.851000', '190016.854000', '190016.856000', '190016.859000', '190016.862000', '190016.864000', '190016.867000', '190016.869000', '190016.872000', '190016.875000', '190016.877000', '190016.880000', '190016.882000', '190016.885000', '190016.888000', '190016.890000', '190016.893000', '190016.895000', '190016.898000', '190016.900000', '190036.790000', '190036.793000', '190036.796000', '190036.799000', '190036.801000', '190036.804000', '190036.806000', '190036.809000', '190036.812000', '190036.814000', '190036.817000', '190036.820000', '190036.822000', '190036.825000', '190036.828000', '190036.830000', '190036.833000', '190036.835000', '190036.838000', '190036.840000', '190036.843000', '190036.846000', '190036.848000', '190036.851000', '190036.854000', '190036.856000', '190036.859000', '190036.861000', '190036.864000', '190036.867000', '190036.869000', '190036.872000', '190036.874000', '190036.877000', '190036.879000', '190036.882000', '190036.885000', '190036.887000', '190036.890000', '190036.892000', '190036.895000', '190036.897000', '190036.900000', '190036.903000', '190056.791000', '190056.793000', '190056.796000', '190056.798000', '190056.801000', '190056.803000', '190056.806000', '190056.809000', '190056.811000', '190056.814000', '190056.816000', '190056.819000', '190056.822000', '190056.824000', '190056.827000', '190056.829000', '190056.832000', '190056.834000', '190056.837000', '190056.840000', '190056.842000', '190056.845000', '190056.847000', '190056.850000', '190056.852000', '190056.855000', '190056.858000', '190056.860000', '190056.863000', '190056.865000', '190056.868000', '190056.871000', '190056.873000', '190056.876000', '190056.878000', '190056.881000', '190056.883000', '190056.886000', '190056.889000', '190056.891000', '190056.894000', '190056.896000', '190056.899000', '190116.791000', '190116.794000', '190116.797000', '190116.800000', '190116.802000', '190116.805000', '190116.807000', '190116.810000', '190116.813000', '190116.815000', '190116.818000', '190116.820000', '190116.823000', '190116.826000', '190116.828000', '190116.831000', '190116.833000', '190116.836000', '190116.839000', '190116.841000', '190116.844000', '190116.846000', '190116.849000', '190116.852000', '190116.854000', '190116.857000', '190116.860000', '190116.862000', '190116.865000', '190116.867000', '190116.870000', '190116.873000', '190116.875000', '190116.878000', '190116.880000', '190116.883000', '190116.885000', '190116.888000', '190116.890000', '190116.905000', '190116.907000', '190116.910000', '190116.912000', '190116.915000', '190136.792000', '190136.794000', '190136.797000', '190136.800000', '190136.802000', '190136.805000', '190136.807000', '190136.810000', '190136.813000', '190136.815000', '190136.818000', '190136.820000', '190136.823000', '190136.826000', '190136.828000', '190136.831000', '190136.833000', '190136.836000', '190136.838000', '190136.841000', '190136.844000', '190136.846000', '190136.849000', '190136.852000', '190136.854000', '190136.857000', '190136.859000', '190136.862000', '190136.865000', '190136.867000', '190136.870000', '190136.872000', '190136.875000', '190136.878000', '190136.880000', '190136.883000', '190136.885000', '190136.888000', '190136.890000', '190136.893000', '190136.895000', '190136.898000', '190136.901000', '190156.792000', '190156.794000', '190156.797000', '190156.800000', '190156.802000', '190156.806000', '190156.809000', '190156.811000', '190156.814000', '190156.817000', '190156.819000', '190156.822000', '190156.824000', '190156.827000', '190156.829000', '190156.832000', '190156.835000', '190156.837000', '190156.840000', '190156.843000', '190156.845000', '190156.848000', '190156.850000', '190156.853000', '190156.855000', '190156.858000', '190156.861000', '190156.864000', '190156.866000', '190156.869000', '190156.871000', '190156.874000', '190156.876000', '190156.879000', '190156.882000', '190156.884000', '190156.887000', '190156.889000', '190156.892000', '190156.894000', '190156.897000', '190156.900000', '190156.902000', '190156.905000', '190216.792000', '190216.794000', '190216.797000', '190216.800000', '190216.802000', '190216.805000', '190216.807000', '190216.810000', '190216.813000', '190216.815000', '190216.818000', '190216.820000', '190216.823000', '190216.825000', '190216.828000', '190216.831000', '190216.833000', '190216.836000', '190216.838000', '190216.841000', '190216.844000', '190216.846000', '190216.849000', '190216.851000', '190216.854000', '190216.856000', '190216.859000', '190216.862000', '190216.864000', '190216.867000', '190216.869000', '190216.872000', '190216.875000', '190216.877000', '190216.880000', '190216.882000', '190216.885000', '190216.888000', '190216.890000', '190216.893000', '190216.895000', '190216.898000', '190216.901000', '190236.791000', '190236.794000', '190236.797000', '190236.799000', '190236.802000', '190236.805000', '190236.807000', '190236.810000', '190236.812000', '190236.815000', '190236.817000', '190236.820000', '190236.823000', '190236.825000', '190236.828000', '190236.830000', '190236.833000', '190236.836000', '190236.838000', '190236.841000', '190236.843000', '190236.846000', '190236.849000', '190236.851000', '190236.854000', '190236.857000', '190236.859000', '190236.862000', '190236.865000', '190236.867000', '190236.870000', '190236.872000', '190236.875000', '190236.878000', '190236.880000', '190236.883000', '190236.885000', '190236.888000', '190236.891000', '190236.893000', '190236.896000', '190236.898000', '190236.901000', '190236.906000', '190256.791000', '190256.793000', '190256.796000', '190256.798000', '190256.801000', '190256.804000', '190256.827000', '190256.830000', '190256.833000', '190256.835000', '190256.838000', '190256.840000', '190256.843000', '190256.845000', '190256.848000', '190256.850000', '190256.853000', '190256.856000', '190256.858000', '190256.861000', '190256.863000', '190256.866000', '190256.868000', '190256.871000', '190256.874000', '190256.876000', '190256.879000', '190256.881000', '190256.884000', '190256.886000', '190256.889000', '190256.892000', '190256.894000', '190256.897000', '190256.899000', '190256.902000', '190256.905000', '190256.907000', '190256.910000', '190256.912000', '190256.915000', '190256.917000', '190256.920000', '190316.790000', '190316.793000', '190316.796000', '190316.799000', '190316.801000', '190316.804000', '190316.807000', '190316.809000', '190316.812000', '190316.814000', '190316.817000', '190316.819000', '190316.822000', '190316.825000', '190316.827000', '190316.830000', '190316.832000', '190316.835000', '190316.837000', '190316.840000', '190316.844000', '190316.847000', '190316.849000', '190316.852000', '190316.854000', '190316.857000', '190316.860000', '190316.862000', '190316.865000', '190316.867000', '190316.870000', '190316.873000', '190316.875000', '190316.878000', '190316.880000', '190316.883000', '190316.886000', '190316.888000', '190316.891000', '190316.893000', '190316.896000', '190316.899000', '190316.901000', '190336.791000', '190336.794000', '190336.797000', '190336.799000', '190336.802000', '190336.805000', '190336.807000', '190336.810000', '190336.812000', '190336.815000', '190336.817000', '190336.820000', '190336.823000', '190336.825000', '190336.828000', '190336.830000', '190336.833000', '190336.835000', '190336.838000', '190336.841000', '190336.843000', '190336.846000', '190336.848000', '190336.851000', '190336.854000', '190336.856000', '190336.859000', '190336.861000', '190336.864000', '190336.866000', '190336.869000', '190336.872000', '190336.874000', '190336.877000', '190336.880000', '190336.882000', '190336.885000', '190336.888000', '190336.890000', '190336.893000', '190336.895000', '190336.898000', '190336.901000', '190336.903000', '190348.069000', '190348.072000', '190348.074000', '190348.077000', '190348.080000', '190348.082000', '190348.085000', '190348.087000', '190348.090000', '190348.093000', '190348.095000', '190348.098000', '190348.100000', '190348.103000', '190348.106000', '190348.108000', '190348.111000', '190348.113000', '190348.116000', '190348.118000', '190348.121000', '190348.124000', '190348.126000', '190348.129000', '190348.131000'], 'InstanceCreationTime': ['185716.829000', '185716.832000', '185716.835000', '185716.844000', '185716.847000', '185716.849000', '185716.852000', '185716.854000', '185716.857000', '185716.881000', '185716.883000', '185716.886000', '185716.888000', '185716.891000', '185716.894000', '185716.896000', '185716.899000', '185716.901000', '185716.904000', '185716.906000', '185716.909000', '185736.792000', '185736.795000', '185736.797000', '185736.800000', '185736.802000', '185736.805000', '185736.807000', '185736.810000', '185736.812000', '185736.815000', '185736.818000', '185736.820000', '185736.823000', '185736.825000', '185736.828000', '185736.830000', '185736.833000', '185736.835000', '185736.838000', '185736.841000', '185736.843000', '185736.846000', '185736.849000', '185736.851000', '185736.854000', '185736.856000', '185736.859000', '185736.862000', '185736.864000', '185736.879000', '185736.882000', '185736.884000', '185736.887000', '185736.889000', '185736.892000', '185736.895000', '185736.897000', '185736.900000', '185736.902000', '185736.905000', '185736.907000', '185736.910000', '185736.912000', '185756.791000', '185756.794000', '185756.797000', '185756.799000', '185756.802000', '185756.804000', '185756.807000', '185756.809000', '185756.812000', '185756.815000', '185756.817000', '185756.820000', '185756.822000', '185756.825000', '185756.827000', '185756.830000', '185756.832000', '185756.835000', '185756.837000', '185756.840000', '185756.843000', '185756.845000', '185756.848000', '185756.850000', '185756.853000', '185756.855000', '185756.858000', '185756.860000', '185756.863000', '185756.866000', '185756.868000', '185756.871000', '185756.873000', '185756.876000', '185756.878000', '185756.881000', '185756.883000', '185756.886000', '185756.889000', '185756.891000', '185756.894000', '185756.896000', '185756.899000', '185756.901000', '185816.790000', '185816.793000', '185816.796000', '185816.798000', '185816.801000', '185816.804000', '185816.806000', '185816.809000', '185816.811000', '185816.814000', '185816.817000', '185816.819000', '185816.822000', '185816.825000', '185816.827000', '185816.830000', '185816.832000', '185816.835000', '185816.857000', '185816.860000', '185816.862000', '185816.865000', '185816.867000', '185816.870000', '185816.873000', '185816.876000', '185816.879000', '185816.882000', '185816.885000', '185816.887000', '185816.890000', '185816.893000', '185816.895000', '185816.898000', '185816.901000', '185816.903000', '185816.906000', '185816.908000', '185816.911000', '185816.913000', '185816.916000', '185816.919000', '185816.921000', '185836.790000', '185836.793000', '185836.796000', '185836.798000', '185836.801000', '185836.804000', '185836.806000', '185836.809000', '185836.811000', '185836.814000', '185836.816000', '185836.819000', '185836.822000', '185836.824000', '185836.827000', '185836.829000', '185836.832000', '185836.835000', '185836.837000', '185836.840000', '185836.842000', '185836.845000', '185836.848000', '185836.850000', '185836.853000', '185836.855000', '185836.858000', '185836.860000', '185836.863000', '185836.866000', '185836.868000', '185836.871000', '185836.873000', '185836.876000', '185836.878000', '185836.881000', '185836.884000', '185836.886000', '185836.889000', '185836.891000', '185836.894000', '185836.896000', '185836.899000', '185836.902000', '185856.791000', '185856.794000', '185856.797000', '185856.799000', '185856.802000', '185856.804000', '185856.807000', '185856.810000', '185856.812000', '185856.815000', '185856.817000', '185856.820000', '185856.823000', '185856.825000', '185856.828000', '185856.830000', '185856.833000', '185856.835000', '185856.838000', '185856.841000', '185856.843000', '185856.846000', '185856.848000', '185856.851000', '185856.853000', '185856.856000', '185856.858000', '185856.861000', '185856.864000', '185856.866000', '185856.869000', '185856.871000', '185856.874000', '185856.876000', '185856.879000', '185856.882000', '185856.884000', '185856.887000', '185856.889000', '185856.892000', '185856.894000', '185856.897000', '185856.900000', '185916.792000', '185916.794000', '185916.797000', '185916.800000', '185916.802000', '185916.805000', '185916.807000', '185916.810000', '185916.813000', '185916.815000', '185916.818000', '185916.820000', '185916.823000', '185916.826000', '185916.828000', '185916.831000', '185916.833000', '185916.836000', '185916.838000', '185916.841000', '185916.844000', '185916.846000', '185916.849000', '185916.851000', '185916.854000', '185916.856000', '185916.859000', '185916.861000', '185916.864000', '185916.867000', '185916.869000', '185916.872000', '185916.875000', '185916.877000', '185916.880000', '185916.882000', '185916.885000', '185916.887000', '185916.890000', '185916.893000', '185916.895000', '185916.898000', '185916.900000', '185916.903000', '185936.791000', '185936.794000', '185936.797000', '185936.799000', '185936.802000', '185936.804000', '185936.807000', '185936.810000', '185936.812000', '185936.815000', '185936.817000', '185936.820000', '185936.823000', '185936.825000', '185936.828000', '185936.830000', '185936.833000', '185936.835000', '185936.838000', '185936.841000', '185936.843000', '185936.846000', '185936.848000', '185936.851000', '185936.853000', '185936.856000', '185936.858000', '185936.861000', '185936.863000', '185936.866000', '185936.869000', '185936.871000', '185936.874000', '185936.876000', '185936.879000', '185936.882000', '185936.884000', '185936.887000', '185936.889000', '185936.892000', '185936.894000', '185936.897000', '185936.900000', '185956.791000', '185956.794000', '185956.797000', '185956.799000', '185956.802000', '185956.805000', '185956.807000', '185956.810000', '185956.812000', '185956.815000', '185956.817000', '185956.820000', '185956.822000', '185956.825000', '185956.844000', '185956.846000', '185956.849000', '185956.851000', '185956.854000', '185956.857000', '185956.859000', '185956.862000', '185956.864000', '185956.867000', '185956.869000', '185956.872000', '185956.875000', '185956.877000', '185956.880000', '185956.882000', '185956.885000', '185956.888000', '185956.890000', '185956.893000', '185956.895000', '185956.898000', '185956.900000', '185956.903000', '185956.906000', '185956.908000', '185956.911000', '185956.913000', '185956.916000', '185956.918000', '190016.791000', '190016.794000', '190016.797000', '190016.799000', '190016.802000', '190016.805000', '190016.807000', '190016.810000', '190016.812000', '190016.815000', '190016.818000', '190016.820000', '190016.823000', '190016.825000', '190016.828000', '190016.831000', '190016.833000', '190016.836000', '190016.838000', '190016.841000', '190016.843000', '190016.846000', '190016.849000', '190016.851000', '190016.854000', '190016.856000', '190016.859000', '190016.862000', '190016.864000', '190016.867000', '190016.869000', '190016.872000', '190016.875000', '190016.877000', '190016.880000', '190016.882000', '190016.885000', '190016.888000', '190016.890000', '190016.893000', '190016.895000', '190016.898000', '190016.900000', '190036.790000', '190036.793000', '190036.796000', '190036.799000', '190036.801000', '190036.804000', '190036.806000', '190036.809000', '190036.812000', '190036.814000', '190036.817000', '190036.820000', '190036.822000', '190036.825000', '190036.828000', '190036.830000', '190036.833000', '190036.835000', '190036.838000', '190036.840000', '190036.843000', '190036.846000', '190036.848000', '190036.851000', '190036.854000', '190036.856000', '190036.859000', '190036.861000', '190036.864000', '190036.867000', '190036.869000', '190036.872000', '190036.874000', '190036.877000', '190036.879000', '190036.882000', '190036.885000', '190036.887000', '190036.890000', '190036.892000', '190036.895000', '190036.897000', '190036.900000', '190036.903000', '190056.791000', '190056.793000', '190056.796000', '190056.798000', '190056.801000', '190056.803000', '190056.806000', '190056.809000', '190056.811000', '190056.814000', '190056.816000', '190056.819000', '190056.822000', '190056.824000', '190056.827000', '190056.829000', '190056.832000', '190056.834000', '190056.837000', '190056.840000', '190056.842000', '190056.845000', '190056.847000', '190056.850000', '190056.852000', '190056.855000', '190056.858000', '190056.860000', '190056.863000', '190056.865000', '190056.868000', '190056.871000', '190056.873000', '190056.876000', '190056.878000', '190056.881000', '190056.883000', '190056.886000', '190056.889000', '190056.891000', '190056.894000', '190056.896000', '190056.899000', '190116.791000', '190116.794000', '190116.797000', '190116.800000', '190116.802000', '190116.805000', '190116.807000', '190116.810000', '190116.813000', '190116.815000', '190116.818000', '190116.820000', '190116.823000', '190116.826000', '190116.828000', '190116.831000', '190116.833000', '190116.836000', '190116.839000', '190116.841000', '190116.844000', '190116.846000', '190116.849000', '190116.852000', '190116.854000', '190116.857000', '190116.860000', '190116.862000', '190116.865000', '190116.867000', '190116.870000', '190116.873000', '190116.875000', '190116.878000', '190116.880000', '190116.883000', '190116.885000', '190116.888000', '190116.890000', '190116.905000', '190116.907000', '190116.910000', '190116.912000', '190116.915000', '190136.792000', '190136.794000', '190136.797000', '190136.800000', '190136.802000', '190136.805000', '190136.807000', '190136.810000', '190136.813000', '190136.815000', '190136.818000', '190136.820000', '190136.823000', '190136.826000', '190136.828000', '190136.831000', '190136.833000', '190136.836000', '190136.838000', '190136.841000', '190136.844000', '190136.846000', '190136.849000', '190136.852000', '190136.854000', '190136.857000', '190136.859000', '190136.862000', '190136.865000', '190136.867000', '190136.870000', '190136.872000', '190136.875000', '190136.878000', '190136.880000', '190136.883000', '190136.885000', '190136.888000', '190136.890000', '190136.893000', '190136.895000', '190136.898000', '190136.901000', '190156.792000', '190156.794000', '190156.797000', '190156.800000', '190156.802000', '190156.806000', '190156.809000', '190156.811000', '190156.814000', '190156.817000', '190156.819000', '190156.822000', '190156.824000', '190156.827000', '190156.829000', '190156.832000', '190156.835000', '190156.837000', '190156.840000', '190156.843000', '190156.845000', '190156.848000', '190156.850000', '190156.853000', '190156.855000', '190156.858000', '190156.861000', '190156.864000', '190156.866000', '190156.869000', '190156.871000', '190156.874000', '190156.876000', '190156.879000', '190156.882000', '190156.884000', '190156.887000', '190156.889000', '190156.892000', '190156.894000', '190156.897000', '190156.900000', '190156.902000', '190156.905000', '190216.792000', '190216.794000', '190216.797000', '190216.800000', '190216.802000', '190216.805000', '190216.807000', '190216.810000', '190216.813000', '190216.815000', '190216.818000', '190216.820000', '190216.823000', '190216.825000', '190216.828000', '190216.831000', '190216.833000', '190216.836000', '190216.838000', '190216.841000', '190216.844000', '190216.846000', '190216.849000', '190216.851000', '190216.854000', '190216.856000', '190216.859000', '190216.862000', '190216.864000', '190216.867000', '190216.869000', '190216.872000', '190216.875000', '190216.877000', '190216.880000', '190216.882000', '190216.885000', '190216.888000', '190216.890000', '190216.893000', '190216.895000', '190216.898000', '190216.901000', '190236.791000', '190236.794000', '190236.797000', '190236.799000', '190236.802000', '190236.805000', '190236.807000', '190236.810000', '190236.812000', '190236.815000', '190236.817000', '190236.820000', '190236.823000', '190236.825000', '190236.828000', '190236.830000', '190236.833000', '190236.836000', '190236.838000', '190236.841000', '190236.843000', '190236.846000', '190236.849000', '190236.851000', '190236.854000', '190236.857000', '190236.859000', '190236.862000', '190236.865000', '190236.867000', '190236.870000', '190236.872000', '190236.875000', '190236.878000', '190236.880000', '190236.883000', '190236.885000', '190236.888000', '190236.891000', '190236.893000', '190236.896000', '190236.898000', '190236.901000', '190236.906000', '190256.791000', '190256.793000', '190256.796000', '190256.798000', '190256.801000', '190256.804000', '190256.827000', '190256.830000', '190256.833000', '190256.835000', '190256.838000', '190256.840000', '190256.843000', '190256.845000', '190256.848000', '190256.850000', '190256.853000', '190256.856000', '190256.858000', '190256.861000', '190256.863000', '190256.866000', '190256.868000', '190256.871000', '190256.874000', '190256.876000', '190256.879000', '190256.881000', '190256.884000', '190256.886000', '190256.889000', '190256.892000', '190256.894000', '190256.897000', '190256.899000', '190256.902000', '190256.905000', '190256.907000', '190256.910000', '190256.912000', '190256.915000', '190256.917000', '190256.920000', '190316.790000', '190316.793000', '190316.796000', '190316.799000', '190316.801000', '190316.804000', '190316.807000', '190316.809000', '190316.812000', '190316.814000', '190316.817000', '190316.819000', '190316.822000', '190316.825000', '190316.827000', '190316.830000', '190316.832000', '190316.835000', '190316.837000', '190316.840000', '190316.844000', '190316.847000', '190316.849000', '190316.852000', '190316.854000', '190316.857000', '190316.860000', '190316.862000', '190316.865000', '190316.867000', '190316.870000', '190316.873000', '190316.875000', '190316.878000', '190316.880000', '190316.883000', '190316.886000', '190316.888000', '190316.891000', '190316.893000', '190316.896000', '190316.899000', '190316.901000', '190336.791000', '190336.794000', '190336.797000', '190336.799000', '190336.802000', '190336.805000', '190336.807000', '190336.810000', '190336.812000', '190336.815000', '190336.817000', '190336.820000', '190336.823000', '190336.825000', '190336.828000', '190336.830000', '190336.833000', '190336.835000', '190336.838000', '190336.841000', '190336.843000', '190336.846000', '190336.848000', '190336.851000', '190336.854000', '190336.856000', '190336.859000', '190336.861000', '190336.864000', '190336.866000', '190336.869000', '190336.872000', '190336.874000', '190336.877000', '190336.880000', '190336.882000', '190336.885000', '190336.888000', '190336.890000', '190336.893000', '190336.895000', '190336.898000', '190336.901000', '190336.903000', '190348.069000', '190348.072000', '190348.074000', '190348.077000', '190348.080000', '190348.082000', '190348.085000', '190348.087000', '190348.090000', '190348.093000', '190348.095000', '190348.098000', '190348.100000', '190348.103000', '190348.106000', '190348.108000', '190348.111000', '190348.113000', '190348.116000', '190348.118000', '190348.121000', '190348.124000', '190348.126000', '190348.129000', '190348.131000'], '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': [14413, 13952, 16311, 11439, 17978, 8053, 13443, 9041, 11253, 9457, 9968, 7655, 8797, 7299, 8706, 7250, 8119, 7625, 8867, 7154, 8400, 7510, 8060, 10256, 8071, 16097, 7713, 13014, 10079, 12020, 8136, 10124, 7206, 7837, 9320, 7548, 11472, 8046, 9224, 7434, 9066, 7597, 9031, 8102, 8927, 7601, 8533, 7789, 9401, 8112, 9426, 7921, 8990, 7294, 8394, 9146, 7438, 15339, 8019, 12814, 7281, 10887, 7359, 10820, 8311, 7901, 7342, 8729, 7427, 6821, 9054, 7473, 12394, 12219, 15602, 9002, 10390, 17187, 10816, 16032, 11992, 11760, 7697, 8420, 6659, 6711, 6937, 8270, 6975, 8233, 7033, 9899, 8778, 10027, 8862, 11873, 9192, 11050, 7669, 10686, 10670, 7758, 8174, 7459, 10618, 7230, 8994, 7466, 7711, 6600, 7345, 6687, 7220, 10556, 7018, 10224, 8743, 10376, 8378, 9028, 6774, 7431, 8205, 7375, 8997, 7285, 12864, 9186, 10422, 8017, 8500, 7000, 6989, 6572, 7378, 9366, 7196, 10130, 7554, 9872, 7708, 8476, 6702, 7447, 16644, 9878, 12361, 9665, 9168, 6622, 7082, 7182, 7151, 11577, 7671, 9193, 7940, 8569, 6463, 7097, 6884, 6804, 6900, 7049, 11800, 7154, 9837, 8274, 11259, 11819, 14545, 9791, 7074, 7636, 8115, 8183, 10254, 9350, 9833, 7747, 9753, 8022, 11946, 8782, 15575, 12989, 15954, 9868, 11578, 15493, 10970, 16351, 10168, 12109, 8493, 9119, 8355, 8227, 7059, 6797, 8086, 8191, 7753, 10825, 7549, 9676, 8474, 9301, 7070, 7697, 8008, 8155, 12765, 8214, 9432, 7226, 8397, 6754, 7328, 8764, 7566, 6358, 7431, 8802, 7171, 9200, 8052, 7826, 7021, 8195, 7179, 8480, 7017, 8059, 10397, 8112, 14735, 9330, 12025, 9172, 10239, 12831, 9574, 16989, 9221, 13107, 10027, 10715, 7532, 7548, 6923, 7548, 10742, 7565, 9194, 8139, 7885, 6874, 7055, 11212, 7253, 10049, 8422, 8008, 6720, 7439, 7630, 6848, 12519, 8665, 9021, 7033, 8651, 7307, 8953, 7146, 8973, 8184, 8961, 6714, 7316, 13103, 11255, 11039, 9471, 10525, 15010, 8309, 14659, 11089, 12999, 8799, 10165, 6935, 7308, 6763, 6990, 12212, 7875, 8870, 7306, 9169, 7269, 7928, 8597, 7328, 6769, 7188, 8968, 6971, 9955, 7656, 8861, 7806, 9058, 6935, 7184, 14982, 8912, 11422, 9587, 9253, 6828, 7155, 13798, 7058, 10237, 7912, 8271, 6542, 7113, 9528, 6911, 9205, 8609, 8733, 6711, 7764, 9365, 8117, 14624, 13088, 15569, 10594, 6489, 6271, 7032, 9305, 7297, 8554, 9490, 7373, 12603, 10886, 11217, 9506, 11478, 15488, 11614, 17435, 12307, 11471, 11889, 8560, 14929, 9976, 16062, 10641, 12737, 8074, 8164, 8059, 7947, 11805, 7535, 8807, 6998, 8811, 6945, 8254, 6957, 7380, 9195, 7113, 10122, 7304, 9557, 6881, 8158, 6927, 7971, 7025, 7803, 6985, 7830, 12472, 8592, 12691, 9999, 10707, 8804, 8421, 15664, 7482, 12530, 10546, 10281, 7876, 8660, 6584, 7189, 8156, 7104, 12102, 7189, 9445, 7312, 8628, 6680, 7506, 7588, 7745, 11813, 7158, 7930, 7101, 6959, 8119, 7179, 6637, 7879, 6745, 9055, 8395, 9149, 14708, 10960, 9399, 7827, 17881, 9669, 13756, 12363, 10177, 8943, 9750, 7944, 9497, 7563, 8163, 7412, 8420, 6916, 7628, 7278, 7098, 12298, 8989, 10969, 7429, 10554, 8441, 8383, 6832, 7121, 7038, 7849, 9625, 7295, 13073, 10317, 12813, 9182, 10697, 18477, 15128, 15027, 12586, 14179, 8582, 8303, 13444, 8095, 16742, 9459, 12537, 8353, 8537, 6694, 7703, 7012, 7487, 6747, 7855, 7084, 8547, 7631, 7713, 7245, 9968, 7675, 12118, 10551, 10644, 7213, 8604, 11300, 7498, 13602, 8582, 7045, 7624, 6812, 7456, 7349, 7226, 16594, 12959, 12910, 7289, 10828, 8712, 9707, 7322, 7536, 6609, 7438, 12741, 7443, 13188, 9931, 12137, 8027, 8399, 13995, 7738, 15915, 9576, 10575, 6888, 7856, 6846, 7617, 6895, 6856, 6618, 7068, 12052, 10249, 10640, 11531, 9059, 16629, 10310, 12147, 9522, 7307, 12883, 7051, 9624, 7010, 7328, 6696, 7002, 8785, 6848, 7285, 7186, 9506, 7348, 9711, 7537, 10270, 7142, 9459, 7222, 8024, 15397, 11421, 11996, 9636, 9412, 13831, 7961, 12922, 9590, 9463, 6551, 7265, 11075, 7294, 10156, 8835, 9271, 7112, 8106, 6885, 7474, 6836, 7589, 14778, 7547, 11953, 9294, 9348, 13654, 9117, 16793, 12257, 10981, 11740, 8033, 15725, 7789, 11151, 6876, 7192, 7628, 6938, 10924, 7261, 6839, 7280, 7440, 7073, 8138, 7054, 6582, 7094, 11991, 9582, 10368, 10358, 8220, 15516, 11636, 12356, 12884, 10705, 9446, 8394, 18030, 8063, 11965, 6768, 7668, 7527, 6899, 14937, 6666, 10316, 8120, 7941, 16643, 11188, 13097, 10180, 9028, 13381, 8103, 8371, 7028, 9286, 7018, 8604, 6917, 8008, 7197, 7941, 6778, 7197, 12179, 10168, 10590, 8246, 9308, 15842, 9474, 12806, 9476, 8939, 12085, 7530, 16608, 6813, 9915, 7494, 8533, 7154, 8083, 6939, 7573, 6615, 7495, 6992, 7229, 11330, 7315, 13480, 9861, 12347, 8913, 13014, 7834, 10574, 7605, 10439, 7903, 10204, 10455, 10393, 7395, 10585, 7650, 14151, 8488, 9062, 7420, 6750, 9794, 7218, 14247, 9917, 11600, 8420, 6659, 9885, 7073, 11836, 6997, 9609, 7839, 9601, 7563, 10969, 7916, 9672, 7171, 8918, 6876, 7851, 7859, 7062, 11944, 7257, 11158, 7189, 8925, 6754, 7707, 7727, 7054, 10161, 6970, 9308, 7100, 8569, 7210, 8608, 6905, 8110, 6975, 7471, 13688, 8912, 12201, 10316, 9417, 8939, 8854, 6781, 7493, 8522, 7246, 6932, 7484, 6895, 7433, 7347, 7389, 9128, 7793, 9695, 8599, 10445, 8414, 13571, 10729, 13209, 11128, 12565, 7602, 7947, 16399, 7962, 12942, 10589, 9901, 7217, 8118, 6774, 7489, 10045, 7093, 7736, 6990, 10406, 7459, 9579, 8159, 8628, 7508, 8384, 7067, 7922, 7117, 7507, 13714, 8682, 16105, 8487, 12108, 8463, 8300, 17864, 12367, 12864, 9190, 9612, 11291, 8291, 17796, 12818, 11013, 8629, 6665, 7731, 7650, 8286, 7697, 8914, 8101, 12246, 11031, 13143, 10214, 12386, 15503, 11535, 16424, 13368, 14958, 9851, 12052, 12464, 8054, 11293, 7594, 8602, 6897, 7176, 6807, 7971, 10706, 7149, 8924, 6711, 7738, 6859, 8052, 9814, 7556], 'WindowCenter': [4220.0, 4208.0, 4191.0, 4158.0, 4187.0, 4103.0, 4152.0, 4124.0, 4140.0, 4122.0, 4117.0, 4090.0, 4109.0, 4091.0, 4112.0, 4089.0, 4100.0, 4102.0, 4110.0, 4091.0, 4113.0, 4103.0, 4113.0, 4131.0, 4103.0, 4163.0, 4090.0, 4141.0, 4121.0, 4141.0, 4098.0, 4120.0, 4088.0, 4089.0, 4110.0, 4103.0, 4141.0, 4101.0, 4110.0, 4091.0, 4109.0, 4103.0, 4111.0, 4113.0, 4107.0, 4115.0, 4112.0, 4103.0, 4123.0, 4114.0, 4123.0, 4114.0, 4122.0, 4102.0, 4112.0, 4134.0, 4091.0, 4164.0, 4102.0, 4153.0, 4103.0, 4145.0, 4104.0, 4142.0, 4114.0, 4112.0, 4103.0, 4124.0, 4102.0, 4093.0, 4121.0, 4117.0, 4166.0, 4156.0, 4176.0, 4112.0, 4120.0, 4169.0, 4132.0, 4162.0, 4141.0, 4145.0, 4107.0, 4129.0, 4094.0, 4039.0, 4052.0, 4071.0, 4066.0, 4084.0, 4077.0, 4108.0, 4100.0, 4121.0, 4112.0, 4131.0, 4110.0, 4118.0, 4089.0, 4119.0, 4106.0, 4076.0, 4085.0, 4076.0, 4105.0, 4077.0, 4098.0, 4088.0, 4087.0, 4066.0, 4078.0, 4066.0, 4089.0, 4120.0, 4090.0, 4120.0, 4111.0, 4119.0, 4099.0, 4098.0, 4079.0, 4090.0, 4099.0, 4090.0, 4098.0, 4090.0, 4139.0, 4107.0, 4119.0, 4086.0, 4098.0, 4090.0, 4080.0, 4078.0, 4090.0, 4109.0, 4090.0, 4119.0, 4090.0, 4120.0, 4087.0, 4100.0, 4078.0, 4090.0, 4161.0, 4119.0, 4129.0, 4107.0, 4110.0, 4068.0, 4079.0, 4077.0, 4079.0, 4128.0, 4088.0, 4109.0, 4099.0, 4098.0, 4066.0, 4079.0, 4079.0, 4081.0, 4090.0, 4081.0, 4129.0, 4078.0, 4122.0, 4114.0, 4145.0, 4145.0, 4153.0, 4121.0, 4076.0, 4100.0, 4098.0, 4114.0, 4133.0, 4136.0, 4136.0, 4105.0, 4121.0, 4113.0, 4141.0, 4115.0, 4165.0, 4142.0, 4152.0, 4108.0, 4119.0, 4148.0, 4120.0, 4149.0, 4108.0, 4116.0, 4086.0, 4094.0, 4086.0, 4087.0, 4076.0, 4066.0, 4088.0, 4094.0, 4087.0, 4117.0, 4089.0, 4108.0, 4099.0, 4109.0, 4076.0, 4088.0, 4086.0, 4088.0, 4138.0, 4100.0, 4108.0, 4089.0, 4098.0, 4068.0, 4090.0, 4099.0, 4089.0, 4068.0, 4089.0, 4098.0, 4091.0, 4111.0, 4103.0, 4103.0, 4092.0, 4112.0, 4105.0, 4125.0, 4108.0, 4117.0, 4135.0, 4116.0, 4164.0, 4136.0, 4155.0, 4123.0, 4123.0, 4155.0, 4124.0, 4173.0, 4111.0, 4141.0, 4121.0, 4120.0, 4090.0, 4090.0, 4078.0, 4090.0, 4129.0, 4101.0, 4110.0, 4101.0, 4101.0, 4080.0, 4091.0, 4143.0, 4092.0, 4121.0, 4101.0, 4101.0, 4080.0, 4091.0, 4090.0, 4082.0, 4143.0, 4110.0, 4111.0, 4091.0, 4110.0, 4091.0, 4110.0, 4105.0, 4123.0, 4126.0, 4125.0, 4094.0, 4105.0, 4155.0, 4146.0, 4135.0, 4124.0, 4133.0, 4160.0, 4101.0, 4177.0, 4147.0, 4152.0, 4101.0, 4120.0, 4078.0, 4089.0, 4067.0, 4078.0, 4129.0, 4100.0, 4110.0, 4090.0, 4110.0, 4088.0, 4100.0, 4100.0, 4089.0, 4079.0, 4080.0, 4109.0, 4079.0, 4120.0, 4101.0, 4110.0, 4099.0, 4110.0, 4079.0, 4080.0, 4151.0, 4111.0, 4130.0, 4121.0, 4110.0, 4068.0, 4079.0, 4140.0, 4080.0, 4119.0, 4100.0, 4099.0, 4069.0, 4091.0, 4121.0, 4093.0, 4122.0, 4125.0, 4113.0, 4082.0, 4102.0, 4123.0, 4117.0, 4179.0, 4154.0, 4150.0, 4079.0, 4055.0, 4064.0, 4091.0, 4122.0, 4101.0, 4112.0, 4122.0, 4103.0, 4154.0, 4144.0, 4144.0, 4123.0, 4144.0, 4175.0, 4158.0, 4176.0, 4131.0, 4128.0, 4128.0, 4097.0, 4150.0, 4107.0, 4149.0, 4106.0, 4115.0, 4073.0, 4073.0, 4071.0, 4073.0, 4114.0, 4074.0, 4082.0, 4064.0, 4082.0, 4064.0, 4084.0, 4064.0, 4077.0, 4097.0, 4079.0, 4106.0, 4076.0, 4107.0, 4079.0, 4097.0, 4091.0, 4102.0, 4093.0, 4103.0, 4093.0, 4104.0, 4154.0, 4114.0, 4154.0, 4135.0, 4134.0, 4113.0, 4113.0, 4162.0, 4090.0, 4152.0, 4132.0, 4132.0, 4099.0, 4111.0, 4080.0, 4091.0, 4099.0, 4093.0, 4157.0, 4119.0, 4134.0, 4103.0, 4112.0, 4093.0, 4104.0, 4133.0, 4157.0, 4171.0, 4107.0, 4115.0, 4107.0, 4106.0, 4128.0, 4118.0, 4095.0, 4113.0, 4095.0, 4126.0, 4115.0, 4137.0, 4176.0, 4146.0, 4134.0, 4115.0, 4186.0, 4136.0, 4153.0, 4154.0, 4132.0, 4112.0, 4120.0, 4102.0, 4134.0, 4116.0, 4113.0, 4104.0, 4112.0, 4094.0, 4102.0, 4104.0, 4103.0, 4152.0, 4125.0, 4142.0, 4104.0, 4131.0, 4125.0, 4125.0, 4095.0, 4103.0, 4106.0, 4127.0, 4137.0, 4118.0, 4167.0, 4147.0, 4156.0, 4124.0, 4134.0, 4188.0, 4166.0, 4164.0, 4143.0, 4151.0, 4099.0, 4098.0, 4138.0, 4088.0, 4159.0, 4108.0, 4127.0, 4095.0, 4095.0, 4079.0, 4088.0, 4078.0, 4077.0, 4079.0, 4096.0, 4091.0, 4111.0, 4100.0, 4102.0, 4102.0, 4133.0, 4104.0, 4155.0, 4132.0, 4133.0, 4092.0, 4125.0, 4130.0, 4091.0, 4153.0, 4111.0, 4090.0, 4089.0, 4077.0, 4103.0, 4088.0, 4076.0, 4171.0, 4142.0, 4151.0, 4090.0, 4130.0, 4110.0, 4120.0, 4090.0, 4103.0, 4095.0, 4103.0, 4152.0, 4091.0, 4151.0, 4122.0, 4141.0, 4100.0, 4100.0, 4149.0, 4089.0, 4160.0, 4120.0, 4118.0, 4078.0, 4098.0, 4081.0, 4102.0, 4092.0, 4093.0, 4090.0, 4092.0, 4154.0, 4135.0, 4134.0, 4132.0, 4111.0, 4159.0, 4120.0, 4130.0, 4109.0, 4089.0, 4138.0, 4078.0, 4108.0, 4078.0, 4088.0, 4080.0, 4091.0, 4110.0, 4081.0, 4089.0, 4091.0, 4121.0, 4103.0, 4120.0, 4104.0, 4133.0, 4104.0, 4134.0, 4103.0, 4115.0, 4163.0, 4143.0, 4131.0, 4122.0, 4112.0, 4151.0, 4101.0, 4140.0, 4121.0, 4120.0, 4069.0, 4091.0, 4131.0, 4091.0, 4121.0, 4123.0, 4119.0, 4091.0, 4112.0, 4103.0, 4100.0, 4092.0, 4114.0, 4163.0, 4102.0, 4143.0, 4123.0, 4122.0, 4152.0, 4112.0, 4162.0, 4129.0, 4131.0, 4141.0, 4100.0, 4148.0, 4088.0, 4128.0, 4067.0, 4079.0, 4088.0, 4079.0, 4119.0, 4090.0, 4078.0, 4091.0, 4101.0, 4104.0, 4113.0, 4104.0, 4092.0, 4106.0, 4156.0, 4137.0, 4147.0, 4135.0, 4115.0, 4165.0, 4142.0, 4154.0, 4154.0, 4133.0, 4122.0, 4112.0, 4172.0, 4100.0, 4141.0, 4092.0, 4102.0, 4101.0, 4092.0, 4162.0, 4092.0, 4132.0, 4102.0, 4102.0, 4162.0, 4131.0, 4140.0, 4120.0, 4110.0, 4140.0, 4089.0, 4098.0, 4077.0, 4108.0, 4089.0, 4111.0, 4092.0, 4111.0, 4093.0, 4113.0, 4094.0, 4105.0, 4156.0, 4146.0, 4135.0, 4113.0, 4124.0, 4163.0, 4122.0, 4143.0, 4121.0, 4111.0, 4142.0, 4101.0, 4161.0, 4079.0, 4121.0, 4091.0, 4110.0, 4091.0, 4100.0, 4089.0, 4101.0, 4093.0, 4103.0, 4093.0, 4105.0, 4145.0, 4105.0, 4166.0, 4136.0, 4154.0, 4124.0, 4153.0, 4100.0, 4144.0, 4113.0, 4146.0, 4116.0, 4136.0, 4135.0, 4133.0, 4093.0, 4146.0, 4115.0, 4174.0, 4125.0, 4121.0, 4103.0, 4081.0, 4123.0, 4104.0, 4163.0, 4123.0, 4129.0, 4102.0, 4095.0, 4134.0, 4092.0, 4141.0, 4091.0, 4120.0, 4101.0, 4122.0, 4103.0, 4131.0, 4101.0, 4109.0, 4080.0, 4099.0, 4068.0, 4089.0, 4100.0, 4091.0, 4129.0, 4089.0, 4119.0, 4079.0, 4109.0, 4078.0, 4089.0, 4090.0, 4090.0, 4119.0, 4091.0, 4109.0, 4080.0, 4110.0, 4103.0, 4113.0, 4092.0, 4113.0, 4092.0, 4104.0, 4153.0, 4124.0, 4144.0, 4123.0, 4110.0, 4110.0, 4110.0, 4078.0, 4092.0, 4112.0, 4104.0, 4107.0, 4136.0, 4112.0, 4106.0, 4093.0, 4094.0, 4126.0, 4094.0, 4121.0, 4096.0, 4130.0, 4115.0, 4163.0, 4142.0, 4153.0, 4131.0, 4139.0, 4086.0, 4102.0, 4163.0, 4104.0, 4154.0, 4133.0, 4122.0, 4091.0, 4099.0, 4067.0, 4091.0, 4121.0, 4092.0, 4101.0, 4093.0, 4132.0, 4102.0, 4123.0, 4116.0, 4114.0, 4103.0, 4110.0, 4092.0, 4102.0, 4093.0, 4105.0, 4165.0, 4114.0, 4172.0, 4113.0, 4144.0, 4113.0, 4114.0, 4173.0, 4144.0, 4142.0, 4111.0, 4121.0, 4133.0, 4114.0, 4173.0, 4141.0, 4118.0, 4097.0, 4081.0, 4100.0, 4113.0, 4112.0, 4114.0, 4136.0, 4126.0, 4159.0, 4148.0, 4157.0, 4121.0, 4144.0, 4150.0, 4131.0, 4152.0, 4142.0, 4150.0, 4108.0, 4128.0, 4126.0, 4086.0, 4115.0, 4075.0, 4095.0, 4076.0, 4076.0, 4065.0, 4087.0, 4116.0, 4077.0, 4096.0, 4068.0, 4088.0, 4067.0, 4088.0, 4107.0, 4085.0], 'WindowWidth': [9348.0, 9322.0, 9286.0, 9236.0, 9272.0, 9153.0, 9217.0, 9184.0, 9201.0, 9175.0, 9164.0, 9130.0, 9153.0, 9135.0, 9163.0, 9129.0, 9144.0, 9150.0, 9157.0, 9133.0, 9165.0, 9155.0, 9167.0, 9187.0, 9151.0, 9230.0, 9130.0, 9199.0, 9176.0, 9200.0, 9139.0, 9168.0, 9123.0, 9126.0, 9156.0, 9152.0, 9199.0, 9148.0, 9155.0, 9131.0, 9153.0, 9152.0, 9159.0, 9167.0, 9153.0, 9173.0, 9161.0, 9154.0, 9180.0, 9170.0, 9178.0, 9170.0, 9176.0, 9150.0, 9164.0, 9198.0, 9135.0, 9233.0, 9150.0, 9220.0, 9153.0, 9213.0, 9157.0, 9203.0, 9168.0, 9165.0, 9153.0, 9185.0, 9150.0, 9139.0, 9175.0, 9179.0, 9246.0, 9228.0, 9255.0, 9161.0, 9171.0, 9235.0, 9187.0, 9230.0, 9199.0, 9213.0, 9159.0, 9198.0, 9140.0, 9037.0, 9059.0, 9084.0, 9087.0, 9108.0, 9105.0, 9148.0, 9142.0, 9172.0, 9162.0, 9184.0, 9153.0, 9162.0, 9126.0, 9165.0, 9142.0, 9102.0, 9112.0, 9101.0, 9140.0, 9107.0, 9137.0, 9124.0, 9119.0, 9093.0, 9108.0, 9092.0, 9125.0, 9167.0, 9129.0, 9167.0, 9157.0, 9165.0, 9139.0, 9135.0, 9113.0, 9127.0, 9137.0, 9128.0, 9135.0, 9129.0, 9193.0, 9148.0, 9163.0, 9118.0, 9134.0, 9130.0, 9116.0, 9110.0, 9129.0, 9152.0, 9128.0, 9165.0, 9131.0, 9169.0, 9123.0, 9141.0, 9109.0, 9131.0, 9226.0, 9165.0, 9178.0, 9146.0, 9153.0, 9095.0, 9111.0, 9107.0, 9110.0, 9177.0, 9124.0, 9150.0, 9139.0, 9134.0, 9091.0, 9111.0, 9112.0, 9118.0, 9128.0, 9116.0, 9178.0, 9113.0, 9173.0, 9166.0, 9210.0, 9207.0, 9215.0, 9168.0, 9106.0, 9142.0, 9138.0, 9168.0, 9191.0, 9201.0, 9201.0, 9157.0, 9172.0, 9165.0, 9201.0, 9171.0, 9238.0, 9200.0, 9215.0, 9147.0, 9164.0, 9202.0, 9164.0, 9206.0, 9145.0, 9153.0, 9114.0, 9122.0, 9115.0, 9119.0, 9105.0, 9091.0, 9121.0, 9126.0, 9119.0, 9160.0, 9126.0, 9148.0, 9140.0, 9151.0, 9106.0, 9123.0, 9115.0, 9122.0, 9191.0, 9142.0, 9148.0, 9124.0, 9134.0, 9095.0, 9128.0, 9139.0, 9126.0, 9096.0, 9127.0, 9136.0, 9132.0, 9158.0, 9149.0, 9153.0, 9135.0, 9162.0, 9158.0, 9186.0, 9170.0, 9177.0, 9198.0, 9174.0, 9236.0, 9202.0, 9226.0, 9176.0, 9176.0, 9222.0, 9181.0, 9247.0, 9157.0, 9197.0, 9171.0, 9168.0, 9128.0, 9130.0, 9111.0, 9129.0, 9179.0, 9145.0, 9157.0, 9143.0, 9144.0, 9116.0, 9133.0, 9204.0, 9134.0, 9170.0, 9145.0, 9146.0, 9117.0, 9132.0, 9128.0, 9123.0, 9206.0, 9158.0, 9159.0, 9133.0, 9156.0, 9132.0, 9158.0, 9161.0, 9180.0, 9190.0, 9186.0, 9142.0, 9158.0, 9223.0, 9212.0, 9196.0, 9179.0, 9191.0, 9224.0, 9145.0, 9260.0, 9219.0, 9215.0, 9144.0, 9168.0, 9108.0, 9125.0, 9093.0, 9111.0, 9180.0, 9143.0, 9154.0, 9131.0, 9155.0, 9126.0, 9143.0, 9141.0, 9126.0, 9112.0, 9115.0, 9151.0, 9113.0, 9169.0, 9147.0, 9155.0, 9142.0, 9156.0, 9113.0, 9116.0, 9211.0, 9158.0, 9181.0, 9170.0, 9154.0, 9096.0, 9114.0, 9195.0, 9115.0, 9164.0, 9142.0, 9140.0, 9102.0, 9131.0, 9172.0, 9138.0, 9176.0, 9183.0, 9164.0, 9122.0, 9149.0, 9179.0, 9178.0, 9266.0, 9222.0, 9206.0, 9088.0, 9074.0, 9086.0, 9134.0, 9179.0, 9148.0, 9166.0, 9176.0, 9154.0, 9223.0, 9210.0, 9211.0, 9179.0, 9209.0, 9254.0, 9234.0, 9258.0, 9187.0, 9177.0, 9176.0, 9133.0, 9210.0, 9148.0, 9208.0, 9141.0, 9153.0, 9091.0, 9092.0, 9087.0, 9094.0, 9150.0, 9095.0, 9104.0, 9083.0, 9105.0, 9085.0, 9110.0, 9085.0, 9105.0, 9132.0, 9111.0, 9144.0, 9105.0, 9147.0, 9113.0, 9136.0, 9132.0, 9149.0, 9139.0, 9153.0, 9141.0, 9156.0, 9220.0, 9168.0, 9222.0, 9197.0, 9194.0, 9163.0, 9163.0, 9231.0, 9130.0, 9216.0, 9189.0, 9189.0, 9142.0, 9158.0, 9116.0, 9134.0, 9142.0, 9143.0, 9233.0, 9188.0, 9197.0, 9155.0, 9165.0, 9139.0, 9156.0, 9214.0, 9255.0, 9259.0, 9168.0, 9173.0, 9166.0, 9165.0, 9199.0, 9185.0, 9146.0, 9168.0, 9145.0, 9186.0, 9170.0, 9204.0, 9257.0, 9214.0, 9196.0, 9172.0, 9271.0, 9200.0, 9220.0, 9220.0, 9188.0, 9163.0, 9171.0, 9151.0, 9197.0, 9175.0, 9168.0, 9158.0, 9165.0, 9142.0, 9152.0, 9155.0, 9156.0, 9219.0, 9186.0, 9203.0, 9155.0, 9189.0, 9186.0, 9185.0, 9146.0, 9157.0, 9164.0, 9193.0, 9205.0, 9181.0, 9245.0, 9218.0, 9229.0, 9181.0, 9196.0, 9277.0, 9241.0, 9234.0, 9203.0, 9214.0, 9140.0, 9137.0, 9192.0, 9124.0, 9224.0, 9149.0, 9174.0, 9128.0, 9128.0, 9115.0, 9122.0, 9110.0, 9108.0, 9114.0, 9135.0, 9134.0, 9159.0, 9148.0, 9150.0, 9152.0, 9192.0, 9154.0, 9227.0, 9190.0, 9191.0, 9136.0, 9185.0, 9183.0, 9133.0, 9219.0, 9159.0, 9131.0, 9127.0, 9111.0, 9152.0, 9125.0, 9102.0, 9244.0, 9203.0, 9214.0, 9132.0, 9182.0, 9158.0, 9170.0, 9128.0, 9154.0, 9147.0, 9154.0, 9216.0, 9135.0, 9214.0, 9177.0, 9200.0, 9143.0, 9142.0, 9206.0, 9126.0, 9223.0, 9168.0, 9165.0, 9113.0, 9137.0, 9121.0, 9152.0, 9138.0, 9142.0, 9135.0, 9139.0, 9224.0, 9200.0, 9194.0, 9187.0, 9160.0, 9224.0, 9166.0, 9181.0, 9154.0, 9127.0, 9191.0, 9112.0, 9149.0, 9112.0, 9124.0, 9117.0, 9134.0, 9157.0, 9121.0, 9128.0, 9132.0, 9172.0, 9154.0, 9173.0, 9156.0, 9193.0, 9156.0, 9195.0, 9154.0, 9172.0, 9235.0, 9205.0, 9187.0, 9174.0, 9161.0, 9214.0, 9148.0, 9197.0, 9172.0, 9169.0, 9100.0, 9132.0, 9188.0, 9134.0, 9172.0, 9178.0, 9169.0, 9135.0, 9164.0, 9155.0, 9147.0, 9139.0, 9169.0, 9235.0, 9149.0, 9205.0, 9179.0, 9176.0, 9214.0, 9162.0, 9232.0, 9179.0, 9185.0, 9199.0, 9143.0, 9207.0, 9125.0, 9175.0, 9094.0, 9114.0, 9124.0, 9114.0, 9166.0, 9130.0, 9113.0, 9134.0, 9150.0, 9158.0, 9168.0, 9159.0, 9141.0, 9165.0, 9229.0, 9207.0, 9217.0, 9198.0, 9171.0, 9240.0, 9204.0, 9222.0, 9222.0, 9190.0, 9174.0, 9163.0, 9246.0, 9143.0, 9198.0, 9138.0, 9150.0, 9146.0, 9137.0, 9230.0, 9136.0, 9187.0, 9152.0, 9150.0, 9232.0, 9186.0, 9197.0, 9168.0, 9155.0, 9196.0, 9126.0, 9137.0, 9110.0, 9149.0, 9129.0, 9160.0, 9138.0, 9162.0, 9142.0, 9168.0, 9143.0, 9159.0, 9228.0, 9214.0, 9197.0, 9166.0, 9180.0, 9232.0, 9174.0, 9204.0, 9172.0, 9158.0, 9200.0, 9144.0, 9227.0, 9113.0, 9172.0, 9134.0, 9156.0, 9133.0, 9142.0, 9128.0, 9146.0, 9140.0, 9154.0, 9140.0, 9161.0, 9211.0, 9159.0, 9243.0, 9199.0, 9222.0, 9182.0, 9218.0, 9147.0, 9211.0, 9168.0, 9216.0, 9176.0, 9203.0, 9197.0, 9192.0, 9140.0, 9215.0, 9174.0, 9255.0, 9185.0, 9175.0, 9151.0, 9119.0, 9177.0, 9154.0, 9233.0, 9176.0, 9181.0, 9149.0, 9145.0, 9195.0, 9135.0, 9199.0, 9134.0, 9168.0, 9146.0, 9177.0, 9153.0, 9184.0, 9144.0, 9152.0, 9116.0, 9138.0, 9097.0, 9125.0, 9144.0, 9131.0, 9179.0, 9126.0, 9164.0, 9113.0, 9151.0, 9111.0, 9127.0, 9129.0, 9130.0, 9166.0, 9133.0, 9151.0, 9117.0, 9156.0, 9152.0, 9166.0, 9138.0, 9166.0, 9136.0, 9154.0, 9217.0, 9180.0, 9207.0, 9176.0, 9155.0, 9155.0, 9155.0, 9111.0, 9134.0, 9163.0, 9154.0, 9165.0, 9218.0, 9181.0, 9162.0, 9135.0, 9140.0, 9184.0, 9139.0, 9169.0, 9126.0, 9184.0, 9172.0, 9235.0, 9204.0, 9220.0, 9185.0, 9193.0, 9119.0, 9147.0, 9233.0, 9153.0, 9222.0, 9191.0, 9173.0, 9132.0, 9140.0, 9094.0, 9133.0, 9172.0, 9135.0, 9146.0, 9138.0, 9190.0, 9151.0, 9180.0, 9175.0, 9167.0, 9152.0, 9158.0, 9135.0, 9149.0, 9138.0, 9160.0, 9238.0, 9168.0, 9247.0, 9166.0, 9207.0, 9165.0, 9169.0, 9250.0, 9206.0, 9200.0, 9159.0, 9172.0, 9190.0, 9169.0, 9248.0, 9195.0, 9163.0, 9135.0, 9120.0, 9145.0, 9169.0, 9166.0, 9171.0, 9203.0, 9191.0, 9238.0, 9222.0, 9229.0, 9173.0, 9205.0, 9210.0, 9183.0, 9215.0, 9199.0, 9210.0, 9146.0, 9174.0, 9168.0, 9116.0, 9153.0, 9102.0, 9128.0, 9105.0, 9106.0, 9089.0, 9120.0, 9157.0, 9108.0, 9130.0, 9096.0, 9124.0, 9092.0, 9123.0, 9146.0, 9116.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.004212834101382488</td></tr>
<tr><td colspan=3>aqi</td><td>0.02046029228110599</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.5363550856632</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.208649554844291</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0640842749942325</td></tr>
<tr><td colspan=3>efc</td><td>0.4662</td></tr>
<tr><td colspan=3>fber</td><td>6603.4536</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11161780069851499</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.525345622119815</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5488535130979546</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.496776940472199</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.798894751450967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350888847370698</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139795</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01232653483748436</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02547881193459034</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5677343840602593</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>21.9672</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.7022</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.1926</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>789.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.7478</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7576</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.9481</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3288.685</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.0914</td></tr>
<tr><td colspan=3>tsnr</td><td>39.28663165564649</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>