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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-01_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_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-0089/ses-01/func/sub-0089_ses-01_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>4c67437ad25e48dd056898201c47832c</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:14:39.692500</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.999559, 0.0265317, 0.0133157, -0.029317, 0.952741, 0.302367]</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.108959</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7827, -7207, 599, -68, -239, 34, 99]</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>239.834</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>683b7f3d-31b0-45e2-9584-dd2d0fe74544||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.6817445755004883, -0.07865540683269501, 0.012593116611242294, 114.111572265625], [-0.07118268311023712, 2.556133508682251, 0.8170852661132812, -113.45447540283203], [0.03572513535618782, -0.8112287521362305, 2.573366165161133, -9.286981582641602], [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': ['181439.692500', '181440.152500', '181440.612500', '181441.072500', '181441.532500', '181441.992500', '181442.452500', '181442.912500', '181443.372500', '181443.832500', '181444.292500', '181444.752500', '181445.212500', '181445.672500', '181446.132500', '181446.592500', '181447.052500', '181447.512500', '181447.972500', '181448.432500', '181448.892500', '181449.352500', '181449.812500', '181450.272500', '181450.732500', '181451.192500', '181451.652500', '181452.112500', '181452.572500', '181453.032500', '181453.492500', '181453.952500', '181454.412500', '181454.872500', '181455.332500', '181455.792500', '181456.252500', '181456.712500', '181457.172500', '181457.632500', '181458.092500', '181458.552500', '181459.012500', '181459.472500', '181459.932500', '181500.392500', '181500.852500', '181501.312500', '181501.772500', '181502.232500', '181502.692500', '181503.152500', '181503.612500', '181504.072500', '181504.532500', '181504.992500', '181505.452500', '181505.912500', '181506.372500', '181506.832500', '181507.292500', '181507.752500', '181508.212500', '181508.672500', '181509.132500', '181509.592500', '181510.052500', '181510.512500', '181510.972500', '181511.432500', '181511.892500', '181512.352500', '181512.812500', '181513.272500', '181513.732500', '181514.192500', '181514.652500', '181515.112500', '181515.572500', '181516.032500', '181516.492500', '181516.952500', '181517.412500', '181517.872500', '181518.332500', '181518.792500', '181519.252500', '181519.712500', '181520.172500', '181520.632500', '181521.092500', '181521.552500', '181522.012500', '181522.472500', '181522.932500', '181523.392500', '181523.852500', '181524.312500', '181524.772500', '181525.232500', '181525.692500', '181526.152500', '181526.612500', '181527.072500', '181527.532500', '181527.992500', '181528.452500', '181528.912500', '181529.372500', '181529.832500', '181530.292500', '181530.752500', '181531.212500', '181531.672500', '181532.132500', '181532.592500', '181533.052500', '181533.512500', '181533.972500', '181534.432500', '181534.892500', '181535.352500', '181535.812500', '181536.272500', '181536.732500', '181537.192500', '181537.652500', '181538.112500', '181538.572500', '181539.032500', '181539.492500', '181539.952500', '181540.412500', '181540.872500', '181541.332500', '181541.792500', '181542.252500', '181542.712500', '181543.172500', '181543.632500', '181544.092500', '181544.552500', '181545.012500', '181545.472500', '181545.932500', '181546.392500', '181546.852500', '181547.312500', '181547.772500', '181548.232500', '181548.692500', '181549.152500', '181549.612500', '181550.072500', '181550.532500', '181550.992500', '181551.452500', '181551.912500', '181552.372500', '181552.832500', '181553.292500', '181553.752500', '181554.212500', '181554.672500', '181555.132500', '181555.592500', '181556.052500', '181556.512500', '181556.972500', '181557.432500', '181557.892500', '181558.352500', '181558.812500', '181559.272500', '181559.732500', '181600.192500', '181600.652500', '181601.112500', '181601.572500', '181602.032500', '181602.492500', '181602.952500', '181603.412500', '181603.872500', '181604.332500', '181604.792500', '181605.252500', '181605.712500', '181606.172500', '181606.632500', '181607.092500', '181607.552500', '181608.012500', '181608.472500', '181608.932500', '181609.392500', '181609.852500', '181610.312500', '181610.772500', '181611.232500', '181611.692500', '181612.152500', '181612.612500', '181613.072500', '181613.532500', '181613.992500', '181614.452500', '181614.912500', '181615.372500', '181615.832500', '181616.292500', '181616.752500', '181617.212500', '181617.672500', '181618.132500', '181618.592500', '181619.052500', '181619.512500', '181619.972500', '181620.432500', '181620.892500', '181621.352500', '181621.812500', '181622.272500', '181622.732500', '181623.192500', '181623.652500', '181624.112500', '181624.572500', '181625.032500', '181625.492500', '181625.952500', '181626.412500', '181626.872500', '181627.332500', '181627.792500', '181628.252500', '181628.712500', '181629.172500', '181629.632500', '181630.092500', '181630.552500', '181631.012500', '181631.472500', '181631.932500', '181632.392500', '181632.852500', '181633.312500', '181633.772500', '181634.232500', '181634.692500', '181635.152500', '181635.612500', '181636.072500', '181636.532500', '181636.992500', '181637.452500', '181637.912500', '181638.372500', '181638.832500', '181639.292500', '181639.752500', '181640.212500', '181640.672500', '181641.132500', '181641.592500', '181642.052500', '181642.512500', '181642.972500', '181643.432500', '181643.892500', '181644.352500', '181644.812500', '181645.272500', '181645.732500', '181646.192500', '181646.652500', '181647.112500', '181647.572500', '181648.032500', '181648.492500', '181648.952500', '181649.412500', '181649.872500', '181650.332500', '181650.792500', '181651.252500', '181651.712500', '181652.172500', '181652.632500', '181653.092500', '181653.552500', '181654.012500', '181654.472500', '181654.932500', '181655.392500', '181655.852500', '181656.312500', '181656.772500', '181657.232500', '181657.692500', '181658.152500', '181658.612500', '181659.072500', '181659.532500', '181659.992500', '181700.452500', '181700.912500', '181701.372500', '181701.832500', '181702.292500', '181702.752500', '181703.212500', '181703.672500', '181704.132500', '181704.592500', '181705.052500', '181705.512500', '181705.972500', '181706.432500', '181706.892500', '181707.352500', '181707.812500', '181708.272500', '181708.732500', '181709.192500', '181709.652500', '181710.112500', '181710.572500', '181711.032500', '181711.492500', '181711.952500', '181712.412500', '181712.872500', '181713.332500', '181713.792500', '181714.252500', '181714.712500', '181715.172500', '181715.632500', '181716.092500', '181716.552500', '181717.012500', '181717.472500', '181717.932500', '181718.392500', '181718.852500', '181719.312500', '181719.772500', '181720.232500', '181720.692500', '181721.152500', '181721.612500', '181722.072500', '181722.532500', '181722.992500', '181723.452500', '181723.912500', '181724.372500', '181724.832500', '181725.292500', '181725.752500', '181726.212500', '181726.672500', '181727.132500', '181727.592500', '181728.052500', '181728.512500', '181728.972500', '181729.432500', '181729.892500', '181730.352500', '181730.812500', '181731.272500', '181731.732500', '181732.192500', '181732.652500', '181733.112500', '181733.572500', '181734.032500', '181734.492500', '181734.952500', '181735.412500', '181735.872500', '181736.332500', '181736.792500', '181737.252500', '181737.712500', '181738.172500', '181738.632500', '181739.092500', '181739.552500', '181740.012500', '181740.472500', '181740.932500', '181741.392500', '181741.852500', '181742.312500', '181742.772500', '181743.232500', '181743.692500', '181744.152500', '181744.612500', '181745.072500', '181745.532500', '181745.992500', '181746.452500', '181746.912500', '181747.372500', '181747.832500', '181748.292500', '181748.752500', '181749.212500', '181749.672500', '181750.132500', '181750.592500', '181751.052500', '181751.512500', '181751.972500', '181752.432500', '181752.892500', '181753.352500', '181753.812500', '181754.272500', '181754.732500', '181755.192500', '181755.652500', '181756.112500', '181756.572500', '181757.032500', '181757.492500', '181757.952500', '181758.412500', '181758.872500', '181759.332500', '181759.792500', '181800.252500', '181800.712500', '181801.172500', '181801.632500', '181802.092500', '181802.552500', '181803.012500', '181803.472500', '181803.932500', '181804.392500', '181804.852500', '181805.312500', '181805.772500', '181806.232500', '181806.692500', '181807.152500', '181807.612500', '181808.072500', '181808.532500', '181808.992500', '181809.452500', '181809.912500', '181810.372500', '181810.832500', '181811.292500', '181811.752500', '181812.212500', '181812.672500', '181813.132500', '181813.592500', '181814.052500', '181814.512500', '181814.972500', '181815.432500', '181815.892500', '181816.352500', '181816.812500', '181817.272500', '181817.732500', '181818.192500', '181818.652500', '181819.112500', '181819.572500', '181820.032500', '181820.492500', '181820.952500', '181821.412500', '181821.872500', '181822.332500', '181822.792500', '181823.252500', '181823.712500', '181824.172500', '181824.632500', '181825.092500', '181825.552500', '181826.012500', '181826.472500', '181826.932500', '181827.392500', '181827.852500', '181828.312500', '181828.772500', '181829.232500', '181829.692500', '181830.152500', '181830.612500', '181831.072500', '181831.532500', '181831.992500', '181832.452500', '181832.912500', '181833.372500', '181833.832500', '181834.292500', '181834.752500', '181835.212500', '181835.672500', '181836.132500', '181836.592500', '181837.052500', '181837.512500', '181837.972500', '181838.432500', '181838.892500', '181839.352500', '181839.812500', '181840.272500', '181840.732500', '181841.192500', '181841.652500', '181842.112500', '181842.572500', '181843.032500', '181843.492500', '181843.952500', '181844.412500', '181844.872500', '181845.332500', '181845.792500', '181846.252500', '181846.712500', '181847.172500', '181847.632500', '181848.092500', '181848.552500', '181849.012500', '181849.472500', '181849.932500', '181850.392500', '181850.852500', '181851.312500', '181851.772500', '181852.232500', '181852.692500', '181853.152500', '181853.612500', '181854.072500', '181854.532500', '181854.992500', '181855.452500', '181855.912500', '181856.372500', '181856.832500', '181857.292500', '181857.752500', '181858.212500', '181858.672500', '181859.132500', '181859.592500', '181900.052500', '181900.512500', '181900.972500', '181901.432500', '181901.892500', '181902.352500', '181902.812500', '181903.272500', '181903.732500', '181904.192500', '181904.652500', '181905.112500', '181905.572500', '181906.032500', '181906.492500', '181906.952500', '181907.412500', '181907.872500', '181908.332500', '181908.792500', '181909.252500', '181909.712500', '181910.172500', '181910.632500', '181911.092500', '181911.552500', '181912.012500', '181912.472500', '181912.932500', '181913.392500', '181913.852500', '181914.312500', '181914.772500', '181915.232500', '181915.692500', '181916.152500', '181916.612500', '181917.072500', '181917.532500', '181917.992500', '181918.452500', '181918.912500', '181919.372500', '181919.832500', '181920.292500', '181920.752500', '181921.212500', '181921.672500', '181922.132500', '181922.592500', '181923.052500', '181923.512500', '181923.972500', '181924.432500', '181924.892500', '181925.352500', '181925.812500', '181926.272500', '181926.732500', '181927.192500', '181927.652500', '181928.112500', '181928.572500', '181929.032500', '181929.492500', '181929.952500', '181930.412500', '181930.872500', '181931.332500', '181931.792500', '181932.252500', '181932.712500', '181933.172500', '181933.632500', '181934.092500', '181934.552500', '181935.012500', '181935.472500', '181935.932500', '181936.392500', '181936.852500', '181937.312500', '181937.772500', '181938.232500', '181938.692500', '181939.152500', '181939.612500', '181940.072500', '181940.532500', '181940.992500', '181941.452500', '181941.912500', '181942.372500', '181942.832500', '181943.292500', '181943.752500', '181944.212500', '181944.672500', '181945.132500', '181945.592500', '181946.052500', '181946.512500', '181946.972500', '181947.432500', '181947.892500', '181948.352500', '181948.812500', '181949.272500', '181949.732500', '181950.192500', '181950.652500', '181951.112500', '181951.572500', '181952.032500', '181952.492500', '181952.952500', '181953.412500', '181953.872500', '181954.332500', '181954.792500', '181955.252500', '181955.712500', '181956.172500', '181956.632500', '181957.092500', '181957.552500', '181958.012500', '181958.472500', '181958.932500', '181959.392500', '181959.852500', '182000.312500', '182000.772500', '182001.232500', '182001.692500', '182002.152500', '182002.612500', '182003.072500', '182003.532500', '182003.992500', '182004.452500', '182004.912500', '182005.372500', '182005.832500', '182006.292500', '182006.752500', '182007.212500', '182007.672500', '182008.132500', '182008.592500', '182009.052500', '182009.512500', '182009.972500', '182010.432500', '182010.892500', '182011.352500', '182011.812500', '182012.272500', '182012.732500', '182013.192500', '182013.652500', '182014.112500', '182014.572500', '182015.032500', '182015.492500', '182015.952500', '182016.412500', '182016.872500', '182017.332500', '182017.792500', '182018.252500', '182018.712500', '182019.172500', '182019.632500', '182020.092500', '182020.552500', '182021.012500', '182021.472500', '182021.932500', '182022.392500', '182022.852500', '182023.312500', '182023.772500', '182024.232500', '182024.692500', '182025.152500', '182025.612500', '182026.072500', '182026.532500', '182026.992500', '182027.452500', '182027.912500', '182028.372500', '182028.832500', '182029.292500', '182029.752500', '182030.212500', '182030.672500', '182031.132500', '182031.592500', '182032.052500', '182032.512500', '182032.972500', '182033.432500', '182033.892500', '182034.352500', '182034.812500', '182035.272500', '182035.732500', '182036.192500', '182036.652500', '182037.112500', '182037.572500', '182038.032500', '182038.492500', '182038.952500', '182039.412500', '182039.872500', '182040.332500', '182040.792500', '182041.252500', '182041.712500', '182042.172500', '182042.632500', '182043.092500', '182043.552500', '182044.012500', '182044.472500', '182044.932500', '182045.392500', '182045.852500', '182046.312500', '182046.772500', '182047.232500', '182047.692500', '182048.152500', '182048.612500', '182049.072500', '182049.532500', '182049.992500', '182050.452500', '182050.912500', '182051.372500', '182051.832500', '182052.292500', '182052.752500', '182053.212500', '182053.672500', '182054.132500', '182054.592500', '182055.052500', '182055.512500', '182055.972500', '182056.432500', '182056.892500', '182057.352500', '182057.812500', '182058.272500', '182058.732500', '182059.192500', '182059.652500', '182100.112500', '182100.572500', '182101.032500', '182101.492500', '182101.952500', '182102.412500', '182102.872500', '182103.332500', '182103.792500', '182104.252500', '182104.712500', '182105.172500', '182105.632500', '182106.092500', '182106.552500', '182107.012500', '182107.472500', '182107.932500', '182108.392500', '182108.852500', '182109.312500', '182109.772500', '182110.232500', '182110.692500', '182111.152500', '182111.612500', '182112.072500', '182112.532500', '182112.992500', '182113.452500', '182113.912500', '182114.372500', '182114.832500', '182115.292500', '182115.752500', '182116.212500', '182116.672500', '182117.132500', '182117.592500', '182118.052500', '182118.512500', '182118.972500', '182119.432500', '182119.892500', '182120.352500'], 'ContentTime': ['181507.567000', '181507.570000', '181507.573000', '181507.576000', '181507.578000', '181507.581000', '181507.583000', '181507.586000', '181507.589000', '181507.592000', '181507.600000', '181507.603000', '181507.605000', '181507.608000', '181507.610000', '181507.613000', '181507.616000', '181507.618000', '181507.621000', '181507.623000', '181507.626000', '181507.629000', '181507.631000', '181507.634000', '181507.637000', '181507.639000', '181507.642000', '181507.644000', '181507.647000', '181507.650000', '181507.652000', '181507.655000', '181507.658000', '181507.660000', '181507.663000', '181507.665000', '181507.668000', '181507.671000', '181507.673000', '181507.676000', '181507.678000', '181507.681000', '181507.684000', '181507.686000', '181507.689000', '181507.691000', '181507.694000', '181507.697000', '181507.699000', '181507.702000', '181507.704000', '181507.707000', '181507.710000', '181507.713000', '181507.715000', '181507.718000', '181507.720000', '181507.728000', '181527.525000', '181527.527000', '181527.530000', '181527.533000', '181527.535000', '181527.538000', '181527.540000', '181527.554000', '181527.562000', '181527.574000', '181527.577000', '181527.579000', '181527.582000', '181527.585000', '181527.587000', '181527.590000', '181527.593000', '181527.595000', '181527.598000', '181527.601000', '181527.603000', '181527.606000', '181527.608000', '181527.611000', '181527.614000', '181527.616000', '181527.649000', '181527.651000', '181527.654000', '181527.656000', '181527.659000', '181527.662000', '181527.664000', '181527.667000', '181527.669000', '181527.672000', '181527.674000', '181527.677000', '181527.687000', '181527.689000', '181527.692000', '181527.694000', '181527.697000', '181527.700000', '181547.524000', '181547.527000', '181547.530000', '181547.532000', '181547.535000', '181547.538000', '181547.540000', '181547.543000', '181547.546000', '181547.549000', '181547.551000', '181547.554000', '181547.557000', '181547.559000', '181547.562000', '181547.565000', '181547.567000', '181547.570000', '181547.573000', '181547.575000', '181547.578000', '181547.581000', '181547.583000', '181547.586000', '181547.589000', '181547.592000', '181547.594000', '181547.597000', '181547.600000', '181547.603000', '181547.606000', '181547.609000', '181547.612000', '181547.614000', '181547.617000', '181547.620000', '181547.623000', '181547.626000', '181547.629000', '181547.631000', '181547.634000', '181547.636000', '181547.639000', '181607.524000', '181607.527000', '181607.530000', '181607.533000', '181607.535000', '181607.538000', '181607.540000', '181607.543000', '181607.546000', '181607.548000', '181607.551000', '181607.554000', '181607.556000', '181607.559000', '181607.561000', '181607.564000', '181607.567000', '181607.569000', '181607.572000', '181607.574000', '181607.577000', '181607.580000', '181607.582000', '181607.585000', '181607.588000', '181607.590000', '181607.593000', '181607.596000', '181607.598000', '181607.601000', '181607.604000', '181607.606000', '181607.609000', '181607.612000', '181607.614000', '181607.617000', '181607.619000', '181607.622000', '181607.625000', '181607.627000', '181607.630000', '181607.632000', '181607.635000', '181607.638000', '181627.523000', '181627.526000', '181627.529000', '181627.532000', '181627.534000', '181627.537000', '181627.540000', '181627.543000', '181627.545000', '181627.548000', '181627.550000', '181627.553000', '181627.556000', '181627.558000', '181627.561000', '181627.564000', '181627.567000', '181627.569000', '181627.572000', '181627.574000', '181627.577000', '181627.580000', '181627.582000', '181627.585000', '181627.588000', '181627.590000', '181627.593000', '181627.596000', '181627.599000', '181627.604000', '181627.607000', '181627.609000', '181627.612000', '181627.615000', '181627.617000', '181627.620000', '181627.622000', '181627.625000', '181627.628000', '181627.630000', '181627.633000', '181627.636000', '181627.638000', '181647.523000', '181647.526000', '181647.529000', '181647.532000', '181647.535000', '181647.538000', '181647.541000', '181647.543000', '181647.551000', '181647.554000', '181647.557000', '181647.559000', '181647.562000', '181647.564000', '181647.567000', '181647.570000', '181647.572000', '181647.575000', '181647.577000', '181647.580000', '181647.583000', '181647.586000', '181647.588000', '181647.591000', '181647.594000', '181647.596000', '181647.599000', '181647.601000', '181647.604000', '181647.607000', '181647.609000', '181647.612000', '181647.615000', '181647.617000', '181647.620000', '181647.622000', '181647.625000', '181647.628000', '181647.630000', '181647.633000', '181647.636000', '181647.638000', '181647.641000', '181647.643000', '181707.524000', '181707.526000', '181707.530000', '181707.532000', '181707.535000', '181707.538000', '181707.579000', '181707.582000', '181707.584000', '181707.587000', '181707.590000', '181707.593000', '181707.596000', '181707.599000', '181707.602000', '181707.605000', '181707.608000', '181707.610000', '181707.613000', '181707.615000', '181707.618000', '181707.621000', '181707.623000', '181707.626000', '181707.629000', '181707.632000', '181707.634000', '181707.637000', '181707.640000', '181707.642000', '181707.645000', '181707.647000', '181707.650000', '181707.653000', '181707.655000', '181707.658000', '181707.662000', '181707.664000', '181707.667000', '181707.669000', '181707.672000', '181707.675000', '181707.677000', '181727.524000', '181727.526000', '181727.529000', '181727.532000', '181727.534000', '181727.537000', '181727.540000', '181727.542000', '181727.545000', '181727.547000', '181727.550000', '181727.553000', '181727.555000', '181727.558000', '181727.561000', '181727.563000', '181727.566000', '181727.569000', '181727.571000', '181727.574000', '181727.576000', '181727.579000', '181727.582000', '181727.584000', '181727.587000', '181727.590000', '181727.592000', '181727.595000', '181727.598000', '181727.600000', '181727.603000', '181727.606000', '181727.608000', '181727.611000', '181727.614000', '181727.616000', '181727.619000', '181727.622000', '181727.624000', '181727.627000', '181727.630000', '181727.632000', '181727.635000', '181727.638000', '181747.524000', '181747.527000', '181747.530000', '181747.533000', '181747.535000', '181747.538000', '181747.541000', '181747.543000', '181747.546000', '181747.549000', '181747.551000', '181747.554000', '181747.556000', '181747.559000', '181747.562000', '181747.564000', '181747.567000', '181747.570000', '181747.572000', '181747.575000', '181747.578000', '181747.580000', '181747.583000', '181747.586000', '181747.588000', '181747.591000', '181747.594000', '181747.596000', '181747.599000', '181747.602000', '181747.604000', '181747.607000', '181747.611000', '181747.614000', '181747.617000', '181747.619000', '181747.622000', '181747.624000', '181747.627000', '181747.630000', '181747.632000', '181747.635000', '181747.637000', '181807.524000', '181807.527000', '181807.531000', '181807.533000', '181807.536000', '181807.538000', '181807.542000', '181807.544000', '181807.547000', '181807.549000', '181807.552000', '181807.555000', '181807.557000', '181807.560000', '181807.563000', '181807.565000', '181807.568000', '181807.570000', '181807.573000', '181807.576000', '181807.578000', '181807.581000', '181807.583000', '181807.586000', '181807.589000', '181807.591000', '181807.594000', '181807.597000', '181807.600000', '181807.602000', '181807.605000', '181807.608000', '181807.610000', '181807.613000', '181807.616000', '181807.618000', '181807.621000', '181807.624000', '181807.626000', '181807.629000', '181807.632000', '181807.634000', '181807.637000', '181807.640000', '181827.525000', '181827.528000', '181827.530000', '181827.533000', '181827.536000', '181827.538000', '181827.541000', '181827.543000', '181827.546000', '181827.549000', '181827.551000', '181827.554000', '181827.557000', '181827.559000', '181827.562000', '181827.565000', '181827.567000', '181827.570000', '181827.573000', '181827.575000', '181827.578000', '181827.581000', '181827.583000', '181827.586000', '181827.589000', '181827.592000', '181827.594000', '181827.597000', '181827.600000', '181827.602000', '181827.605000', '181827.608000', '181827.611000', '181827.613000', '181827.616000', '181827.618000', '181827.621000', '181827.624000', '181827.626000', '181827.629000', '181827.632000', '181827.634000', '181827.637000', '181847.524000', '181847.527000', '181847.529000', '181847.532000', '181847.534000', '181847.537000', '181847.540000', '181847.542000', '181847.545000', '181847.547000', '181847.550000', '181847.553000', '181847.555000', '181847.558000', '181847.561000', '181847.563000', '181847.566000', '181847.569000', '181847.571000', '181847.574000', '181847.576000', '181847.579000', '181847.582000', '181847.584000', '181847.587000', '181847.589000', '181847.592000', '181847.595000', '181847.598000', '181847.600000', '181847.603000', '181847.606000', '181847.608000', '181847.611000', '181847.614000', '181847.616000', '181847.619000', '181847.622000', '181847.624000', '181847.627000', '181847.629000', '181847.632000', '181847.635000', '181847.637000', '181907.523000', '181907.526000', '181907.529000', '181907.532000', '181907.534000', '181907.537000', '181907.539000', '181907.542000', '181907.545000', '181907.548000', '181907.550000', '181907.553000', '181907.556000', '181907.558000', '181907.561000', '181907.564000', '181907.566000', '181907.569000', '181907.571000', '181907.574000', '181907.577000', '181907.579000', '181907.582000', '181907.585000', '181907.587000', '181907.590000', '181907.592000', '181907.595000', '181907.598000', '181907.600000', '181907.603000', '181907.606000', '181907.608000', '181907.611000', '181907.614000', '181907.616000', '181907.619000', '181907.621000', '181907.624000', '181907.627000', '181907.629000', '181907.632000', '181907.635000', '181927.524000', '181927.527000', '181927.529000', '181927.532000', '181927.534000', '181927.537000', '181927.540000', '181927.542000', '181927.545000', '181927.548000', '181927.550000', '181927.553000', '181927.556000', '181927.558000', '181927.561000', '181927.564000', '181927.566000', '181927.569000', '181927.572000', '181927.574000', '181927.577000', '181927.579000', '181927.582000', '181927.585000', '181927.587000', '181927.590000', '181927.593000', '181927.596000', '181927.599000', '181927.602000', '181927.604000', '181927.607000', '181927.610000', '181927.612000', '181927.615000', '181927.617000', '181927.620000', '181927.623000', '181927.625000', '181927.628000', '181927.631000', '181927.633000', '181927.636000', '181927.639000', '181947.523000', '181947.526000', '181947.529000', '181947.532000', '181947.534000', '181947.537000', '181947.540000', '181947.542000', '181947.545000', '181947.548000', '181947.550000', '181947.553000', '181947.556000', '181947.558000', '181947.561000', '181947.563000', '181947.566000', '181947.569000', '181947.571000', '181947.574000', '181947.577000', '181947.579000', '181947.582000', '181947.585000', '181947.587000', '181947.590000', '181947.593000', '181947.595000', '181947.598000', '181947.601000', '181947.603000', '181947.606000', '181947.609000', '181947.611000', '181947.614000', '181947.616000', '181947.619000', '181947.622000', '181947.624000', '181947.627000', '181947.630000', '181947.632000', '181947.635000', '182007.525000', '182007.527000', '182007.530000', '182007.533000', '182007.535000', '182007.538000', '182007.541000', '182007.543000', '182007.552000', '182007.555000', '182007.557000', '182007.560000', '182007.563000', '182007.597000', '182007.600000', '182007.607000', '182007.610000', '182007.612000', '182007.615000', '182007.618000', '182007.620000', '182007.623000', '182007.626000', '182007.628000', '182007.631000', '182007.634000', '182007.636000', '182007.639000', '182007.642000', '182007.644000', '182007.647000', '182007.650000', '182007.652000', '182007.655000', '182007.657000', '182007.660000', '182007.663000', '182007.665000', '182007.668000', '182007.670000', '182007.673000', '182007.676000', '182007.678000', '182007.681000', '182027.525000', '182027.528000', '182027.530000', '182027.533000', '182027.535000', '182027.538000', '182027.541000', '182027.543000', '182027.546000', '182027.549000', '182027.551000', '182027.554000', '182027.557000', '182027.559000', '182027.562000', '182027.565000', '182027.567000', '182027.570000', '182027.573000', '182027.575000', '182027.578000', '182027.581000', '182027.583000', '182027.586000', '182027.590000', '182027.593000', '182027.596000', '182027.599000', '182027.601000', '182027.604000', '182027.607000', '182027.610000', '182027.612000', '182027.615000', '182027.618000', '182027.620000', '182027.623000', '182027.626000', '182027.628000', '182027.631000', '182027.634000', '182027.636000', '182027.639000', '182047.524000', '182047.527000', '182047.530000', '182047.533000', '182047.535000', '182047.539000', '182047.542000', '182047.545000', '182047.547000', '182047.550000', '182047.552000', '182047.555000', '182047.558000', '182047.560000', '182047.563000', '182047.566000', '182047.568000', '182047.571000', '182047.574000', '182047.576000', '182047.579000', '182047.581000', '182047.584000', '182047.587000', '182047.589000', '182047.592000', '182047.595000', '182047.598000', '182047.600000', '182047.603000', '182047.606000', '182047.608000', '182047.611000', '182047.613000', '182047.616000', '182047.619000', '182047.621000', '182047.624000', '182047.627000', '182047.629000', '182047.632000', '182047.635000', '182047.637000', '182047.640000', '182107.523000', '182107.526000', '182107.529000', '182107.532000', '182107.534000', '182107.537000', '182107.540000', '182107.542000', '182107.545000', '182107.548000', '182107.550000', '182107.553000', '182107.556000', '182107.558000', '182107.561000', '182107.564000', '182107.566000', '182107.569000', '182107.571000', '182107.574000', '182107.577000', '182107.579000', '182107.582000', '182107.584000', '182107.587000', '182107.590000', '182107.592000', '182107.595000', '182107.598000', '182107.600000', '182107.603000', '182107.606000', '182107.608000', '182107.611000', '182107.614000', '182107.616000', '182107.619000', '182107.621000', '182107.624000', '182107.627000', '182107.629000', '182107.632000', '182107.635000', '182121.541000', '182121.543000', '182121.546000', '182121.549000', '182121.551000', '182121.554000', '182121.557000', '182121.559000', '182121.562000', '182121.565000', '182121.567000', '182121.570000', '182121.573000', '182121.575000', '182121.578000', '182121.581000', '182121.583000', '182121.586000', '182121.589000', '182121.591000', '182121.594000', '182121.597000', '182121.599000', '182121.602000', '182121.632000', '182121.634000', '182121.637000', '182121.640000', '182121.642000', '182121.645000', '182121.647000'], 'InstanceCreationTime': ['181507.567000', '181507.570000', '181507.573000', '181507.576000', '181507.578000', '181507.581000', '181507.583000', '181507.586000', '181507.589000', '181507.592000', '181507.600000', '181507.603000', '181507.605000', '181507.608000', '181507.610000', '181507.613000', '181507.616000', '181507.618000', '181507.621000', '181507.623000', '181507.626000', '181507.629000', '181507.631000', '181507.634000', '181507.637000', '181507.639000', '181507.642000', '181507.644000', '181507.647000', '181507.650000', '181507.652000', '181507.655000', '181507.658000', '181507.660000', '181507.663000', '181507.665000', '181507.668000', '181507.671000', '181507.673000', '181507.676000', '181507.678000', '181507.681000', '181507.684000', '181507.686000', '181507.689000', '181507.691000', '181507.694000', '181507.697000', '181507.699000', '181507.702000', '181507.704000', '181507.707000', '181507.710000', '181507.713000', '181507.715000', '181507.718000', '181507.720000', '181507.728000', '181527.525000', '181527.527000', '181527.530000', '181527.533000', '181527.535000', '181527.538000', '181527.540000', '181527.554000', '181527.562000', '181527.574000', '181527.577000', '181527.579000', '181527.582000', '181527.585000', '181527.587000', '181527.590000', '181527.593000', '181527.595000', '181527.598000', '181527.601000', '181527.603000', '181527.606000', '181527.608000', '181527.611000', '181527.614000', '181527.616000', '181527.649000', '181527.651000', '181527.654000', '181527.656000', '181527.659000', '181527.662000', '181527.664000', '181527.667000', '181527.669000', '181527.672000', '181527.674000', '181527.677000', '181527.687000', '181527.689000', '181527.692000', '181527.694000', '181527.697000', '181527.700000', '181547.524000', '181547.527000', '181547.530000', '181547.532000', '181547.535000', '181547.538000', '181547.540000', '181547.543000', '181547.546000', '181547.549000', '181547.551000', '181547.554000', '181547.557000', '181547.559000', '181547.562000', '181547.565000', '181547.567000', '181547.570000', '181547.573000', '181547.575000', '181547.578000', '181547.581000', '181547.583000', '181547.586000', '181547.589000', '181547.592000', '181547.594000', '181547.597000', '181547.600000', '181547.603000', '181547.606000', '181547.609000', '181547.612000', '181547.614000', '181547.617000', '181547.620000', '181547.623000', '181547.626000', '181547.629000', '181547.631000', '181547.634000', '181547.636000', '181547.639000', '181607.524000', '181607.527000', '181607.530000', '181607.533000', '181607.535000', '181607.538000', '181607.540000', '181607.543000', '181607.546000', '181607.548000', '181607.551000', '181607.554000', '181607.556000', '181607.559000', '181607.561000', '181607.564000', '181607.567000', '181607.569000', '181607.572000', '181607.574000', '181607.577000', '181607.580000', '181607.582000', '181607.585000', '181607.588000', '181607.590000', '181607.593000', '181607.596000', '181607.598000', '181607.601000', '181607.604000', '181607.606000', '181607.609000', '181607.612000', '181607.614000', '181607.617000', '181607.619000', '181607.622000', '181607.625000', '181607.627000', '181607.630000', '181607.632000', '181607.635000', '181607.638000', '181627.523000', '181627.526000', '181627.529000', '181627.532000', '181627.534000', '181627.537000', '181627.540000', '181627.543000', '181627.545000', '181627.548000', '181627.550000', '181627.553000', '181627.556000', '181627.558000', '181627.561000', '181627.564000', '181627.567000', '181627.569000', '181627.572000', '181627.574000', '181627.577000', '181627.580000', '181627.582000', '181627.585000', '181627.588000', '181627.590000', '181627.593000', '181627.596000', '181627.599000', '181627.604000', '181627.607000', '181627.609000', '181627.612000', '181627.615000', '181627.617000', '181627.620000', '181627.622000', '181627.625000', '181627.628000', '181627.630000', '181627.633000', '181627.636000', '181627.638000', '181647.523000', '181647.526000', '181647.529000', '181647.532000', '181647.535000', '181647.538000', '181647.541000', '181647.543000', '181647.551000', '181647.554000', '181647.557000', '181647.559000', '181647.562000', '181647.564000', '181647.567000', '181647.570000', '181647.572000', '181647.575000', '181647.577000', '181647.580000', '181647.583000', '181647.586000', '181647.588000', '181647.591000', '181647.594000', '181647.596000', '181647.599000', '181647.601000', '181647.604000', '181647.607000', '181647.609000', '181647.612000', '181647.615000', '181647.617000', '181647.620000', '181647.622000', '181647.625000', '181647.628000', '181647.630000', '181647.633000', '181647.636000', '181647.638000', '181647.641000', '181647.643000', '181707.524000', '181707.526000', '181707.530000', '181707.532000', '181707.535000', '181707.538000', '181707.579000', '181707.582000', '181707.584000', '181707.587000', '181707.590000', '181707.593000', '181707.596000', '181707.599000', '181707.602000', '181707.605000', '181707.608000', '181707.610000', '181707.613000', '181707.615000', '181707.618000', '181707.621000', '181707.623000', '181707.626000', '181707.629000', '181707.632000', '181707.634000', '181707.637000', '181707.640000', '181707.642000', '181707.645000', '181707.647000', '181707.650000', '181707.653000', '181707.655000', '181707.658000', '181707.662000', '181707.664000', '181707.667000', '181707.669000', '181707.672000', '181707.675000', '181707.677000', '181727.524000', '181727.526000', '181727.529000', '181727.532000', '181727.534000', '181727.537000', '181727.540000', '181727.542000', '181727.545000', '181727.547000', '181727.550000', '181727.553000', '181727.555000', '181727.558000', '181727.561000', '181727.563000', '181727.566000', '181727.569000', '181727.571000', '181727.574000', '181727.576000', '181727.579000', '181727.582000', '181727.584000', '181727.587000', '181727.590000', '181727.592000', '181727.595000', '181727.598000', '181727.600000', '181727.603000', '181727.606000', '181727.608000', '181727.611000', '181727.614000', '181727.616000', '181727.619000', '181727.622000', '181727.624000', '181727.627000', '181727.630000', '181727.632000', '181727.635000', '181727.638000', '181747.524000', '181747.527000', '181747.530000', '181747.533000', '181747.535000', '181747.538000', '181747.541000', '181747.543000', '181747.546000', '181747.549000', '181747.551000', '181747.554000', '181747.556000', '181747.559000', '181747.562000', '181747.564000', '181747.567000', '181747.570000', '181747.572000', '181747.575000', '181747.578000', '181747.580000', '181747.583000', '181747.586000', '181747.588000', '181747.591000', '181747.594000', '181747.596000', '181747.599000', '181747.602000', '181747.604000', '181747.607000', '181747.611000', '181747.614000', '181747.617000', '181747.619000', '181747.622000', '181747.624000', '181747.627000', '181747.630000', '181747.632000', '181747.635000', '181747.637000', '181807.524000', '181807.527000', '181807.531000', '181807.533000', '181807.536000', '181807.538000', '181807.542000', '181807.544000', '181807.547000', '181807.549000', '181807.552000', '181807.555000', '181807.557000', '181807.560000', '181807.563000', '181807.565000', '181807.568000', '181807.570000', '181807.573000', '181807.576000', '181807.578000', '181807.581000', '181807.583000', '181807.586000', '181807.589000', '181807.591000', '181807.594000', '181807.597000', '181807.600000', '181807.602000', '181807.605000', '181807.608000', '181807.610000', '181807.613000', '181807.616000', '181807.618000', '181807.621000', '181807.624000', '181807.626000', '181807.629000', '181807.632000', '181807.634000', '181807.637000', '181807.640000', '181827.525000', '181827.528000', '181827.530000', '181827.533000', '181827.536000', '181827.538000', '181827.541000', '181827.543000', '181827.546000', '181827.549000', '181827.551000', '181827.554000', '181827.557000', '181827.559000', '181827.562000', '181827.565000', '181827.567000', '181827.570000', '181827.573000', '181827.575000', '181827.578000', '181827.581000', '181827.583000', '181827.586000', '181827.589000', '181827.592000', '181827.594000', '181827.597000', '181827.600000', '181827.602000', '181827.605000', '181827.608000', '181827.611000', '181827.613000', '181827.616000', '181827.618000', '181827.621000', '181827.624000', '181827.626000', '181827.629000', '181827.632000', '181827.634000', '181827.637000', '181847.524000', '181847.527000', '181847.529000', '181847.532000', '181847.534000', '181847.537000', '181847.540000', '181847.542000', '181847.545000', '181847.547000', '181847.550000', '181847.553000', '181847.555000', '181847.558000', '181847.561000', '181847.563000', '181847.566000', '181847.569000', '181847.571000', '181847.574000', '181847.576000', '181847.579000', '181847.582000', '181847.584000', '181847.587000', '181847.589000', '181847.592000', '181847.595000', '181847.598000', '181847.600000', '181847.603000', '181847.606000', '181847.608000', '181847.611000', '181847.614000', '181847.616000', '181847.619000', '181847.622000', '181847.624000', '181847.627000', '181847.629000', '181847.632000', '181847.635000', '181847.637000', '181907.523000', '181907.526000', '181907.529000', '181907.532000', '181907.534000', '181907.537000', '181907.539000', '181907.542000', '181907.545000', '181907.548000', '181907.550000', '181907.553000', '181907.556000', '181907.558000', '181907.561000', '181907.564000', '181907.566000', '181907.569000', '181907.571000', '181907.574000', '181907.577000', '181907.579000', '181907.582000', '181907.585000', '181907.587000', '181907.590000', '181907.592000', '181907.595000', '181907.598000', '181907.600000', '181907.603000', '181907.606000', '181907.608000', '181907.611000', '181907.614000', '181907.616000', '181907.619000', '181907.621000', '181907.624000', '181907.627000', '181907.629000', '181907.632000', '181907.635000', '181927.524000', '181927.527000', '181927.529000', '181927.532000', '181927.534000', '181927.537000', '181927.540000', '181927.542000', '181927.545000', '181927.548000', '181927.550000', '181927.553000', '181927.556000', '181927.558000', '181927.561000', '181927.564000', '181927.566000', '181927.569000', '181927.572000', '181927.574000', '181927.577000', '181927.579000', '181927.582000', '181927.585000', '181927.587000', '181927.590000', '181927.593000', '181927.596000', '181927.599000', '181927.602000', '181927.604000', '181927.607000', '181927.610000', '181927.612000', '181927.615000', '181927.617000', '181927.620000', '181927.623000', '181927.625000', '181927.628000', '181927.631000', '181927.633000', '181927.636000', '181927.639000', '181947.523000', '181947.526000', '181947.529000', '181947.532000', '181947.534000', '181947.537000', '181947.540000', '181947.542000', '181947.545000', '181947.548000', '181947.550000', '181947.553000', '181947.556000', '181947.558000', '181947.561000', '181947.563000', '181947.566000', '181947.569000', '181947.571000', '181947.574000', '181947.577000', '181947.579000', '181947.582000', '181947.585000', '181947.587000', '181947.590000', '181947.593000', '181947.595000', '181947.598000', '181947.601000', '181947.603000', '181947.606000', '181947.609000', '181947.611000', '181947.614000', '181947.616000', '181947.619000', '181947.622000', '181947.624000', '181947.627000', '181947.630000', '181947.632000', '181947.635000', '182007.525000', '182007.527000', '182007.530000', '182007.533000', '182007.535000', '182007.538000', '182007.541000', '182007.543000', '182007.552000', '182007.555000', '182007.557000', '182007.560000', '182007.563000', '182007.597000', '182007.600000', '182007.607000', '182007.610000', '182007.612000', '182007.615000', '182007.618000', '182007.620000', '182007.623000', '182007.626000', '182007.628000', '182007.631000', '182007.634000', '182007.636000', '182007.639000', '182007.642000', '182007.644000', '182007.647000', '182007.650000', '182007.652000', '182007.655000', '182007.657000', '182007.660000', '182007.663000', '182007.665000', '182007.668000', '182007.670000', '182007.673000', '182007.676000', '182007.678000', '182007.681000', '182027.525000', '182027.528000', '182027.530000', '182027.533000', '182027.535000', '182027.538000', '182027.541000', '182027.543000', '182027.546000', '182027.549000', '182027.551000', '182027.554000', '182027.557000', '182027.559000', '182027.562000', '182027.565000', '182027.567000', '182027.570000', '182027.573000', '182027.575000', '182027.578000', '182027.581000', '182027.583000', '182027.586000', '182027.590000', '182027.593000', '182027.596000', '182027.599000', '182027.601000', '182027.604000', '182027.607000', '182027.610000', '182027.612000', '182027.615000', '182027.618000', '182027.620000', '182027.623000', '182027.626000', '182027.628000', '182027.631000', '182027.634000', '182027.636000', '182027.639000', '182047.524000', '182047.527000', '182047.530000', '182047.533000', '182047.535000', '182047.539000', '182047.542000', '182047.545000', '182047.547000', '182047.550000', '182047.552000', '182047.555000', '182047.558000', '182047.560000', '182047.563000', '182047.566000', '182047.568000', '182047.571000', '182047.574000', '182047.576000', '182047.579000', '182047.581000', '182047.584000', '182047.587000', '182047.589000', '182047.592000', '182047.595000', '182047.598000', '182047.600000', '182047.603000', '182047.606000', '182047.608000', '182047.611000', '182047.613000', '182047.616000', '182047.619000', '182047.621000', '182047.624000', '182047.627000', '182047.629000', '182047.632000', '182047.635000', '182047.637000', '182047.640000', '182107.523000', '182107.526000', '182107.529000', '182107.532000', '182107.534000', '182107.537000', '182107.540000', '182107.542000', '182107.545000', '182107.548000', '182107.550000', '182107.553000', '182107.556000', '182107.558000', '182107.561000', '182107.564000', '182107.566000', '182107.569000', '182107.571000', '182107.574000', '182107.577000', '182107.579000', '182107.582000', '182107.584000', '182107.587000', '182107.590000', '182107.592000', '182107.595000', '182107.598000', '182107.600000', '182107.603000', '182107.606000', '182107.608000', '182107.611000', '182107.614000', '182107.616000', '182107.619000', '182107.621000', '182107.624000', '182107.627000', '182107.629000', '182107.632000', '182107.635000', '182121.541000', '182121.543000', '182121.546000', '182121.549000', '182121.551000', '182121.554000', '182121.557000', '182121.559000', '182121.562000', '182121.565000', '182121.567000', '182121.570000', '182121.573000', '182121.575000', '182121.578000', '182121.581000', '182121.583000', '182121.586000', '182121.589000', '182121.591000', '182121.594000', '182121.597000', '182121.599000', '182121.602000', '182121.632000', '182121.634000', '182121.637000', '182121.640000', '182121.642000', '182121.645000', '182121.647000'], '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': [13779, 14253, 12010, 9274, 10115, 9075, 10135, 8437, 9781, 8397, 12468, 9014, 9405, 9649, 10500, 10201, 9084, 9980, 9744, 10949, 8346, 9313, 10355, 11108, 13736, 10669, 12228, 10210, 9226, 9979, 9120, 10164, 8331, 7673, 8565, 9567, 9051, 9453, 9409, 9752, 9275, 9331, 9751, 8608, 11769, 9487, 9140, 9410, 9420, 12085, 9624, 9483, 9589, 8583, 11022, 8444, 12557, 8917, 9824, 9623, 9023, 9851, 7867, 11151, 8176, 8994, 9175, 9160, 8411, 8914, 10067, 9069, 11326, 8575, 9864, 9761, 9247, 9734, 8504, 12647, 10284, 8872, 9882, 8617, 13340, 9903, 15596, 10221, 9886, 10355, 8311, 8196, 8255, 9925, 9012, 9473, 9769, 9131, 10350, 7973, 11058, 8437, 12149, 9141, 10711, 9688, 9406, 8245, 8674, 9781, 8380, 9136, 9770, 8801, 9555, 9332, 12020, 8605, 11316, 9886, 9140, 8887, 9310, 10507, 8617, 11885, 9243, 9862, 9284, 8954, 10016, 9355, 11327, 8046, 11062, 9218, 10233, 9688, 9700, 8892, 8527, 11857, 8967, 10413, 9449, 9217, 11115, 8404, 11682, 9757, 9182, 10284, 9267, 11152, 9070, 9865, 9986, 8855, 9769, 9381, 10396, 8769, 9412, 8114, 9363, 10595, 8978, 10382, 8598, 8443, 12438, 9734, 9424, 10358, 9288, 12747, 8934, 14547, 9495, 9782, 8557, 9208, 9607, 8735, 10469, 9595, 8831, 9887, 8865, 10222, 9817, 8024, 11804, 8777, 12304, 9406, 9719, 8772, 8342, 12225, 9091, 9808, 9823, 9984, 9850, 8245, 9463, 9021, 10265, 8984, 9584, 9740, 8186, 11459, 9368, 12773, 10536, 9456, 10280, 10082, 8465, 12359, 9924, 8766, 10986, 8850, 13521, 9664, 8860, 9656, 7770, 11651, 9273, 9406, 9769, 8762, 9797, 8441, 12028, 9091, 8698, 8167, 8564, 11287, 7902, 12454, 9233, 10272, 9591, 9114, 9784, 8530, 8346, 7813, 10795, 9019, 9122, 9736, 8601, 10627, 8674, 10122, 9578, 8452, 10093, 7872, 13635, 8398, 14677, 9242, 12645, 9265, 12008, 9250, 12462, 9821, 8078, 8660, 8602, 9976, 8286, 8171, 8228, 8175, 9573, 8744, 10347, 8660, 10975, 8327, 13248, 8504, 13190, 8560, 12032, 9178, 11720, 10123, 8396, 8401, 8582, 10650, 8932, 11371, 8873, 9649, 9719, 8364, 8359, 8415, 10976, 8766, 10315, 9269, 9406, 9908, 8297, 10000, 8191, 12670, 8503, 11590, 9057, 11472, 9125, 10662, 9810, 10855, 9440, 9909, 9676, 8146, 8276, 8862, 9754, 8746, 11217, 8849, 9113, 9612, 8267, 9306, 8332, 11333, 8884, 9517, 8956, 10366, 9589, 9718, 10100, 7910, 8830, 8280, 11073, 9049, 9600, 8667, 8292, 9755, 8824, 10788, 8599, 11032, 9360, 8366, 8469, 8242, 10336, 8431, 12801, 10213, 7926, 9982, 8119, 12221, 9573, 13100, 10584, 8380, 8460, 8387, 9877, 10142, 7991, 9254, 8706, 8050, 11241, 9595, 10322, 10551, 8719, 10846, 7882, 13003, 8280, 11481, 8923, 8175, 8392, 8011, 9516, 7901, 10851, 8772, 8129, 9620, 8169, 11494, 8121, 12341, 10776, 8108, 9349, 7717, 11614, 7833, 12682, 8225, 13509, 9356, 9490, 9449, 8022, 8856, 8016, 11794, 9057, 10166, 9615, 8216, 9456, 7883, 13152, 8708, 10277, 9426, 8187, 8913, 7710, 11951, 8631, 11910, 8700, 10878, 9329, 7982, 9159, 8134, 11049, 8471, 11070, 10323, 8175, 9574, 7983, 11684, 8770, 10190, 10342, 7921, 9114, 8249, 10746, 8336, 11339, 9440, 7854, 8798, 7912, 12183, 8299, 12875, 10065, 7991, 9114, 8037, 10958, 8350, 12533, 9031, 8575, 10411, 7937, 10685, 8242, 11248, 8555, 9856, 9317, 8025, 9593, 7878, 11057, 8827, 10069, 9768, 8463, 9437, 7907, 11022, 8940, 11475, 9282, 9536, 8986, 7830, 11727, 8684, 12862, 9171, 11552, 10047, 7789, 8672, 8204, 9396, 10285, 8181, 9654, 8331, 12029, 9017, 13355, 9874, 8710, 10193, 8003, 8902, 8127, 11036, 8822, 8723, 9702, 8570, 10535, 8086, 10945, 8078, 12490, 9112, 8615, 8902, 8448, 10167, 8225, 9617, 8617, 10073, 8415, 10752, 7948, 12879, 8709, 12684, 8864, 11434, 9225, 8081, 9188, 8324, 11907, 8468, 12288, 8226, 12146, 8855, 10642, 9020, 8842, 9960, 8140, 10179, 8037, 12661, 9024, 10465, 9956, 8249, 9849, 7846, 12446, 8955, 11798, 9249, 10400, 9937, 8053, 8315, 8000, 10486, 8677, 8097, 8444, 8199, 10516, 9129, 8639, 8864, 7854, 12101, 9120, 13512, 9784, 10958, 10194, 8085, 9543, 8159, 8675, 8246, 10552, 9171, 8067, 8986, 8147, 10362, 8264, 12428, 9759, 8056, 8476, 7967, 10807, 8151, 12343, 9411, 8058, 8255, 7944, 10812, 8086, 12389, 9508, 8062, 9172, 8096, 11329, 9474, 8228, 10499, 8225, 11899, 9005, 12433, 10705, 10413, 10610, 8215, 9464, 8054, 10997, 9008, 8377, 9272, 8212, 8695, 9726, 8193, 10100, 8107, 13102, 8982, 9912, 10003, 8109, 9898, 8112, 13457, 9008, 8307, 10314, 8093, 11163, 8099, 10303, 8113, 12261, 8758, 9962, 9480, 8273, 10330, 8482, 10412, 9055, 8316, 10039, 8432, 10389, 8297, 12173, 8976, 8516, 9784, 8272, 9718, 8317, 10455, 8374, 11472, 8929, 8247, 10337, 8250, 10491, 8273, 13561, 8940, 13183, 9862, 8244, 9398, 7833, 13039, 9379, 8852, 9900, 8094, 9832, 8273, 9452, 10196, 8293, 9124, 8282, 12024, 8999, 11060, 10071, 8112, 9250, 8308, 12959, 9737, 8411, 9192, 9857, 9413, 10199, 8456, 9090, 8146, 9514, 9437, 11291, 10889, 11496, 10364, 13494, 7963, 10161, 8328, 9673, 8866, 10946, 10187, 8260, 8023, 8707, 8706, 8076, 8343, 10324, 9323, 9166, 11202, 8492, 11257, 8015, 14463, 8407, 13294, 9048, 13800, 9727, 12123, 9902, 9103, 10129, 8224, 9083, 8645, 10495, 9276, 10865, 9402, 9697, 10079, 9246, 10435, 8707, 10067, 8176, 10867, 8621, 10759, 9160, 10720, 9142, 10192, 9997, 9101, 10244, 8972, 9605, 8492, 10622, 8789, 12416, 9249, 11376, 9137, 11167, 9542, 13019, 9608, 12450, 9504, 11365, 9624, 11684, 9830, 9045, 9886, 9471, 9940, 9209, 9866, 8017, 9524, 8647, 9705, 8601, 10472, 9423, 9208, 8890, 9063, 9949, 9082, 10394, 9138, 11163, 9037, 11516, 9109, 11757, 9130, 11995, 9743, 11478, 9973, 8917, 9682, 9548, 11663, 9697, 13092, 10068, 11376, 10417, 8185, 8588, 9309, 9459, 9034, 10968, 9598, 10503, 9791], 'WindowCenter': [4120.0, 4102.0, 4066.0, 4011.0, 4031.0, 3998.0, 4017.0, 3999.0, 4018.0, 3996.0, 4037.0, 4007.0, 4005.0, 4016.0, 4015.0, 4016.0, 4007.0, 4018.0, 4006.0, 4027.0, 3997.0, 4019.0, 4031.0, 4042.0, 4059.0, 4018.0, 4026.0, 4006.0, 3994.0, 4005.0, 3993.0, 4004.0, 3973.0, 3961.0, 3995.0, 4005.0, 3995.0, 4005.0, 4005.0, 4006.0, 4007.0, 4007.0, 4019.0, 4011.0, 4050.0, 4019.0, 4019.0, 4019.0, 4020.0, 4052.0, 4022.0, 4019.0, 4020.0, 3997.0, 4028.0, 4011.0, 4049.0, 4009.0, 4018.0, 4018.0, 4007.0, 4018.0, 3988.0, 4037.0, 3997.0, 4007.0, 4008.0, 4020.0, 4010.0, 4020.0, 4030.0, 4021.0, 4041.0, 4010.0, 4030.0, 4031.0, 4020.0, 4020.0, 4012.0, 4061.0, 4031.0, 4009.0, 4019.0, 3998.0, 4048.0, 4020.0, 4069.0, 4018.0, 4007.0, 4016.0, 3996.0, 3995.0, 3998.0, 4018.0, 4009.0, 4018.0, 4019.0, 4019.0, 4030.0, 3998.0, 4039.0, 3997.0, 4037.0, 4008.0, 4028.0, 4018.0, 4007.0, 3996.0, 3997.0, 4017.0, 3999.0, 4008.0, 4019.0, 4009.0, 4018.0, 4019.0, 4050.0, 4010.0, 4040.0, 4029.0, 4008.0, 4009.0, 4007.0, 4028.0, 4010.0, 4040.0, 4020.0, 4017.0, 4007.0, 4007.0, 4018.0, 4018.0, 4039.0, 3999.0, 4027.0, 4019.0, 4029.0, 4020.0, 4018.0, 4020.0, 4010.0, 4050.0, 4010.0, 4029.0, 4018.0, 4019.0, 4039.0, 4009.0, 4039.0, 4018.0, 4019.0, 4028.0, 4020.0, 4040.0, 4021.0, 4018.0, 4019.0, 4008.0, 4017.0, 4008.0, 4029.0, 4011.0, 4019.0, 3999.0, 4020.0, 4030.0, 4020.0, 4040.0, 4020.0, 4011.0, 4050.0, 4030.0, 4019.0, 4030.0, 4019.0, 4049.0, 4021.0, 4060.0, 4018.0, 4017.0, 3997.0, 4008.0, 4018.0, 4010.0, 4029.0, 4018.0, 4008.0, 4029.0, 4019.0, 4031.0, 4031.0, 4000.0, 4049.0, 4009.0, 4039.0, 4008.0, 4019.0, 3997.0, 3997.0, 4038.0, 4009.0, 4018.0, 4029.0, 4019.0, 4029.0, 3999.0, 4017.0, 4009.0, 4029.0, 4020.0, 4020.0, 4032.0, 4000.0, 4051.0, 4021.0, 4061.0, 4042.0, 4019.0, 4030.0, 4030.0, 3999.0, 4050.0, 4029.0, 4011.0, 4039.0, 4008.0, 4049.0, 4019.0, 4008.0, 4019.0, 3989.0, 4037.0, 4008.0, 4007.0, 4018.0, 3997.0, 4018.0, 3999.0, 4038.0, 4007.0, 3997.0, 3996.0, 3997.0, 4038.0, 3998.0, 4038.0, 4008.0, 4017.0, 4017.0, 3997.0, 4017.0, 4009.0, 3998.0, 3987.0, 4028.0, 4009.0, 4019.0, 4019.0, 4011.0, 4041.0, 4011.0, 4030.0, 4020.0, 3999.0, 4030.0, 4001.0, 4059.0, 3998.0, 4059.0, 4007.0, 4036.0, 4008.0, 4038.0, 4007.0, 4037.0, 4016.0, 3986.0, 3995.0, 4009.0, 4018.0, 4010.0, 4010.0, 4010.0, 4011.0, 4031.0, 4011.0, 4040.0, 4022.0, 4041.0, 4011.0, 4061.0, 4009.0, 4050.0, 4010.0, 4039.0, 4020.0, 4038.0, 4017.0, 3986.0, 3997.0, 3997.0, 4017.0, 4007.0, 4039.0, 4009.0, 4007.0, 4017.0, 3998.0, 3998.0, 4010.0, 4040.0, 4010.0, 4019.0, 4020.0, 4020.0, 4019.0, 3999.0, 4017.0, 3997.0, 4038.0, 3997.0, 4026.0, 4008.0, 4026.0, 4009.0, 4017.0, 4018.0, 4027.0, 4020.0, 4018.0, 4017.0, 3986.0, 3997.0, 4007.0, 4017.0, 4010.0, 4039.0, 4009.0, 4008.0, 4018.0, 3999.0, 4018.0, 3999.0, 4041.0, 4009.0, 4018.0, 4019.0, 4030.0, 4022.0, 4018.0, 4017.0, 3988.0, 4007.0, 3998.0, 4037.0, 4009.0, 4007.0, 4008.0, 3998.0, 4019.0, 4009.0, 4040.0, 4011.0, 4030.0, 4020.0, 3997.0, 3999.0, 3999.0, 4030.0, 4011.0, 4050.0, 4029.0, 3988.0, 4020.0, 3988.0, 4038.0, 4019.0, 4049.0, 4029.0, 3985.0, 3987.0, 3996.0, 4020.0, 4028.0, 3999.0, 4019.0, 4009.0, 4012.0, 4041.0, 4034.0, 4030.0, 4043.0, 4000.0, 4029.0, 3988.0, 4050.0, 4000.0, 4040.0, 4009.0, 3998.0, 3999.0, 4001.0, 4020.0, 4000.0, 4040.0, 4012.0, 4001.0, 4033.0, 4013.0, 4053.0, 4014.0, 4062.0, 4043.0, 4001.0, 4022.0, 3991.0, 4041.0, 3990.0, 4049.0, 3998.0, 4050.0, 4009.0, 4007.0, 4019.0, 3999.0, 4009.0, 3999.0, 4051.0, 4022.0, 4029.0, 4021.0, 4000.0, 4020.0, 3999.0, 4051.0, 4011.0, 4019.0, 4009.0, 3999.0, 4010.0, 3989.0, 4038.0, 4008.0, 4039.0, 4011.0, 4029.0, 4019.0, 3998.0, 4018.0, 3999.0, 4040.0, 4010.0, 4040.0, 4031.0, 4000.0, 4021.0, 3998.0, 4041.0, 4011.0, 4028.0, 4029.0, 4000.0, 4008.0, 3999.0, 4042.0, 4010.0, 4039.0, 4020.0, 4000.0, 4009.0, 4000.0, 4052.0, 4000.0, 4048.0, 4020.0, 3988.0, 4008.0, 3999.0, 4028.0, 3999.0, 4040.0, 4008.0, 3997.0, 4028.0, 3999.0, 4027.0, 3998.0, 4038.0, 4009.0, 4029.0, 4021.0, 4000.0, 4019.0, 4000.0, 4042.0, 4023.0, 4030.0, 4032.0, 3999.0, 4020.0, 3988.0, 4029.0, 4010.0, 4041.0, 4022.0, 4020.0, 4008.0, 3990.0, 4040.0, 4000.0, 4048.0, 4010.0, 4029.0, 4019.0, 3988.0, 3998.0, 4001.0, 4021.0, 4029.0, 4001.0, 4022.0, 4010.0, 4051.0, 4024.0, 4062.0, 4021.0, 3997.0, 4017.0, 3999.0, 4009.0, 4001.0, 4028.0, 4011.0, 3998.0, 4021.0, 3998.0, 4029.0, 3997.0, 4029.0, 3989.0, 4037.0, 4009.0, 4008.0, 4010.0, 4009.0, 4031.0, 4011.0, 4030.0, 4012.0, 4031.0, 4013.0, 4044.0, 4003.0, 4051.0, 4011.0, 4049.0, 4010.0, 4039.0, 4022.0, 3999.0, 4021.0, 4011.0, 4050.0, 4000.0, 4052.0, 4012.0, 4050.0, 4012.0, 4028.0, 4011.0, 4008.0, 4033.0, 4001.0, 4031.0, 3999.0, 4049.0, 4012.0, 4031.0, 4030.0, 3998.0, 4020.0, 3989.0, 4040.0, 4009.0, 4040.0, 4022.0, 4020.0, 4020.0, 3988.0, 3997.0, 4000.0, 4029.0, 4010.0, 3988.0, 3999.0, 4011.0, 4032.0, 4023.0, 4011.0, 4011.0, 4002.0, 4051.0, 4022.0, 4060.0, 4021.0, 4030.0, 4019.0, 3987.0, 4008.0, 3987.0, 3998.0, 3998.0, 4030.0, 4020.0, 3999.0, 4009.0, 3999.0, 4031.0, 4013.0, 4049.0, 4021.0, 3988.0, 3999.0, 3988.0, 4028.0, 4001.0, 4040.0, 4009.0, 3987.0, 3996.0, 3989.0, 4029.0, 4000.0, 4050.0, 4019.0, 3987.0, 4020.0, 4001.0, 4042.0, 4033.0, 4012.0, 4043.0, 4013.0, 4052.0, 4022.0, 4052.0, 4043.0, 4029.0, 4030.0, 3998.0, 4018.0, 4000.0, 4030.0, 4011.0, 4000.0, 4019.0, 4012.0, 4010.0, 4022.0, 4011.0, 4031.0, 4003.0, 4062.0, 4011.0, 4021.0, 4032.0, 3999.0, 4022.0, 4000.0, 4050.0, 4010.0, 3999.0, 4029.0, 3989.0, 4031.0, 3988.0, 4020.0, 3987.0, 4027.0, 3997.0, 4007.0, 4009.0, 3997.0, 4019.0, 3997.0, 4029.0, 4011.0, 3999.0, 4029.0, 4000.0, 4032.0, 3999.0, 4051.0, 4010.0, 4010.0, 4031.0, 3999.0, 4021.0, 3999.0, 4031.0, 4000.0, 4042.0, 4012.0, 4001.0, 4033.0, 4000.0, 4042.0, 4000.0, 4062.0, 4011.0, 4049.0, 4018.0, 3999.0, 4010.0, 3989.0, 4049.0, 4010.0, 4008.0, 4020.0, 4002.0, 4031.0, 4012.0, 4021.0, 4033.0, 4001.0, 4021.0, 4014.0, 4053.0, 4022.0, 4041.0, 4020.0, 4000.0, 4021.0, 4000.0, 4052.0, 4021.0, 3999.0, 4008.0, 4021.0, 4022.0, 4030.0, 4012.0, 4021.0, 4014.0, 4049.0, 4023.0, 4054.0, 4032.0, 4043.0, 4018.0, 4051.0, 3976.0, 4015.0, 3986.0, 4006.0, 3999.0, 4026.0, 4019.0, 3988.0, 3987.0, 4009.0, 4012.0, 4001.0, 4013.0, 4033.0, 4035.0, 4024.0, 4055.0, 4025.0, 4054.0, 4002.0, 4072.0, 4001.0, 4052.0, 4011.0, 4061.0, 4020.0, 4039.0, 4019.0, 3996.0, 4019.0, 3999.0, 4008.0, 4011.0, 4030.0, 4021.0, 4041.0, 4021.0, 4019.0, 4020.0, 4011.0, 4032.0, 4010.0, 4022.0, 4001.0, 4028.0, 3998.0, 4028.0, 4009.0, 4029.0, 4021.0, 4019.0, 4020.0, 4011.0, 4031.0, 4009.0, 4020.0, 4011.0, 4030.0, 4010.0, 4051.0, 4021.0, 4040.0, 4022.0, 4030.0, 4022.0, 4051.0, 4010.0, 4039.0, 4008.0, 4028.0, 4008.0, 4027.0, 4008.0, 3998.0, 4018.0, 4008.0, 4019.0, 4009.0, 4018.0, 3988.0, 4007.0, 3999.0, 4018.0, 4000.0, 4028.0, 4008.0, 4009.0, 4011.0, 4022.0, 4031.0, 4023.0, 4033.0, 4021.0, 4040.0, 4011.0, 4040.0, 4011.0, 4039.0, 4009.0, 4038.0, 4021.0, 4029.0, 4018.0, 3998.0, 4007.0, 4020.0, 4039.0, 4019.0, 4048.0, 4020.0, 4029.0, 4017.0, 3986.0, 3985.0, 3995.0, 4006.0, 4008.0, 4027.0, 4008.0, 4018.0, 4018.0], 'WindowWidth': [9140.0, 9097.0, 9035.0, 8951.0, 8977.0, 8924.0, 8948.0, 8928.0, 8952.0, 8920.0, 8974.0, 8936.0, 8928.0, 8947.0, 8942.0, 8947.0, 8935.0, 8948.0, 8933.0, 8961.0, 8922.0, 8955.0, 8974.0, 8991.0, 9008.0, 8951.0, 8956.0, 8928.0, 8912.0, 8928.0, 8907.0, 8923.0, 8880.0, 8864.0, 8915.0, 8928.0, 8917.0, 8928.0, 8930.0, 8932.0, 8935.0, 8937.0, 8954.0, 8949.0, 8996.0, 8955.0, 8953.0, 8956.0, 8959.0, 9003.0, 8963.0, 8955.0, 8957.0, 8923.0, 8964.0, 8947.0, 8993.0, 8940.0, 8950.0, 8951.0, 8933.0, 8950.0, 8912.0, 8976.0, 8922.0, 8935.0, 8938.0, 8957.0, 8945.0, 8959.0, 8972.0, 8963.0, 8988.0, 8948.0, 8972.0, 8975.0, 8958.0, 8959.0, 8950.0, 9017.0, 8976.0, 8939.0, 8953.0, 8925.0, 8990.0, 8957.0, 9021.0, 8951.0, 8932.0, 8944.0, 8917.0, 8916.0, 8925.0, 8951.0, 8942.0, 8950.0, 8955.0, 8953.0, 8972.0, 8926.0, 8980.0, 8921.0, 8974.0, 8937.0, 8966.0, 8951.0, 8933.0, 8919.0, 8922.0, 8950.0, 8928.0, 8937.0, 8955.0, 8941.0, 8953.0, 8955.0, 8997.0, 8945.0, 8982.0, 8970.0, 8938.0, 8940.0, 8937.0, 8965.0, 8945.0, 8983.0, 8956.0, 8950.0, 8937.0, 8937.0, 8952.0, 8954.0, 8981.0, 8928.0, 8962.0, 8954.0, 8966.0, 8958.0, 8954.0, 8959.0, 8947.0, 8999.0, 8945.0, 8968.0, 8953.0, 8954.0, 8981.0, 8944.0, 8983.0, 8952.0, 8954.0, 8967.0, 8957.0, 8986.0, 8962.0, 8952.0, 8955.0, 8938.0, 8950.0, 8938.0, 8967.0, 8947.0, 8956.0, 8928.0, 8957.0, 8971.0, 8959.0, 8987.0, 8962.0, 8949.0, 9001.0, 8972.0, 8955.0, 8973.0, 8955.0, 8997.0, 8963.0, 9013.0, 8954.0, 8948.0, 8922.0, 8938.0, 8952.0, 8946.0, 8969.0, 8952.0, 8938.0, 8970.0, 8957.0, 8974.0, 8975.0, 8933.0, 8995.0, 8942.0, 8981.0, 8938.0, 8953.0, 8923.0, 8921.0, 8977.0, 8940.0, 8950.0, 8969.0, 8954.0, 8969.0, 8928.0, 8950.0, 8941.0, 8967.0, 8958.0, 8958.0, 8978.0, 8933.0, 9002.0, 8962.0, 9015.0, 8989.0, 8954.0, 8971.0, 8972.0, 8929.0, 8999.0, 8970.0, 8950.0, 8984.0, 8940.0, 8993.0, 8953.0, 8936.0, 8954.0, 8916.0, 8977.0, 8936.0, 8934.0, 8949.0, 8922.0, 8951.0, 8930.0, 8977.0, 8935.0, 8920.0, 8919.0, 8921.0, 8978.0, 8926.0, 8978.0, 8939.0, 8946.0, 8948.0, 8919.0, 8950.0, 8940.0, 8925.0, 8910.0, 8965.0, 8940.0, 8953.0, 8956.0, 8950.0, 8988.0, 8947.0, 8970.0, 8959.0, 8929.0, 8971.0, 8934.0, 9009.0, 8924.0, 9006.0, 8935.0, 8971.0, 8936.0, 8977.0, 8938.0, 8973.0, 8944.0, 8905.0, 8917.0, 8942.0, 8953.0, 8947.0, 8946.0, 8946.0, 8949.0, 8975.0, 8950.0, 8987.0, 8965.0, 8989.0, 8951.0, 9014.0, 8944.0, 8998.0, 8943.0, 8981.0, 8959.0, 8976.0, 8950.0, 8906.0, 8920.0, 8922.0, 8949.0, 8936.0, 8980.0, 8940.0, 8936.0, 8949.0, 8923.0, 8926.0, 8948.0, 8984.0, 8946.0, 8953.0, 8957.0, 8957.0, 8955.0, 8926.0, 8949.0, 8922.0, 8976.0, 8921.0, 8958.0, 8940.0, 8960.0, 8939.0, 8947.0, 8952.0, 8960.0, 8957.0, 8951.0, 8949.0, 8905.0, 8922.0, 8934.0, 8948.0, 8945.0, 8982.0, 8941.0, 8936.0, 8952.0, 8929.0, 8954.0, 8929.0, 8985.0, 8943.0, 8952.0, 8957.0, 8971.0, 8964.0, 8952.0, 8950.0, 8909.0, 8936.0, 8925.0, 8977.0, 8942.0, 8935.0, 8938.0, 8926.0, 8953.0, 8942.0, 8982.0, 8949.0, 8972.0, 8957.0, 8924.0, 8929.0, 8927.0, 8971.0, 8948.0, 8998.0, 8968.0, 8910.0, 8957.0, 8912.0, 8978.0, 8955.0, 8994.0, 8967.0, 8902.0, 8907.0, 8919.0, 8957.0, 8965.0, 8931.0, 8957.0, 8944.0, 8951.0, 8988.0, 8982.0, 8973.0, 8993.0, 8930.0, 8966.0, 8910.0, 8996.0, 8928.0, 8982.0, 8942.0, 8924.0, 8928.0, 8932.0, 8955.0, 8931.0, 8985.0, 8951.0, 8935.0, 8979.0, 8953.0, 9007.0, 8957.0, 9017.0, 8994.0, 8932.0, 8962.0, 8919.0, 8985.0, 8918.0, 8994.0, 8926.0, 8996.0, 8940.0, 8934.0, 8953.0, 8927.0, 8941.0, 8928.0, 9000.0, 8964.0, 8968.0, 8960.0, 8931.0, 8959.0, 8927.0, 8999.0, 8945.0, 8953.0, 8940.0, 8928.0, 8943.0, 8915.0, 8979.0, 8937.0, 8980.0, 8945.0, 8967.0, 8955.0, 8925.0, 8953.0, 8929.0, 8985.0, 8949.0, 8986.0, 8975.0, 8932.0, 8960.0, 8926.0, 8986.0, 8948.0, 8965.0, 8969.0, 8929.0, 8939.0, 8930.0, 8989.0, 8947.0, 8983.0, 8958.0, 8929.0, 8943.0, 8931.0, 9001.0, 8931.0, 8990.0, 8956.0, 8911.0, 8938.0, 8928.0, 8965.0, 8927.0, 8981.0, 8937.0, 8923.0, 8965.0, 8928.0, 8963.0, 8927.0, 8979.0, 8943.0, 8969.0, 8962.0, 8931.0, 8957.0, 8932.0, 8991.0, 8966.0, 8972.0, 8979.0, 8930.0, 8958.0, 8913.0, 8967.0, 8944.0, 8985.0, 8963.0, 8956.0, 8939.0, 8915.0, 8983.0, 8928.0, 8992.0, 8944.0, 8964.0, 8952.0, 8908.0, 8923.0, 8934.0, 8959.0, 8969.0, 8933.0, 8962.0, 8945.0, 9002.0, 8969.0, 9015.0, 8959.0, 8922.0, 8948.0, 8926.0, 8941.0, 8932.0, 8966.0, 8945.0, 8925.0, 8959.0, 8924.0, 8968.0, 8924.0, 8968.0, 8914.0, 8976.0, 8941.0, 8939.0, 8944.0, 8943.0, 8975.0, 8947.0, 8974.0, 8951.0, 8974.0, 8953.0, 8994.0, 8941.0, 9001.0, 8948.0, 8993.0, 8943.0, 8981.0, 8962.0, 8928.0, 8960.0, 8948.0, 8997.0, 8933.0, 9002.0, 8952.0, 8997.0, 8948.0, 8966.0, 8945.0, 8940.0, 8978.0, 8934.0, 8973.0, 8930.0, 8996.0, 8949.0, 8972.0, 8973.0, 8927.0, 8956.0, 8913.0, 8981.0, 8940.0, 8983.0, 8961.0, 8954.0, 8955.0, 8911.0, 8922.0, 8930.0, 8968.0, 8944.0, 8911.0, 8927.0, 8948.0, 8975.0, 8967.0, 8948.0, 8949.0, 8935.0, 9001.0, 8962.0, 9010.0, 8961.0, 8969.0, 8955.0, 8908.0, 8936.0, 8908.0, 8922.0, 8926.0, 8968.0, 8956.0, 8927.0, 8941.0, 8929.0, 8972.0, 8952.0, 8996.0, 8960.0, 8911.0, 8926.0, 8910.0, 8964.0, 8933.0, 8983.0, 8940.0, 8908.0, 8921.0, 8914.0, 8967.0, 8933.0, 8996.0, 8954.0, 8910.0, 8956.0, 8934.0, 8989.0, 8981.0, 8950.0, 8991.0, 8955.0, 9003.0, 8965.0, 9004.0, 8994.0, 8969.0, 8970.0, 8926.0, 8952.0, 8929.0, 8970.0, 8947.0, 8931.0, 8956.0, 8949.0, 8945.0, 8964.0, 8947.0, 8975.0, 8939.0, 9018.0, 8949.0, 8958.0, 8976.0, 8928.0, 8961.0, 8931.0, 8998.0, 8942.0, 8927.0, 8968.0, 8912.0, 8972.0, 8912.0, 8957.0, 8907.0, 8960.0, 8921.0, 8931.0, 8938.0, 8922.0, 8953.0, 8923.0, 8968.0, 8946.0, 8927.0, 8968.0, 8930.0, 8976.0, 8928.0, 9000.0, 8945.0, 8943.0, 8974.0, 8927.0, 8959.0, 8928.0, 8974.0, 8932.0, 8988.0, 8949.0, 8934.0, 8979.0, 8931.0, 8992.0, 8932.0, 9015.0, 8945.0, 8993.0, 8951.0, 8927.0, 8944.0, 8915.0, 8995.0, 8942.0, 8938.0, 8956.0, 8936.0, 8973.0, 8949.0, 8960.0, 8978.0, 8934.0, 8960.0, 8956.0, 9006.0, 8964.0, 8984.0, 8957.0, 8928.0, 8959.0, 8931.0, 9002.0, 8961.0, 8926.0, 8936.0, 8958.0, 8960.0, 8970.0, 8948.0, 8960.0, 8956.0, 9013.0, 8967.0, 9010.0, 8974.0, 8992.0, 8949.0, 8997.0, 8891.0, 8940.0, 8902.0, 8930.0, 8925.0, 8958.0, 8950.0, 8909.0, 8907.0, 8942.0, 8951.0, 8935.0, 8953.0, 8979.0, 8986.0, 8970.0, 9013.0, 8971.0, 9010.0, 8937.0, 9030.0, 8933.0, 9000.0, 8948.0, 9011.0, 8957.0, 8979.0, 8954.0, 8919.0, 8952.0, 8924.0, 8938.0, 8946.0, 8970.0, 8959.0, 8986.0, 8961.0, 8952.0, 8956.0, 8945.0, 8975.0, 8942.0, 8963.0, 8931.0, 8964.0, 8925.0, 8964.0, 8940.0, 8966.0, 8960.0, 8952.0, 8956.0, 8945.0, 8974.0, 8942.0, 8958.0, 8946.0, 8969.0, 8942.0, 8999.0, 8959.0, 8982.0, 8962.0, 8970.0, 8961.0, 8995.0, 8941.0, 8976.0, 8935.0, 8960.0, 8934.0, 8959.0, 8937.0, 8921.0, 8950.0, 8934.0, 8953.0, 8939.0, 8950.0, 8909.0, 8935.0, 8926.0, 8951.0, 8930.0, 8962.0, 8939.0, 8940.0, 8946.0, 8964.0, 8974.0, 8966.0, 8977.0, 8961.0, 8982.0, 8946.0, 8983.0, 8946.0, 8979.0, 8940.0, 8977.0, 8957.0, 8963.0, 8948.0, 8921.0, 8932.0, 8955.0, 8979.0, 8953.0, 8989.0, 8957.0, 8963.0, 8947.0, 8903.0, 8900.0, 8914.0, 8929.0, 8938.0, 8960.0, 8936.0, 8948.0, 8952.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.0004199540229885057</td></tr>
<tr><td colspan=3>aqi</td><td>0.015430029999999999</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.60443110398162</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2523390232105875</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0055634325431526</td></tr>
<tr><td colspan=3>efc</td><td>0.4444</td></tr>
<tr><td colspan=3>fber</td><td>6829.7007</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06557366644597533</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.527772220549234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5193940308420566</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.772267115722183</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291655515083463</td></tr>
<tr><td colspan=3>gcor</td><td>0.00549395</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020334577187895775</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01873830519616604</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.365380045538367</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.8206</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9161</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.188</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311524.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.0859</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5134</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.1783</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3235.089</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.5363</td></tr>
<tr><td colspan=3>tsnr</td><td>44.789073816500604</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>