<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-01/func/sub-0098_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>cdb565291eebb03000df951fb0c66aca</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>14:39:14.700000</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.994573, -0.104038, 0.000427383, 0.101376, 0.970028, 0.220835]</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.259</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.0896926</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7806, -7152, 270, -139, 104, -50, 90]</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>246.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f1cbfa25-4396-475e-8f6d-290bbdfbc930||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.6683671474456787, 0.2719839811325073, 0.06315259635448456, 101.84870910644531], [0.2791271209716797, 2.6025149822235107, 0.5929012894630432, -114.95855712890625], [0.0011466372525319457, -0.5924836993217468, 2.6333401203155518, -18.487125396728516], [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': ['143914.700000', '143915.160000', '143915.620000', '143916.080000', '143916.540000', '143917.000000', '143917.460000', '143917.920000', '143918.380000', '143918.840000', '143919.300000', '143919.760000', '143920.220000', '143920.680000', '143921.140000', '143921.600000', '143922.060000', '143922.520000', '143922.980000', '143923.440000', '143923.900000', '143924.360000', '143924.820000', '143925.280000', '143925.740000', '143926.200000', '143926.660000', '143927.120000', '143927.580000', '143928.040000', '143928.500000', '143928.960000', '143929.420000', '143929.880000', '143930.340000', '143930.800000', '143931.260000', '143931.720000', '143932.180000', '143932.640000', '143933.100000', '143933.560000', '143934.020000', '143934.480000', '143934.940000', '143935.400000', '143935.860000', '143936.320000', '143936.780000', '143937.240000', '143937.700000', '143938.160000', '143938.620000', '143939.080000', '143939.540000', '143940.000000', '143940.460000', '143940.920000', '143941.380000', '143941.840000', '143942.300000', '143942.760000', '143943.220000', '143943.680000', '143944.140000', '143944.600000', '143945.060000', '143945.520000', '143945.980000', '143946.440000', '143946.900000', '143947.360000', '143947.820000', '143948.280000', '143948.740000', '143949.200000', '143949.660000', '143950.120000', '143950.580000', '143951.040000', '143951.500000', '143951.960000', '143952.420000', '143952.880000', '143953.340000', '143953.800000', '143954.260000', '143954.720000', '143955.180000', '143955.640000', '143956.100000', '143956.560000', '143957.020000', '143957.480000', '143957.940000', '143958.400000', '143958.860000', '143959.320000', '143959.780000', '144000.240000', '144000.700000', '144001.160000', '144001.620000', '144002.080000', '144002.540000', '144003.000000', '144003.460000', '144003.920000', '144004.380000', '144004.840000', '144005.300000', '144005.760000', '144006.220000', '144006.680000', '144007.140000', '144007.600000', '144008.060000', '144008.520000', '144008.980000', '144009.440000', '144009.900000', '144010.360000', '144010.820000', '144011.280000', '144011.740000', '144012.200000', '144012.660000', '144013.120000', '144013.580000', '144014.040000', '144014.500000', '144014.960000', '144015.420000', '144015.880000', '144016.340000', '144016.800000', '144017.260000', '144017.720000', '144018.180000', '144018.640000', '144019.100000', '144019.560000', '144020.020000', '144020.480000', '144020.940000', '144021.400000', '144021.860000', '144022.320000', '144022.780000', '144023.240000', '144023.700000', '144024.160000', '144024.620000', '144025.080000', '144025.540000', '144026.000000', '144026.460000', '144026.920000', '144027.380000', '144027.840000', '144028.300000', '144028.760000', '144029.220000', '144029.680000', '144030.140000', '144030.600000', '144031.060000', '144031.520000', '144031.980000', '144032.440000', '144032.900000', '144033.360000', '144033.820000', '144034.280000', '144034.740000', '144035.200000', '144035.660000', '144036.120000', '144036.580000', '144037.040000', '144037.500000', '144037.960000', '144038.420000', '144038.880000', '144039.340000', '144039.800000', '144040.260000', '144040.720000', '144041.180000', '144041.640000', '144042.100000', '144042.560000', '144043.020000', '144043.480000', '144043.940000', '144044.400000', '144044.860000', '144045.320000', '144045.780000', '144046.240000', '144046.700000', '144047.160000', '144047.620000', '144048.080000', '144048.540000', '144049.000000', '144049.460000', '144049.920000', '144050.380000', '144050.840000', '144051.300000', '144051.760000', '144052.220000', '144052.680000', '144053.140000', '144053.600000', '144054.060000', '144054.520000', '144054.980000', '144055.440000', '144055.900000', '144056.360000', '144056.820000', '144057.280000', '144057.740000', '144058.200000', '144058.660000', '144059.120000', '144059.580000', '144100.040000', '144100.500000', '144100.960000', '144101.420000', '144101.880000', '144102.340000', '144102.800000', '144103.260000', '144103.720000', '144104.180000', '144104.640000', '144105.100000', '144105.560000', '144106.020000', '144106.480000', '144106.940000', '144107.400000', '144107.860000', '144108.320000', '144108.780000', '144109.240000', '144109.700000', '144110.160000', '144110.620000', '144111.080000', '144111.540000', '144112.000000', '144112.460000', '144112.920000', '144113.380000', '144113.840000', '144114.300000', '144114.760000', '144115.220000', '144115.680000', '144116.140000', '144116.600000', '144117.060000', '144117.520000', '144117.980000', '144118.440000', '144118.900000', '144119.360000', '144119.820000', '144120.280000', '144120.740000', '144121.200000', '144121.660000', '144122.120000', '144122.580000', '144123.040000', '144123.500000', '144123.960000', '144124.420000', '144124.880000', '144125.340000', '144125.800000', '144126.260000', '144126.720000', '144127.180000', '144127.640000', '144128.100000', '144128.560000', '144129.020000', '144129.480000', '144129.940000', '144130.400000', '144130.860000', '144131.320000', '144131.780000', '144132.240000', '144132.700000', '144133.160000', '144133.620000', '144134.080000', '144134.540000', '144135.000000', '144135.460000', '144135.920000', '144136.380000', '144136.840000', '144137.300000', '144137.760000', '144138.220000', '144138.680000', '144139.140000', '144139.600000', '144140.060000', '144140.520000', '144140.980000', '144141.440000', '144141.900000', '144142.360000', '144142.820000', '144143.280000', '144143.740000', '144144.200000', '144144.660000', '144145.120000', '144145.580000', '144146.040000', '144146.500000', '144146.960000', '144147.420000', '144147.880000', '144148.340000', '144148.800000', '144149.260000', '144149.720000', '144150.180000', '144150.640000', '144151.100000', '144151.560000', '144152.020000', '144152.480000', '144152.940000', '144153.400000', '144153.860000', '144154.320000', '144154.780000', '144155.240000', '144155.700000', '144156.160000', '144156.620000', '144157.080000', '144157.540000', '144158.000000', '144158.460000', '144158.920000', '144159.380000', '144159.840000', '144200.300000', '144200.760000', '144201.220000', '144201.680000', '144202.140000', '144202.600000', '144203.060000', '144203.520000', '144203.980000', '144204.440000', '144204.900000', '144205.360000', '144205.820000', '144206.280000', '144206.740000', '144207.200000', '144207.660000', '144208.120000', '144208.580000', '144209.040000', '144209.500000', '144209.960000', '144210.420000', '144210.880000', '144211.340000', '144211.800000', '144212.260000', '144212.720000', '144213.180000', '144213.640000', '144214.100000', '144214.560000', '144215.020000', '144215.480000', '144215.940000', '144216.400000', '144216.860000', '144217.320000', '144217.780000', '144218.240000', '144218.700000', '144219.160000', '144219.620000', '144220.080000', '144220.540000', '144221.000000', '144221.460000', '144221.920000', '144222.380000', '144222.840000', '144223.300000', '144223.760000', '144224.220000', '144224.680000', '144225.140000', '144225.600000', '144226.060000', '144226.520000', '144226.980000', '144227.440000', '144227.900000', '144228.360000', '144228.820000', '144229.280000', '144229.740000', '144230.200000', '144230.660000', '144231.120000', '144231.580000', '144232.040000', '144232.500000', '144232.960000', '144233.420000', '144233.880000', '144234.340000', '144234.800000', '144235.260000', '144235.720000', '144236.180000', '144236.640000', '144237.100000', '144237.560000', '144238.020000', '144238.480000', '144238.940000', '144239.400000', '144239.860000', '144240.320000', '144240.780000', '144241.240000', '144241.700000', '144242.160000', '144242.620000', '144243.080000', '144243.540000', '144244.000000', '144244.460000', '144244.920000', '144245.380000', '144245.840000', '144246.300000', '144246.760000', '144247.220000', '144247.680000', '144248.140000', '144248.600000', '144249.060000', '144249.520000', '144249.980000', '144250.440000', '144250.900000', '144251.360000', '144251.820000', '144252.280000', '144252.740000', '144253.200000', '144253.660000', '144254.120000', '144254.580000', '144255.040000', '144255.500000', '144255.960000', '144256.420000', '144256.880000', '144257.340000', '144257.800000', '144258.260000', '144258.720000', '144259.180000', '144259.640000', '144300.100000', '144300.560000', '144301.020000', '144301.480000', '144301.940000', '144302.400000', '144302.860000', '144303.320000', '144303.780000', '144304.240000', '144304.700000', '144305.160000', '144305.620000', '144306.080000', '144306.540000', '144307.000000', '144307.460000', '144307.920000', '144308.380000', '144308.840000', '144309.300000', '144309.760000', '144310.220000', '144310.680000', '144311.140000', '144311.600000', '144312.060000', '144312.520000', '144312.980000', '144313.440000', '144313.900000', '144314.360000', '144314.820000', '144315.280000', '144315.740000', '144316.200000', '144316.660000', '144317.120000', '144317.580000', '144318.040000', '144318.500000', '144318.960000', '144319.420000', '144319.880000', '144320.340000', '144320.800000', '144321.260000', '144321.720000', '144322.180000', '144322.640000', '144323.100000', '144323.560000', '144324.020000', '144324.480000', '144324.940000', '144325.400000', '144325.860000', '144326.320000', '144326.780000', '144327.240000', '144327.700000', '144328.160000', '144328.620000', '144329.080000', '144329.540000', '144330.000000', '144330.460000', '144330.920000', '144331.380000', '144331.840000', '144332.300000', '144332.760000', '144333.220000', '144333.680000', '144334.140000', '144334.600000', '144335.060000', '144335.520000', '144335.980000', '144336.440000', '144336.900000', '144337.360000', '144337.820000', '144338.280000', '144338.740000', '144339.200000', '144339.660000', '144340.120000', '144340.580000', '144341.040000', '144341.500000', '144341.960000', '144342.420000', '144342.880000', '144343.340000', '144343.800000', '144344.260000', '144344.720000', '144345.180000', '144345.640000', '144346.100000', '144346.560000', '144347.020000', '144347.480000', '144347.940000', '144348.400000', '144348.860000', '144349.320000', '144349.780000', '144350.240000', '144350.700000', '144351.160000', '144351.620000', '144352.080000', '144352.540000', '144353.000000', '144353.460000', '144353.920000', '144354.380000', '144354.840000', '144355.300000', '144355.760000', '144356.220000', '144356.680000', '144357.140000', '144357.600000', '144358.060000', '144358.520000', '144358.980000', '144359.440000', '144359.900000', '144400.360000', '144400.820000', '144401.280000', '144401.740000', '144402.200000', '144402.660000', '144403.120000', '144403.580000', '144404.040000', '144404.500000', '144404.960000', '144405.420000', '144405.880000', '144406.340000', '144406.800000', '144407.260000', '144407.720000', '144408.180000', '144408.640000', '144409.100000', '144409.560000', '144410.020000', '144410.480000', '144410.940000', '144411.400000', '144411.860000', '144412.320000', '144412.780000', '144413.240000', '144413.700000', '144414.160000', '144414.620000', '144415.080000', '144415.540000', '144416.000000', '144416.460000', '144416.920000', '144417.380000', '144417.840000', '144418.300000', '144418.760000', '144419.220000', '144419.680000', '144420.140000', '144420.600000', '144421.060000', '144421.520000', '144421.980000', '144422.440000', '144422.900000', '144423.360000', '144423.820000', '144424.280000', '144424.740000', '144425.200000', '144425.660000', '144426.120000', '144426.580000', '144427.040000', '144427.500000', '144427.960000', '144428.420000', '144428.880000', '144429.340000', '144429.800000', '144430.260000', '144430.720000', '144431.180000', '144431.640000', '144432.100000', '144432.560000', '144433.020000', '144433.480000', '144433.940000', '144434.400000', '144434.860000', '144435.320000', '144435.780000', '144436.240000', '144436.700000', '144437.160000', '144437.620000', '144438.080000', '144438.540000', '144439.000000', '144439.460000', '144439.920000', '144440.380000', '144440.840000', '144441.300000', '144441.760000', '144442.220000', '144442.680000', '144443.140000', '144443.600000', '144444.060000', '144444.520000', '144444.980000', '144445.440000', '144445.900000', '144446.360000', '144446.820000', '144447.280000', '144447.740000', '144448.200000', '144448.660000', '144449.120000', '144449.580000', '144450.040000', '144450.500000', '144450.960000', '144451.420000', '144451.880000', '144452.340000', '144452.800000', '144453.260000', '144453.720000', '144454.180000', '144454.640000', '144455.100000', '144455.560000', '144456.020000', '144456.480000', '144456.940000', '144457.400000', '144457.860000', '144458.320000', '144458.780000', '144459.240000', '144459.700000', '144500.160000', '144500.620000', '144501.080000', '144501.540000', '144502.000000', '144502.460000', '144502.920000', '144503.380000', '144503.840000', '144504.300000', '144504.760000', '144505.220000', '144505.680000', '144506.140000', '144506.600000', '144507.060000', '144507.520000', '144507.980000', '144508.440000', '144508.900000', '144509.360000', '144509.820000', '144510.280000', '144510.740000', '144511.200000', '144511.660000', '144512.120000', '144512.580000', '144513.040000', '144513.500000', '144513.960000', '144514.420000', '144514.880000', '144515.340000', '144515.800000', '144516.260000', '144516.720000', '144517.180000', '144517.640000', '144518.100000', '144518.560000', '144519.020000', '144519.480000', '144519.940000', '144520.400000', '144520.860000', '144521.320000', '144521.780000', '144522.240000', '144522.700000', '144523.160000', '144523.620000', '144524.080000', '144524.540000', '144525.000000', '144525.460000', '144525.920000', '144526.380000', '144526.840000', '144527.300000', '144527.760000', '144528.220000', '144528.680000', '144529.140000', '144529.600000', '144530.060000', '144530.520000', '144530.980000', '144531.440000', '144531.900000', '144532.360000', '144532.820000', '144533.280000', '144533.740000', '144534.200000', '144534.660000', '144535.120000', '144535.580000', '144536.040000', '144536.500000', '144536.960000', '144537.420000', '144537.880000', '144538.340000', '144538.800000', '144539.260000', '144539.720000', '144540.180000', '144540.640000', '144541.100000', '144541.560000', '144542.020000', '144542.480000', '144542.940000', '144543.400000', '144543.860000', '144544.320000', '144544.780000', '144545.240000', '144545.700000', '144546.160000', '144546.620000', '144547.080000', '144547.540000', '144548.000000', '144548.460000', '144548.920000', '144549.380000', '144549.840000', '144550.300000', '144550.760000', '144551.220000', '144551.680000', '144552.140000', '144552.600000', '144553.060000', '144553.520000', '144553.980000', '144554.440000', '144554.900000', '144555.360000'], 'ContentTime': ['143925.503000', '143925.507000', '143925.509000', '143925.517000', '143925.520000', '143925.523000', '143925.525000', '143925.528000', '143925.530000', '143925.533000', '143925.536000', '143925.538000', '143925.541000', '143925.544000', '143925.546000', '143925.549000', '143925.551000', '143925.554000', '143925.556000', '143925.559000', '143925.561000', '143925.564000', '143945.473000', '143945.476000', '143945.479000', '143945.481000', '143945.484000', '143945.487000', '143945.489000', '143945.492000', '143945.494000', '143945.497000', '143945.501000', '143945.504000', '143945.506000', '143945.509000', '143945.511000', '143945.514000', '143945.517000', '143945.519000', '143945.522000', '143945.524000', '143945.527000', '143945.529000', '143945.532000', '143945.536000', '143945.538000', '143945.542000', '143945.545000', '143945.548000', '143945.551000', '143945.553000', '143945.556000', '143945.558000', '143945.561000', '143945.564000', '143945.566000', '143945.569000', '143945.571000', '143945.574000', '143945.581000', '143945.583000', '143945.586000', '143945.589000', '143945.592000', '144005.473000', '144005.476000', '144005.479000', '144005.481000', '144005.484000', '144005.486000', '144005.489000', '144005.492000', '144005.494000', '144005.497000', '144005.499000', '144005.502000', '144005.504000', '144005.507000', '144005.510000', '144005.512000', '144005.515000', '144005.517000', '144005.520000', '144005.523000', '144005.525000', '144005.528000', '144005.530000', '144005.533000', '144005.535000', '144005.538000', '144005.541000', '144005.543000', '144005.546000', '144005.548000', '144005.551000', '144005.554000', '144005.565000', '144005.567000', '144005.571000', '144005.573000', '144005.576000', '144005.578000', '144005.581000', '144005.583000', '144005.586000', '144005.589000', '144005.591000', '144005.594000', '144025.474000', '144025.476000', '144025.479000', '144025.482000', '144025.484000', '144025.487000', '144025.489000', '144025.492000', '144025.494000', '144025.497000', '144025.499000', '144025.502000', '144025.505000', '144025.507000', '144025.510000', '144025.512000', '144025.515000', '144025.518000', '144025.520000', '144025.523000', '144025.525000', '144025.528000', '144025.531000', '144025.533000', '144025.536000', '144025.538000', '144025.541000', '144025.544000', '144025.546000', '144025.549000', '144025.551000', '144025.554000', '144025.556000', '144025.559000', '144025.562000', '144025.564000', '144025.567000', '144025.569000', '144025.572000', '144025.574000', '144025.577000', '144025.579000', '144025.582000', '144045.474000', '144045.476000', '144045.479000', '144045.482000', '144045.484000', '144045.487000', '144045.489000', '144045.492000', '144045.495000', '144045.497000', '144045.500000', '144045.502000', '144045.505000', '144045.508000', '144045.510000', '144045.513000', '144045.516000', '144045.546000', '144045.548000', '144045.551000', '144045.554000', '144045.556000', '144045.559000', '144045.561000', '144045.564000', '144045.566000', '144045.569000', '144045.572000', '144045.574000', '144045.577000', '144045.579000', '144045.582000', '144045.585000', '144045.587000', '144045.590000', '144045.593000', '144045.595000', '144045.598000', '144045.600000', '144045.603000', '144045.605000', '144045.608000', '144045.611000', '144045.613000', '144105.475000', '144105.478000', '144105.480000', '144105.483000', '144105.486000', '144105.488000', '144105.491000', '144105.493000', '144105.496000', '144105.499000', '144105.501000', '144105.504000', '144105.506000', '144105.509000', '144105.512000', '144105.514000', '144105.517000', '144105.520000', '144105.522000', '144105.525000', '144105.528000', '144105.531000', '144105.534000', '144105.537000', '144105.539000', '144105.542000', '144105.545000', '144105.547000', '144105.550000', '144105.552000', '144105.555000', '144105.558000', '144105.560000', '144105.563000', '144105.565000', '144105.568000', '144105.570000', '144105.573000', '144105.576000', '144105.578000', '144105.582000', '144105.585000', '144105.590000', '144125.475000', '144125.478000', '144125.480000', '144125.483000', '144125.485000', '144125.488000', '144125.490000', '144125.493000', '144125.496000', '144125.498000', '144125.501000', '144125.504000', '144125.506000', '144125.509000', '144125.512000', '144125.514000', '144125.517000', '144125.519000', '144125.522000', '144125.525000', '144125.527000', '144125.530000', '144125.532000', '144125.535000', '144125.538000', '144125.540000', '144125.543000', '144125.545000', '144125.548000', '144125.551000', '144125.553000', '144125.556000', '144125.559000', '144125.561000', '144125.564000', '144125.566000', '144125.569000', '144125.572000', '144125.574000', '144125.577000', '144125.580000', '144125.582000', '144125.585000', '144125.588000', '144145.474000', '144145.476000', '144145.479000', '144145.482000', '144145.484000', '144145.487000', '144145.490000', '144145.492000', '144145.495000', '144145.498000', '144145.500000', '144145.503000', '144145.505000', '144145.508000', '144145.511000', '144145.513000', '144145.516000', '144145.519000', '144145.521000', '144145.524000', '144145.526000', '144145.529000', '144145.532000', '144145.534000', '144145.537000', '144145.540000', '144145.543000', '144145.546000', '144145.549000', '144145.551000', '144145.554000', '144145.557000', '144145.559000', '144145.562000', '144145.564000', '144145.567000', '144145.570000', '144145.572000', '144145.575000', '144145.577000', '144145.580000', '144145.583000', '144145.585000', '144205.474000', '144205.476000', '144205.479000', '144205.482000', '144205.484000', '144205.487000', '144205.490000', '144205.492000', '144205.495000', '144205.497000', '144205.500000', '144205.503000', '144205.505000', '144205.508000', '144205.510000', '144205.513000', '144205.515000', '144205.518000', '144205.521000', '144205.523000', '144205.526000', '144205.528000', '144205.531000', '144205.534000', '144205.536000', '144205.539000', '144205.541000', '144205.544000', '144205.546000', '144205.549000', '144205.552000', '144205.554000', '144205.557000', '144205.560000', '144205.562000', '144205.565000', '144205.567000', '144205.570000', '144205.573000', '144205.575000', '144205.578000', '144205.580000', '144205.583000', '144205.586000', '144225.473000', '144225.476000', '144225.479000', '144225.482000', '144225.484000', '144225.487000', '144225.489000', '144225.492000', '144225.495000', '144225.497000', '144225.500000', '144225.503000', '144225.505000', '144225.508000', '144225.511000', '144225.513000', '144225.516000', '144225.518000', '144225.521000', '144225.524000', '144225.526000', '144225.529000', '144225.531000', '144225.534000', '144225.536000', '144225.539000', '144225.564000', '144225.566000', '144225.569000', '144225.572000', '144225.575000', '144225.577000', '144225.580000', '144225.582000', '144225.585000', '144225.587000', '144225.590000', '144225.593000', '144225.595000', '144225.598000', '144225.601000', '144225.603000', '144225.606000', '144245.473000', '144245.476000', '144245.479000', '144245.482000', '144245.484000', '144245.487000', '144245.489000', '144245.492000', '144245.495000', '144245.497000', '144245.500000', '144245.503000', '144245.535000', '144245.538000', '144245.540000', '144245.543000', '144245.546000', '144245.548000', '144245.551000', '144245.553000', '144245.556000', '144245.559000', '144245.561000', '144245.564000', '144245.566000', '144245.569000', '144245.572000', '144245.574000', '144245.577000', '144245.579000', '144245.582000', '144245.585000', '144245.587000', '144245.590000', '144245.593000', '144245.595000', '144245.598000', '144245.601000', '144245.603000', '144245.606000', '144245.609000', '144245.611000', '144245.614000', '144245.616000', '144305.474000', '144305.476000', '144305.479000', '144305.482000', '144305.484000', '144305.487000', '144305.490000', '144305.492000', '144305.495000', '144305.497000', '144305.500000', '144305.503000', '144305.505000', '144305.508000', '144305.511000', '144305.513000', '144305.516000', '144305.518000', '144305.521000', '144305.524000', '144305.526000', '144305.529000', '144305.531000', '144305.534000', '144305.537000', '144305.539000', '144305.542000', '144305.544000', '144305.547000', '144305.550000', '144305.552000', '144305.555000', '144305.557000', '144305.560000', '144305.562000', '144305.565000', '144305.568000', '144305.570000', '144305.573000', '144305.576000', '144305.578000', '144305.581000', '144305.583000', '144325.475000', '144325.478000', '144325.480000', '144325.483000', '144325.485000', '144325.488000', '144325.491000', '144325.493000', '144325.496000', '144325.498000', '144325.501000', '144325.504000', '144325.506000', '144325.509000', '144325.512000', '144325.514000', '144325.517000', '144325.519000', '144325.522000', '144325.524000', '144325.527000', '144325.530000', '144325.532000', '144325.535000', '144325.537000', '144325.540000', '144325.543000', '144325.545000', '144325.548000', '144325.551000', '144325.553000', '144325.556000', '144325.558000', '144325.561000', '144325.563000', '144325.566000', '144325.569000', '144325.571000', '144325.574000', '144325.576000', '144325.579000', '144325.582000', '144325.584000', '144325.587000', '144345.475000', '144345.477000', '144345.480000', '144345.483000', '144345.485000', '144345.488000', '144345.490000', '144345.493000', '144345.496000', '144345.498000', '144345.501000', '144345.504000', '144345.506000', '144345.509000', '144345.511000', '144345.514000', '144345.517000', '144345.519000', '144345.522000', '144345.524000', '144345.527000', '144345.530000', '144345.532000', '144345.535000', '144345.537000', '144345.540000', '144345.543000', '144345.545000', '144345.548000', '144345.550000', '144345.553000', '144345.556000', '144345.558000', '144345.561000', '144345.564000', '144345.566000', '144345.569000', '144345.580000', '144345.583000', '144345.586000', '144345.588000', '144345.591000', '144345.594000', '144405.473000', '144405.476000', '144405.479000', '144405.481000', '144405.484000', '144405.487000', '144405.489000', '144405.492000', '144405.494000', '144405.497000', '144405.500000', '144405.502000', '144405.505000', '144405.507000', '144405.510000', '144405.513000', '144405.515000', '144405.518000', '144405.521000', '144405.523000', '144405.526000', '144405.528000', '144405.531000', '144405.534000', '144405.536000', '144405.539000', '144405.542000', '144405.544000', '144405.547000', '144405.550000', '144405.552000', '144405.555000', '144405.557000', '144405.560000', '144405.563000', '144405.565000', '144405.568000', '144405.570000', '144405.573000', '144405.576000', '144405.578000', '144405.581000', '144405.583000', '144405.586000', '144425.473000', '144425.476000', '144425.479000', '144425.481000', '144425.484000', '144425.487000', '144425.489000', '144425.492000', '144425.495000', '144425.497000', '144425.500000', '144425.502000', '144425.505000', '144425.508000', '144425.510000', '144425.513000', '144425.515000', '144425.518000', '144425.521000', '144425.523000', '144425.526000', '144425.529000', '144425.531000', '144425.534000', '144425.536000', '144425.539000', '144425.542000', '144425.544000', '144425.547000', '144425.549000', '144425.552000', '144425.555000', '144425.557000', '144425.560000', '144425.562000', '144425.565000', '144425.568000', '144425.570000', '144425.573000', '144425.575000', '144425.578000', '144425.581000', '144425.583000', '144445.473000', '144445.476000', '144445.479000', '144445.482000', '144445.484000', '144445.487000', '144445.489000', '144445.492000', '144445.495000', '144445.497000', '144445.500000', '144445.502000', '144445.505000', '144445.508000', '144445.510000', '144445.513000', '144445.516000', '144445.518000', '144445.521000', '144445.523000', '144445.526000', '144445.529000', '144445.531000', '144445.534000', '144445.537000', '144445.539000', '144445.542000', '144445.544000', '144445.547000', '144445.550000', '144445.552000', '144445.555000', '144445.557000', '144445.560000', '144445.563000', '144445.565000', '144445.568000', '144445.571000', '144445.573000', '144445.576000', '144445.578000', '144445.581000', '144445.584000', '144445.586000', '144505.474000', '144505.476000', '144505.479000', '144505.482000', '144505.484000', '144505.487000', '144505.490000', '144505.492000', '144505.495000', '144505.497000', '144505.500000', '144505.503000', '144505.505000', '144505.508000', '144505.510000', '144505.513000', '144505.516000', '144505.520000', '144505.522000', '144505.525000', '144505.528000', '144505.530000', '144505.533000', '144505.535000', '144505.538000', '144505.541000', '144505.543000', '144505.546000', '144505.549000', '144505.551000', '144505.554000', '144505.557000', '144505.559000', '144505.562000', '144505.565000', '144505.567000', '144505.570000', '144505.572000', '144505.575000', '144505.578000', '144505.580000', '144505.583000', '144505.585000', '144525.473000', '144525.476000', '144525.479000', '144525.482000', '144525.484000', '144525.487000', '144525.489000', '144525.492000', '144525.494000', '144525.497000', '144525.500000', '144525.502000', '144525.505000', '144525.507000', '144525.510000', '144525.512000', '144525.515000', '144525.518000', '144525.520000', '144525.523000', '144525.525000', '144525.528000', '144525.531000', '144525.533000', '144525.536000', '144525.538000', '144525.541000', '144525.543000', '144525.546000', '144525.549000', '144525.551000', '144525.554000', '144525.556000', '144525.559000', '144525.562000', '144525.564000', '144525.567000', '144525.569000', '144525.572000', '144525.575000', '144525.577000', '144525.580000', '144525.582000', '144525.585000', '144545.475000', '144545.477000', '144545.480000', '144545.483000', '144545.485000', '144545.488000', '144545.491000', '144545.493000', '144545.496000', '144545.498000', '144545.501000', '144545.504000', '144545.506000', '144545.509000', '144545.511000', '144545.514000', '144545.517000', '144545.519000', '144545.522000', '144545.524000', '144545.527000', '144545.530000', '144545.532000', '144545.535000', '144545.538000', '144545.541000', '144545.543000', '144545.546000', '144545.548000', '144545.551000', '144545.553000', '144545.556000', '144545.559000', '144545.561000', '144545.564000', '144545.567000', '144545.569000', '144545.572000', '144545.574000', '144545.577000', '144545.579000', '144545.582000', '144545.585000', '144556.270000', '144556.273000', '144556.276000', '144556.279000', '144556.281000', '144556.284000', '144556.286000', '144556.289000', '144556.292000', '144556.295000', '144556.297000', '144556.300000', '144556.303000', '144556.305000', '144556.308000', '144556.310000', '144556.313000', '144556.316000', '144556.318000', '144556.321000', '144556.323000', '144556.326000', '144556.329000', '144556.331000'], 'InstanceCreationTime': ['143925.503000', '143925.507000', '143925.509000', '143925.517000', '143925.520000', '143925.523000', '143925.525000', '143925.528000', '143925.530000', '143925.533000', '143925.536000', '143925.538000', '143925.541000', '143925.544000', '143925.546000', '143925.549000', '143925.551000', '143925.554000', '143925.556000', '143925.559000', '143925.561000', '143925.564000', '143945.473000', '143945.476000', '143945.479000', '143945.481000', '143945.484000', '143945.487000', '143945.489000', '143945.492000', '143945.494000', '143945.497000', '143945.501000', '143945.504000', '143945.506000', '143945.509000', '143945.511000', '143945.514000', '143945.517000', '143945.519000', '143945.522000', '143945.524000', '143945.527000', '143945.529000', '143945.532000', '143945.536000', '143945.538000', '143945.542000', '143945.545000', '143945.548000', '143945.551000', '143945.553000', '143945.556000', '143945.558000', '143945.561000', '143945.564000', '143945.566000', '143945.569000', '143945.571000', '143945.574000', '143945.581000', '143945.583000', '143945.586000', '143945.589000', '143945.592000', '144005.473000', '144005.476000', '144005.479000', '144005.481000', '144005.484000', '144005.486000', '144005.489000', '144005.492000', '144005.494000', '144005.497000', '144005.499000', '144005.502000', '144005.504000', '144005.507000', '144005.510000', '144005.512000', '144005.515000', '144005.517000', '144005.520000', '144005.523000', '144005.525000', '144005.528000', '144005.530000', '144005.533000', '144005.535000', '144005.538000', '144005.541000', '144005.543000', '144005.546000', '144005.548000', '144005.551000', '144005.554000', '144005.565000', '144005.567000', '144005.571000', '144005.573000', '144005.576000', '144005.578000', '144005.581000', '144005.583000', '144005.586000', '144005.589000', '144005.591000', '144005.594000', '144025.474000', '144025.476000', '144025.479000', '144025.482000', '144025.484000', '144025.487000', '144025.489000', '144025.492000', '144025.494000', '144025.497000', '144025.499000', '144025.502000', '144025.505000', '144025.507000', '144025.510000', '144025.512000', '144025.515000', '144025.518000', '144025.520000', '144025.523000', '144025.525000', '144025.528000', '144025.531000', '144025.533000', '144025.536000', '144025.538000', '144025.541000', '144025.544000', '144025.546000', '144025.549000', '144025.551000', '144025.554000', '144025.556000', '144025.559000', '144025.562000', '144025.564000', '144025.567000', '144025.569000', '144025.572000', '144025.574000', '144025.577000', '144025.579000', '144025.582000', '144045.474000', '144045.476000', '144045.479000', '144045.482000', '144045.484000', '144045.487000', '144045.489000', '144045.492000', '144045.495000', '144045.497000', '144045.500000', '144045.502000', '144045.505000', '144045.508000', '144045.510000', '144045.513000', '144045.516000', '144045.546000', '144045.548000', '144045.551000', '144045.554000', '144045.556000', '144045.559000', '144045.561000', '144045.564000', '144045.566000', '144045.569000', '144045.572000', '144045.574000', '144045.577000', '144045.579000', '144045.582000', '144045.585000', '144045.587000', '144045.590000', '144045.593000', '144045.595000', '144045.598000', '144045.600000', '144045.603000', '144045.605000', '144045.608000', '144045.611000', '144045.613000', '144105.475000', '144105.478000', '144105.480000', '144105.483000', '144105.486000', '144105.488000', '144105.491000', '144105.493000', '144105.496000', '144105.499000', '144105.501000', '144105.504000', '144105.506000', '144105.509000', '144105.512000', '144105.514000', '144105.517000', '144105.520000', '144105.522000', '144105.525000', '144105.528000', '144105.531000', '144105.534000', '144105.537000', '144105.539000', '144105.542000', '144105.545000', '144105.547000', '144105.550000', '144105.552000', '144105.555000', '144105.558000', '144105.560000', '144105.563000', '144105.565000', '144105.568000', '144105.570000', '144105.573000', '144105.576000', '144105.578000', '144105.582000', '144105.585000', '144105.590000', '144125.475000', '144125.478000', '144125.480000', '144125.483000', '144125.485000', '144125.488000', '144125.490000', '144125.493000', '144125.496000', '144125.498000', '144125.501000', '144125.504000', '144125.506000', '144125.509000', '144125.512000', '144125.514000', '144125.517000', '144125.519000', '144125.522000', '144125.525000', '144125.527000', '144125.530000', '144125.532000', '144125.535000', '144125.538000', '144125.540000', '144125.543000', '144125.545000', '144125.548000', '144125.551000', '144125.553000', '144125.556000', '144125.559000', '144125.561000', '144125.564000', '144125.566000', '144125.569000', '144125.572000', '144125.574000', '144125.577000', '144125.580000', '144125.582000', '144125.585000', '144125.588000', '144145.474000', '144145.476000', '144145.479000', '144145.482000', '144145.484000', '144145.487000', '144145.490000', '144145.492000', '144145.495000', '144145.498000', '144145.500000', '144145.503000', '144145.505000', '144145.508000', '144145.511000', '144145.513000', '144145.516000', '144145.519000', '144145.521000', '144145.524000', '144145.526000', '144145.529000', '144145.532000', '144145.534000', '144145.537000', '144145.540000', '144145.543000', '144145.546000', '144145.549000', '144145.551000', '144145.554000', '144145.557000', '144145.559000', '144145.562000', '144145.564000', '144145.567000', '144145.570000', '144145.572000', '144145.575000', '144145.577000', '144145.580000', '144145.583000', '144145.585000', '144205.474000', '144205.476000', '144205.479000', '144205.482000', '144205.484000', '144205.487000', '144205.490000', '144205.492000', '144205.495000', '144205.497000', '144205.500000', '144205.503000', '144205.505000', '144205.508000', '144205.510000', '144205.513000', '144205.515000', '144205.518000', '144205.521000', '144205.523000', '144205.526000', '144205.528000', '144205.531000', '144205.534000', '144205.536000', '144205.539000', '144205.541000', '144205.544000', '144205.546000', '144205.549000', '144205.552000', '144205.554000', '144205.557000', '144205.560000', '144205.562000', '144205.565000', '144205.567000', '144205.570000', '144205.573000', '144205.575000', '144205.578000', '144205.580000', '144205.583000', '144205.586000', '144225.473000', '144225.476000', '144225.479000', '144225.482000', '144225.484000', '144225.487000', '144225.489000', '144225.492000', '144225.495000', '144225.497000', '144225.500000', '144225.503000', '144225.505000', '144225.508000', '144225.511000', '144225.513000', '144225.516000', '144225.518000', '144225.521000', '144225.524000', '144225.526000', '144225.529000', '144225.531000', '144225.534000', '144225.536000', '144225.539000', '144225.564000', '144225.566000', '144225.569000', '144225.572000', '144225.575000', '144225.577000', '144225.580000', '144225.582000', '144225.585000', '144225.587000', '144225.590000', '144225.593000', '144225.595000', '144225.598000', '144225.601000', '144225.603000', '144225.606000', '144245.473000', '144245.476000', '144245.479000', '144245.482000', '144245.484000', '144245.487000', '144245.489000', '144245.492000', '144245.495000', '144245.497000', '144245.500000', '144245.503000', '144245.535000', '144245.538000', '144245.540000', '144245.543000', '144245.546000', '144245.548000', '144245.551000', '144245.553000', '144245.556000', '144245.559000', '144245.561000', '144245.564000', '144245.566000', '144245.569000', '144245.572000', '144245.574000', '144245.577000', '144245.579000', '144245.582000', '144245.585000', '144245.587000', '144245.590000', '144245.593000', '144245.595000', '144245.598000', '144245.601000', '144245.603000', '144245.606000', '144245.609000', '144245.611000', '144245.614000', '144245.616000', '144305.474000', '144305.476000', '144305.479000', '144305.482000', '144305.484000', '144305.487000', '144305.490000', '144305.492000', '144305.495000', '144305.497000', '144305.500000', '144305.503000', '144305.505000', '144305.508000', '144305.511000', '144305.513000', '144305.516000', '144305.518000', '144305.521000', '144305.524000', '144305.526000', '144305.529000', '144305.531000', '144305.534000', '144305.537000', '144305.539000', '144305.542000', '144305.544000', '144305.547000', '144305.550000', '144305.552000', '144305.555000', '144305.557000', '144305.560000', '144305.562000', '144305.565000', '144305.568000', '144305.570000', '144305.573000', '144305.576000', '144305.578000', '144305.581000', '144305.583000', '144325.475000', '144325.478000', '144325.480000', '144325.483000', '144325.485000', '144325.488000', '144325.491000', '144325.493000', '144325.496000', '144325.498000', '144325.501000', '144325.504000', '144325.506000', '144325.509000', '144325.512000', '144325.514000', '144325.517000', '144325.519000', '144325.522000', '144325.524000', '144325.527000', '144325.530000', '144325.532000', '144325.535000', '144325.537000', '144325.540000', '144325.543000', '144325.545000', '144325.548000', '144325.551000', '144325.553000', '144325.556000', '144325.558000', '144325.561000', '144325.563000', '144325.566000', '144325.569000', '144325.571000', '144325.574000', '144325.576000', '144325.579000', '144325.582000', '144325.584000', '144325.587000', '144345.475000', '144345.477000', '144345.480000', '144345.483000', '144345.485000', '144345.488000', '144345.490000', '144345.493000', '144345.496000', '144345.498000', '144345.501000', '144345.504000', '144345.506000', '144345.509000', '144345.511000', '144345.514000', '144345.517000', '144345.519000', '144345.522000', '144345.524000', '144345.527000', '144345.530000', '144345.532000', '144345.535000', '144345.537000', '144345.540000', '144345.543000', '144345.545000', '144345.548000', '144345.550000', '144345.553000', '144345.556000', '144345.558000', '144345.561000', '144345.564000', '144345.566000', '144345.569000', '144345.580000', '144345.583000', '144345.586000', '144345.588000', '144345.591000', '144345.594000', '144405.473000', '144405.476000', '144405.479000', '144405.481000', '144405.484000', '144405.487000', '144405.489000', '144405.492000', '144405.494000', '144405.497000', '144405.500000', '144405.502000', '144405.505000', '144405.507000', '144405.510000', '144405.513000', '144405.515000', '144405.518000', '144405.521000', '144405.523000', '144405.526000', '144405.528000', '144405.531000', '144405.534000', '144405.536000', '144405.539000', '144405.542000', '144405.544000', '144405.547000', '144405.550000', '144405.552000', '144405.555000', '144405.557000', '144405.560000', '144405.563000', '144405.565000', '144405.568000', '144405.570000', '144405.573000', '144405.576000', '144405.578000', '144405.581000', '144405.583000', '144405.586000', '144425.473000', '144425.476000', '144425.479000', '144425.481000', '144425.484000', '144425.487000', '144425.489000', '144425.492000', '144425.495000', '144425.497000', '144425.500000', '144425.502000', '144425.505000', '144425.508000', '144425.510000', '144425.513000', '144425.515000', '144425.518000', '144425.521000', '144425.523000', '144425.526000', '144425.529000', '144425.531000', '144425.534000', '144425.536000', '144425.539000', '144425.542000', '144425.544000', '144425.547000', '144425.549000', '144425.552000', '144425.555000', '144425.557000', '144425.560000', '144425.562000', '144425.565000', '144425.568000', '144425.570000', '144425.573000', '144425.575000', '144425.578000', '144425.581000', '144425.583000', '144445.473000', '144445.476000', '144445.479000', '144445.482000', '144445.484000', '144445.487000', '144445.489000', '144445.492000', '144445.495000', '144445.497000', '144445.500000', '144445.502000', '144445.505000', '144445.508000', '144445.510000', '144445.513000', '144445.516000', '144445.518000', '144445.521000', '144445.523000', '144445.526000', '144445.529000', '144445.531000', '144445.534000', '144445.537000', '144445.539000', '144445.542000', '144445.544000', '144445.547000', '144445.550000', '144445.552000', '144445.555000', '144445.557000', '144445.560000', '144445.563000', '144445.565000', '144445.568000', '144445.571000', '144445.573000', '144445.576000', '144445.578000', '144445.581000', '144445.584000', '144445.586000', '144505.474000', '144505.476000', '144505.479000', '144505.482000', '144505.484000', '144505.487000', '144505.490000', '144505.492000', '144505.495000', '144505.497000', '144505.500000', '144505.503000', '144505.505000', '144505.508000', '144505.510000', '144505.513000', '144505.516000', '144505.520000', '144505.522000', '144505.525000', '144505.528000', '144505.530000', '144505.533000', '144505.535000', '144505.538000', '144505.541000', '144505.543000', '144505.546000', '144505.549000', '144505.551000', '144505.554000', '144505.557000', '144505.559000', '144505.562000', '144505.565000', '144505.567000', '144505.570000', '144505.572000', '144505.575000', '144505.578000', '144505.580000', '144505.583000', '144505.585000', '144525.473000', '144525.476000', '144525.479000', '144525.482000', '144525.484000', '144525.487000', '144525.489000', '144525.492000', '144525.494000', '144525.497000', '144525.500000', '144525.502000', '144525.505000', '144525.507000', '144525.510000', '144525.512000', '144525.515000', '144525.518000', '144525.520000', '144525.523000', '144525.525000', '144525.528000', '144525.531000', '144525.533000', '144525.536000', '144525.538000', '144525.541000', '144525.543000', '144525.546000', '144525.549000', '144525.551000', '144525.554000', '144525.556000', '144525.559000', '144525.562000', '144525.564000', '144525.567000', '144525.569000', '144525.572000', '144525.575000', '144525.577000', '144525.580000', '144525.582000', '144525.585000', '144545.475000', '144545.477000', '144545.480000', '144545.483000', '144545.485000', '144545.488000', '144545.491000', '144545.493000', '144545.496000', '144545.498000', '144545.501000', '144545.504000', '144545.506000', '144545.509000', '144545.511000', '144545.514000', '144545.517000', '144545.519000', '144545.522000', '144545.524000', '144545.527000', '144545.530000', '144545.532000', '144545.535000', '144545.538000', '144545.541000', '144545.543000', '144545.546000', '144545.548000', '144545.551000', '144545.553000', '144545.556000', '144545.559000', '144545.561000', '144545.564000', '144545.567000', '144545.569000', '144545.572000', '144545.574000', '144545.577000', '144545.579000', '144545.582000', '144545.585000', '144556.270000', '144556.273000', '144556.276000', '144556.279000', '144556.281000', '144556.284000', '144556.286000', '144556.289000', '144556.292000', '144556.295000', '144556.297000', '144556.300000', '144556.303000', '144556.305000', '144556.308000', '144556.310000', '144556.313000', '144556.316000', '144556.318000', '144556.321000', '144556.323000', '144556.326000', '144556.329000', '144556.331000'], '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': [14001, 9077, 13078, 9429, 12528, 9455, 13498, 10654, 10977, 11359, 9147, 12407, 8830, 14403, 9591, 15619, 10759, 14755, 11349, 15338, 12400, 15546, 10048, 14399, 9797, 13453, 9763, 13548, 10580, 8526, 11847, 9305, 12837, 9877, 8877, 11232, 9233, 13199, 12425, 14535, 12493, 12782, 16753, 11038, 15003, 10747, 13781, 9568, 12880, 8789, 11834, 9430, 9239, 9130, 10789, 9255, 10436, 9365, 12103, 9814, 11003, 9368, 11676, 9996, 12188, 10189, 10115, 9293, 12546, 11942, 17075, 12071, 13952, 10775, 12719, 9880, 19084, 12737, 14368, 10135, 13501, 9936, 14311, 10355, 9160, 12130, 8231, 12033, 9341, 14230, 11031, 11654, 9808, 8788, 14240, 12114, 14165, 10797, 14052, 11066, 13905, 10117, 14372, 12590, 12232, 9817, 13955, 9081, 14533, 9416, 13815, 9266, 13487, 9038, 12798, 8876, 13668, 10511, 11954, 10820, 14381, 9733, 14284, 11288, 11779, 10296, 13748, 11006, 11418, 12593, 11455, 12107, 8800, 11902, 8853, 14030, 9529, 11174, 13465, 8774, 12859, 9373, 14200, 8382, 14138, 10807, 14787, 12020, 13149, 13638, 9645, 13347, 9680, 9298, 11938, 11241, 11898, 13262, 9701, 13286, 12349, 15064, 14544, 10734, 14804, 9881, 16785, 12246, 16191, 11749, 10239, 12335, 8839, 13334, 9882, 13802, 11058, 9454, 11888, 8743, 13539, 9826, 13094, 10905, 11032, 12072, 10457, 13934, 9043, 13960, 9795, 13928, 11948, 13557, 11908, 9108, 12080, 9478, 12962, 10568, 9444, 12900, 9393, 12653, 10611, 14463, 12539, 10984, 13724, 9785, 14058, 10444, 17932, 12168, 15724, 11196, 10846, 12521, 10495, 13735, 8685, 13888, 8887, 13884, 8945, 14520, 9539, 14032, 9451, 13251, 10034, 13224, 11345, 8654, 12638, 9280, 12465, 10319, 11968, 11687, 8790, 14095, 8813, 14505, 12288, 14807, 16081, 14667, 10230, 14212, 9172, 13395, 9579, 14693, 9400, 14024, 9219, 12992, 11067, 13566, 11472, 8547, 13129, 8900, 12819, 8945, 14846, 9746, 14894, 9412, 14228, 9861, 15813, 11336, 12226, 12217, 8817, 13034, 9284, 13517, 9650, 14375, 11162, 15472, 11392, 15119, 10377, 13669, 10146, 13570, 9438, 14404, 9473, 13770, 9403, 13504, 9313, 14000, 9100, 14547, 9506, 13422, 8852, 13046, 14364, 12324, 13859, 11479, 13474, 10477, 12848, 10295, 12647, 10644, 12611, 10167, 10647, 10555, 11093, 10445, 13348, 10572, 13842, 8748, 12928, 9577, 12063, 13582, 11525, 12828, 11782, 8566, 13078, 8853, 12206, 10520, 12964, 16095, 12472, 12915, 12092, 13384, 11030, 14768, 11580, 11807, 12148, 12819, 11630, 17273, 10920, 16217, 12393, 14520, 9282, 12254, 10067, 16026, 11565, 13311, 11007, 9447, 12439, 10543, 11509, 18766, 12061, 14905, 10983, 14047, 11023, 13143, 11334, 13811, 10594, 12478, 10266, 12609, 11038, 14099, 11528, 13332, 10739, 12577, 10756, 12706, 10901, 12193, 10394, 8551, 11997, 9343, 11887, 10361, 8991, 13329, 10175, 12480, 12014, 9440, 14269, 11535, 16841, 11084, 15429, 10213, 15206, 10646, 17556, 11872, 15434, 11441, 13576, 11475, 12829, 11278, 12011, 12328, 8784, 12707, 10208, 12667, 11584, 12623, 11176, 12573, 8700, 12863, 9776, 12693, 9999, 13183, 8590, 13351, 8687, 12969, 8624, 13623, 9008, 13483, 8514, 13542, 8970, 13095, 9064, 14304, 11176, 11338, 11491, 8666, 12757, 8779, 14650, 11972, 14440, 16577, 10540, 13311, 14021, 8773, 14574, 10926, 13890, 10392, 13390, 9634, 13583, 9233, 13340, 11921, 13668, 16522, 12940, 17108, 12421, 13305, 12777, 12083, 12719, 11990, 13167, 11845, 12700, 11019, 12550, 10986, 12190, 11062, 12068, 9751, 11967, 9123, 12230, 9321, 11228, 9184, 11990, 9921, 12142, 10431, 12693, 10727, 12426, 10777, 8843, 11480, 9349, 10468, 10176, 8916, 11567, 9692, 12833, 11629, 12391, 9563, 14081, 10654, 16116, 11093, 15050, 10187, 13585, 10006, 15405, 12062, 15552, 10310, 13487, 10102, 13357, 12406, 13477, 10914, 12807, 10525, 12399, 11247, 12470, 11793, 12650, 10737, 12534, 11074, 11244, 11903, 10918, 10503, 10757, 11979, 10171, 12550, 10178, 13031, 9956, 12900, 9195, 12701, 8743, 13067, 10098, 12620, 11831, 11425, 14259, 10620, 13680, 10764, 12905, 9946, 12312, 10081, 12290, 10374, 12864, 9586, 12167, 9481, 11918, 10283, 12040, 9835, 12277, 9550, 12442, 8991, 13100, 9284, 13335, 9813, 12699, 12495, 11366, 17085, 11150, 13682, 10271, 12475, 10084, 11762, 10391, 12147, 9984, 11740, 9303, 11962, 9112, 12141, 9416, 12552, 8748, 12592, 8578, 13192, 10131, 12363, 10732, 12275, 13050, 10864, 15157, 10290, 13394, 9915, 13085, 9886, 12898, 10006, 13249, 9265, 13027, 10315, 12514, 12965, 11620, 11673, 11297, 12003, 10593, 13755, 10800, 13299, 10493, 11573, 10323, 11988, 10492, 12731, 10364, 9444, 10139, 10035, 10961, 8801, 10867, 9062, 12485, 8908, 12414, 9692, 12290, 10257, 12895, 10521, 12018, 10474, 14578, 11699, 11288, 11024, 8886, 12240, 9647, 11434, 9850, 14821, 10826, 12112, 10702, 14041, 10550, 15227, 10718, 13472, 10055, 10981, 10672, 10055, 12078, 9193, 13195, 9178, 13405, 9732, 12919, 10366, 14012, 10339, 12003, 10321, 11563, 10458, 12858, 10559, 13419, 10263, 11816, 10257, 10903, 10737, 10876, 11823, 11044, 12260, 8454, 12240, 8828, 12234, 8633, 13120, 9286, 12590, 9505, 12245, 10386, 13881, 10617, 14292, 10870, 10787, 12125, 9198, 13008, 8971, 14668, 11316, 14878, 12275, 14358, 12133, 10929, 13646, 9100, 14003, 11781, 8701, 12475, 10750, 8933, 12257, 8735, 14661, 9584, 14290, 9383, 14503, 19161, 13803, 17719, 11457, 15154, 10819, 14535, 11173, 14431, 10884, 12669, 10918, 13665, 11533, 16248, 11576, 16334, 10854, 14302, 10900, 13594, 11312, 14875, 10999, 12925, 10366, 12420, 10051, 12402, 10497, 13171, 11095, 12964, 10554, 12570, 10472, 12687, 10968, 13735, 11340, 12746, 11280, 8776, 13933, 10043, 8414, 11738, 8883, 12040, 10275, 13997, 11714, 12471, 13625, 9349, 13623, 13169, 13604, 17355, 12951, 13280, 11967, 10505, 12398, 10129, 13384, 8743, 13865, 8591, 13383, 11014, 10314, 12466, 8426, 13715, 11184, 8874, 13216, 9160, 15420, 11355, 14290, 11990, 14587, 11642, 16953, 11555, 14251, 11547, 15553, 11110, 16273, 11590, 13232, 11082, 11190, 11530, 12488, 12568, 11529, 12536, 10076, 12294, 9323, 12169, 10099, 12734, 9040, 12942, 8724, 12545, 8772, 12590, 9902, 12005, 10328], 'WindowCenter': [4916.0, 4842.0, 4879.0, 4840.0, 4866.0, 4826.0, 4862.0, 4836.0, 4834.0, 4842.0, 4815.0, 4855.0, 4815.0, 4872.0, 4826.0, 4872.0, 4835.0, 4872.0, 4833.0, 4873.0, 4843.0, 4870.0, 4822.0, 4860.0, 4822.0, 4874.0, 4835.0, 4875.0, 4832.0, 4814.0, 4853.0, 4811.0, 4838.0, 4821.0, 4813.0, 4841.0, 4811.0, 4850.0, 4840.0, 4860.0, 4839.0, 4840.0, 4866.0, 4807.0, 4845.0, 4804.0, 4832.0, 4784.0, 4822.0, 4774.0, 4815.0, 4797.0, 4798.0, 4797.0, 4816.0, 4797.0, 4819.0, 4812.0, 4852.0, 4834.0, 4833.0, 4825.0, 4844.0, 4836.0, 4851.0, 4835.0, 4834.0, 4814.0, 4852.0, 4846.0, 4884.0, 4853.0, 4861.0, 4832.0, 4840.0, 4810.0, 4888.0, 4839.0, 4847.0, 4809.0, 4838.0, 4810.0, 4859.0, 4820.0, 4800.0, 4839.0, 4791.0, 4839.0, 4812.0, 4873.0, 4845.0, 4856.0, 4837.0, 4814.0, 4878.0, 4855.0, 4874.0, 4834.0, 4864.0, 4830.0, 4861.0, 4811.0, 4860.0, 4841.0, 4829.0, 4809.0, 4848.0, 4800.0, 4860.0, 4799.0, 4846.0, 4800.0, 4849.0, 4797.0, 4839.0, 4798.0, 4848.0, 4820.0, 4840.0, 4830.0, 4858.0, 4812.0, 4861.0, 4831.0, 4839.0, 4821.0, 4848.0, 4831.0, 4828.0, 4840.0, 4831.0, 4841.0, 4800.0, 4842.0, 4825.0, 4874.0, 4833.0, 4853.0, 4874.0, 4816.0, 4861.0, 4824.0, 4875.0, 4806.0, 4873.0, 4844.0, 4870.0, 4854.0, 4864.0, 4875.0, 4822.0, 4860.0, 4825.0, 4824.0, 4856.0, 4846.0, 4853.0, 4865.0, 4824.0, 4864.0, 4855.0, 4873.0, 4862.0, 4832.0, 4861.0, 4810.0, 4879.0, 4839.0, 4867.0, 4838.0, 4807.0, 4837.0, 4799.0, 4847.0, 4807.0, 4847.0, 4830.0, 4809.0, 4839.0, 4800.0, 4859.0, 4820.0, 4850.0, 4842.0, 4832.0, 4853.0, 4832.0, 4861.0, 4812.0, 4861.0, 4820.0, 4861.0, 4842.0, 4862.0, 4842.0, 4812.0, 4852.0, 4823.0, 4859.0, 4833.0, 4823.0, 4863.0, 4825.0, 4862.0, 4847.0, 4872.0, 4866.0, 4845.0, 4863.0, 4824.0, 4860.0, 4829.0, 4890.0, 4840.0, 4869.0, 4829.0, 4827.0, 4850.0, 4819.0, 4858.0, 4799.0, 4858.0, 4799.0, 4857.0, 4798.0, 4857.0, 4808.0, 4856.0, 4807.0, 4836.0, 4809.0, 4846.0, 4828.0, 4799.0, 4849.0, 4821.0, 4851.0, 4833.0, 4853.0, 4855.0, 4813.0, 4884.0, 4813.0, 4873.0, 4851.0, 4872.0, 4870.0, 4869.0, 4819.0, 4858.0, 4800.0, 4858.0, 4809.0, 4858.0, 4809.0, 4870.0, 4823.0, 4858.0, 4840.0, 4859.0, 4841.0, 4810.0, 4860.0, 4810.0, 4861.0, 4811.0, 4871.0, 4821.0, 4868.0, 4811.0, 4860.0, 4820.0, 4868.0, 4839.0, 4837.0, 4849.0, 4809.0, 4859.0, 4810.0, 4859.0, 4820.0, 4869.0, 4840.0, 4871.0, 4839.0, 4869.0, 4818.0, 4847.0, 4819.0, 4848.0, 4808.0, 4856.0, 4806.0, 4847.0, 4796.0, 4846.0, 4796.0, 4845.0, 4796.0, 4844.0, 4795.0, 4834.0, 4784.0, 4835.0, 4842.0, 4824.0, 4832.0, 4824.0, 4832.0, 4804.0, 4833.0, 4815.0, 4835.0, 4817.0, 4836.0, 4829.0, 4828.0, 4831.0, 4840.0, 4832.0, 4861.0, 4831.0, 4860.0, 4801.0, 4863.0, 4822.0, 4852.0, 4858.0, 4850.0, 4849.0, 4852.0, 4801.0, 4861.0, 4811.0, 4853.0, 4832.0, 4863.0, 4881.0, 4863.0, 4863.0, 4852.0, 4858.0, 4830.0, 4861.0, 4843.0, 4841.0, 4852.0, 4849.0, 4840.0, 4890.0, 4831.0, 4882.0, 4840.0, 4858.0, 4798.0, 4837.0, 4819.0, 4868.0, 4842.0, 4849.0, 4832.0, 4810.0, 4851.0, 4830.0, 4842.0, 4900.0, 4851.0, 4869.0, 4830.0, 4858.0, 4829.0, 4847.0, 4829.0, 4848.0, 4829.0, 4838.0, 4819.0, 4837.0, 4830.0, 4858.0, 4829.0, 4847.0, 4830.0, 4837.0, 4829.0, 4847.0, 4841.0, 4851.0, 4835.0, 4812.0, 4850.0, 4821.0, 4839.0, 4831.0, 4823.0, 4875.0, 4845.0, 4876.0, 4878.0, 4837.0, 4885.0, 4843.0, 4893.0, 4842.0, 4871.0, 4821.0, 4869.0, 4820.0, 4880.0, 4840.0, 4868.0, 4829.0, 4846.0, 4829.0, 4837.0, 4828.0, 4837.0, 4839.0, 4799.0, 4849.0, 4819.0, 4849.0, 4828.0, 4840.0, 4843.0, 4851.0, 4801.0, 4850.0, 4820.0, 4850.0, 4820.0, 4849.0, 4801.0, 4850.0, 4801.0, 4850.0, 4802.0, 4863.0, 4812.0, 4862.0, 4803.0, 4862.0, 4812.0, 4862.0, 4814.0, 4871.0, 4844.0, 4844.0, 4856.0, 4816.0, 4878.0, 4829.0, 4887.0, 4855.0, 4885.0, 4896.0, 4848.0, 4875.0, 4885.0, 4826.0, 4897.0, 4857.0, 4875.0, 4833.0, 4863.0, 4836.0, 4874.0, 4823.0, 4863.0, 4839.0, 4861.0, 4866.0, 4838.0, 4855.0, 4826.0, 4822.0, 4824.0, 4812.0, 4811.0, 4800.0, 4809.0, 4798.0, 4810.0, 4787.0, 4807.0, 4788.0, 4810.0, 4789.0, 4810.0, 4782.0, 4824.0, 4781.0, 4822.0, 4782.0, 4802.0, 4783.0, 4825.0, 4806.0, 4838.0, 4818.0, 4837.0, 4831.0, 4839.0, 4831.0, 4827.0, 4856.0, 4838.0, 4845.0, 4848.0, 4838.0, 4872.0, 4842.0, 4880.0, 4860.0, 4869.0, 4839.0, 4877.0, 4837.0, 4896.0, 4858.0, 4888.0, 4849.0, 4866.0, 4838.0, 4885.0, 4855.0, 4884.0, 4821.0, 4863.0, 4821.0, 4861.0, 4841.0, 4850.0, 4820.0, 4839.0, 4819.0, 4839.0, 4818.0, 4839.0, 4826.0, 4838.0, 4817.0, 4838.0, 4827.0, 4829.0, 4828.0, 4829.0, 4818.0, 4830.0, 4839.0, 4821.0, 4850.0, 4822.0, 4851.0, 4822.0, 4850.0, 4810.0, 4850.0, 4800.0, 4849.0, 4820.0, 4838.0, 4828.0, 4829.0, 4859.0, 4831.0, 4848.0, 4828.0, 4838.0, 4819.0, 4838.0, 4819.0, 4838.0, 4820.0, 4838.0, 4811.0, 4838.0, 4821.0, 4839.0, 4833.0, 4851.0, 4833.0, 4852.0, 4825.0, 4863.0, 4825.0, 4864.0, 4824.0, 4862.0, 4822.0, 4852.0, 4841.0, 4842.0, 4880.0, 4831.0, 4850.0, 4821.0, 4839.0, 4820.0, 4840.0, 4821.0, 4840.0, 4822.0, 4841.0, 4823.0, 4853.0, 4825.0, 4853.0, 4823.0, 4864.0, 4815.0, 4864.0, 4815.0, 4864.0, 4834.0, 4854.0, 4832.0, 4855.0, 4850.0, 4833.0, 4869.0, 4832.0, 4859.0, 4821.0, 4861.0, 4833.0, 4852.0, 4823.0, 4852.0, 4811.0, 4865.0, 4832.0, 4852.0, 4849.0, 4830.0, 4828.0, 4829.0, 4828.0, 4819.0, 4846.0, 4830.0, 4848.0, 4820.0, 4828.0, 4818.0, 4827.0, 4818.0, 4838.0, 4822.0, 4812.0, 4819.0, 4806.0, 4843.0, 4813.0, 4844.0, 4810.0, 4851.0, 4812.0, 4850.0, 4823.0, 4849.0, 4832.0, 4850.0, 4832.0, 4841.0, 4834.0, 4863.0, 4843.0, 4832.0, 4832.0, 4802.0, 4842.0, 4823.0, 4840.0, 4823.0, 4871.0, 4833.0, 4842.0, 4832.0, 4858.0, 4832.0, 4870.0, 4822.0, 4850.0, 4821.0, 4819.0, 4820.0, 4810.0, 4841.0, 4811.0, 4851.0, 4800.0, 4850.0, 4810.0, 4839.0, 4820.0, 4848.0, 4820.0, 4828.0, 4819.0, 4828.0, 4820.0, 4838.0, 4820.0, 4848.0, 4820.0, 4828.0, 4808.0, 4818.0, 4820.0, 4819.0, 4840.0, 4829.0, 4838.0, 4790.0, 4840.0, 4800.0, 4840.0, 4802.0, 4852.0, 4813.0, 4851.0, 4823.0, 4853.0, 4847.0, 4875.0, 4835.0, 4874.0, 4842.0, 4831.0, 4851.0, 4825.0, 4862.0, 4813.0, 4872.0, 4845.0, 4872.0, 4856.0, 4873.0, 4854.0, 4834.0, 4874.0, 4812.0, 4861.0, 4838.0, 4817.0, 4851.0, 4846.0, 4826.0, 4868.0, 4829.0, 4898.0, 4839.0, 4888.0, 4828.0, 4887.0, 4915.0, 4865.0, 4891.0, 4844.0, 4871.0, 4831.0, 4861.0, 4832.0, 4859.0, 4831.0, 4849.0, 4832.0, 4860.0, 4841.0, 4880.0, 4842.0, 4880.0, 4831.0, 4859.0, 4830.0, 4849.0, 4830.0, 4858.0, 4819.0, 4837.0, 4818.0, 4837.0, 4809.0, 4838.0, 4820.0, 4849.0, 4842.0, 4849.0, 4831.0, 4839.0, 4831.0, 4850.0, 4847.0, 4873.0, 4856.0, 4864.0, 4843.0, 4812.0, 4874.0, 4835.0, 4816.0, 4864.0, 4827.0, 4865.0, 4847.0, 4887.0, 4869.0, 4865.0, 4874.0, 4815.0, 4863.0, 4851.0, 4860.0, 4877.0, 4840.0, 4852.0, 4841.0, 4818.0, 4850.0, 4819.0, 4848.0, 4800.0, 4872.0, 4800.0, 4849.0, 4828.0, 4830.0, 4864.0, 4813.0, 4873.0, 4855.0, 4828.0, 4877.0, 4826.0, 4884.0, 4847.0, 4876.0, 4845.0, 4859.0, 4831.0, 4879.0, 4831.0, 4859.0, 4832.0, 4858.0, 4817.0, 4867.0, 4829.0, 4837.0, 4831.0, 4818.0, 4831.0, 4837.0, 4841.0, 4832.0, 4841.0, 4810.0, 4841.0, 4800.0, 4840.0, 4820.0, 4851.0, 4802.0, 4853.0, 4804.0, 4868.0, 4826.0, 4863.0, 4825.0, 4843.0, 4823.0], 'WindowWidth': [10692.0, 10581.0, 10626.0, 10572.0, 10599.0, 10541.0, 10586.0, 10555.0, 10550.0, 10559.0, 10523.0, 10578.0, 10524.0, 10601.0, 10541.0, 10600.0, 10551.0, 10599.0, 10548.0, 10602.0, 10559.0, 10595.0, 10530.0, 10579.0, 10531.0, 10607.0, 10555.0, 10612.0, 10547.0, 10526.0, 10576.0, 10513.0, 10546.0, 10527.0, 10519.0, 10558.0, 10514.0, 10568.0, 10551.0, 10580.0, 10545.0, 10550.0, 10583.0, 10499.0, 10551.0, 10490.0, 10531.0, 10464.0, 10515.0, 10450.0, 10510.0, 10490.0, 10493.0, 10486.0, 10513.0, 10489.0, 10522.0, 10519.0, 10574.0, 10551.0, 10547.0, 10540.0, 10565.0, 10555.0, 10572.0, 10554.0, 10549.0, 10522.0, 10572.0, 10570.0, 10622.0, 10577.0, 10582.0, 10545.0, 10549.0, 10510.0, 10621.0, 10549.0, 10556.0, 10508.0, 10545.0, 10509.0, 10576.0, 10523.0, 10495.0, 10550.0, 10487.0, 10551.0, 10519.0, 10603.0, 10567.0, 10585.0, 10559.0, 10526.0, 10617.0, 10581.0, 10607.0, 10548.0, 10589.0, 10538.0, 10582.0, 10512.0, 10580.0, 10554.0, 10534.0, 10506.0, 10561.0, 10496.0, 10579.0, 10495.0, 10555.0, 10497.0, 10561.0, 10492.0, 10550.0, 10494.0, 10561.0, 10527.0, 10552.0, 10542.0, 10577.0, 10518.0, 10583.0, 10544.0, 10552.0, 10529.0, 10562.0, 10544.0, 10535.0, 10555.0, 10543.0, 10557.0, 10500.0, 10560.0, 10546.0, 10609.0, 10553.0, 10579.0, 10608.0, 10529.0, 10587.0, 10540.0, 10611.0, 10516.0, 10604.0, 10567.0, 10599.0, 10578.0, 10593.0, 10613.0, 10536.0, 10585.0, 10543.0, 10541.0, 10587.0, 10571.0, 10579.0, 10596.0, 10540.0, 10596.0, 10582.0, 10605.0, 10590.0, 10545.0, 10585.0, 10514.0, 10607.0, 10549.0, 10587.0, 10548.0, 10503.0, 10544.0, 10494.0, 10558.0, 10506.0, 10559.0, 10538.0, 10510.0, 10552.0, 10501.0, 10580.0, 10528.0, 10567.0, 10561.0, 10545.0, 10576.0, 10546.0, 10586.0, 10520.0, 10585.0, 10529.0, 10584.0, 10559.0, 10588.0, 10561.0, 10521.0, 10574.0, 10537.0, 10584.0, 10552.0, 10537.0, 10593.0, 10542.0, 10590.0, 10574.0, 10605.0, 10598.0, 10567.0, 10591.0, 10536.0, 10584.0, 10540.0, 10627.0, 10556.0, 10597.0, 10539.0, 10533.0, 10567.0, 10525.0, 10577.0, 10497.0, 10576.0, 10496.0, 10576.0, 10495.0, 10575.0, 10509.0, 10572.0, 10506.0, 10543.0, 10510.0, 10557.0, 10538.0, 10501.0, 10568.0, 10532.0, 10573.0, 10552.0, 10579.0, 10583.0, 10525.0, 10624.0, 10525.0, 10609.0, 10574.0, 10603.0, 10598.0, 10596.0, 10525.0, 10576.0, 10499.0, 10578.0, 10512.0, 10580.0, 10514.0, 10600.0, 10541.0, 10579.0, 10557.0, 10584.0, 10560.0, 10518.0, 10586.0, 10518.0, 10587.0, 10520.0, 10602.0, 10533.0, 10594.0, 10518.0, 10583.0, 10529.0, 10592.0, 10554.0, 10550.0, 10568.0, 10514.0, 10581.0, 10516.0, 10582.0, 10530.0, 10596.0, 10557.0, 10601.0, 10554.0, 10594.0, 10525.0, 10562.0, 10523.0, 10563.0, 10509.0, 10574.0, 10502.0, 10559.0, 10490.0, 10558.0, 10489.0, 10556.0, 10488.0, 10553.0, 10486.0, 10537.0, 10469.0, 10539.0, 10548.0, 10523.0, 10534.0, 10525.0, 10533.0, 10497.0, 10535.0, 10514.0, 10542.0, 10520.0, 10544.0, 10541.0, 10538.0, 10546.0, 10557.0, 10549.0, 10586.0, 10545.0, 10584.0, 10505.0, 10592.0, 10534.0, 10574.0, 10581.0, 10572.0, 10568.0, 10575.0, 10504.0, 10585.0, 10519.0, 10579.0, 10549.0, 10592.0, 10616.0, 10594.0, 10591.0, 10575.0, 10579.0, 10542.0, 10586.0, 10566.0, 10559.0, 10574.0, 10567.0, 10558.0, 10628.0, 10547.0, 10619.0, 10556.0, 10577.0, 10495.0, 10545.0, 10525.0, 10593.0, 10559.0, 10567.0, 10547.0, 10515.0, 10572.0, 10543.0, 10561.0, 10640.0, 10573.0, 10594.0, 10541.0, 10577.0, 10539.0, 10560.0, 10538.0, 10563.0, 10539.0, 10548.0, 10526.0, 10546.0, 10539.0, 10579.0, 10538.0, 10560.0, 10539.0, 10546.0, 10538.0, 10561.0, 10560.0, 10576.0, 10558.0, 10523.0, 10569.0, 10532.0, 10554.0, 10547.0, 10540.0, 10612.0, 10572.0, 10619.0, 10622.0, 10563.0, 10624.0, 10563.0, 10635.0, 10558.0, 10599.0, 10530.0, 10594.0, 10525.0, 10611.0, 10554.0, 10591.0, 10537.0, 10556.0, 10537.0, 10545.0, 10535.0, 10546.0, 10551.0, 10496.0, 10566.0, 10523.0, 10565.0, 10536.0, 10553.0, 10564.0, 10571.0, 10501.0, 10567.0, 10527.0, 10568.0, 10526.0, 10566.0, 10502.0, 10569.0, 10503.0, 10569.0, 10505.0, 10588.0, 10520.0, 10587.0, 10509.0, 10587.0, 10522.0, 10588.0, 10527.0, 10600.0, 10565.0, 10565.0, 10585.0, 10529.0, 10620.0, 10555.0, 10631.0, 10584.0, 10626.0, 10641.0, 10578.0, 10612.0, 10625.0, 10548.0, 10646.0, 10589.0, 10610.0, 10553.0, 10594.0, 10560.0, 10611.0, 10537.0, 10592.0, 10556.0, 10587.0, 10588.0, 10548.0, 10569.0, 10526.0, 10516.0, 10520.0, 10500.0, 10500.0, 10482.0, 10495.0, 10477.0, 10497.0, 10462.0, 10489.0, 10463.0, 10497.0, 10466.0, 10496.0, 10461.0, 10525.0, 10462.0, 10519.0, 10461.0, 10490.0, 10467.0, 10528.0, 10504.0, 10549.0, 10523.0, 10548.0, 10544.0, 10551.0, 10545.0, 10550.0, 10589.0, 10564.0, 10571.0, 10580.0, 10567.0, 10619.0, 10574.0, 10625.0, 10597.0, 10611.0, 10565.0, 10617.0, 10559.0, 10643.0, 10592.0, 10635.0, 10578.0, 10599.0, 10560.0, 10626.0, 10580.0, 10621.0, 10531.0, 10590.0, 10528.0, 10586.0, 10555.0, 10568.0, 10524.0, 10550.0, 10523.0, 10549.0, 10519.0, 10549.0, 10530.0, 10549.0, 10517.0, 10548.0, 10532.0, 10536.0, 10535.0, 10537.0, 10522.0, 10542.0, 10554.0, 10530.0, 10568.0, 10533.0, 10572.0, 10533.0, 10569.0, 10514.0, 10570.0, 10500.0, 10565.0, 10524.0, 10550.0, 10536.0, 10539.0, 10582.0, 10543.0, 10563.0, 10536.0, 10549.0, 10524.0, 10548.0, 10524.0, 10549.0, 10527.0, 10550.0, 10516.0, 10550.0, 10531.0, 10554.0, 10547.0, 10572.0, 10551.0, 10576.0, 10541.0, 10593.0, 10541.0, 10594.0, 10538.0, 10590.0, 10533.0, 10574.0, 10557.0, 10558.0, 10610.0, 10544.0, 10568.0, 10529.0, 10552.0, 10527.0, 10555.0, 10531.0, 10554.0, 10533.0, 10559.0, 10537.0, 10578.0, 10541.0, 10578.0, 10540.0, 10594.0, 10529.0, 10594.0, 10529.0, 10594.0, 10554.0, 10581.0, 10548.0, 10580.0, 10571.0, 10549.0, 10597.0, 10548.0, 10583.0, 10533.0, 10587.0, 10550.0, 10576.0, 10536.0, 10576.0, 10516.0, 10598.0, 10547.0, 10572.0, 10564.0, 10539.0, 10534.0, 10537.0, 10533.0, 10523.0, 10558.0, 10538.0, 10562.0, 10526.0, 10533.0, 10522.0, 10532.0, 10521.0, 10547.0, 10533.0, 10516.0, 10523.0, 10502.0, 10563.0, 10526.0, 10565.0, 10516.0, 10571.0, 10518.0, 10569.0, 10534.0, 10568.0, 10546.0, 10567.0, 10544.0, 10555.0, 10550.0, 10587.0, 10562.0, 10545.0, 10545.0, 10503.0, 10556.0, 10533.0, 10554.0, 10535.0, 10599.0, 10549.0, 10558.0, 10546.0, 10579.0, 10545.0, 10594.0, 10531.0, 10566.0, 10529.0, 10524.0, 10526.0, 10511.0, 10555.0, 10514.0, 10569.0, 10498.0, 10566.0, 10510.0, 10549.0, 10524.0, 10562.0, 10524.0, 10533.0, 10524.0, 10533.0, 10525.0, 10548.0, 10525.0, 10562.0, 10524.0, 10533.0, 10507.0, 10518.0, 10525.0, 10521.0, 10553.0, 10536.0, 10548.0, 10484.0, 10552.0, 10499.0, 10553.0, 10503.0, 10570.0, 10520.0, 10569.0, 10534.0, 10575.0, 10575.0, 10608.0, 10553.0, 10605.0, 10559.0, 10540.0, 10567.0, 10540.0, 10584.0, 10520.0, 10601.0, 10567.0, 10600.0, 10582.0, 10604.0, 10577.0, 10551.0, 10606.0, 10520.0, 10584.0, 10551.0, 10532.0, 10573.0, 10572.0, 10545.0, 10606.0, 10553.0, 10645.0, 10566.0, 10634.0, 10551.0, 10631.0, 10668.0, 10595.0, 10628.0, 10564.0, 10598.0, 10542.0, 10583.0, 10544.0, 10580.0, 10543.0, 10567.0, 10547.0, 10584.0, 10557.0, 10609.0, 10560.0, 10611.0, 10544.0, 10578.0, 10541.0, 10565.0, 10539.0, 10575.0, 10523.0, 10543.0, 10521.0, 10543.0, 10510.0, 10548.0, 10526.0, 10566.0, 10559.0, 10567.0, 10543.0, 10550.0, 10544.0, 10566.0, 10574.0, 10606.0, 10589.0, 10592.0, 10563.0, 10520.0, 10607.0, 10557.0, 10534.0, 10597.0, 10550.0, 10598.0, 10579.0, 10632.0, 10609.0, 10596.0, 10607.0, 10525.0, 10591.0, 10572.0, 10581.0, 10603.0, 10553.0, 10572.0, 10557.0, 10521.0, 10566.0, 10524.0, 10559.0, 10498.0, 10606.0, 10502.0, 10563.0, 10535.0, 10543.0, 10594.0, 10525.0, 10604.0, 10585.0, 10549.0, 10616.0, 10543.0, 10619.0, 10571.0, 10610.0, 10567.0, 10581.0, 10542.0, 10608.0, 10541.0, 10577.0, 10541.0, 10575.0, 10517.0, 10584.0, 10536.0, 10544.0, 10538.0, 10518.0, 10541.0, 10545.0, 10556.0, 10543.0, 10554.0, 10512.0, 10554.0, 10497.0, 10554.0, 10526.0, 10569.0, 10504.0, 10575.0, 10509.0, 10605.0, 10548.0, 10590.0, 10537.0, 10560.0, 10533.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.0048183696900114805</td></tr>
<tr><td colspan=3>aqi</td><td>0.026538745809414465</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.93998487622985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2357729629540228</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0673170816666668</td></tr>
<tr><td colspan=3>efc</td><td>0.5083</td></tr>
<tr><td colspan=3>fber</td><td>3872.551</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10704827184944068</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.151549942594718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5419213516380714</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4370101237153325</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8422317504177323</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3465221807811494</td></tr>
<tr><td colspan=3>gcor</td><td>0.00943419</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01380210556089878</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028459375724196434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6351779348738456</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>15.5989</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.2456</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.9276</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292048.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1233.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>462.4593</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9549</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>658.6466</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3942.8029</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1146.0169</td></tr>
<tr><td colspan=3>tsnr</td><td>35.31919341115281</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>