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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-04_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-04_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-0014/ses-03/func/sub-0014_ses-03_task-social_acq-mb8_run-04_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>62d631c0c3a6d728d53b28f5856e6318</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>15:45:10.547500</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_VE11C_LATEST_20160120</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.994305, 0.0017246, 0.106556, -0.0203069, 0.984615, 0.173554]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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-04_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.0828737</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7742, -7282, 467, -26, -35, 26, 21]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>249.46</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8f161031-a967-4a42-8ebc-493d8b3a64a7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6676483154296875, -0.05448189005255699, 0.28246620297431946, 107.69414520263672], [-0.004626962821930647, 2.6416499614715576, 0.4717695116996765, -96.63047790527344], [0.2858814001083374, -0.4656326472759247, 2.643415689468384, -68.07160186767578], [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': ['154510.547500', '154511.007500', '154511.467500', '154511.927500', '154512.387500', '154512.847500', '154513.307500', '154513.767500', '154514.227500', '154514.687500', '154515.147500', '154515.607500', '154516.067500', '154516.527500', '154516.987500', '154517.447500', '154517.907500', '154518.367500', '154518.827500', '154519.287500', '154519.747500', '154520.207500', '154520.667500', '154521.127500', '154521.587500', '154522.047500', '154522.507500', '154522.967500', '154523.427500', '154523.887500', '154524.347500', '154524.807500', '154525.267500', '154525.727500', '154526.187500', '154526.647500', '154527.107500', '154527.567500', '154528.027500', '154528.487500', '154528.947500', '154529.407500', '154529.867500', '154530.327500', '154530.787500', '154531.247500', '154531.707500', '154532.167500', '154532.627500', '154533.087500', '154533.547500', '154534.007500', '154534.467500', '154534.927500', '154535.387500', '154535.847500', '154536.307500', '154536.767500', '154537.227500', '154537.687500', '154538.147500', '154538.607500', '154539.067500', '154539.527500', '154539.987500', '154540.447500', '154540.907500', '154541.367500', '154541.827500', '154542.287500', '154542.747500', '154543.207500', '154543.667500', '154544.127500', '154544.587500', '154545.047500', '154545.507500', '154545.967500', '154546.427500', '154546.887500', '154547.347500', '154547.807500', '154548.267500', '154548.727500', '154549.187500', '154549.647500', '154550.107500', '154550.567500', '154551.027500', '154551.487500', '154551.947500', '154552.407500', '154552.867500', '154553.327500', '154553.787500', '154554.247500', '154554.707500', '154555.167500', '154555.627500', '154556.087500', '154556.547500', '154557.007500', '154557.467500', '154557.927500', '154558.387500', '154558.847500', '154559.307500', '154559.767500', '154600.227500', '154600.687500', '154601.147500', '154601.607500', '154602.067500', '154602.527500', '154602.987500', '154603.447500', '154603.907500', '154604.367500', '154604.827500', '154605.287500', '154605.747500', '154606.207500', '154606.667500', '154607.127500', '154607.587500', '154608.047500', '154608.507500', '154608.967500', '154609.427500', '154609.887500', '154610.347500', '154610.807500', '154611.267500', '154611.727500', '154612.187500', '154612.647500', '154613.107500', '154613.567500', '154614.027500', '154614.487500', '154614.947500', '154615.407500', '154615.867500', '154616.327500', '154616.787500', '154617.247500', '154617.707500', '154618.167500', '154618.627500', '154619.087500', '154619.547500', '154620.007500', '154620.467500', '154620.927500', '154621.387500', '154621.847500', '154622.307500', '154622.767500', '154623.227500', '154623.687500', '154624.147500', '154624.607500', '154625.067500', '154625.527500', '154625.987500', '154626.447500', '154626.907500', '154627.367500', '154627.827500', '154628.287500', '154628.747500', '154629.207500', '154629.667500', '154630.127500', '154630.587500', '154631.047500', '154631.507500', '154631.967500', '154632.427500', '154632.887500', '154633.347500', '154633.807500', '154634.267500', '154634.727500', '154635.187500', '154635.647500', '154636.107500', '154636.567500', '154637.027500', '154637.487500', '154637.947500', '154638.407500', '154638.867500', '154639.327500', '154639.787500', '154640.247500', '154640.707500', '154641.167500', '154641.627500', '154642.087500', '154642.547500', '154643.007500', '154643.467500', '154643.927500', '154644.387500', '154644.847500', '154645.307500', '154645.767500', '154646.227500', '154646.687500', '154647.147500', '154647.607500', '154648.067500', '154648.527500', '154648.987500', '154649.447500', '154649.907500', '154650.367500', '154650.827500', '154651.287500', '154651.747500', '154652.207500', '154652.667500', '154653.127500', '154653.587500', '154654.047500', '154654.507500', '154654.967500', '154655.427500', '154655.887500', '154656.347500', '154656.807500', '154657.267500', '154657.727500', '154658.187500', '154658.647500', '154659.107500', '154659.567500', '154700.027500', '154700.487500', '154700.947500', '154701.407500', '154701.867500', '154702.327500', '154702.787500', '154703.247500', '154703.707500', '154704.167500', '154704.627500', '154705.087500', '154705.547500', '154706.007500', '154706.467500', '154706.927500', '154707.387500', '154707.847500', '154708.307500', '154708.767500', '154709.227500', '154709.687500', '154710.147500', '154710.607500', '154711.067500', '154711.527500', '154711.987500', '154712.447500', '154712.907500', '154713.367500', '154713.827500', '154714.287500', '154714.747500', '154715.207500', '154715.667500', '154716.127500', '154716.587500', '154717.047500', '154717.507500', '154717.967500', '154718.427500', '154718.887500', '154719.347500', '154719.807500', '154720.267500', '154720.727500', '154721.187500', '154721.647500', '154722.107500', '154722.567500', '154723.027500', '154723.487500', '154723.947500', '154724.407500', '154724.867500', '154725.327500', '154725.787500', '154726.247500', '154726.707500', '154727.167500', '154727.627500', '154728.087500', '154728.547500', '154729.007500', '154729.467500', '154729.927500', '154730.387500', '154730.847500', '154731.307500', '154731.767500', '154732.227500', '154732.687500', '154733.147500', '154733.607500', '154734.067500', '154734.527500', '154734.987500', '154735.447500', '154735.907500', '154736.367500', '154736.827500', '154737.287500', '154737.747500', '154738.207500', '154738.667500', '154739.127500', '154739.587500', '154740.047500', '154740.507500', '154740.967500', '154741.427500', '154741.887500', '154742.347500', '154742.807500', '154743.267500', '154743.727500', '154744.187500', '154744.647500', '154745.107500', '154745.567500', '154746.027500', '154746.487500', '154746.947500', '154747.407500', '154747.867500', '154748.327500', '154748.787500', '154749.247500', '154749.707500', '154750.167500', '154750.627500', '154751.087500', '154751.547500', '154752.007500', '154752.467500', '154752.927500', '154753.387500', '154753.847500', '154754.307500', '154754.767500', '154755.227500', '154755.687500', '154756.147500', '154756.607500', '154757.067500', '154757.527500', '154757.987500', '154758.447500', '154758.907500', '154759.367500', '154759.827500', '154800.287500', '154800.747500', '154801.207500', '154801.667500', '154802.127500', '154802.587500', '154803.047500', '154803.507500', '154803.967500', '154804.427500', '154804.887500', '154805.347500', '154805.807500', '154806.267500', '154806.727500', '154807.187500', '154807.647500', '154808.107500', '154808.567500', '154809.027500', '154809.487500', '154809.947500', '154810.407500', '154810.867500', '154811.327500', '154811.787500', '154812.247500', '154812.707500', '154813.167500', '154813.627500', '154814.087500', '154814.547500', '154815.007500', '154815.467500', '154815.927500', '154816.387500', '154816.847500', '154817.307500', '154817.767500', '154818.227500', '154818.687500', '154819.147500', '154819.607500', '154820.067500', '154820.527500', '154820.987500', '154821.447500', '154821.907500', '154822.367500', '154822.827500', '154823.287500', '154823.747500', '154824.207500', '154824.667500', '154825.127500', '154825.587500', '154826.047500', '154826.507500', '154826.967500', '154827.427500', '154827.887500', '154828.347500', '154828.807500', '154829.267500', '154829.727500', '154830.187500', '154830.647500', '154831.107500', '154831.567500', '154832.027500', '154832.487500', '154832.947500', '154833.407500', '154833.867500', '154834.327500', '154834.787500', '154835.247500', '154835.707500', '154836.167500', '154836.627500', '154837.087500', '154837.547500', '154838.007500', '154838.467500', '154838.927500', '154839.387500', '154839.847500', '154840.307500', '154840.767500', '154841.227500', '154841.687500', '154842.147500', '154842.607500', '154843.067500', '154843.527500', '154843.987500', '154844.447500', '154844.907500', '154845.367500', '154845.827500', '154846.287500', '154846.747500', '154847.207500', '154847.667500', '154848.127500', '154848.587500', '154849.047500', '154849.507500', '154849.967500', '154850.427500', '154850.887500', '154851.347500', '154851.807500', '154852.267500', '154852.727500', '154853.187500', '154853.647500', '154854.107500', '154854.567500', '154855.027500', '154855.487500', '154855.947500', '154856.407500', '154856.867500', '154857.327500', '154857.787500', '154858.247500', '154858.707500', '154859.167500', '154859.627500', '154900.087500', '154900.547500', '154901.007500', '154901.467500', '154901.927500', '154902.387500', '154902.847500', '154903.307500', '154903.767500', '154904.227500', '154904.687500', '154905.147500', '154905.607500', '154906.067500', '154906.527500', '154906.987500', '154907.447500', '154907.907500', '154908.367500', '154908.827500', '154909.287500', '154909.747500', '154910.207500', '154910.667500', '154911.127500', '154911.587500', '154912.047500', '154912.507500', '154912.967500', '154913.427500', '154913.887500', '154914.347500', '154914.807500', '154915.267500', '154915.727500', '154916.187500', '154916.647500', '154917.107500', '154917.567500', '154918.027500', '154918.487500', '154918.947500', '154919.407500', '154919.867500', '154920.327500', '154920.787500', '154921.247500', '154921.707500', '154922.167500', '154922.627500', '154923.087500', '154923.547500', '154924.007500', '154924.467500', '154924.927500', '154925.387500', '154925.847500', '154926.307500', '154926.767500', '154927.227500', '154927.687500', '154928.147500', '154928.607500', '154929.067500', '154929.527500', '154929.987500', '154930.447500', '154930.907500', '154931.367500', '154931.827500', '154932.287500', '154932.747500', '154933.207500', '154933.667500', '154934.127500', '154934.587500', '154935.047500', '154935.507500', '154935.967500', '154936.427500', '154936.887500', '154937.347500', '154937.807500', '154938.267500', '154938.727500', '154939.187500', '154939.647500', '154940.107500', '154940.567500', '154941.027500', '154941.487500', '154941.947500', '154942.407500', '154942.867500', '154943.327500', '154943.787500', '154944.247500', '154944.707500', '154945.167500', '154945.627500', '154946.087500', '154946.547500', '154947.007500', '154947.467500', '154947.927500', '154948.387500', '154948.847500', '154949.307500', '154949.767500', '154950.227500', '154950.687500', '154951.147500', '154951.607500', '154952.067500', '154952.527500', '154952.987500', '154953.447500', '154953.907500', '154954.367500', '154954.827500', '154955.287500', '154955.747500', '154956.207500', '154956.667500', '154957.127500', '154957.587500', '154958.047500', '154958.507500', '154958.967500', '154959.427500', '154959.887500', '155000.347500', '155000.807500', '155001.267500', '155001.727500', '155002.187500', '155002.647500', '155003.107500', '155003.567500', '155004.027500', '155004.487500', '155004.947500', '155005.407500', '155005.867500', '155006.327500', '155006.787500', '155007.247500', '155007.707500', '155008.167500', '155008.627500', '155009.087500', '155009.547500', '155010.007500', '155010.467500', '155010.927500', '155011.387500', '155011.847500', '155012.307500', '155012.767500', '155013.227500', '155013.687500', '155014.147500', '155014.607500', '155015.067500', '155015.527500', '155015.987500', '155016.447500', '155016.907500', '155017.367500', '155017.827500', '155018.287500', '155018.747500', '155019.207500', '155019.667500', '155020.127500', '155020.587500', '155021.047500', '155021.507500', '155021.967500', '155022.427500', '155022.887500', '155023.347500', '155023.807500', '155024.267500', '155024.727500', '155025.187500', '155025.647500', '155026.107500', '155026.567500', '155027.027500', '155027.487500', '155027.947500', '155028.407500', '155028.867500', '155029.327500', '155029.787500', '155030.247500', '155030.707500', '155031.167500', '155031.627500', '155032.087500', '155032.547500', '155033.007500', '155033.467500', '155033.927500', '155034.387500', '155034.847500', '155035.307500', '155035.767500', '155036.227500', '155036.687500', '155037.147500', '155037.607500', '155038.067500', '155038.527500', '155038.987500', '155039.447500', '155039.907500', '155040.367500', '155040.827500', '155041.287500', '155041.747500', '155042.207500', '155042.667500', '155043.127500', '155043.587500', '155044.047500', '155044.507500', '155044.967500', '155045.427500', '155045.887500', '155046.347500', '155046.807500', '155047.267500', '155047.727500', '155048.187500', '155048.647500', '155049.107500', '155049.567500', '155050.027500', '155050.487500', '155050.947500', '155051.407500', '155051.867500', '155052.327500', '155052.787500', '155053.247500', '155053.707500', '155054.167500', '155054.627500', '155055.087500', '155055.547500', '155056.007500', '155056.467500', '155056.927500', '155057.387500', '155057.847500', '155058.307500', '155058.767500', '155059.227500', '155059.687500', '155100.147500', '155100.607500', '155101.067500', '155101.527500', '155101.987500', '155102.447500', '155102.907500', '155103.367500', '155103.827500', '155104.287500', '155104.747500', '155105.207500', '155105.667500', '155106.127500', '155106.587500', '155107.047500', '155107.507500', '155107.967500', '155108.427500', '155108.887500', '155109.347500', '155109.807500', '155110.267500', '155110.727500', '155111.187500', '155111.647500', '155112.107500', '155112.567500', '155113.027500', '155113.487500', '155113.947500', '155114.407500', '155114.867500', '155115.327500', '155115.787500', '155116.247500', '155116.707500', '155117.167500', '155117.627500', '155118.087500', '155118.547500', '155119.007500', '155119.467500', '155119.927500', '155120.387500', '155120.847500', '155121.307500', '155121.767500', '155122.227500', '155122.687500', '155123.147500', '155123.607500', '155124.067500', '155124.527500', '155124.987500', '155125.447500', '155125.907500', '155126.367500', '155126.827500', '155127.287500', '155127.747500', '155128.207500', '155128.667500', '155129.127500', '155129.587500', '155130.047500', '155130.507500', '155130.967500', '155131.427500', '155131.887500', '155132.347500', '155132.807500', '155133.267500', '155133.727500', '155134.187500', '155134.647500', '155135.107500', '155135.567500', '155136.027500', '155136.487500', '155136.947500', '155137.407500', '155137.867500', '155138.327500', '155138.787500', '155139.247500', '155139.707500', '155140.167500', '155140.627500', '155141.087500', '155141.547500', '155142.007500', '155142.467500', '155142.927500', '155143.387500', '155143.847500', '155144.307500', '155144.767500', '155145.227500', '155145.687500', '155146.147500', '155146.607500', '155147.067500', '155147.527500', '155147.987500', '155148.447500', '155148.907500', '155149.367500', '155149.827500', '155150.287500', '155150.747500', '155151.207500'], 'ContentTime': ['154528.407000', '154528.410000', '154528.413000', '154528.416000', '154528.419000', '154528.421000', '154528.424000', '154528.427000', '154528.430000', '154528.435000', '154528.438000', '154528.441000', '154528.443000', '154528.446000', '154528.449000', '154528.452000', '154528.455000', '154528.458000', '154528.460000', '154528.463000', '154528.466000', '154528.469000', '154528.472000', '154528.474000', '154528.477000', '154528.480000', '154528.483000', '154528.487000', '154528.494000', '154528.497000', '154528.500000', '154528.503000', '154528.506000', '154528.509000', '154528.511000', '154528.514000', '154548.378000', '154548.381000', '154548.383000', '154548.386000', '154548.389000', '154548.392000', '154548.395000', '154548.397000', '154548.400000', '154548.403000', '154548.406000', '154548.408000', '154548.411000', '154548.421000', '154548.423000', '154548.426000', '154548.429000', '154548.432000', '154548.434000', '154548.437000', '154548.440000', '154548.443000', '154548.446000', '154548.448000', '154548.451000', '154548.454000', '154548.457000', '154548.459000', '154548.462000', '154548.465000', '154548.468000', '154548.471000', '154548.474000', '154548.476000', '154548.479000', '154548.482000', '154548.485000', '154548.487000', '154548.490000', '154548.493000', '154548.496000', '154548.499000', '154548.501000', '154548.504000', '154608.378000', '154608.381000', '154608.384000', '154608.387000', '154608.389000', '154608.393000', '154608.396000', '154608.399000', '154608.402000', '154608.405000', '154608.407000', '154608.410000', '154608.413000', '154608.416000', '154608.418000', '154608.421000', '154608.424000', '154608.427000', '154608.430000', '154608.432000', '154608.435000', '154608.438000', '154608.441000', '154608.444000', '154608.446000', '154608.449000', '154608.452000', '154608.455000', '154608.457000', '154608.460000', '154608.463000', '154608.466000', '154608.469000', '154608.472000', '154608.474000', '154608.477000', '154608.480000', '154608.483000', '154608.485000', '154608.488000', '154608.491000', '154608.494000', '154608.497000', '154628.378000', '154628.381000', '154628.384000', '154628.386000', '154628.389000', '154628.392000', '154628.395000', '154628.398000', '154628.400000', '154628.403000', '154628.406000', '154628.409000', '154628.411000', '154628.414000', '154628.417000', '154628.420000', '154628.423000', '154628.426000', '154628.428000', '154628.431000', '154628.434000', '154628.437000', '154628.439000', '154628.442000', '154628.445000', '154628.448000', '154628.451000', '154628.453000', '154628.456000', '154628.459000', '154628.462000', '154628.465000', '154628.467000', '154628.470000', '154628.473000', '154628.476000', '154628.478000', '154628.481000', '154628.484000', '154628.487000', '154628.490000', '154628.492000', '154628.495000', '154628.498000', '154648.378000', '154648.381000', '154648.384000', '154648.387000', '154648.389000', '154648.392000', '154648.395000', '154648.398000', '154648.401000', '154648.403000', '154648.406000', '154648.409000', '154648.412000', '154648.414000', '154648.417000', '154648.420000', '154648.423000', '154648.426000', '154648.429000', '154648.431000', '154648.434000', '154648.437000', '154648.440000', '154648.443000', '154648.445000', '154648.448000', '154648.451000', '154648.454000', '154648.457000', '154648.459000', '154648.462000', '154648.465000', '154648.468000', '154648.471000', '154648.473000', '154648.476000', '154648.479000', '154648.482000', '154648.485000', '154648.487000', '154648.490000', '154648.493000', '154648.496000', '154708.379000', '154708.390000', '154708.393000', '154708.396000', '154708.399000', '154708.402000', '154708.405000', '154708.408000', '154708.410000', '154708.413000', '154708.416000', '154708.419000', '154708.422000', '154708.424000', '154708.427000', '154708.430000', '154708.433000', '154708.436000', '154708.438000', '154708.441000', '154708.444000', '154708.447000', '154708.450000', '154708.452000', '154708.455000', '154708.458000', '154708.461000', '154708.464000', '154708.466000', '154708.469000', '154708.472000', '154708.475000', '154708.478000', '154708.481000', '154708.484000', '154708.486000', '154708.490000', '154708.492000', '154708.495000', '154708.498000', '154708.501000', '154708.504000', '154708.506000', '154728.379000', '154728.382000', '154728.385000', '154728.387000', '154728.390000', '154728.393000', '154728.396000', '154728.399000', '154728.401000', '154728.404000', '154728.407000', '154728.410000', '154728.413000', '154728.415000', '154728.418000', '154728.421000', '154728.424000', '154728.427000', '154728.429000', '154728.432000', '154728.435000', '154728.438000', '154728.441000', '154728.443000', '154728.446000', '154728.449000', '154728.452000', '154728.455000', '154728.457000', '154728.460000', '154728.463000', '154728.466000', '154728.469000', '154728.472000', '154728.474000', '154728.477000', '154728.480000', '154728.483000', '154728.486000', '154728.488000', '154728.491000', '154728.494000', '154728.497000', '154728.499000', '154748.379000', '154748.382000', '154748.385000', '154748.388000', '154748.391000', '154748.394000', '154748.396000', '154748.399000', '154748.402000', '154748.405000', '154748.407000', '154748.410000', '154748.413000', '154748.416000', '154748.419000', '154748.422000', '154748.424000', '154748.427000', '154748.430000', '154748.433000', '154748.436000', '154748.438000', '154748.441000', '154748.448000', '154748.451000', '154748.453000', '154748.456000', '154748.459000', '154748.462000', '154748.464000', '154748.467000', '154748.470000', '154748.473000', '154748.476000', '154748.478000', '154748.481000', '154748.484000', '154748.487000', '154748.489000', '154748.492000', '154748.495000', '154748.498000', '154748.501000', '154808.378000', '154808.381000', '154808.384000', '154808.386000', '154808.389000', '154808.392000', '154808.395000', '154808.397000', '154808.400000', '154808.403000', '154808.406000', '154808.409000', '154808.411000', '154808.414000', '154808.417000', '154808.420000', '154808.423000', '154808.426000', '154808.428000', '154808.431000', '154808.434000', '154808.437000', '154808.439000', '154808.442000', '154808.445000', '154808.448000', '154808.451000', '154808.453000', '154808.456000', '154808.459000', '154808.462000', '154808.465000', '154808.467000', '154808.470000', '154808.473000', '154808.476000', '154808.479000', '154808.481000', '154808.484000', '154808.487000', '154808.490000', '154808.492000', '154808.495000', '154808.498000', '154828.378000', '154828.381000', '154828.384000', '154828.387000', '154828.389000', '154828.392000', '154828.395000', '154828.398000', '154828.401000', '154828.403000', '154828.406000', '154828.410000', '154828.414000', '154828.417000', '154828.420000', '154828.423000', '154828.426000', '154828.428000', '154828.431000', '154828.434000', '154828.437000', '154828.440000', '154828.442000', '154828.445000', '154828.448000', '154828.451000', '154828.453000', '154828.456000', '154828.459000', '154828.462000', '154828.465000', '154828.467000', '154828.470000', '154828.473000', '154828.476000', '154828.479000', '154828.481000', '154828.484000', '154828.487000', '154828.490000', '154828.492000', '154828.509000', '154828.512000', '154848.378000', '154848.381000', '154848.384000', '154848.387000', '154848.389000', '154848.392000', '154848.395000', '154848.398000', '154848.401000', '154848.403000', '154848.406000', '154848.409000', '154848.412000', '154848.415000', '154848.417000', '154848.420000', '154848.423000', '154848.426000', '154848.429000', '154848.431000', '154848.434000', '154848.437000', '154848.440000', '154848.442000', '154848.445000', '154848.448000', '154848.451000', '154848.454000', '154848.457000', '154848.459000', '154848.462000', '154848.465000', '154848.468000', '154848.471000', '154848.473000', '154848.476000', '154848.479000', '154848.482000', '154848.485000', '154848.487000', '154848.490000', '154848.493000', '154848.496000', '154848.499000', '154908.378000', '154908.381000', '154908.384000', '154908.387000', '154908.389000', '154908.392000', '154908.395000', '154908.398000', '154908.400000', '154908.403000', '154908.406000', '154908.409000', '154908.412000', '154908.415000', '154908.418000', '154908.420000', '154908.423000', '154908.426000', '154908.430000', '154908.435000', '154908.438000', '154908.441000', '154908.444000', '154908.446000', '154908.449000', '154908.452000', '154908.455000', '154908.458000', '154908.460000', '154908.463000', '154908.466000', '154908.469000', '154908.472000', '154908.474000', '154908.477000', '154908.480000', '154908.483000', '154908.485000', '154908.488000', '154908.491000', '154908.494000', '154908.497000', '154908.500000', '154928.379000', '154928.382000', '154928.385000', '154928.388000', '154928.390000', '154928.393000', '154928.396000', '154928.399000', '154928.402000', '154928.404000', '154928.407000', '154928.410000', '154928.413000', '154928.416000', '154928.418000', '154928.421000', '154928.424000', '154928.427000', '154928.429000', '154928.432000', '154928.435000', '154928.438000', '154928.441000', '154928.443000', '154928.446000', '154928.449000', '154928.452000', '154928.455000', '154928.457000', '154928.460000', '154928.463000', '154928.466000', '154928.469000', '154928.471000', '154928.474000', '154928.477000', '154928.480000', '154928.483000', '154928.485000', '154928.488000', '154928.491000', '154928.494000', '154928.496000', '154928.499000', '154948.379000', '154948.382000', '154948.385000', '154948.388000', '154948.390000', '154948.393000', '154948.396000', '154948.399000', '154948.401000', '154948.404000', '154948.407000', '154948.410000', '154948.413000', '154948.416000', '154948.418000', '154948.421000', '154948.424000', '154948.427000', '154948.430000', '154948.432000', '154948.435000', '154948.438000', '154948.441000', '154948.444000', '154948.447000', '154948.450000', '154948.453000', '154948.456000', '154948.458000', '154948.461000', '154948.464000', '154948.467000', '154948.470000', '154948.472000', '154948.475000', '154948.478000', '154948.488000', '154948.491000', '154948.494000', '154948.496000', '154948.499000', '154948.502000', '154948.505000', '155008.379000', '155008.382000', '155008.385000', '155008.387000', '155008.390000', '155008.393000', '155008.396000', '155008.399000', '155008.412000', '155008.414000', '155008.417000', '155008.420000', '155008.423000', '155008.425000', '155008.428000', '155008.431000', '155008.434000', '155008.437000', '155008.439000', '155008.442000', '155008.445000', '155008.448000', '155008.451000', '155008.454000', '155008.456000', '155008.459000', '155008.462000', '155008.465000', '155008.467000', '155008.470000', '155008.473000', '155008.476000', '155008.479000', '155008.481000', '155008.484000', '155008.493000', '155008.496000', '155008.499000', '155008.502000', '155008.505000', '155008.507000', '155008.510000', '155008.513000', '155008.516000', '155028.378000', '155028.381000', '155028.384000', '155028.387000', '155028.390000', '155028.392000', '155028.395000', '155028.399000', '155028.403000', '155028.405000', '155028.408000', '155028.411000', '155028.414000', '155028.417000', '155028.420000', '155028.422000', '155028.425000', '155028.428000', '155028.431000', '155028.434000', '155028.437000', '155028.439000', '155028.442000', '155028.445000', '155028.448000', '155028.451000', '155028.454000', '155028.457000', '155028.459000', '155028.462000', '155028.465000', '155028.468000', '155028.471000', '155028.474000', '155028.477000', '155028.480000', '155028.482000', '155028.485000', '155028.488000', '155028.491000', '155028.494000', '155028.496000', '155028.499000', '155048.378000', '155048.381000', '155048.384000', '155048.386000', '155048.389000', '155048.392000', '155048.395000', '155048.398000', '155048.401000', '155048.404000', '155048.407000', '155048.410000', '155048.412000', '155048.415000', '155048.418000', '155048.421000', '155048.424000', '155048.426000', '155048.429000', '155048.432000', '155048.435000', '155048.438000', '155048.441000', '155048.443000', '155048.446000', '155048.449000', '155048.452000', '155048.454000', '155048.457000', '155048.460000', '155048.463000', '155048.466000', '155048.468000', '155048.471000', '155048.474000', '155048.477000', '155048.480000', '155048.483000', '155048.485000', '155048.488000', '155048.491000', '155048.494000', '155048.496000', '155048.499000', '155108.378000', '155108.381000', '155108.384000', '155108.387000', '155108.389000', '155108.392000', '155108.395000', '155108.398000', '155108.401000', '155108.404000', '155108.406000', '155108.409000', '155108.412000', '155108.415000', '155108.418000', '155108.420000', '155108.423000', '155108.426000', '155108.429000', '155108.432000', '155108.434000', '155108.437000', '155108.440000', '155108.443000', '155108.446000', '155108.448000', '155108.451000', '155108.454000', '155108.457000', '155108.460000', '155108.462000', '155108.465000', '155108.468000', '155108.471000', '155108.475000', '155108.478000', '155108.481000', '155108.484000', '155108.487000', '155108.490000', '155108.493000', '155108.495000', '155108.498000', '155128.378000', '155128.381000', '155128.384000', '155128.387000', '155128.389000', '155128.392000', '155128.395000', '155128.398000', '155128.401000', '155128.403000', '155128.406000', '155128.409000', '155128.412000', '155128.415000', '155128.417000', '155128.420000', '155128.423000', '155128.426000', '155128.428000', '155128.442000', '155128.445000', '155128.448000', '155128.451000', '155128.453000', '155128.456000', '155128.459000', '155128.462000', '155128.464000', '155128.467000', '155128.470000', '155128.473000', '155128.476000', '155128.478000', '155128.481000', '155128.484000', '155128.487000', '155128.490000', '155128.492000', '155128.495000', '155128.498000', '155128.501000', '155128.504000', '155128.506000', '155128.509000', '155148.379000', '155148.382000', '155148.385000', '155148.388000', '155148.390000', '155148.393000', '155148.396000', '155148.399000', '155148.402000', '155148.404000', '155148.407000', '155148.410000', '155148.413000', '155148.416000', '155148.418000', '155148.421000', '155148.424000', '155148.427000', '155148.430000', '155148.433000', '155148.435000', '155148.439000', '155148.442000', '155148.445000', '155148.448000', '155148.450000', '155148.453000', '155148.456000', '155148.459000', '155148.462000', '155148.465000', '155148.467000', '155148.470000', '155148.473000', '155148.476000', '155148.479000', '155148.482000', '155148.484000', '155148.487000', '155148.490000', '155148.493000', '155148.496000', '155148.499000', '155152.692000', '155152.695000', '155152.698000', '155152.701000', '155152.704000', '155152.707000', '155152.710000', '155152.713000', '155152.716000', '155152.720000'], 'InstanceCreationTime': ['154528.407000', '154528.410000', '154528.413000', '154528.416000', '154528.419000', '154528.421000', '154528.424000', '154528.427000', '154528.430000', '154528.435000', '154528.438000', '154528.441000', '154528.443000', '154528.446000', '154528.449000', '154528.452000', '154528.455000', '154528.458000', '154528.460000', '154528.463000', '154528.466000', '154528.469000', '154528.472000', '154528.474000', '154528.477000', '154528.480000', '154528.483000', '154528.487000', '154528.494000', '154528.497000', '154528.500000', '154528.503000', '154528.506000', '154528.509000', '154528.511000', '154528.514000', '154548.378000', '154548.381000', '154548.383000', '154548.386000', '154548.389000', '154548.392000', '154548.395000', '154548.397000', '154548.400000', '154548.403000', '154548.406000', '154548.408000', '154548.411000', '154548.421000', '154548.423000', '154548.426000', '154548.429000', '154548.432000', '154548.434000', '154548.437000', '154548.440000', '154548.443000', '154548.446000', '154548.448000', '154548.451000', '154548.454000', '154548.457000', '154548.459000', '154548.462000', '154548.465000', '154548.468000', '154548.471000', '154548.474000', '154548.476000', '154548.479000', '154548.482000', '154548.485000', '154548.487000', '154548.490000', '154548.493000', '154548.496000', '154548.499000', '154548.501000', '154548.504000', '154608.378000', '154608.381000', '154608.384000', '154608.387000', '154608.389000', '154608.393000', '154608.396000', '154608.399000', '154608.402000', '154608.405000', '154608.407000', '154608.410000', '154608.413000', '154608.416000', '154608.418000', '154608.421000', '154608.424000', '154608.427000', '154608.430000', '154608.432000', '154608.435000', '154608.438000', '154608.441000', '154608.444000', '154608.446000', '154608.449000', '154608.452000', '154608.455000', '154608.457000', '154608.460000', '154608.463000', '154608.466000', '154608.469000', '154608.472000', '154608.474000', '154608.477000', '154608.480000', '154608.483000', '154608.485000', '154608.488000', '154608.491000', '154608.494000', '154608.497000', '154628.378000', '154628.381000', '154628.384000', '154628.386000', '154628.389000', '154628.392000', '154628.395000', '154628.398000', '154628.400000', '154628.403000', '154628.406000', '154628.409000', '154628.411000', '154628.414000', '154628.417000', '154628.420000', '154628.423000', '154628.426000', '154628.428000', '154628.431000', '154628.434000', '154628.437000', '154628.439000', '154628.442000', '154628.445000', '154628.448000', '154628.451000', '154628.453000', '154628.456000', '154628.459000', '154628.462000', '154628.465000', '154628.467000', '154628.470000', '154628.473000', '154628.476000', '154628.478000', '154628.481000', '154628.484000', '154628.487000', '154628.490000', '154628.492000', '154628.495000', '154628.498000', '154648.378000', '154648.381000', '154648.384000', '154648.387000', '154648.389000', '154648.392000', '154648.395000', '154648.398000', '154648.401000', '154648.403000', '154648.406000', '154648.409000', '154648.412000', '154648.414000', '154648.417000', '154648.420000', '154648.423000', '154648.426000', '154648.429000', '154648.431000', '154648.434000', '154648.437000', '154648.440000', '154648.443000', '154648.445000', '154648.448000', '154648.451000', '154648.454000', '154648.457000', '154648.459000', '154648.462000', '154648.465000', '154648.468000', '154648.471000', '154648.473000', '154648.476000', '154648.479000', '154648.482000', '154648.485000', '154648.487000', '154648.490000', '154648.493000', '154648.496000', '154708.379000', '154708.390000', '154708.393000', '154708.396000', '154708.399000', '154708.402000', '154708.405000', '154708.408000', '154708.410000', '154708.413000', '154708.416000', '154708.419000', '154708.422000', '154708.424000', '154708.427000', '154708.430000', '154708.433000', '154708.436000', '154708.438000', '154708.441000', '154708.444000', '154708.447000', '154708.450000', '154708.452000', '154708.455000', '154708.458000', '154708.461000', '154708.464000', '154708.466000', '154708.469000', '154708.472000', '154708.475000', '154708.478000', '154708.481000', '154708.484000', '154708.486000', '154708.490000', '154708.492000', '154708.495000', '154708.498000', '154708.501000', '154708.504000', '154708.506000', '154728.379000', '154728.382000', '154728.385000', '154728.387000', '154728.390000', '154728.393000', '154728.396000', '154728.399000', '154728.401000', '154728.404000', '154728.407000', '154728.410000', '154728.413000', '154728.415000', '154728.418000', '154728.421000', '154728.424000', '154728.427000', '154728.429000', '154728.432000', '154728.435000', '154728.438000', '154728.441000', '154728.443000', '154728.446000', '154728.449000', '154728.452000', '154728.455000', '154728.457000', '154728.460000', '154728.463000', '154728.466000', '154728.469000', '154728.472000', '154728.474000', '154728.477000', '154728.480000', '154728.483000', '154728.486000', '154728.488000', '154728.491000', '154728.494000', '154728.497000', '154728.499000', '154748.379000', '154748.382000', '154748.385000', '154748.388000', '154748.391000', '154748.394000', '154748.396000', '154748.399000', '154748.402000', '154748.405000', '154748.407000', '154748.410000', '154748.413000', '154748.416000', '154748.419000', '154748.422000', '154748.424000', '154748.427000', '154748.430000', '154748.433000', '154748.436000', '154748.438000', '154748.441000', '154748.448000', '154748.451000', '154748.453000', '154748.456000', '154748.459000', '154748.462000', '154748.464000', '154748.467000', '154748.470000', '154748.473000', '154748.476000', '154748.478000', '154748.481000', '154748.484000', '154748.487000', '154748.489000', '154748.492000', '154748.495000', '154748.498000', '154748.501000', '154808.378000', '154808.381000', '154808.384000', '154808.386000', '154808.389000', '154808.392000', '154808.395000', '154808.397000', '154808.400000', '154808.403000', '154808.406000', '154808.409000', '154808.411000', '154808.414000', '154808.417000', '154808.420000', '154808.423000', '154808.426000', '154808.428000', '154808.431000', '154808.434000', '154808.437000', '154808.439000', '154808.442000', '154808.445000', '154808.448000', '154808.451000', '154808.453000', '154808.456000', '154808.459000', '154808.462000', '154808.465000', '154808.467000', '154808.470000', '154808.473000', '154808.476000', '154808.479000', '154808.481000', '154808.484000', '154808.487000', '154808.490000', '154808.492000', '154808.495000', '154808.498000', '154828.378000', '154828.381000', '154828.384000', '154828.387000', '154828.389000', '154828.392000', '154828.395000', '154828.398000', '154828.401000', '154828.403000', '154828.406000', '154828.410000', '154828.414000', '154828.417000', '154828.420000', '154828.423000', '154828.426000', '154828.428000', '154828.431000', '154828.434000', '154828.437000', '154828.440000', '154828.442000', '154828.445000', '154828.448000', '154828.451000', '154828.453000', '154828.456000', '154828.459000', '154828.462000', '154828.465000', '154828.467000', '154828.470000', '154828.473000', '154828.476000', '154828.479000', '154828.481000', '154828.484000', '154828.487000', '154828.490000', '154828.492000', '154828.509000', '154828.512000', '154848.378000', '154848.381000', '154848.384000', '154848.387000', '154848.389000', '154848.392000', '154848.395000', '154848.398000', '154848.401000', '154848.403000', '154848.406000', '154848.409000', '154848.412000', '154848.415000', '154848.417000', '154848.420000', '154848.423000', '154848.426000', '154848.429000', '154848.431000', '154848.434000', '154848.437000', '154848.440000', '154848.442000', '154848.445000', '154848.448000', '154848.451000', '154848.454000', '154848.457000', '154848.459000', '154848.462000', '154848.465000', '154848.468000', '154848.471000', '154848.473000', '154848.476000', '154848.479000', '154848.482000', '154848.485000', '154848.487000', '154848.490000', '154848.493000', '154848.496000', '154848.499000', '154908.378000', '154908.381000', '154908.384000', '154908.387000', '154908.389000', '154908.392000', '154908.395000', '154908.398000', '154908.400000', '154908.403000', '154908.406000', '154908.409000', '154908.412000', '154908.415000', '154908.418000', '154908.420000', '154908.423000', '154908.426000', '154908.430000', '154908.435000', '154908.438000', '154908.441000', '154908.444000', '154908.446000', '154908.449000', '154908.452000', '154908.455000', '154908.458000', '154908.460000', '154908.463000', '154908.466000', '154908.469000', '154908.472000', '154908.474000', '154908.477000', '154908.480000', '154908.483000', '154908.485000', '154908.488000', '154908.491000', '154908.494000', '154908.497000', '154908.500000', '154928.379000', '154928.382000', '154928.385000', '154928.388000', '154928.390000', '154928.393000', '154928.396000', '154928.399000', '154928.402000', '154928.404000', '154928.407000', '154928.410000', '154928.413000', '154928.416000', '154928.418000', '154928.421000', '154928.424000', '154928.427000', '154928.429000', '154928.432000', '154928.435000', '154928.438000', '154928.441000', '154928.443000', '154928.446000', '154928.449000', '154928.452000', '154928.455000', '154928.457000', '154928.460000', '154928.463000', '154928.466000', '154928.469000', '154928.471000', '154928.474000', '154928.477000', '154928.480000', '154928.483000', '154928.485000', '154928.488000', '154928.491000', '154928.494000', '154928.496000', '154928.499000', '154948.379000', '154948.382000', '154948.385000', '154948.388000', '154948.390000', '154948.393000', '154948.396000', '154948.399000', '154948.401000', '154948.404000', '154948.407000', '154948.410000', '154948.413000', '154948.416000', '154948.418000', '154948.421000', '154948.424000', '154948.427000', '154948.430000', '154948.432000', '154948.435000', '154948.438000', '154948.441000', '154948.444000', '154948.447000', '154948.450000', '154948.453000', '154948.456000', '154948.458000', '154948.461000', '154948.464000', '154948.467000', '154948.470000', '154948.472000', '154948.475000', '154948.478000', '154948.488000', '154948.491000', '154948.494000', '154948.496000', '154948.499000', '154948.502000', '154948.505000', '155008.379000', '155008.382000', '155008.385000', '155008.387000', '155008.390000', '155008.393000', '155008.396000', '155008.399000', '155008.412000', '155008.414000', '155008.417000', '155008.420000', '155008.423000', '155008.425000', '155008.428000', '155008.431000', '155008.434000', '155008.437000', '155008.439000', '155008.442000', '155008.445000', '155008.448000', '155008.451000', '155008.454000', '155008.456000', '155008.459000', '155008.462000', '155008.465000', '155008.467000', '155008.470000', '155008.473000', '155008.476000', '155008.479000', '155008.481000', '155008.484000', '155008.493000', '155008.496000', '155008.499000', '155008.502000', '155008.505000', '155008.507000', '155008.510000', '155008.513000', '155008.516000', '155028.378000', '155028.381000', '155028.384000', '155028.387000', '155028.390000', '155028.392000', '155028.395000', '155028.399000', '155028.403000', '155028.405000', '155028.408000', '155028.411000', '155028.414000', '155028.417000', '155028.420000', '155028.422000', '155028.425000', '155028.428000', '155028.431000', '155028.434000', '155028.437000', '155028.439000', '155028.442000', '155028.445000', '155028.448000', '155028.451000', '155028.454000', '155028.457000', '155028.459000', '155028.462000', '155028.465000', '155028.468000', '155028.471000', '155028.474000', '155028.477000', '155028.480000', '155028.482000', '155028.485000', '155028.488000', '155028.491000', '155028.494000', '155028.496000', '155028.499000', '155048.378000', '155048.381000', '155048.384000', '155048.386000', '155048.389000', '155048.392000', '155048.395000', '155048.398000', '155048.401000', '155048.404000', '155048.407000', '155048.410000', '155048.412000', '155048.415000', '155048.418000', '155048.421000', '155048.424000', '155048.426000', '155048.429000', '155048.432000', '155048.435000', '155048.438000', '155048.441000', '155048.443000', '155048.446000', '155048.449000', '155048.452000', '155048.454000', '155048.457000', '155048.460000', '155048.463000', '155048.466000', '155048.468000', '155048.471000', '155048.474000', '155048.477000', '155048.480000', '155048.483000', '155048.485000', '155048.488000', '155048.491000', '155048.494000', '155048.496000', '155048.499000', '155108.378000', '155108.381000', '155108.384000', '155108.387000', '155108.389000', '155108.392000', '155108.395000', '155108.398000', '155108.401000', '155108.404000', '155108.406000', '155108.409000', '155108.412000', '155108.415000', '155108.418000', '155108.420000', '155108.423000', '155108.426000', '155108.429000', '155108.432000', '155108.434000', '155108.437000', '155108.440000', '155108.443000', '155108.446000', '155108.448000', '155108.451000', '155108.454000', '155108.457000', '155108.460000', '155108.462000', '155108.465000', '155108.468000', '155108.471000', '155108.475000', '155108.478000', '155108.481000', '155108.484000', '155108.487000', '155108.490000', '155108.493000', '155108.495000', '155108.498000', '155128.378000', '155128.381000', '155128.384000', '155128.387000', '155128.389000', '155128.392000', '155128.395000', '155128.398000', '155128.401000', '155128.403000', '155128.406000', '155128.409000', '155128.412000', '155128.415000', '155128.417000', '155128.420000', '155128.423000', '155128.426000', '155128.428000', '155128.442000', '155128.445000', '155128.448000', '155128.451000', '155128.453000', '155128.456000', '155128.459000', '155128.462000', '155128.464000', '155128.467000', '155128.470000', '155128.473000', '155128.476000', '155128.478000', '155128.481000', '155128.484000', '155128.487000', '155128.490000', '155128.492000', '155128.495000', '155128.498000', '155128.501000', '155128.504000', '155128.506000', '155128.509000', '155148.379000', '155148.382000', '155148.385000', '155148.388000', '155148.390000', '155148.393000', '155148.396000', '155148.399000', '155148.402000', '155148.404000', '155148.407000', '155148.410000', '155148.413000', '155148.416000', '155148.418000', '155148.421000', '155148.424000', '155148.427000', '155148.430000', '155148.433000', '155148.435000', '155148.439000', '155148.442000', '155148.445000', '155148.448000', '155148.450000', '155148.453000', '155148.456000', '155148.459000', '155148.462000', '155148.465000', '155148.467000', '155148.470000', '155148.473000', '155148.476000', '155148.479000', '155148.482000', '155148.484000', '155148.487000', '155148.490000', '155148.493000', '155148.496000', '155148.499000', '155152.692000', '155152.695000', '155152.698000', '155152.701000', '155152.704000', '155152.707000', '155152.710000', '155152.713000', '155152.716000', '155152.720000'], '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': [13444, 8040, 13800, 9179, 10919, 10287, 8746, 11338, 9050, 14188, 9262, 11280, 10457, 8829, 11178, 8792, 13554, 9572, 11884, 9305, 8780, 11488, 8189, 12199, 9734, 11244, 9690, 8681, 11783, 8480, 10346, 9573, 7279, 11981, 8442, 12591, 8933, 9447, 11317, 8089, 14171, 10289, 12191, 10600, 9680, 13414, 9994, 8150, 12315, 9540, 11656, 10836, 7979, 13628, 8457, 13745, 9515, 9496, 12285, 7839, 13726, 8626, 10825, 9996, 8409, 11555, 9800, 12006, 9818, 7937, 12272, 8288, 12337, 9748, 11614, 10212, 7645, 13213, 8570, 13090, 9756, 9009, 11739, 9825, 11363, 9713, 7949, 12133, 9121, 11969, 10204, 11740, 10760, 8872, 13058, 8300, 11888, 10695, 16239, 17717, 9428, 11125, 8372, 7858, 11908, 8500, 11950, 9411, 11180, 10085, 10641, 11835, 9733, 13565, 9707, 13965, 11469, 14824, 11685, 10482, 12139, 9024, 13273, 8931, 12766, 9263, 12243, 9050, 12159, 8750, 9482, 10139, 8074, 11690, 8476, 9092, 9585, 7946, 11372, 8677, 11374, 8847, 12878, 8603, 13123, 8754, 12416, 9755, 14146, 10403, 14548, 9832, 13901, 9942, 13420, 10210, 12833, 10273, 11815, 9308, 8673, 11851, 8959, 12536, 9982, 9002, 11287, 8041, 12832, 8807, 13173, 10142, 11832, 10148, 8009, 11779, 7931, 12794, 8414, 12566, 9182, 9818, 10755, 8241, 11834, 10382, 12168, 9126, 12643, 7558, 12417, 7653, 12569, 8104, 13244, 10376, 13120, 9597, 8787, 11285, 8923, 13047, 9750, 12808, 10278, 13831, 8796, 10715, 10787, 9517, 13230, 9344, 13145, 9389, 10377, 8696, 8397, 12638, 10009, 10784, 10059, 7427, 12228, 9442, 9964, 12894, 9466, 13688, 9669, 7790, 12896, 10601, 12808, 10530, 7711, 11760, 8066, 13848, 9450, 12546, 10967, 7439, 12985, 8429, 13658, 9306, 11538, 10597, 8026, 12496, 8204, 13751, 9424, 12764, 9885, 8375, 11911, 9289, 12352, 9298, 10387, 10187, 8181, 10985, 9653, 12521, 9725, 8401, 11106, 8203, 11927, 9818, 13412, 10337, 9399, 12318, 9081, 13170, 9492, 13022, 10524, 14008, 10716, 7199, 11894, 7613, 12735, 9273, 8481, 12161, 8893, 10843, 9755, 8736, 12802, 9331, 12268, 10211, 15446, 11366, 14614, 10905, 14571, 11162, 15280, 11547, 13472, 9335, 10883, 10299, 8925, 12539, 9664, 12753, 9953, 8708, 10140, 8180, 12346, 9656, 11147, 11023, 7886, 13673, 9182, 13802, 10567, 9786, 11918, 7726, 13825, 9016, 13501, 10726, 9044, 13517, 8886, 13794, 9694, 11170, 12330, 9203, 13544, 10115, 10379, 10037, 8477, 13285, 10855, 11586, 11829, 8180, 13650, 9165, 13240, 11239, 7607, 13544, 9126, 13731, 9902, 11812, 11276, 8247, 12922, 9624, 8627, 10052, 7310, 12836, 10351, 8679, 11434, 9252, 13926, 10263, 9105, 11430, 9292, 13918, 10814, 12368, 11070, 9087, 12362, 9155, 13228, 11086, 15055, 10292, 7981, 12378, 10101, 13327, 10164, 7554, 11950, 8502, 13466, 10000, 13212, 10520, 13844, 10806, 13949, 9283, 13150, 9802, 9220, 12178, 8741, 13247, 8902, 11208, 9256, 8828, 12372, 9467, 12768, 9868, 13727, 9537, 12697, 10888, 9188, 13381, 9189, 13453, 9276, 14425, 10778, 12855, 11823, 7719, 12668, 7904, 13839, 9696, 13516, 10762, 8092, 13080, 8385, 13565, 9259, 14364, 9680, 13539, 10363, 9455, 11729, 7624, 12653, 8263, 10990, 10380, 8267, 13101, 9183, 13384, 9882, 13270, 10074, 12578, 10060, 13458, 10802, 13294, 9484, 7857, 10293, 7658, 12559, 10060, 11037, 11073, 7481, 12651, 9354, 13489, 10452, 13102, 10361, 13398, 10375, 11741, 12647, 9118, 13805, 10289, 12486, 11246, 8932, 14164, 10605, 9802, 13433, 11851, 13462, 10947, 7538, 12690, 10055, 13923, 11035, 11888, 12843, 8424, 13501, 9677, 9421, 13215, 11580, 13411, 11153, 8233, 13121, 9092, 8814, 12395, 10796, 12629, 10420, 8004, 12787, 10136, 14367, 10921, 10341, 12862, 8596, 13132, 10046, 13550, 10245, 13523, 10228, 8776, 12346, 7876, 12536, 8962, 9574, 10705, 8029, 12079, 10229, 11320, 11022, 7541, 12500, 9341, 9665, 11891, 9661, 12594, 10390, 10173, 12892, 8888, 13496, 11371, 13063, 10690, 8610, 14311, 10208, 14305, 11185, 13325, 11938, 8651, 13469, 9957, 14140, 10498, 14811, 11135, 12180, 10621, 9409, 10903, 7909, 12740, 8282, 12614, 10135, 10468, 10121, 7401, 12217, 8982, 12646, 9669, 12230, 9475, 12853, 8105, 12906, 8594, 12730, 8433, 12211, 7948, 12222, 9728, 12498, 8316, 6710, 9330, 7046, 11856, 9491, 12770, 9871, 13039, 9286, 13402, 10275, 13606, 11386, 14658, 10647, 8650, 12694, 9770, 13277, 11072, 8846, 12119, 9270, 14215, 11512, 12225, 11216, 8819, 14222, 9697, 14560, 12084, 13373, 11073, 7680, 12913, 9121, 13783, 10430, 8982, 12915, 10533, 11919, 10426, 8570, 13103, 10998, 13057, 11034, 11866, 11541, 8675, 13695, 9545, 13511, 11825, 13204, 11135, 12666, 11414, 8055, 13659, 11397, 12716, 11811, 8178, 13393, 9608, 8052, 12149, 9502, 12886, 10860, 12239, 9978, 8109, 13155, 9033, 13290, 11522, 12121, 11242, 8226, 13760, 9777, 14735, 11028, 10075, 13050, 8466, 13963, 10736, 14100, 10739, 10379, 12729, 8974, 13937, 10128, 13639, 10318, 13944, 10398, 9763, 11906, 7971, 12581, 8906, 9980, 11019, 8338, 12067, 10538, 12563, 10270, 13177, 10721, 12968, 10431, 12214, 12875, 12650, 15891, 9556, 13745, 9624, 8564, 12572, 10185, 13075, 10995, 9331, 12623, 8542, 13770, 10554, 13410, 10893, 12267, 12407, 10701, 15559, 10229, 15058, 10984, 14786, 11587, 13870, 11450, 8240, 12704, 8783, 13896, 10387, 13704, 10927, 14346, 10973, 13121, 9118, 12751, 9639, 10210, 10897, 8543, 12272, 9672, 13205, 8766, 8076, 10482, 8442, 12185, 9565, 12607, 9308, 13069, 10008, 13220, 10720, 14054, 10697, 13214, 10477, 14076, 11087, 14259, 11120, 12747, 10598, 7316, 11671, 7779, 13084, 9293, 13115, 10389, 9165, 12200, 8466, 12876, 8603, 12952, 9896, 12537, 8945, 13881, 8554, 14432, 10492, 14835, 11447, 9777, 13402, 8478, 13432, 9631, 13089, 11116, 9884, 13242, 11949, 13909, 10463, 8750, 12867, 11327, 9602, 12947, 10808, 14288, 11202, 10411, 13425, 11712, 13803, 10750, 8606, 14162, 11141, 14056, 12402, 9639, 12963, 10639, 12639, 10683, 9363, 14002, 10918, 13397, 11304, 10313, 11377, 8534, 13783, 11320, 12774, 11842, 8278, 13226, 9858, 11499, 11854], 'WindowCenter': [3865.0, 3798.0, 3846.0, 3802.0, 3809.0, 3799.0, 3779.0, 3810.0, 3777.0, 3818.0, 3776.0, 3796.0, 3795.0, 3776.0, 3797.0, 3775.0, 3817.0, 3774.0, 3794.0, 3772.0, 3763.0, 3794.0, 3763.0, 3796.0, 3774.0, 3795.0, 3773.0, 3762.0, 3793.0, 3776.0, 3785.0, 3786.0, 3754.0, 3808.0, 3766.0, 3808.0, 3776.0, 3785.0, 3796.0, 3765.0, 3817.0, 3785.0, 3805.0, 3785.0, 3774.0, 3807.0, 3786.0, 3764.0, 3807.0, 3789.0, 3796.0, 3795.0, 3754.0, 3806.0, 3763.0, 3815.0, 3787.0, 3775.0, 3796.0, 3743.0, 3805.0, 3760.0, 3783.0, 3772.0, 3764.0, 3795.0, 3786.0, 3794.0, 3771.0, 3751.0, 3793.0, 3751.0, 3795.0, 3787.0, 3795.0, 3785.0, 3753.0, 3806.0, 3764.0, 3806.0, 3774.0, 3776.0, 3796.0, 3787.0, 3796.0, 3786.0, 3764.0, 3807.0, 3789.0, 3808.0, 3799.0, 3808.0, 3785.0, 3762.0, 3805.0, 3765.0, 3797.0, 3786.0, 3830.0, 3841.0, 3774.0, 3782.0, 3750.0, 3749.0, 3790.0, 3761.0, 3794.0, 3773.0, 3794.0, 3786.0, 3784.0, 3794.0, 3760.0, 3789.0, 3746.0, 3788.0, 3767.0, 3786.0, 3767.0, 3754.0, 3766.0, 3733.0, 3776.0, 3735.0, 3776.0, 3745.0, 3763.0, 3744.0, 3777.0, 3748.0, 3769.0, 3781.0, 3750.0, 3791.0, 3763.0, 3773.0, 3785.0, 3764.0, 3807.0, 3777.0, 3807.0, 3777.0, 3807.0, 3764.0, 3805.0, 3764.0, 3807.0, 3773.0, 3804.0, 3782.0, 3803.0, 3771.0, 3790.0, 3770.0, 3804.0, 3772.0, 3790.0, 3770.0, 3780.0, 3757.0, 3749.0, 3791.0, 3762.0, 3805.0, 3785.0, 3773.0, 3794.0, 3753.0, 3804.0, 3763.0, 3805.0, 3785.0, 3794.0, 3770.0, 3750.0, 3791.0, 3750.0, 3791.0, 3762.0, 3805.0, 3774.0, 3783.0, 3793.0, 3762.0, 3795.0, 3783.0, 3806.0, 3773.0, 3805.0, 3740.0, 3793.0, 3740.0, 3792.0, 3752.0, 3804.0, 3783.0, 3803.0, 3771.0, 3761.0, 3783.0, 3761.0, 3804.0, 3774.0, 3803.0, 3772.0, 3802.0, 3748.0, 3771.0, 3782.0, 3771.0, 3802.0, 3760.0, 3802.0, 3761.0, 3771.0, 3761.0, 3762.0, 3805.0, 3786.0, 3795.0, 3785.0, 3754.0, 3805.0, 3786.0, 3785.0, 3808.0, 3785.0, 3818.0, 3784.0, 3752.0, 3806.0, 3784.0, 3804.0, 3782.0, 3740.0, 3790.0, 3751.0, 3800.0, 3772.0, 3792.0, 3782.0, 3739.0, 3791.0, 3750.0, 3802.0, 3761.0, 3781.0, 3783.0, 3751.0, 3792.0, 3751.0, 3803.0, 3761.0, 3789.0, 3771.0, 3750.0, 3793.0, 3772.0, 3792.0, 3773.0, 3782.0, 3784.0, 3764.0, 3795.0, 3787.0, 3805.0, 3786.0, 3763.0, 3794.0, 3764.0, 3808.0, 3797.0, 3817.0, 3786.0, 3775.0, 3796.0, 3762.0, 3803.0, 3775.0, 3805.0, 3796.0, 3814.0, 3785.0, 3743.0, 3793.0, 3755.0, 3817.0, 3789.0, 3777.0, 3822.0, 3791.0, 3810.0, 3790.0, 3778.0, 3821.0, 3788.0, 3799.0, 3787.0, 3817.0, 3783.0, 3804.0, 3783.0, 3803.0, 3781.0, 3802.0, 3782.0, 3789.0, 3746.0, 3768.0, 3769.0, 3748.0, 3802.0, 3772.0, 3802.0, 3782.0, 3763.0, 3782.0, 3764.0, 3806.0, 3785.0, 3795.0, 3784.0, 3748.0, 3803.0, 3773.0, 3815.0, 3785.0, 3772.0, 3793.0, 3740.0, 3801.0, 3761.0, 3803.0, 3783.0, 3761.0, 3802.0, 3759.0, 3800.0, 3757.0, 3780.0, 3791.0, 3760.0, 3802.0, 3769.0, 3770.0, 3769.0, 3750.0, 3801.0, 3782.0, 3781.0, 3790.0, 3749.0, 3801.0, 3772.0, 3801.0, 3781.0, 3737.0, 3802.0, 3771.0, 3801.0, 3771.0, 3789.0, 3780.0, 3750.0, 3801.0, 3770.0, 3761.0, 3782.0, 3751.0, 3805.0, 3797.0, 3774.0, 3796.0, 3773.0, 3816.0, 3784.0, 3774.0, 3807.0, 3774.0, 3815.0, 3784.0, 3793.0, 3784.0, 3761.0, 3804.0, 3772.0, 3804.0, 3783.0, 3811.0, 3782.0, 3750.0, 3804.0, 3796.0, 3816.0, 3785.0, 3752.0, 3806.0, 3776.0, 3817.0, 3787.0, 3818.0, 3798.0, 3804.0, 3784.0, 3803.0, 3771.0, 3801.0, 3785.0, 3773.0, 3803.0, 3763.0, 3804.0, 3761.0, 3794.0, 3772.0, 3774.0, 3807.0, 3786.0, 3806.0, 3785.0, 3805.0, 3775.0, 3805.0, 3797.0, 3772.0, 3804.0, 3773.0, 3803.0, 3761.0, 3814.0, 3796.0, 3802.0, 3780.0, 3738.0, 3789.0, 3738.0, 3791.0, 3772.0, 3804.0, 3781.0, 3750.0, 3802.0, 3751.0, 3803.0, 3761.0, 3803.0, 3773.0, 3816.0, 3784.0, 3772.0, 3794.0, 3752.0, 3803.0, 3764.0, 3797.0, 3799.0, 3765.0, 3817.0, 3788.0, 3818.0, 3786.0, 3806.0, 3786.0, 3805.0, 3784.0, 3805.0, 3783.0, 3804.0, 3772.0, 3749.0, 3781.0, 3764.0, 3818.0, 3797.0, 3809.0, 3808.0, 3755.0, 3816.0, 3788.0, 3819.0, 3798.0, 3817.0, 3784.0, 3804.0, 3786.0, 3795.0, 3805.0, 3763.0, 3805.0, 3773.0, 3793.0, 3782.0, 3763.0, 3816.0, 3784.0, 3783.0, 3816.0, 3797.0, 3804.0, 3784.0, 3741.0, 3792.0, 3769.0, 3803.0, 3783.0, 3792.0, 3792.0, 3751.0, 3792.0, 3759.0, 3760.0, 3803.0, 3793.0, 3803.0, 3782.0, 3750.0, 3791.0, 3761.0, 3760.0, 3793.0, 3795.0, 3794.0, 3785.0, 3752.0, 3804.0, 3785.0, 3815.0, 3786.0, 3784.0, 3792.0, 3749.0, 3792.0, 3761.0, 3790.0, 3771.0, 3792.0, 3783.0, 3761.0, 3793.0, 3751.0, 3793.0, 3760.0, 3772.0, 3785.0, 3764.0, 3808.0, 3800.0, 3796.0, 3798.0, 3766.0, 3807.0, 3787.0, 3786.0, 3809.0, 3789.0, 3808.0, 3787.0, 3786.0, 3807.0, 3776.0, 3804.0, 3795.0, 3806.0, 3785.0, 3750.0, 3804.0, 3771.0, 3804.0, 3782.0, 3804.0, 3793.0, 3750.0, 3791.0, 3760.0, 3791.0, 3769.0, 3803.0, 3782.0, 3780.0, 3767.0, 3746.0, 3767.0, 3737.0, 3789.0, 3749.0, 3793.0, 3784.0, 3782.0, 3784.0, 3742.0, 3807.0, 3777.0, 3820.0, 3790.0, 3809.0, 3775.0, 3805.0, 3753.0, 3792.0, 3763.0, 3803.0, 3751.0, 3793.0, 3765.0, 3806.0, 3786.0, 3804.0, 3775.0, 3744.0, 3788.0, 3759.0, 3823.0, 3803.0, 3834.0, 3800.0, 3822.0, 3789.0, 3820.0, 3800.0, 3820.0, 3798.0, 3818.0, 3786.0, 3764.0, 3807.0, 3786.0, 3805.0, 3796.0, 3776.0, 3807.0, 3775.0, 3816.0, 3796.0, 3797.0, 3783.0, 3761.0, 3802.0, 3760.0, 3803.0, 3795.0, 3805.0, 3782.0, 3738.0, 3791.0, 3762.0, 3802.0, 3782.0, 3762.0, 3806.0, 3785.0, 3794.0, 3785.0, 3763.0, 3806.0, 3798.0, 3806.0, 3786.0, 3795.0, 3784.0, 3751.0, 3804.0, 3773.0, 3806.0, 3794.0, 3792.0, 3784.0, 3791.0, 3781.0, 3738.0, 3802.0, 3792.0, 3793.0, 3792.0, 3750.0, 3803.0, 3774.0, 3752.0, 3805.0, 3787.0, 3808.0, 3797.0, 3794.0, 3784.0, 3752.0, 3805.0, 3774.0, 3807.0, 3795.0, 3795.0, 3782.0, 3750.0, 3803.0, 3774.0, 3816.0, 3795.0, 3773.0, 3803.0, 3751.0, 3805.0, 3783.0, 3804.0, 3785.0, 3775.0, 3794.0, 3762.0, 3803.0, 3771.0, 3802.0, 3772.0, 3803.0, 3783.0, 3772.0, 3793.0, 3752.0, 3804.0, 3775.0, 3786.0, 3799.0, 3779.0, 3821.0, 3800.0, 3820.0, 3800.0, 3807.0, 3797.0, 3806.0, 3787.0, 3797.0, 3807.0, 3794.0, 3817.0, 3771.0, 3802.0, 3773.0, 3761.0, 3804.0, 3796.0, 3818.0, 3797.0, 3776.0, 3808.0, 3776.0, 3817.0, 3796.0, 3806.0, 3797.0, 3796.0, 3796.0, 3783.0, 3815.0, 3770.0, 3802.0, 3769.0, 3787.0, 3769.0, 3788.0, 3769.0, 3736.0, 3779.0, 3747.0, 3788.0, 3757.0, 3791.0, 3781.0, 3789.0, 3771.0, 3790.0, 3746.0, 3778.0, 3757.0, 3768.0, 3781.0, 3761.0, 3793.0, 3772.0, 3805.0, 3764.0, 3765.0, 3798.0, 3767.0, 3810.0, 3790.0, 3809.0, 3779.0, 3809.0, 3789.0, 3807.0, 3799.0, 3806.0, 3787.0, 3793.0, 3774.0, 3805.0, 3783.0, 3804.0, 3782.0, 3793.0, 3771.0, 3740.0, 3792.0, 3751.0, 3802.0, 3775.0, 3818.0, 3787.0, 3777.0, 3808.0, 3764.0, 3806.0, 3764.0, 3806.0, 3784.0, 3797.0, 3762.0, 3802.0, 3750.0, 3802.0, 3768.0, 3815.0, 3794.0, 3772.0, 3803.0, 3751.0, 3803.0, 3773.0, 3802.0, 3794.0, 3772.0, 3806.0, 3795.0, 3805.0, 3783.0, 3763.0, 3794.0, 3796.0, 3773.0, 3807.0, 3797.0, 3818.0, 3787.0, 3787.0, 3817.0, 3797.0, 3807.0, 3783.0, 3752.0, 3802.0, 3781.0, 3802.0, 3792.0, 3761.0, 3792.0, 3772.0, 3791.0, 3771.0, 3760.0, 3803.0, 3781.0, 3793.0, 3781.0, 3771.0, 3781.0, 3740.0, 3804.0, 3796.0, 3784.0, 3795.0, 3753.0, 3804.0, 3774.0, 3795.0, 3807.0], 'WindowWidth': [8653.0, 8550.0, 8606.0, 8541.0, 8543.0, 8529.0, 8503.0, 8545.0, 8497.0, 8551.0, 8492.0, 8517.0, 8516.0, 8490.0, 8521.0, 8490.0, 8548.0, 8487.0, 8513.0, 8481.0, 8470.0, 8515.0, 8474.0, 8517.0, 8488.0, 8513.0, 8482.0, 8467.0, 8511.0, 8494.0, 8504.0, 8505.0, 8460.0, 8535.0, 8478.0, 8536.0, 8495.0, 8504.0, 8520.0, 8476.0, 8547.0, 8503.0, 8528.0, 8499.0, 8484.0, 8533.0, 8504.0, 8474.0, 8533.0, 8514.0, 8520.0, 8516.0, 8459.0, 8529.0, 8470.0, 8541.0, 8506.0, 8486.0, 8515.0, 8441.0, 8525.0, 8462.0, 8494.0, 8479.0, 8472.0, 8514.0, 8502.0, 8513.0, 8479.0, 8452.0, 8509.0, 8452.0, 8513.0, 8507.0, 8517.0, 8502.0, 8455.0, 8527.0, 8470.0, 8527.0, 8485.0, 8493.0, 8513.0, 8508.0, 8518.0, 8503.0, 8473.0, 8533.0, 8515.0, 8538.0, 8526.0, 8535.0, 8501.0, 8467.0, 8525.0, 8476.0, 8520.0, 8508.0, 8571.0, 8589.0, 8485.0, 8491.0, 8446.0, 8445.0, 8501.0, 8466.0, 8512.0, 8484.0, 8511.0, 8504.0, 8498.0, 8510.0, 8458.0, 8496.0, 8432.0, 8491.0, 8463.0, 8489.0, 8461.0, 8438.0, 8456.0, 8411.0, 8470.0, 8416.0, 8471.0, 8430.0, 8452.0, 8430.0, 8475.0, 8440.0, 8472.0, 8490.0, 8448.0, 8504.0, 8469.0, 8483.0, 8501.0, 8474.0, 8534.0, 8497.0, 8536.0, 8494.0, 8535.0, 8473.0, 8526.0, 8474.0, 8532.0, 8484.0, 8526.0, 8492.0, 8520.0, 8476.0, 8500.0, 8472.0, 8523.0, 8480.0, 8500.0, 8473.0, 8485.0, 8453.0, 8442.0, 8502.0, 8468.0, 8526.0, 8500.0, 8483.0, 8511.0, 8456.0, 8525.0, 8470.0, 8527.0, 8501.0, 8511.0, 8477.0, 8447.0, 8503.0, 8447.0, 8502.0, 8470.0, 8529.0, 8489.0, 8497.0, 8512.0, 8470.0, 8515.0, 8496.0, 8532.0, 8484.0, 8528.0, 8436.0, 8507.0, 8435.0, 8505.0, 8454.0, 8526.0, 8496.0, 8522.0, 8478.0, 8463.0, 8494.0, 8465.0, 8525.0, 8486.0, 8524.0, 8480.0, 8518.0, 8445.0, 8476.0, 8493.0, 8478.0, 8521.0, 8462.0, 8521.0, 8464.0, 8475.0, 8466.0, 8470.0, 8530.0, 8507.0, 8517.0, 8501.0, 8462.0, 8530.0, 8507.0, 8503.0, 8536.0, 8503.0, 8552.0, 8501.0, 8455.0, 8532.0, 8501.0, 8527.0, 8493.0, 8435.0, 8502.0, 8449.0, 8513.0, 8481.0, 8506.0, 8493.0, 8432.0, 8502.0, 8447.0, 8517.0, 8462.0, 8492.0, 8497.0, 8450.0, 8507.0, 8449.0, 8519.0, 8463.0, 8499.0, 8475.0, 8450.0, 8510.0, 8480.0, 8506.0, 8484.0, 8493.0, 8498.0, 8471.0, 8516.0, 8508.0, 8530.0, 8505.0, 8471.0, 8514.0, 8473.0, 8537.0, 8524.0, 8547.0, 8506.0, 8486.0, 8515.0, 8465.0, 8523.0, 8486.0, 8530.0, 8519.0, 8539.0, 8503.0, 8445.0, 8511.0, 8463.0, 8548.0, 8517.0, 8497.0, 8563.0, 8520.0, 8543.0, 8517.0, 8498.0, 8559.0, 8513.0, 8524.0, 8508.0, 8550.0, 8497.0, 8525.0, 8493.0, 8524.0, 8493.0, 8520.0, 8489.0, 8495.0, 8436.0, 8465.0, 8470.0, 8436.0, 8520.0, 8482.0, 8521.0, 8494.0, 8468.0, 8492.0, 8475.0, 8533.0, 8504.0, 8517.0, 8494.0, 8449.0, 8523.0, 8486.0, 8544.0, 8503.0, 8482.0, 8508.0, 8436.0, 8517.0, 8465.0, 8524.0, 8498.0, 8463.0, 8520.0, 8459.0, 8513.0, 8455.0, 8488.0, 8505.0, 8461.0, 8521.0, 8472.0, 8473.0, 8471.0, 8450.0, 8520.0, 8494.0, 8491.0, 8502.0, 8445.0, 8516.0, 8482.0, 8518.0, 8490.0, 8429.0, 8520.0, 8477.0, 8517.0, 8475.0, 8500.0, 8489.0, 8449.0, 8520.0, 8476.0, 8465.0, 8495.0, 8453.0, 8530.0, 8522.0, 8488.0, 8519.0, 8487.0, 8545.0, 8501.0, 8487.0, 8534.0, 8487.0, 8543.0, 8499.0, 8509.0, 8496.0, 8463.0, 8525.0, 8484.0, 8526.0, 8495.0, 8531.0, 8491.0, 8449.0, 8525.0, 8519.0, 8545.0, 8503.0, 8456.0, 8531.0, 8492.0, 8547.0, 8510.0, 8553.0, 8523.0, 8527.0, 8498.0, 8522.0, 8478.0, 8517.0, 8501.0, 8483.0, 8524.0, 8469.0, 8526.0, 8467.0, 8510.0, 8480.0, 8488.0, 8533.0, 8505.0, 8534.0, 8502.0, 8527.0, 8486.0, 8529.0, 8519.0, 8481.0, 8526.0, 8482.0, 8522.0, 8463.0, 8538.0, 8517.0, 8520.0, 8489.0, 8429.0, 8498.0, 8428.0, 8501.0, 8479.0, 8524.0, 8492.0, 8447.0, 8520.0, 8451.0, 8520.0, 8464.0, 8522.0, 8483.0, 8544.0, 8501.0, 8480.0, 8512.0, 8454.0, 8524.0, 8472.0, 8523.0, 8527.0, 8479.0, 8551.0, 8510.0, 8550.0, 8505.0, 8531.0, 8504.0, 8532.0, 8502.0, 8529.0, 8496.0, 8525.0, 8480.0, 8448.0, 8492.0, 8477.0, 8551.0, 8525.0, 8542.0, 8539.0, 8466.0, 8548.0, 8513.0, 8554.0, 8524.0, 8550.0, 8501.0, 8527.0, 8504.0, 8514.0, 8526.0, 8468.0, 8528.0, 8482.0, 8506.0, 8491.0, 8467.0, 8541.0, 8499.0, 8497.0, 8546.0, 8520.0, 8529.0, 8497.0, 8437.0, 8503.0, 8471.0, 8521.0, 8494.0, 8506.0, 8504.0, 8446.0, 8504.0, 8458.0, 8460.0, 8521.0, 8508.0, 8522.0, 8491.0, 8448.0, 8503.0, 8462.0, 8461.0, 8507.0, 8515.0, 8512.0, 8500.0, 8452.0, 8523.0, 8499.0, 8538.0, 8504.0, 8495.0, 8505.0, 8444.0, 8503.0, 8460.0, 8497.0, 8475.0, 8504.0, 8494.0, 8462.0, 8505.0, 8449.0, 8506.0, 8462.0, 8479.0, 8500.0, 8476.0, 8538.0, 8529.0, 8520.0, 8523.0, 8480.0, 8535.0, 8507.0, 8505.0, 8538.0, 8512.0, 8539.0, 8506.0, 8503.0, 8532.0, 8489.0, 8527.0, 8515.0, 8530.0, 8500.0, 8446.0, 8522.0, 8476.0, 8521.0, 8493.0, 8522.0, 8506.0, 8445.0, 8501.0, 8457.0, 8498.0, 8469.0, 8518.0, 8490.0, 8482.0, 8464.0, 8433.0, 8464.0, 8424.0, 8494.0, 8444.0, 8506.0, 8498.0, 8492.0, 8497.0, 8442.0, 8532.0, 8495.0, 8555.0, 8516.0, 8539.0, 8487.0, 8527.0, 8455.0, 8504.0, 8467.0, 8521.0, 8449.0, 8507.0, 8474.0, 8530.0, 8505.0, 8527.0, 8491.0, 8450.0, 8512.0, 8477.0, 8565.0, 8540.0, 8580.0, 8533.0, 8562.0, 8514.0, 8555.0, 8530.0, 8555.0, 8522.0, 8549.0, 8502.0, 8472.0, 8535.0, 8503.0, 8528.0, 8517.0, 8489.0, 8530.0, 8488.0, 8545.0, 8518.0, 8519.0, 8496.0, 8462.0, 8518.0, 8459.0, 8520.0, 8512.0, 8527.0, 8490.0, 8428.0, 8500.0, 8463.0, 8517.0, 8493.0, 8468.0, 8528.0, 8500.0, 8509.0, 8499.0, 8468.0, 8529.0, 8522.0, 8529.0, 8503.0, 8511.0, 8496.0, 8448.0, 8521.0, 8479.0, 8527.0, 8510.0, 8508.0, 8494.0, 8501.0, 8485.0, 8429.0, 8517.0, 8508.0, 8506.0, 8506.0, 8447.0, 8520.0, 8485.0, 8453.0, 8526.0, 8505.0, 8534.0, 8520.0, 8512.0, 8497.0, 8453.0, 8526.0, 8485.0, 8531.0, 8514.0, 8513.0, 8493.0, 8448.0, 8522.0, 8483.0, 8542.0, 8515.0, 8480.0, 8521.0, 8449.0, 8523.0, 8493.0, 8522.0, 8500.0, 8485.0, 8510.0, 8463.0, 8518.0, 8474.0, 8516.0, 8478.0, 8519.0, 8496.0, 8478.0, 8508.0, 8452.0, 8524.0, 8487.0, 8502.0, 8524.0, 8503.0, 8559.0, 8530.0, 8557.0, 8529.0, 8534.0, 8520.0, 8530.0, 8501.0, 8518.0, 8532.0, 8511.0, 8546.0, 8476.0, 8517.0, 8480.0, 8463.0, 8524.0, 8519.0, 8549.0, 8522.0, 8491.0, 8536.0, 8491.0, 8547.0, 8518.0, 8529.0, 8519.0, 8516.0, 8520.0, 8494.0, 8541.0, 8471.0, 8516.0, 8467.0, 8490.0, 8467.0, 8493.0, 8467.0, 8419.0, 8480.0, 8436.0, 8491.0, 8449.0, 8500.0, 8488.0, 8495.0, 8472.0, 8495.0, 8434.0, 8478.0, 8452.0, 8465.0, 8488.0, 8463.0, 8508.0, 8480.0, 8525.0, 8471.0, 8474.0, 8523.0, 8483.0, 8541.0, 8513.0, 8539.0, 8497.0, 8537.0, 8509.0, 8535.0, 8526.0, 8530.0, 8503.0, 8507.0, 8480.0, 8522.0, 8491.0, 8522.0, 8493.0, 8506.0, 8475.0, 8432.0, 8504.0, 8452.0, 8519.0, 8488.0, 8548.0, 8509.0, 8493.0, 8535.0, 8472.0, 8532.0, 8470.0, 8531.0, 8498.0, 8519.0, 8465.0, 8518.0, 8446.0, 8517.0, 8470.0, 8539.0, 8510.0, 8477.0, 8520.0, 8450.0, 8520.0, 8479.0, 8520.0, 8512.0, 8480.0, 8530.0, 8512.0, 8527.0, 8493.0, 8467.0, 8508.0, 8515.0, 8482.0, 8529.0, 8518.0, 8548.0, 8499.0, 8505.0, 8547.0, 8517.0, 8530.0, 8492.0, 8449.0, 8516.0, 8487.0, 8517.0, 8505.0, 8461.0, 8505.0, 8476.0, 8500.0, 8472.0, 8456.0, 8519.0, 8488.0, 8507.0, 8488.0, 8472.0, 8487.0, 8425.0, 8523.0, 8515.0, 8490.0, 8510.0, 8453.0, 8523.0, 8483.0, 8512.0, 8532.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.0005191705069124424</td></tr>
<tr><td colspan=3>aqi</td><td>0.023136034101382486</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.53717913069199</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.174519601626297</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9951159022145327</td></tr>
<tr><td colspan=3>efc</td><td>0.5045</td></tr>
<tr><td colspan=3>fber</td><td>3061.5981</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0835555101875666</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9216589861751152</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.676136154519805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6155241194592276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.947199202460568</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.465685141639619</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107047</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007711309473961592</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0423593744635582</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.524627726516612</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>13.6979</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.7633</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.7348</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>997.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.1898</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7705</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.1787</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2904.5253</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.9106</td></tr>
<tr><td colspan=3>tsnr</td><td>35.55555825174088</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>