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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-01_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-01_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-0088/ses-03/func/sub-0088_ses-03_task-social_acq-mb8_run-01_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>32a7dcbe187558ca5f2f493a582334fc</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:51:52.912500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998781, 0.0301899, 0.0390562, -0.0315625, 0.998888, 0.0350189]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0856444</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7779, -7193, 525, 4, -124, 30, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4e02d220-25a7-4bf9-8261-635d00008f1b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796560287475586, -0.08467990159988403, 0.10248000919818878, 116.60674285888672], [-0.0809972733259201, 2.679943799972534, 0.09776397049427032, -94.74284362792969], [0.10478492826223373, -0.09395303577184677, 2.6962826251983643, -62.48627853393555], [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': ['145152.912500', '145153.372500', '145153.832500', '145154.292500', '145154.752500', '145155.212500', '145155.672500', '145156.132500', '145156.592500', '145157.052500', '145157.512500', '145157.972500', '145158.432500', '145158.892500', '145159.352500', '145159.812500', '145200.272500', '145200.732500', '145201.192500', '145201.652500', '145202.112500', '145202.572500', '145203.032500', '145203.492500', '145203.952500', '145204.412500', '145204.872500', '145205.332500', '145205.792500', '145206.252500', '145206.712500', '145207.172500', '145207.632500', '145208.092500', '145208.552500', '145209.012500', '145209.472500', '145209.932500', '145210.392500', '145210.852500', '145211.312500', '145211.772500', '145212.232500', '145212.692500', '145213.152500', '145213.612500', '145214.072500', '145214.532500', '145214.992500', '145215.452500', '145215.912500', '145216.372500', '145216.832500', '145217.292500', '145217.752500', '145218.212500', '145218.672500', '145219.132500', '145219.592500', '145220.052500', '145220.512500', '145220.972500', '145221.432500', '145221.892500', '145222.352500', '145222.812500', '145223.272500', '145223.732500', '145224.192500', '145224.652500', '145225.112500', '145225.572500', '145226.032500', '145226.492500', '145226.952500', '145227.412500', '145227.872500', '145228.332500', '145228.792500', '145229.252500', '145229.712500', '145230.172500', '145230.632500', '145231.092500', '145231.552500', '145232.012500', '145232.472500', '145232.932500', '145233.392500', '145233.852500', '145234.312500', '145234.772500', '145235.232500', '145235.692500', '145236.152500', '145236.612500', '145237.072500', '145237.532500', '145237.992500', '145238.452500', '145238.912500', '145239.372500', '145239.832500', '145240.292500', '145240.752500', '145241.212500', '145241.672500', '145242.132500', '145242.592500', '145243.052500', '145243.512500', '145243.972500', '145244.432500', '145244.892500', '145245.352500', '145245.812500', '145246.272500', '145246.732500', '145247.192500', '145247.652500', '145248.112500', '145248.572500', '145249.032500', '145249.492500', '145249.952500', '145250.412500', '145250.872500', '145251.332500', '145251.792500', '145252.252500', '145252.712500', '145253.172500', '145253.632500', '145254.092500', '145254.552500', '145255.012500', '145255.472500', '145255.932500', '145256.392500', '145256.852500', '145257.312500', '145257.772500', '145258.232500', '145258.692500', '145259.152500', '145259.612500', '145300.072500', '145300.532500', '145300.992500', '145301.452500', '145301.912500', '145302.372500', '145302.832500', '145303.292500', '145303.752500', '145304.212500', '145304.672500', '145305.132500', '145305.592500', '145306.052500', '145306.512500', '145306.972500', '145307.432500', '145307.892500', '145308.352500', '145308.812500', '145309.272500', '145309.732500', '145310.192500', '145310.652500', '145311.112500', '145311.572500', '145312.032500', '145312.492500', '145312.952500', '145313.412500', '145313.872500', '145314.332500', '145314.792500', '145315.252500', '145315.712500', '145316.172500', '145316.632500', '145317.092500', '145317.552500', '145318.012500', '145318.472500', '145318.932500', '145319.392500', '145319.852500', '145320.312500', '145320.772500', '145321.232500', '145321.692500', '145322.152500', '145322.612500', '145323.072500', '145323.532500', '145323.992500', '145324.452500', '145324.912500', '145325.372500', '145325.832500', '145326.292500', '145326.752500', '145327.212500', '145327.672500', '145328.132500', '145328.592500', '145329.052500', '145329.512500', '145329.972500', '145330.432500', '145330.892500', '145331.352500', '145331.812500', '145332.272500', '145332.732500', '145333.192500', '145333.652500', '145334.112500', '145334.572500', '145335.032500', '145335.492500', '145335.952500', '145336.412500', '145336.872500', '145337.332500', '145337.792500', '145338.252500', '145338.712500', '145339.172500', '145339.632500', '145340.092500', '145340.552500', '145341.012500', '145341.472500', '145341.932500', '145342.392500', '145342.852500', '145343.312500', '145343.772500', '145344.232500', '145344.692500', '145345.152500', '145345.612500', '145346.072500', '145346.532500', '145346.992500', '145347.452500', '145347.912500', '145348.372500', '145348.832500', '145349.292500', '145349.752500', '145350.212500', '145350.672500', '145351.132500', '145351.592500', '145352.052500', '145352.512500', '145352.972500', '145353.432500', '145353.892500', '145354.352500', '145354.812500', '145355.272500', '145355.732500', '145356.192500', '145356.652500', '145357.112500', '145357.572500', '145358.032500', '145358.492500', '145358.952500', '145359.412500', '145359.872500', '145400.332500', '145400.792500', '145401.252500', '145401.712500', '145402.172500', '145402.632500', '145403.092500', '145403.552500', '145404.012500', '145404.472500', '145404.932500', '145405.392500', '145405.852500', '145406.312500', '145406.772500', '145407.232500', '145407.692500', '145408.152500', '145408.612500', '145409.072500', '145409.532500', '145409.992500', '145410.452500', '145410.912500', '145411.372500', '145411.832500', '145412.292500', '145412.752500', '145413.212500', '145413.672500', '145414.132500', '145414.592500', '145415.052500', '145415.512500', '145415.972500', '145416.432500', '145416.892500', '145417.352500', '145417.812500', '145418.272500', '145418.732500', '145419.192500', '145419.652500', '145420.112500', '145420.572500', '145421.032500', '145421.492500', '145421.952500', '145422.412500', '145422.872500', '145423.332500', '145423.792500', '145424.252500', '145424.712500', '145425.172500', '145425.632500', '145426.092500', '145426.552500', '145427.012500', '145427.472500', '145427.932500', '145428.392500', '145428.852500', '145429.312500', '145429.772500', '145430.232500', '145430.692500', '145431.152500', '145431.612500', '145432.072500', '145432.532500', '145432.992500', '145433.452500', '145433.912500', '145434.372500', '145434.832500', '145435.292500', '145435.752500', '145436.212500', '145436.672500', '145437.132500', '145437.592500', '145438.052500', '145438.512500', '145438.972500', '145439.432500', '145439.892500', '145440.352500', '145440.812500', '145441.272500', '145441.732500', '145442.192500', '145442.652500', '145443.112500', '145443.572500', '145444.032500', '145444.492500', '145444.952500', '145445.412500', '145445.872500', '145446.332500', '145446.792500', '145447.252500', '145447.712500', '145448.172500', '145448.632500', '145449.092500', '145449.552500', '145450.012500', '145450.472500', '145450.932500', '145451.392500', '145451.852500', '145452.312500', '145452.772500', '145453.232500', '145453.692500', '145454.152500', '145454.612500', '145455.072500', '145455.532500', '145455.992500', '145456.452500', '145456.912500', '145457.372500', '145457.832500', '145458.292500', '145458.752500', '145459.212500', '145459.672500', '145500.132500', '145500.592500', '145501.052500', '145501.512500', '145501.972500', '145502.432500', '145502.892500', '145503.352500', '145503.812500', '145504.272500', '145504.732500', '145505.192500', '145505.652500', '145506.112500', '145506.572500', '145507.032500', '145507.492500', '145507.952500', '145508.412500', '145508.872500', '145509.332500', '145509.792500', '145510.252500', '145510.712500', '145511.172500', '145511.632500', '145512.092500', '145512.552500', '145513.012500', '145513.472500', '145513.932500', '145514.392500', '145514.852500', '145515.312500', '145515.772500', '145516.232500', '145516.692500', '145517.152500', '145517.612500', '145518.072500', '145518.532500', '145518.992500', '145519.452500', '145519.912500', '145520.372500', '145520.832500', '145521.292500', '145521.752500', '145522.212500', '145522.672500', '145523.132500', '145523.592500', '145524.052500', '145524.512500', '145524.972500', '145525.432500', '145525.892500', '145526.352500', '145526.812500', '145527.272500', '145527.732500', '145528.192500', '145528.652500', '145529.112500', '145529.572500', '145530.032500', '145530.492500', '145530.952500', '145531.412500', '145531.872500', '145532.332500', '145532.792500', '145533.252500', '145533.712500', '145534.172500', '145534.632500', '145535.092500', '145535.552500', '145536.012500', '145536.472500', '145536.932500', '145537.392500', '145537.852500', '145538.312500', '145538.772500', '145539.232500', '145539.692500', '145540.152500', '145540.612500', '145541.072500', '145541.532500', '145541.992500', '145542.452500', '145542.912500', '145543.372500', '145543.832500', '145544.292500', '145544.752500', '145545.212500', '145545.672500', '145546.132500', '145546.592500', '145547.052500', '145547.512500', '145547.972500', '145548.432500', '145548.892500', '145549.352500', '145549.812500', '145550.272500', '145550.732500', '145551.192500', '145551.652500', '145552.112500', '145552.572500', '145553.032500', '145553.492500', '145553.952500', '145554.412500', '145554.872500', '145555.332500', '145555.792500', '145556.252500', '145556.712500', '145557.172500', '145557.632500', '145558.092500', '145558.552500', '145559.012500', '145559.472500', '145559.932500', '145600.392500', '145600.852500', '145601.312500', '145601.772500', '145602.232500', '145602.692500', '145603.152500', '145603.612500', '145604.072500', '145604.532500', '145604.992500', '145605.452500', '145605.912500', '145606.372500', '145606.832500', '145607.292500', '145607.752500', '145608.212500', '145608.672500', '145609.132500', '145609.592500', '145610.052500', '145610.512500', '145610.972500', '145611.432500', '145611.892500', '145612.352500', '145612.812500', '145613.272500', '145613.732500', '145614.192500', '145614.652500', '145615.112500', '145615.572500', '145616.032500', '145616.492500', '145616.952500', '145617.412500', '145617.872500', '145618.332500', '145618.792500', '145619.252500', '145619.712500', '145620.172500', '145620.632500', '145621.092500', '145621.552500', '145622.012500', '145622.472500', '145622.932500', '145623.392500', '145623.852500', '145624.312500', '145624.772500', '145625.232500', '145625.692500', '145626.152500', '145626.612500', '145627.072500', '145627.532500', '145627.992500', '145628.452500', '145628.912500', '145629.372500', '145629.832500', '145630.292500', '145630.752500', '145631.212500', '145631.672500', '145632.132500', '145632.592500', '145633.052500', '145633.512500', '145633.972500', '145634.432500', '145634.892500', '145635.352500', '145635.812500', '145636.272500', '145636.732500', '145637.192500', '145637.652500', '145638.112500', '145638.572500', '145639.032500', '145639.492500', '145639.952500', '145640.412500', '145640.872500', '145641.332500', '145641.792500', '145642.252500', '145642.712500', '145643.172500', '145643.632500', '145644.092500', '145644.552500', '145645.012500', '145645.472500', '145645.932500', '145646.392500', '145646.852500', '145647.312500', '145647.772500', '145648.232500', '145648.692500', '145649.152500', '145649.612500', '145650.072500', '145650.532500', '145650.992500', '145651.452500', '145651.912500', '145652.372500', '145652.832500', '145653.292500', '145653.752500', '145654.212500', '145654.672500', '145655.132500', '145655.592500', '145656.052500', '145656.512500', '145656.972500', '145657.432500', '145657.892500', '145658.352500', '145658.812500', '145659.272500', '145659.732500', '145700.192500', '145700.652500', '145701.112500', '145701.572500', '145702.032500', '145702.492500', '145702.952500', '145703.412500', '145703.872500', '145704.332500', '145704.792500', '145705.252500', '145705.712500', '145706.172500', '145706.632500', '145707.092500', '145707.552500', '145708.012500', '145708.472500', '145708.932500', '145709.392500', '145709.852500', '145710.312500', '145710.772500', '145711.232500', '145711.692500', '145712.152500', '145712.612500', '145713.072500', '145713.532500', '145713.992500', '145714.452500', '145714.912500', '145715.372500', '145715.832500', '145716.292500', '145716.752500', '145717.212500', '145717.672500', '145718.132500', '145718.592500', '145719.052500', '145719.512500', '145719.972500', '145720.432500', '145720.892500', '145721.352500', '145721.812500', '145722.272500', '145722.732500', '145723.192500', '145723.652500', '145724.112500', '145724.572500', '145725.032500', '145725.492500', '145725.952500', '145726.412500', '145726.872500', '145727.332500', '145727.792500', '145728.252500', '145728.712500', '145729.172500', '145729.632500', '145730.092500', '145730.552500', '145731.012500', '145731.472500', '145731.932500', '145732.392500', '145732.852500', '145733.312500', '145733.772500', '145734.232500', '145734.692500', '145735.152500', '145735.612500', '145736.072500', '145736.532500', '145736.992500', '145737.452500', '145737.912500', '145738.372500', '145738.832500', '145739.292500', '145739.752500', '145740.212500', '145740.672500', '145741.132500', '145741.592500', '145742.052500', '145742.512500', '145742.972500', '145743.432500', '145743.892500', '145744.352500', '145744.812500', '145745.272500', '145745.732500', '145746.192500', '145746.652500', '145747.112500', '145747.572500', '145748.032500', '145748.492500', '145748.952500', '145749.412500', '145749.872500', '145750.332500', '145750.792500', '145751.252500', '145751.712500', '145752.172500', '145752.632500', '145753.092500', '145753.552500', '145754.012500', '145754.472500', '145754.932500', '145755.392500', '145755.852500', '145756.312500', '145756.772500', '145757.232500', '145757.692500', '145758.152500', '145758.612500', '145759.072500', '145759.532500', '145759.992500', '145800.452500', '145800.912500', '145801.372500', '145801.832500', '145802.292500', '145802.752500', '145803.212500', '145803.672500', '145804.132500', '145804.592500', '145805.052500', '145805.512500', '145805.972500', '145806.432500', '145806.892500', '145807.352500', '145807.812500', '145808.272500', '145808.732500', '145809.192500', '145809.652500', '145810.112500', '145810.572500', '145811.032500', '145811.492500', '145811.952500', '145812.412500', '145812.872500', '145813.332500', '145813.792500', '145814.252500', '145814.712500', '145815.172500', '145815.632500', '145816.092500', '145816.552500', '145817.012500', '145817.472500', '145817.932500', '145818.392500', '145818.852500', '145819.312500', '145819.772500', '145820.232500', '145820.692500', '145821.152500', '145821.612500', '145822.072500', '145822.532500', '145822.992500', '145823.452500', '145823.912500', '145824.372500', '145824.832500', '145825.292500', '145825.752500', '145826.212500', '145826.672500', '145827.132500', '145827.592500', '145828.052500', '145828.512500', '145828.972500', '145829.432500', '145829.892500', '145830.352500', '145830.812500', '145831.272500', '145831.732500', '145832.192500', '145832.652500', '145833.112500', '145833.572500'], 'ContentTime': ['145204.683000', '145204.686000', '145204.689000', '145204.691000', '145204.694000', '145204.697000', '145204.699000', '145204.702000', '145204.704000', '145204.707000', '145204.710000', '145204.712000', '145204.715000', '145204.734000', '145204.737000', '145204.740000', '145204.742000', '145204.745000', '145204.756000', '145204.759000', '145204.762000', '145204.764000', '145204.767000', '145224.657000', '145224.660000', '145224.663000', '145224.665000', '145224.668000', '145224.670000', '145224.673000', '145224.675000', '145224.678000', '145224.680000', '145224.683000', '145224.686000', '145224.688000', '145224.691000', '145224.693000', '145224.700000', '145224.702000', '145224.705000', '145224.708000', '145224.710000', '145224.713000', '145224.715000', '145224.718000', '145224.720000', '145224.723000', '145224.725000', '145224.728000', '145224.731000', '145224.733000', '145224.736000', '145224.738000', '145224.741000', '145224.743000', '145224.746000', '145224.749000', '145224.751000', '145224.754000', '145224.756000', '145224.759000', '145224.761000', '145224.764000', '145224.777000', '145224.780000', '145244.658000', '145244.660000', '145244.663000', '145244.666000', '145244.668000', '145244.671000', '145244.673000', '145244.676000', '145244.678000', '145244.681000', '145244.684000', '145244.686000', '145244.689000', '145244.691000', '145244.694000', '145244.696000', '145244.699000', '145244.702000', '145244.704000', '145244.707000', '145244.709000', '145244.712000', '145244.714000', '145244.717000', '145244.719000', '145244.722000', '145244.725000', '145244.727000', '145244.730000', '145244.732000', '145244.735000', '145244.737000', '145244.767000', '145244.770000', '145244.772000', '145244.775000', '145244.778000', '145244.780000', '145244.783000', '145244.785000', '145244.788000', '145244.790000', '145244.793000', '145244.795000', '145304.657000', '145304.660000', '145304.663000', '145304.665000', '145304.668000', '145304.671000', '145304.673000', '145304.676000', '145304.678000', '145304.681000', '145304.683000', '145304.686000', '145304.688000', '145304.691000', '145304.693000', '145304.696000', '145304.699000', '145304.701000', '145304.704000', '145304.706000', '145304.709000', '145304.711000', '145304.714000', '145304.717000', '145304.719000', '145304.722000', '145304.724000', '145304.727000', '145304.729000', '145304.732000', '145304.735000', '145304.737000', '145304.740000', '145304.742000', '145304.745000', '145304.747000', '145304.750000', '145304.752000', '145304.755000', '145304.758000', '145304.760000', '145304.763000', '145304.765000', '145324.657000', '145324.660000', '145324.663000', '145324.665000', '145324.668000', '145324.670000', '145324.673000', '145324.675000', '145324.678000', '145324.681000', '145324.683000', '145324.686000', '145324.688000', '145324.691000', '145324.693000', '145324.696000', '145324.699000', '145324.701000', '145324.704000', '145324.706000', '145324.709000', '145324.712000', '145324.714000', '145324.717000', '145324.719000', '145324.722000', '145324.724000', '145324.727000', '145324.729000', '145324.732000', '145324.734000', '145324.737000', '145324.740000', '145324.742000', '145324.745000', '145324.747000', '145324.750000', '145324.752000', '145324.755000', '145324.758000', '145324.760000', '145324.763000', '145324.765000', '145344.658000', '145344.660000', '145344.673000', '145344.675000', '145344.678000', '145344.680000', '145344.683000', '145344.686000', '145344.688000', '145344.691000', '145344.693000', '145344.696000', '145344.698000', '145344.701000', '145344.704000', '145344.706000', '145344.709000', '145344.711000', '145344.714000', '145344.716000', '145344.719000', '145344.722000', '145344.724000', '145344.727000', '145344.729000', '145344.732000', '145344.734000', '145344.737000', '145344.739000', '145344.742000', '145344.777000', '145344.780000', '145344.782000', '145344.785000', '145344.787000', '145344.790000', '145344.793000', '145344.795000', '145344.798000', '145344.824000', '145344.827000', '145344.830000', '145344.832000', '145344.835000', '145404.659000', '145404.661000', '145404.664000', '145404.667000', '145404.669000', '145404.673000', '145404.676000', '145404.678000', '145404.681000', '145404.683000', '145404.686000', '145404.688000', '145404.691000', '145404.693000', '145404.696000', '145404.699000', '145404.701000', '145404.704000', '145404.706000', '145404.709000', '145404.712000', '145404.714000', '145404.717000', '145404.720000', '145404.722000', '145404.725000', '145404.727000', '145404.730000', '145404.733000', '145404.735000', '145404.738000', '145404.740000', '145404.743000', '145404.746000', '145404.748000', '145404.751000', '145404.753000', '145404.756000', '145404.758000', '145404.761000', '145404.763000', '145404.766000', '145404.769000', '145404.771000', '145424.658000', '145424.661000', '145424.664000', '145424.666000', '145424.669000', '145424.671000', '145424.674000', '145424.677000', '145424.679000', '145424.682000', '145424.684000', '145424.687000', '145424.689000', '145424.692000', '145424.694000', '145424.697000', '145424.700000', '145424.702000', '145424.705000', '145424.707000', '145424.710000', '145424.713000', '145424.715000', '145424.718000', '145424.720000', '145424.723000', '145424.725000', '145424.728000', '145424.730000', '145424.733000', '145424.736000', '145424.738000', '145424.741000', '145424.743000', '145424.746000', '145424.748000', '145424.751000', '145424.754000', '145424.756000', '145424.759000', '145424.761000', '145424.764000', '145424.766000', '145444.657000', '145444.660000', '145444.663000', '145444.674000', '145444.676000', '145444.679000', '145444.681000', '145444.684000', '145444.687000', '145444.689000', '145444.692000', '145444.695000', '145444.697000', '145444.700000', '145444.702000', '145444.705000', '145444.708000', '145444.710000', '145444.713000', '145444.715000', '145444.718000', '145444.720000', '145444.723000', '145444.725000', '145444.728000', '145444.731000', '145444.733000', '145444.736000', '145444.738000', '145444.741000', '145444.743000', '145444.746000', '145444.749000', '145444.751000', '145444.754000', '145444.756000', '145444.759000', '145444.761000', '145444.764000', '145444.766000', '145444.769000', '145444.772000', '145444.774000', '145504.658000', '145504.660000', '145504.663000', '145504.666000', '145504.668000', '145504.671000', '145504.674000', '145504.676000', '145504.679000', '145504.681000', '145504.684000', '145504.686000', '145504.689000', '145504.692000', '145504.694000', '145504.697000', '145504.699000', '145504.702000', '145504.704000', '145504.707000', '145504.710000', '145504.712000', '145504.715000', '145504.717000', '145504.720000', '145504.722000', '145504.725000', '145504.728000', '145504.730000', '145504.733000', '145504.735000', '145504.738000', '145504.740000', '145504.743000', '145504.746000', '145504.748000', '145504.751000', '145504.753000', '145504.756000', '145504.758000', '145504.761000', '145504.763000', '145504.766000', '145504.769000', '145524.657000', '145524.660000', '145524.663000', '145524.665000', '145524.668000', '145524.671000', '145524.673000', '145524.676000', '145524.678000', '145524.681000', '145524.683000', '145524.686000', '145524.689000', '145524.691000', '145524.694000', '145524.697000', '145524.700000', '145524.702000', '145524.705000', '145524.708000', '145524.710000', '145524.713000', '145524.715000', '145524.719000', '145524.721000', '145524.739000', '145524.741000', '145524.744000', '145524.746000', '145524.749000', '145524.752000', '145524.754000', '145524.757000', '145524.759000', '145524.762000', '145524.765000', '145524.767000', '145524.770000', '145524.773000', '145524.775000', '145524.778000', '145524.780000', '145524.783000', '145544.657000', '145544.660000', '145544.663000', '145544.665000', '145544.668000', '145544.670000', '145544.673000', '145544.676000', '145544.678000', '145544.681000', '145544.683000', '145544.686000', '145544.689000', '145544.691000', '145544.694000', '145544.696000', '145544.699000', '145544.702000', '145544.704000', '145544.707000', '145544.709000', '145544.712000', '145544.714000', '145544.717000', '145544.720000', '145544.722000', '145544.725000', '145544.727000', '145544.730000', '145544.733000', '145544.735000', '145544.738000', '145544.740000', '145544.743000', '145544.745000', '145544.748000', '145544.751000', '145544.753000', '145544.756000', '145544.758000', '145544.761000', '145544.764000', '145544.766000', '145544.769000', '145604.657000', '145604.660000', '145604.663000', '145604.666000', '145604.668000', '145604.671000', '145604.674000', '145604.676000', '145604.679000', '145604.682000', '145604.684000', '145604.687000', '145604.689000', '145604.692000', '145604.694000', '145604.697000', '145604.700000', '145604.702000', '145604.705000', '145604.707000', '145604.710000', '145604.712000', '145604.715000', '145604.718000', '145604.720000', '145604.723000', '145604.725000', '145604.728000', '145604.731000', '145604.733000', '145604.736000', '145604.738000', '145604.741000', '145604.743000', '145604.746000', '145604.748000', '145604.751000', '145604.754000', '145604.756000', '145604.759000', '145604.761000', '145604.764000', '145604.767000', '145624.659000', '145624.661000', '145624.664000', '145624.667000', '145624.669000', '145624.672000', '145624.674000', '145624.677000', '145624.679000', '145624.682000', '145624.685000', '145624.687000', '145624.690000', '145624.692000', '145624.695000', '145624.697000', '145624.700000', '145624.703000', '145624.705000', '145624.708000', '145624.710000', '145624.713000', '145624.715000', '145624.718000', '145624.720000', '145624.723000', '145624.726000', '145624.728000', '145624.731000', '145624.733000', '145624.736000', '145624.738000', '145624.741000', '145624.744000', '145624.746000', '145624.749000', '145624.751000', '145624.754000', '145624.756000', '145624.759000', '145624.762000', '145624.764000', '145624.767000', '145624.769000', '145644.659000', '145644.661000', '145644.664000', '145644.667000', '145644.669000', '145644.672000', '145644.674000', '145644.677000', '145644.680000', '145644.682000', '145644.685000', '145644.688000', '145644.691000', '145644.694000', '145644.697000', '145644.699000', '145644.702000', '145644.704000', '145644.707000', '145644.710000', '145644.712000', '145644.715000', '145644.717000', '145644.720000', '145644.723000', '145644.725000', '145644.728000', '145644.730000', '145644.733000', '145644.735000', '145644.738000', '145644.741000', '145644.743000', '145644.746000', '145644.748000', '145644.752000', '145644.755000', '145644.757000', '145644.760000', '145644.762000', '145644.765000', '145644.767000', '145644.770000', '145704.657000', '145704.660000', '145704.663000', '145704.666000', '145704.668000', '145704.671000', '145704.673000', '145704.676000', '145704.679000', '145704.681000', '145704.684000', '145704.686000', '145704.689000', '145704.691000', '145704.694000', '145704.697000', '145704.699000', '145704.702000', '145704.704000', '145704.707000', '145704.710000', '145704.712000', '145704.715000', '145704.717000', '145704.720000', '145704.723000', '145704.725000', '145704.728000', '145704.730000', '145704.733000', '145704.736000', '145704.738000', '145704.741000', '145704.743000', '145704.746000', '145704.749000', '145704.751000', '145704.754000', '145704.756000', '145704.759000', '145704.762000', '145704.764000', '145704.767000', '145704.769000', '145724.657000', '145724.660000', '145724.663000', '145724.665000', '145724.668000', '145724.671000', '145724.673000', '145724.676000', '145724.678000', '145724.681000', '145724.683000', '145724.686000', '145724.689000', '145724.691000', '145724.694000', '145724.696000', '145724.699000', '145724.702000', '145724.704000', '145724.707000', '145724.710000', '145724.713000', '145724.716000', '145724.719000', '145724.721000', '145724.724000', '145724.726000', '145724.729000', '145724.731000', '145724.734000', '145724.737000', '145724.739000', '145724.742000', '145724.744000', '145724.747000', '145724.749000', '145724.752000', '145724.755000', '145724.757000', '145724.760000', '145724.762000', '145724.765000', '145724.768000', '145744.658000', '145744.660000', '145744.663000', '145744.666000', '145744.668000', '145744.671000', '145744.673000', '145744.676000', '145744.678000', '145744.681000', '145744.684000', '145744.686000', '145744.689000', '145744.691000', '145744.694000', '145744.696000', '145744.699000', '145744.702000', '145744.704000', '145744.707000', '145744.710000', '145744.712000', '145744.715000', '145744.717000', '145744.720000', '145744.723000', '145744.725000', '145744.728000', '145744.730000', '145744.733000', '145744.736000', '145744.738000', '145744.741000', '145744.743000', '145744.746000', '145744.749000', '145744.751000', '145744.754000', '145744.756000', '145744.759000', '145744.761000', '145744.764000', '145744.766000', '145744.769000', '145804.657000', '145804.660000', '145804.663000', '145804.666000', '145804.668000', '145804.671000', '145804.673000', '145804.676000', '145804.679000', '145804.681000', '145804.684000', '145804.687000', '145804.689000', '145804.692000', '145804.694000', '145804.697000', '145804.700000', '145804.702000', '145804.705000', '145804.707000', '145804.710000', '145804.713000', '145804.715000', '145804.718000', '145804.720000', '145804.723000', '145804.726000', '145804.728000', '145804.731000', '145804.733000', '145804.736000', '145804.739000', '145804.741000', '145804.744000', '145804.748000', '145804.750000', '145804.753000', '145804.755000', '145804.758000', '145804.761000', '145804.763000', '145804.766000', '145804.768000', '145824.658000', '145824.661000', '145824.663000', '145824.682000', '145824.685000', '145824.687000', '145824.690000', '145824.692000', '145824.695000', '145824.698000', '145824.700000', '145824.703000', '145824.705000', '145824.708000', '145824.711000', '145824.713000', '145824.716000', '145824.719000', '145824.721000', '145824.724000', '145824.727000', '145824.729000', '145824.732000', '145824.734000', '145824.737000', '145824.739000', '145824.742000', '145824.745000', '145824.747000', '145824.750000', '145824.752000', '145824.755000', '145824.758000', '145824.760000', '145824.763000', '145824.765000', '145824.768000', '145824.771000', '145824.773000', '145824.776000', '145824.778000', '145824.781000', '145824.783000', '145824.786000', '145835.097000', '145835.100000', '145835.102000', '145835.105000', '145835.109000', '145835.112000', '145835.115000', '145835.117000', '145835.120000', '145835.123000', '145835.126000', '145835.129000', '145835.132000', '145835.134000', '145835.137000', '145835.140000', '145835.142000', '145835.145000', '145835.155000', '145835.158000', '145835.162000', '145835.168000', '145835.177000'], 'InstanceCreationTime': ['145204.683000', '145204.686000', '145204.689000', '145204.691000', '145204.694000', '145204.697000', '145204.699000', '145204.702000', '145204.704000', '145204.707000', '145204.710000', '145204.712000', '145204.715000', '145204.734000', '145204.737000', '145204.740000', '145204.742000', '145204.745000', '145204.756000', '145204.759000', '145204.762000', '145204.764000', '145204.767000', '145224.657000', '145224.660000', '145224.663000', '145224.665000', '145224.668000', '145224.670000', '145224.673000', '145224.675000', '145224.678000', '145224.680000', '145224.683000', '145224.686000', '145224.688000', '145224.691000', '145224.693000', '145224.700000', '145224.702000', '145224.705000', '145224.708000', '145224.710000', '145224.713000', '145224.715000', '145224.718000', '145224.720000', '145224.723000', '145224.725000', '145224.728000', '145224.731000', '145224.733000', '145224.736000', '145224.738000', '145224.741000', '145224.743000', '145224.746000', '145224.749000', '145224.751000', '145224.754000', '145224.756000', '145224.759000', '145224.761000', '145224.764000', '145224.777000', '145224.780000', '145244.658000', '145244.660000', '145244.663000', '145244.666000', '145244.668000', '145244.671000', '145244.673000', '145244.676000', '145244.678000', '145244.681000', '145244.684000', '145244.686000', '145244.689000', '145244.691000', '145244.694000', '145244.696000', '145244.699000', '145244.702000', '145244.704000', '145244.707000', '145244.709000', '145244.712000', '145244.714000', '145244.717000', '145244.719000', '145244.722000', '145244.725000', '145244.727000', '145244.730000', '145244.732000', '145244.735000', '145244.737000', '145244.767000', '145244.770000', '145244.772000', '145244.775000', '145244.778000', '145244.780000', '145244.783000', '145244.785000', '145244.788000', '145244.790000', '145244.793000', '145244.795000', '145304.657000', '145304.660000', '145304.663000', '145304.665000', '145304.668000', '145304.671000', '145304.673000', '145304.676000', '145304.678000', '145304.681000', '145304.683000', '145304.686000', '145304.688000', '145304.691000', '145304.693000', '145304.696000', '145304.699000', '145304.701000', '145304.704000', '145304.706000', '145304.709000', '145304.711000', '145304.714000', '145304.717000', '145304.719000', '145304.722000', '145304.724000', '145304.727000', '145304.729000', '145304.732000', '145304.735000', '145304.737000', '145304.740000', '145304.742000', '145304.745000', '145304.747000', '145304.750000', '145304.752000', '145304.755000', '145304.758000', '145304.760000', '145304.763000', '145304.765000', '145324.657000', '145324.660000', '145324.663000', '145324.665000', '145324.668000', '145324.670000', '145324.673000', '145324.675000', '145324.678000', '145324.681000', '145324.683000', '145324.686000', '145324.688000', '145324.691000', '145324.693000', '145324.696000', '145324.699000', '145324.701000', '145324.704000', '145324.706000', '145324.709000', '145324.712000', '145324.714000', '145324.717000', '145324.719000', '145324.722000', '145324.724000', '145324.727000', '145324.729000', '145324.732000', '145324.734000', '145324.737000', '145324.740000', '145324.742000', '145324.745000', '145324.747000', '145324.750000', '145324.752000', '145324.755000', '145324.758000', '145324.760000', '145324.763000', '145324.765000', '145344.658000', '145344.660000', '145344.673000', '145344.675000', '145344.678000', '145344.680000', '145344.683000', '145344.686000', '145344.688000', '145344.691000', '145344.693000', '145344.696000', '145344.698000', '145344.701000', '145344.704000', '145344.706000', '145344.709000', '145344.711000', '145344.714000', '145344.716000', '145344.719000', '145344.722000', '145344.724000', '145344.727000', '145344.729000', '145344.732000', '145344.734000', '145344.737000', '145344.739000', '145344.742000', '145344.777000', '145344.780000', '145344.782000', '145344.785000', '145344.787000', '145344.790000', '145344.793000', '145344.795000', '145344.798000', '145344.824000', '145344.827000', '145344.830000', '145344.832000', '145344.835000', '145404.659000', '145404.661000', '145404.664000', '145404.667000', '145404.669000', '145404.673000', '145404.676000', '145404.678000', '145404.681000', '145404.683000', '145404.686000', '145404.688000', '145404.691000', '145404.693000', '145404.696000', '145404.699000', '145404.701000', '145404.704000', '145404.706000', '145404.709000', '145404.712000', '145404.714000', '145404.717000', '145404.720000', '145404.722000', '145404.725000', '145404.727000', '145404.730000', '145404.733000', '145404.735000', '145404.738000', '145404.740000', '145404.743000', '145404.746000', '145404.748000', '145404.751000', '145404.753000', '145404.756000', '145404.758000', '145404.761000', '145404.763000', '145404.766000', '145404.769000', '145404.771000', '145424.658000', '145424.661000', '145424.664000', '145424.666000', '145424.669000', '145424.671000', '145424.674000', '145424.677000', '145424.679000', '145424.682000', '145424.684000', '145424.687000', '145424.689000', '145424.692000', '145424.694000', '145424.697000', '145424.700000', '145424.702000', '145424.705000', '145424.707000', '145424.710000', '145424.713000', '145424.715000', '145424.718000', '145424.720000', '145424.723000', '145424.725000', '145424.728000', '145424.730000', '145424.733000', '145424.736000', '145424.738000', '145424.741000', '145424.743000', '145424.746000', '145424.748000', '145424.751000', '145424.754000', '145424.756000', '145424.759000', '145424.761000', '145424.764000', '145424.766000', '145444.657000', '145444.660000', '145444.663000', '145444.674000', '145444.676000', '145444.679000', '145444.681000', '145444.684000', '145444.687000', '145444.689000', '145444.692000', '145444.695000', '145444.697000', '145444.700000', '145444.702000', '145444.705000', '145444.708000', '145444.710000', '145444.713000', '145444.715000', '145444.718000', '145444.720000', '145444.723000', '145444.725000', '145444.728000', '145444.731000', '145444.733000', '145444.736000', '145444.738000', '145444.741000', '145444.743000', '145444.746000', '145444.749000', '145444.751000', '145444.754000', '145444.756000', '145444.759000', '145444.761000', '145444.764000', '145444.766000', '145444.769000', '145444.772000', '145444.774000', '145504.658000', '145504.660000', '145504.663000', '145504.666000', '145504.668000', '145504.671000', '145504.674000', '145504.676000', '145504.679000', '145504.681000', '145504.684000', '145504.686000', '145504.689000', '145504.692000', '145504.694000', '145504.697000', '145504.699000', '145504.702000', '145504.704000', '145504.707000', '145504.710000', '145504.712000', '145504.715000', '145504.717000', '145504.720000', '145504.722000', '145504.725000', '145504.728000', '145504.730000', '145504.733000', '145504.735000', '145504.738000', '145504.740000', '145504.743000', '145504.746000', '145504.748000', '145504.751000', '145504.753000', '145504.756000', '145504.758000', '145504.761000', '145504.763000', '145504.766000', '145504.769000', '145524.657000', '145524.660000', '145524.663000', '145524.665000', '145524.668000', '145524.671000', '145524.673000', '145524.676000', '145524.678000', '145524.681000', '145524.683000', '145524.686000', '145524.689000', '145524.691000', '145524.694000', '145524.697000', '145524.700000', '145524.702000', '145524.705000', '145524.708000', '145524.710000', '145524.713000', '145524.715000', '145524.719000', '145524.721000', '145524.739000', '145524.741000', '145524.744000', '145524.746000', '145524.749000', '145524.752000', '145524.754000', '145524.757000', '145524.759000', '145524.762000', '145524.765000', '145524.767000', '145524.770000', '145524.773000', '145524.775000', '145524.778000', '145524.780000', '145524.783000', '145544.657000', '145544.660000', '145544.663000', '145544.665000', '145544.668000', '145544.670000', '145544.673000', '145544.676000', '145544.678000', '145544.681000', '145544.683000', '145544.686000', '145544.689000', '145544.691000', '145544.694000', '145544.696000', '145544.699000', '145544.702000', '145544.704000', '145544.707000', '145544.709000', '145544.712000', '145544.714000', '145544.717000', '145544.720000', '145544.722000', '145544.725000', '145544.727000', '145544.730000', '145544.733000', '145544.735000', '145544.738000', '145544.740000', '145544.743000', '145544.745000', '145544.748000', '145544.751000', '145544.753000', '145544.756000', '145544.758000', '145544.761000', '145544.764000', '145544.766000', '145544.769000', '145604.657000', '145604.660000', '145604.663000', '145604.666000', '145604.668000', '145604.671000', '145604.674000', '145604.676000', '145604.679000', '145604.682000', '145604.684000', '145604.687000', '145604.689000', '145604.692000', '145604.694000', '145604.697000', '145604.700000', '145604.702000', '145604.705000', '145604.707000', '145604.710000', '145604.712000', '145604.715000', '145604.718000', '145604.720000', '145604.723000', '145604.725000', '145604.728000', '145604.731000', '145604.733000', '145604.736000', '145604.738000', '145604.741000', '145604.743000', '145604.746000', '145604.748000', '145604.751000', '145604.754000', '145604.756000', '145604.759000', '145604.761000', '145604.764000', '145604.767000', '145624.659000', '145624.661000', '145624.664000', '145624.667000', '145624.669000', '145624.672000', '145624.674000', '145624.677000', '145624.679000', '145624.682000', '145624.685000', '145624.687000', '145624.690000', '145624.692000', '145624.695000', '145624.697000', '145624.700000', '145624.703000', '145624.705000', '145624.708000', '145624.710000', '145624.713000', '145624.715000', '145624.718000', '145624.720000', '145624.723000', '145624.726000', '145624.728000', '145624.731000', '145624.733000', '145624.736000', '145624.738000', '145624.741000', '145624.744000', '145624.746000', '145624.749000', '145624.751000', '145624.754000', '145624.756000', '145624.759000', '145624.762000', '145624.764000', '145624.767000', '145624.769000', '145644.659000', '145644.661000', '145644.664000', '145644.667000', '145644.669000', '145644.672000', '145644.674000', '145644.677000', '145644.680000', '145644.682000', '145644.685000', '145644.688000', '145644.691000', '145644.694000', '145644.697000', '145644.699000', '145644.702000', '145644.704000', '145644.707000', '145644.710000', '145644.712000', '145644.715000', '145644.717000', '145644.720000', '145644.723000', '145644.725000', '145644.728000', '145644.730000', '145644.733000', '145644.735000', '145644.738000', '145644.741000', '145644.743000', '145644.746000', '145644.748000', '145644.752000', '145644.755000', '145644.757000', '145644.760000', '145644.762000', '145644.765000', '145644.767000', '145644.770000', '145704.657000', '145704.660000', '145704.663000', '145704.666000', '145704.668000', '145704.671000', '145704.673000', '145704.676000', '145704.679000', '145704.681000', '145704.684000', '145704.686000', '145704.689000', '145704.691000', '145704.694000', '145704.697000', '145704.699000', '145704.702000', '145704.704000', '145704.707000', '145704.710000', '145704.712000', '145704.715000', '145704.717000', '145704.720000', '145704.723000', '145704.725000', '145704.728000', '145704.730000', '145704.733000', '145704.736000', '145704.738000', '145704.741000', '145704.743000', '145704.746000', '145704.749000', '145704.751000', '145704.754000', '145704.756000', '145704.759000', '145704.762000', '145704.764000', '145704.767000', '145704.769000', '145724.657000', '145724.660000', '145724.663000', '145724.665000', '145724.668000', '145724.671000', '145724.673000', '145724.676000', '145724.678000', '145724.681000', '145724.683000', '145724.686000', '145724.689000', '145724.691000', '145724.694000', '145724.696000', '145724.699000', '145724.702000', '145724.704000', '145724.707000', '145724.710000', '145724.713000', '145724.716000', '145724.719000', '145724.721000', '145724.724000', '145724.726000', '145724.729000', '145724.731000', '145724.734000', '145724.737000', '145724.739000', '145724.742000', '145724.744000', '145724.747000', '145724.749000', '145724.752000', '145724.755000', '145724.757000', '145724.760000', '145724.762000', '145724.765000', '145724.768000', '145744.658000', '145744.660000', '145744.663000', '145744.666000', '145744.668000', '145744.671000', '145744.673000', '145744.676000', '145744.678000', '145744.681000', '145744.684000', '145744.686000', '145744.689000', '145744.691000', '145744.694000', '145744.696000', '145744.699000', '145744.702000', '145744.704000', '145744.707000', '145744.710000', '145744.712000', '145744.715000', '145744.717000', '145744.720000', '145744.723000', '145744.725000', '145744.728000', '145744.730000', '145744.733000', '145744.736000', '145744.738000', '145744.741000', '145744.743000', '145744.746000', '145744.749000', '145744.751000', '145744.754000', '145744.756000', '145744.759000', '145744.761000', '145744.764000', '145744.766000', '145744.769000', '145804.657000', '145804.660000', '145804.663000', '145804.666000', '145804.668000', '145804.671000', '145804.673000', '145804.676000', '145804.679000', '145804.681000', '145804.684000', '145804.687000', '145804.689000', '145804.692000', '145804.694000', '145804.697000', '145804.700000', '145804.702000', '145804.705000', '145804.707000', '145804.710000', '145804.713000', '145804.715000', '145804.718000', '145804.720000', '145804.723000', '145804.726000', '145804.728000', '145804.731000', '145804.733000', '145804.736000', '145804.739000', '145804.741000', '145804.744000', '145804.748000', '145804.750000', '145804.753000', '145804.755000', '145804.758000', '145804.761000', '145804.763000', '145804.766000', '145804.768000', '145824.658000', '145824.661000', '145824.663000', '145824.682000', '145824.685000', '145824.687000', '145824.690000', '145824.692000', '145824.695000', '145824.698000', '145824.700000', '145824.703000', '145824.705000', '145824.708000', '145824.711000', '145824.713000', '145824.716000', '145824.719000', '145824.721000', '145824.724000', '145824.727000', '145824.729000', '145824.732000', '145824.734000', '145824.737000', '145824.739000', '145824.742000', '145824.745000', '145824.747000', '145824.750000', '145824.752000', '145824.755000', '145824.758000', '145824.760000', '145824.763000', '145824.765000', '145824.768000', '145824.771000', '145824.773000', '145824.776000', '145824.778000', '145824.781000', '145824.783000', '145824.786000', '145835.097000', '145835.100000', '145835.102000', '145835.105000', '145835.109000', '145835.112000', '145835.115000', '145835.117000', '145835.120000', '145835.123000', '145835.126000', '145835.129000', '145835.132000', '145835.134000', '145835.137000', '145835.140000', '145835.142000', '145835.145000', '145835.155000', '145835.158000', '145835.162000', '145835.168000', '145835.177000'], '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': [10854, 13044, 13348, 9144, 10872, 9851, 8030, 12172, 9339, 8035, 10411, 14238, 9351, 7368, 13494, 9488, 8730, 15413, 10304, 9363, 12374, 8971, 10794, 12239, 8443, 8639, 11247, 8383, 10152, 10992, 9281, 12760, 9569, 8345, 13733, 9370, 7918, 14862, 10048, 10961, 15501, 10548, 11569, 14063, 11708, 13748, 13410, 8767, 9636, 12518, 9927, 11308, 14673, 9540, 7952, 16251, 10442, 9025, 16504, 10624, 7626, 13423, 9182, 7654, 14628, 10558, 7596, 10734, 8571, 7334, 13498, 10305, 7362, 12896, 8906, 7627, 13340, 10092, 7393, 11281, 8043, 9654, 11691, 8536, 7081, 13352, 10483, 9282, 13102, 9769, 8206, 16223, 11248, 11481, 9964, 8453, 15835, 10763, 7597, 14932, 10150, 8657, 11058, 8239, 13605, 10822, 8799, 13764, 10313, 8038, 16708, 12080, 11877, 16003, 10013, 12404, 11524, 9871, 15972, 9751, 11147, 11594, 9107, 11202, 13007, 8271, 10687, 10916, 9221, 16870, 11475, 7674, 13573, 8716, 9932, 13504, 9048, 9470, 10303, 8767, 16323, 11468, 8390, 12923, 9653, 8191, 8752, 11770, 9259, 13986, 9490, 7706, 14986, 10586, 10217, 17504, 13789, 14806, 17956, 12292, 15196, 10128, 8103, 15803, 11242, 7944, 13302, 9427, 8643, 13511, 9776, 7724, 13370, 9655, 7910, 10170, 12968, 9589, 7459, 9776, 11779, 9665, 13655, 11521, 9762, 15455, 10054, 8071, 13148, 9626, 11758, 12212, 9494, 16115, 10990, 8303, 14611, 9549, 10120, 11404, 8465, 14268, 9998, 9968, 14213, 9227, 11687, 10038, 8133, 16279, 10901, 11927, 12022, 9011, 16075, 10951, 8042, 13728, 9348, 9323, 14124, 10717, 14607, 11251, 7954, 13955, 9343, 15747, 10699, 8104, 12611, 8818, 14315, 9699, 7640, 13392, 8805, 8120, 12602, 10026, 8355, 15469, 11574, 13365, 10134, 8900, 15097, 10376, 14021, 8983, 8808, 11763, 9601, 10931, 11142, 7957, 15242, 10229, 17740, 11358, 11249, 13962, 9098, 15693, 9994, 12044, 13021, 9335, 13145, 9602, 7980, 15931, 10723, 12093, 15409, 10872, 11796, 12254, 8562, 17477, 11052, 7876, 12918, 8457, 8533, 10864, 8793, 10355, 12268, 9633, 7597, 14618, 9722, 9542, 14082, 11073, 12699, 10340, 7926, 15165, 10155, 8794, 12188, 8880, 10570, 11411, 9118, 13540, 10293, 8049, 16273, 10375, 11537, 15733, 11051, 12165, 12085, 8972, 17542, 12343, 11356, 16909, 10342, 7598, 14225, 9216, 9283, 12319, 8365, 14828, 9889, 15081, 11095, 8137, 14784, 9906, 9785, 15398, 11176, 10881, 10161, 7455, 14285, 9079, 7944, 14701, 9596, 7926, 14381, 11148, 7624, 14640, 9495, 10240, 11035, 9160, 14613, 9076, 7532, 12719, 8981, 10794, 11839, 8970, 13265, 9560, 7774, 15238, 10471, 9311, 12725, 9131, 14897, 10746, 9130, 15765, 9920, 8481, 15215, 11012, 12859, 15315, 10757, 11910, 11374, 8298, 16776, 10869, 9945, 15926, 11422, 12700, 12710, 8779, 15523, 10898, 8768, 16227, 10938, 8505, 13634, 9057, 9382, 14299, 9952, 15934, 10114, 7782, 13783, 9400, 14175, 10614, 7725, 13973, 9197, 10879, 11107, 8847, 12647, 8998, 7263, 14504, 9650, 8001, 13585, 9364, 7793, 11161, 12767, 9827, 16838, 10826, 8699, 14802, 9543, 13586, 11999, 7995, 16189, 9198, 8722, 13535, 8505, 8984, 12769, 9393, 16382, 10335, 8002, 14360, 9706, 16881, 12432, 9663, 13043, 9202, 7478, 15440, 10193, 12301, 11437, 8519, 16104, 10457, 8397, 13132, 8917, 12181, 13821, 9954, 17116, 12029, 9412, 11413, 7731, 11387, 10765, 8696, 14839, 9191, 8065, 12886, 8678, 15553, 10184, 7576, 11505, 7771, 8508, 12276, 8325, 9336, 11591, 8788, 8110, 14443, 9335, 9688, 14900, 9222, 9848, 13801, 10690, 8717, 8095, 7237, 13761, 8935, 7980, 10610, 12521, 8446, 8720, 14620, 10497, 18023, 11985, 10160, 14068, 8762, 10375, 10010, 8284, 15855, 10185, 7491, 12318, 8644, 11197, 12833, 9752, 15193, 9491, 8447, 13652, 9461, 11701, 12767, 8253, 10272, 9100, 7844, 15586, 9946, 7665, 11853, 8016, 11156, 11806, 8537, 15518, 9342, 8023, 14588, 10195, 9939, 11654, 7659, 15720, 10225, 9334, 11917, 7906, 16501, 10005, 7017, 13146, 8410, 8756, 12413, 9105, 8947, 14762, 11079, 7978, 16906, 10391, 12505, 12726, 10412, 13309, 8410, 8111, 12144, 8877, 13636, 11359, 7382, 16318, 9696, 8628, 16259, 10174, 7676, 12956, 8377, 8910, 14696, 10703, 8012, 13010, 8272, 12099, 12567, 9784, 15512, 9377, 8211, 13623, 10398, 8940, 9913, 7333, 14518, 9620, 7657, 15358, 9417, 8781, 14633, 10760, 13701, 12008, 8769, 15859, 9967, 11713, 13778, 8317, 15498, 9294, 9661, 13765, 8585, 9327, 11120, 8203, 15508, 9763, 7539, 13840, 9108, 16073, 10671, 7740, 13824, 8935, 14018, 11220, 8737, 15821, 9435, 9539, 13420, 9529, 13564, 9886, 7735, 15003, 9361, 13770, 11462, 7502, 15225, 8983, 7641, 14439, 9995, 9704, 11388, 7696, 16365, 9499, 8663, 14434, 8362, 8324, 9209, 8598, 8545, 15007, 10124, 7234, 11504, 9368, 8868, 16302, 9184, 7928, 13262, 8624, 12141, 12632, 8364, 13744, 9443, 8359, 15102, 10294, 8685, 11763, 7927, 14256, 11017, 7833, 15885, 9232, 9103, 13503, 8382, 8531, 13588, 9419, 10524, 13730, 8633, 12166, 11410, 9307, 16801, 10600, 7645, 13008, 8345, 13038, 9899, 8496, 16133, 9504, 7470, 14606, 9191, 11626, 14245, 8926, 15110, 9275, 9167, 14463, 10211, 10968, 10665, 7240, 16801, 10263, 7381, 14383, 8543, 9958, 11704, 8726, 15378, 9030, 7293, 13428, 8945, 13693, 10876, 7469, 14844, 9555, 11815, 16221, 9106, 7155, 9012, 8302, 7036, 9733, 10500, 8074, 11397, 11128, 11940, 15940, 9885, 15654, 9611, 12298, 10716, 10359, 14784, 8491, 8288, 12853, 8699, 13931, 10854, 7002, 13864, 8470, 9117, 13474, 9681, 8325, 10237, 7438, 12648, 11154, 7661, 10795, 8242, 7259, 13578, 8742, 7826, 12863, 8975, 9252, 14078, 8695, 11568, 12186, 9500, 15132, 10375, 7334, 15233, 9402, 12406, 13423, 8138, 15474, 8943, 8086, 14335, 9833, 12786, 9723, 7219, 13848, 8193, 10422, 11078, 8533, 12129, 9223, 7018, 14932, 9102, 10750, 14176, 8450, 10093, 10763, 7497, 16747, 9723, 8209, 14982, 8583, 7089, 13142, 8878, 8998, 12965, 8527, 6846, 13580, 9018, 8155, 14817, 10751, 8801, 11046, 7072, 13062, 9664, 7105, 13125, 8904, 7306], 'WindowCenter': [4247.0, 4241.0, 4238.0, 4195.0, 4202.0, 4204.0, 4172.0, 4210.0, 4191.0, 4184.0, 4214.0, 4234.0, 4193.0, 4173.0, 4221.0, 4191.0, 4181.0, 4233.0, 4192.0, 4191.0, 4211.0, 4183.0, 4201.0, 4210.0, 4181.0, 4182.0, 4225.0, 4198.0, 4216.0, 4229.0, 4207.0, 4236.0, 4206.0, 4197.0, 4250.0, 4207.0, 4185.0, 4246.0, 4217.0, 4216.0, 4247.0, 4216.0, 4214.0, 4234.0, 4214.0, 4222.0, 4221.0, 4180.0, 4179.0, 4210.0, 4191.0, 4201.0, 4221.0, 4190.0, 4170.0, 4219.0, 4188.0, 4167.0, 4218.0, 4186.0, 4146.0, 4206.0, 4177.0, 4158.0, 4218.0, 4188.0, 4157.0, 4187.0, 4168.0, 4159.0, 4219.0, 4201.0, 4160.0, 4209.0, 4180.0, 4184.0, 4223.0, 4214.0, 4173.0, 4214.0, 4184.0, 4202.0, 4226.0, 4195.0, 4176.0, 4261.0, 4229.0, 4208.0, 4237.0, 4205.0, 4196.0, 4247.0, 4216.0, 4213.0, 4202.0, 4184.0, 4233.0, 4214.0, 4173.0, 4234.0, 4216.0, 4195.0, 4214.0, 4194.0, 4235.0, 4226.0, 4196.0, 4236.0, 4215.0, 4185.0, 4247.0, 4225.0, 4213.0, 4234.0, 4192.0, 4210.0, 4201.0, 4190.0, 4220.0, 4178.0, 4197.0, 4198.0, 4180.0, 4198.0, 4209.0, 4169.0, 4188.0, 4199.0, 4178.0, 4230.0, 4199.0, 4157.0, 4206.0, 4168.0, 4188.0, 4208.0, 4178.0, 4177.0, 4202.0, 4194.0, 4243.0, 4214.0, 4171.0, 4222.0, 4191.0, 4194.0, 4192.0, 4210.0, 4189.0, 4232.0, 4203.0, 4183.0, 4244.0, 4216.0, 4203.0, 4244.0, 4223.0, 4220.0, 4219.0, 4184.0, 4191.0, 4148.0, 4127.0, 4189.0, 4158.0, 4126.0, 4177.0, 4147.0, 4136.0, 4178.0, 4159.0, 4139.0, 4190.0, 4161.0, 4154.0, 4187.0, 4206.0, 4176.0, 4157.0, 4185.0, 4196.0, 4176.0, 4206.0, 4197.0, 4176.0, 4216.0, 4176.0, 4156.0, 4206.0, 4176.0, 4195.0, 4197.0, 4176.0, 4217.0, 4198.0, 4167.0, 4218.0, 4189.0, 4187.0, 4198.0, 4166.0, 4217.0, 4188.0, 4188.0, 4220.0, 4191.0, 4211.0, 4201.0, 4169.0, 4229.0, 4199.0, 4197.0, 4208.0, 4178.0, 4229.0, 4199.0, 4169.0, 4219.0, 4189.0, 4188.0, 4219.0, 4200.0, 4230.0, 4211.0, 4169.0, 4219.0, 4190.0, 4231.0, 4200.0, 4169.0, 4220.0, 4191.0, 4231.0, 4202.0, 4183.0, 4233.0, 4204.0, 4195.0, 4235.0, 4216.0, 4208.0, 4259.0, 4228.0, 4235.0, 4204.0, 4192.0, 4245.0, 4203.0, 4231.0, 4192.0, 4191.0, 4222.0, 4203.0, 4212.0, 4224.0, 4184.0, 4244.0, 4215.0, 4254.0, 4214.0, 4212.0, 4232.0, 4180.0, 4230.0, 4201.0, 4210.0, 4220.0, 4190.0, 4220.0, 4190.0, 4170.0, 4241.0, 4212.0, 4211.0, 4231.0, 4200.0, 4208.0, 4208.0, 4178.0, 4240.0, 4199.0, 4168.0, 4208.0, 4179.0, 4179.0, 4199.0, 4180.0, 4212.0, 4223.0, 4203.0, 4183.0, 4243.0, 4203.0, 4202.0, 4234.0, 4214.0, 4222.0, 4201.0, 4181.0, 4243.0, 4214.0, 4193.0, 4222.0, 4192.0, 4211.0, 4223.0, 4204.0, 4234.0, 4214.0, 4184.0, 4244.0, 4215.0, 4224.0, 4244.0, 4213.0, 4221.0, 4221.0, 4191.0, 4243.0, 4223.0, 4213.0, 4254.0, 4213.0, 4182.0, 4231.0, 4191.0, 4188.0, 4209.0, 4168.0, 4218.0, 4190.0, 4229.0, 4198.0, 4167.0, 4216.0, 4176.0, 4174.0, 4217.0, 4196.0, 4183.0, 4185.0, 4145.0, 4204.0, 4174.0, 4166.0, 4217.0, 4187.0, 4180.0, 4230.0, 4209.0, 4169.0, 4219.0, 4189.0, 4187.0, 4199.0, 4189.0, 4229.0, 4179.0, 4168.0, 4219.0, 4191.0, 4210.0, 4222.0, 4193.0, 4233.0, 4203.0, 4183.0, 4256.0, 4226.0, 4205.0, 4235.0, 4203.0, 4244.0, 4225.0, 4205.0, 4245.0, 4215.0, 4194.0, 4244.0, 4226.0, 4234.0, 4244.0, 4214.0, 4222.0, 4222.0, 4181.0, 4241.0, 4211.0, 4200.0, 4242.0, 4212.0, 4221.0, 4220.0, 4179.0, 4229.0, 4198.0, 4177.0, 4227.0, 4199.0, 4178.0, 4218.0, 4178.0, 4177.0, 4230.0, 4200.0, 4229.0, 4199.0, 4157.0, 4218.0, 4189.0, 4219.0, 4199.0, 4169.0, 4229.0, 4191.0, 4212.0, 4223.0, 4204.0, 4232.0, 4192.0, 4183.0, 4245.0, 4216.0, 4194.0, 4246.0, 4216.0, 4197.0, 4236.0, 4247.0, 4217.0, 4257.0, 4215.0, 4193.0, 4233.0, 4203.0, 4222.0, 4211.0, 4170.0, 4241.0, 4190.0, 4192.0, 4231.0, 4191.0, 4190.0, 4222.0, 4203.0, 4243.0, 4202.0, 4181.0, 4231.0, 4202.0, 4243.0, 4223.0, 4203.0, 4232.0, 4202.0, 4171.0, 4230.0, 4200.0, 4208.0, 4210.0, 4179.0, 4230.0, 4200.0, 4180.0, 4220.0, 4189.0, 4206.0, 4217.0, 4186.0, 4228.0, 4198.0, 4175.0, 4184.0, 4155.0, 4194.0, 4185.0, 4165.0, 4216.0, 4175.0, 4154.0, 4205.0, 4177.0, 4228.0, 4188.0, 4156.0, 4197.0, 4168.0, 4179.0, 4220.0, 4180.0, 4190.0, 4221.0, 4192.0, 4182.0, 4243.0, 4204.0, 4203.0, 4244.0, 4192.0, 4203.0, 4233.0, 4212.0, 4180.0, 4180.0, 4171.0, 4232.0, 4192.0, 4195.0, 4214.0, 4235.0, 4195.0, 4193.0, 4243.0, 4213.0, 4243.0, 4212.0, 4190.0, 4219.0, 4167.0, 4186.0, 4188.0, 4179.0, 4229.0, 4199.0, 4159.0, 4209.0, 4180.0, 4208.0, 4220.0, 4190.0, 4230.0, 4188.0, 4167.0, 4218.0, 4189.0, 4209.0, 4220.0, 4168.0, 4187.0, 4178.0, 4180.0, 4241.0, 4201.0, 4169.0, 4209.0, 4170.0, 4211.0, 4222.0, 4192.0, 4242.0, 4191.0, 4170.0, 4231.0, 4201.0, 4200.0, 4210.0, 4170.0, 4230.0, 4201.0, 4190.0, 4210.0, 4180.0, 4242.0, 4202.0, 4172.0, 4233.0, 4182.0, 4192.0, 4235.0, 4205.0, 4206.0, 4246.0, 4225.0, 4183.0, 4241.0, 4201.0, 4210.0, 4210.0, 4200.0, 4209.0, 4169.0, 4168.0, 4210.0, 4191.0, 4220.0, 4200.0, 4159.0, 4229.0, 4189.0, 4179.0, 4230.0, 4199.0, 4158.0, 4208.0, 4168.0, 4178.0, 4230.0, 4212.0, 4170.0, 4220.0, 4180.0, 4209.0, 4221.0, 4200.0, 4230.0, 4189.0, 4168.0, 4219.0, 4201.0, 4190.0, 4200.0, 4170.0, 4231.0, 4202.0, 4184.0, 4243.0, 4204.0, 4193.0, 4244.0, 4214.0, 4232.0, 4222.0, 4180.0, 4230.0, 4190.0, 4209.0, 4220.0, 4168.0, 4228.0, 4178.0, 4188.0, 4218.0, 4178.0, 4187.0, 4210.0, 4180.0, 4230.0, 4200.0, 4169.0, 4230.0, 4191.0, 4231.0, 4201.0, 4170.0, 4220.0, 4191.0, 4230.0, 4211.0, 4180.0, 4231.0, 4190.0, 4189.0, 4221.0, 4190.0, 4219.0, 4199.0, 4169.0, 4229.0, 4190.0, 4219.0, 4211.0, 4159.0, 4229.0, 4179.0, 4169.0, 4230.0, 4200.0, 4189.0, 4210.0, 4169.0, 4229.0, 4190.0, 4181.0, 4230.0, 4182.0, 4194.0, 4188.0, 4180.0, 4192.0, 4243.0, 4213.0, 4184.0, 4223.0, 4203.0, 4204.0, 4255.0, 4203.0, 4182.0, 4232.0, 4193.0, 4224.0, 4223.0, 4182.0, 4221.0, 4190.0, 4181.0, 4232.0, 4204.0, 4180.0, 4211.0, 4181.0, 4232.0, 4213.0, 4172.0, 4244.0, 4203.0, 4192.0, 4233.0, 4181.0, 4191.0, 4232.0, 4204.0, 4213.0, 4234.0, 4193.0, 4222.0, 4212.0, 4192.0, 4243.0, 4214.0, 4170.0, 4221.0, 4181.0, 4220.0, 4203.0, 4182.0, 4244.0, 4202.0, 4172.0, 4232.0, 4203.0, 4213.0, 4232.0, 4191.0, 4230.0, 4190.0, 4190.0, 4229.0, 4200.0, 4198.0, 4198.0, 4158.0, 4239.0, 4200.0, 4159.0, 4229.0, 4179.0, 4188.0, 4210.0, 4180.0, 4242.0, 4191.0, 4159.0, 4221.0, 4191.0, 4220.0, 4201.0, 4159.0, 4230.0, 4202.0, 4225.0, 4258.0, 4205.0, 4175.0, 4202.0, 4192.0, 4176.0, 4216.0, 4225.0, 4196.0, 4226.0, 4227.0, 4225.0, 4244.0, 4191.0, 4220.0, 4177.0, 4194.0, 4174.0, 4174.0, 4205.0, 4152.0, 4151.0, 4192.0, 4164.0, 4205.0, 4185.0, 4134.0, 4205.0, 4165.0, 4165.0, 4206.0, 4176.0, 4154.0, 4185.0, 4157.0, 4219.0, 4210.0, 4171.0, 4211.0, 4196.0, 4173.0, 4231.0, 4193.0, 4172.0, 4224.0, 4193.0, 4203.0, 4234.0, 4193.0, 4214.0, 4223.0, 4204.0, 4232.0, 4201.0, 4160.0, 4232.0, 4193.0, 4210.0, 4222.0, 4169.0, 4229.0, 4178.0, 4167.0, 4219.0, 4189.0, 4209.0, 4188.0, 4159.0, 4219.0, 4179.0, 4199.0, 4212.0, 4181.0, 4220.0, 4192.0, 4162.0, 4233.0, 4194.0, 4213.0, 4232.0, 4181.0, 4200.0, 4211.0, 4171.0, 4242.0, 4203.0, 4183.0, 4243.0, 4193.0, 4162.0, 4234.0, 4194.0, 4191.0, 4233.0, 4192.0, 4164.0, 4233.0, 4193.0, 4185.0, 4246.0, 4215.0, 4192.0, 4214.0, 4174.0, 4234.0, 4205.0, 4174.0, 4233.0, 4205.0, 4185.0], 'WindowWidth': [9413.0, 9392.0, 9381.0, 9317.0, 9320.0, 9326.0, 9281.0, 9329.0, 9304.0, 9301.0, 9342.0, 9368.0, 9312.0, 9284.0, 9345.0, 9304.0, 9292.0, 9364.0, 9305.0, 9303.0, 9328.0, 9296.0, 9316.0, 9327.0, 9292.0, 9295.0, 9357.0, 9329.0, 9347.0, 9370.0, 9336.0, 9373.0, 9333.0, 9325.0, 9399.0, 9337.0, 9306.0, 9387.0, 9350.0, 9348.0, 9391.0, 9346.0, 9339.0, 9367.0, 9338.0, 9347.0, 9345.0, 9287.0, 9284.0, 9328.0, 9302.0, 9316.0, 9344.0, 9301.0, 9273.0, 9339.0, 9295.0, 9265.0, 9338.0, 9289.0, 9235.0, 9315.0, 9277.0, 9255.0, 9334.0, 9295.0, 9253.0, 9290.0, 9268.0, 9261.0, 9340.0, 9317.0, 9264.0, 9326.0, 9290.0, 9303.0, 9352.0, 9342.0, 9286.0, 9340.0, 9301.0, 9322.0, 9362.0, 9319.0, 9298.0, 9418.0, 9372.0, 9341.0, 9377.0, 9332.0, 9322.0, 9391.0, 9347.0, 9338.0, 9322.0, 9300.0, 9366.0, 9341.0, 9284.0, 9367.0, 9348.0, 9317.0, 9339.0, 9315.0, 9371.0, 9361.0, 9320.0, 9374.0, 9345.0, 9304.0, 9390.0, 9358.0, 9338.0, 9367.0, 9307.0, 9327.0, 9317.0, 9299.0, 9343.0, 9282.0, 9305.0, 9309.0, 9288.0, 9309.0, 9324.0, 9272.0, 9295.0, 9312.0, 9282.0, 9356.0, 9311.0, 9252.0, 9316.0, 9270.0, 9294.0, 9322.0, 9283.0, 9279.0, 9322.0, 9315.0, 9382.0, 9340.0, 9277.0, 9348.0, 9306.0, 9317.0, 9309.0, 9331.0, 9300.0, 9364.0, 9326.0, 9300.0, 9382.0, 9349.0, 9326.0, 9385.0, 9353.0, 9343.0, 9345.0, 9282.0, 9285.0, 9224.0, 9193.0, 9282.0, 9237.0, 9191.0, 9258.0, 9220.0, 9204.0, 9265.0, 9241.0, 9214.0, 9282.0, 9249.0, 9243.0, 9294.0, 9318.0, 9277.0, 9253.0, 9289.0, 9303.0, 9278.0, 9315.0, 9305.0, 9277.0, 9331.0, 9277.0, 9250.0, 9315.0, 9278.0, 9299.0, 9305.0, 9276.0, 9333.0, 9308.0, 9266.0, 9336.0, 9301.0, 9294.0, 9310.0, 9264.0, 9332.0, 9296.0, 9296.0, 9344.0, 9305.0, 9332.0, 9319.0, 9275.0, 9352.0, 9311.0, 9307.0, 9323.0, 9284.0, 9354.0, 9313.0, 9274.0, 9340.0, 9299.0, 9297.0, 9340.0, 9315.0, 9356.0, 9332.0, 9274.0, 9340.0, 9304.0, 9359.0, 9317.0, 9272.0, 9342.0, 9305.0, 9359.0, 9323.0, 9300.0, 9366.0, 9331.0, 9320.0, 9375.0, 9351.0, 9342.0, 9414.0, 9368.0, 9371.0, 9327.0, 9310.0, 9386.0, 9324.0, 9359.0, 9308.0, 9307.0, 9348.0, 9326.0, 9337.0, 9354.0, 9303.0, 9382.0, 9344.0, 9398.0, 9344.0, 9336.0, 9361.0, 9290.0, 9357.0, 9319.0, 9329.0, 9344.0, 9304.0, 9343.0, 9304.0, 9278.0, 9374.0, 9335.0, 9333.0, 9361.0, 9316.0, 9323.0, 9323.0, 9284.0, 9370.0, 9314.0, 9271.0, 9324.0, 9289.0, 9288.0, 9312.0, 9292.0, 9337.0, 9356.0, 9327.0, 9301.0, 9379.0, 9326.0, 9325.0, 9371.0, 9341.0, 9350.0, 9319.0, 9294.0, 9380.0, 9342.0, 9314.0, 9350.0, 9310.0, 9334.0, 9354.0, 9331.0, 9370.0, 9343.0, 9303.0, 9384.0, 9346.0, 9358.0, 9385.0, 9341.0, 9348.0, 9348.0, 9309.0, 9383.0, 9358.0, 9342.0, 9402.0, 9340.0, 9300.0, 9364.0, 9309.0, 9300.0, 9327.0, 9271.0, 9339.0, 9303.0, 9354.0, 9312.0, 9268.0, 9333.0, 9277.0, 9273.0, 9334.0, 9305.0, 9282.0, 9287.0, 9237.0, 9312.0, 9273.0, 9265.0, 9335.0, 9297.0, 9293.0, 9360.0, 9329.0, 9274.0, 9339.0, 9300.0, 9295.0, 9312.0, 9299.0, 9353.0, 9287.0, 9272.0, 9342.0, 9307.0, 9332.0, 9352.0, 9313.0, 9367.0, 9328.0, 9303.0, 9406.0, 9365.0, 9335.0, 9372.0, 9328.0, 9384.0, 9359.0, 9334.0, 9388.0, 9345.0, 9316.0, 9383.0, 9361.0, 9370.0, 9386.0, 9342.0, 9350.0, 9350.0, 9296.0, 9373.0, 9334.0, 9319.0, 9378.0, 9337.0, 9346.0, 9345.0, 9290.0, 9355.0, 9312.0, 9282.0, 9351.0, 9315.0, 9285.0, 9338.0, 9286.0, 9282.0, 9358.0, 9316.0, 9355.0, 9313.0, 9255.0, 9339.0, 9303.0, 9342.0, 9315.0, 9275.0, 9355.0, 9307.0, 9338.0, 9354.0, 9332.0, 9366.0, 9312.0, 9304.0, 9389.0, 9350.0, 9318.0, 9390.0, 9352.0, 9330.0, 9378.0, 9394.0, 9353.0, 9408.0, 9349.0, 9313.0, 9367.0, 9326.0, 9351.0, 9333.0, 9278.0, 9374.0, 9306.0, 9311.0, 9361.0, 9307.0, 9305.0, 9351.0, 9328.0, 9381.0, 9325.0, 9295.0, 9361.0, 9323.0, 9381.0, 9356.0, 9328.0, 9366.0, 9325.0, 9282.0, 9357.0, 9317.0, 9325.0, 9330.0, 9288.0, 9360.0, 9320.0, 9292.0, 9344.0, 9302.0, 9319.0, 9335.0, 9292.0, 9354.0, 9312.0, 9273.0, 9283.0, 9247.0, 9298.0, 9289.0, 9262.0, 9331.0, 9276.0, 9246.0, 9314.0, 9283.0, 9351.0, 9297.0, 9252.0, 9307.0, 9271.0, 9287.0, 9346.0, 9292.0, 9306.0, 9350.0, 9312.0, 9299.0, 9383.0, 9330.0, 9328.0, 9383.0, 9311.0, 9326.0, 9368.0, 9337.0, 9290.0, 9292.0, 9280.0, 9364.0, 9313.0, 9321.0, 9345.0, 9374.0, 9321.0, 9314.0, 9382.0, 9340.0, 9386.0, 9339.0, 9302.0, 9339.0, 9268.0, 9290.0, 9296.0, 9289.0, 9356.0, 9315.0, 9261.0, 9328.0, 9292.0, 9326.0, 9345.0, 9304.0, 9357.0, 9298.0, 9269.0, 9337.0, 9299.0, 9327.0, 9345.0, 9272.0, 9296.0, 9286.0, 9292.0, 9375.0, 9322.0, 9275.0, 9327.0, 9278.0, 9335.0, 9351.0, 9311.0, 9377.0, 9307.0, 9279.0, 9361.0, 9321.0, 9319.0, 9331.0, 9277.0, 9358.0, 9321.0, 9305.0, 9330.0, 9293.0, 9377.0, 9324.0, 9284.0, 9368.0, 9297.0, 9310.0, 9372.0, 9334.0, 9337.0, 9390.0, 9358.0, 9300.0, 9374.0, 9318.0, 9329.0, 9331.0, 9315.0, 9324.0, 9272.0, 9271.0, 9328.0, 9306.0, 9342.0, 9316.0, 9261.0, 9354.0, 9301.0, 9288.0, 9360.0, 9315.0, 9260.0, 9325.0, 9273.0, 9285.0, 9358.0, 9338.0, 9278.0, 9343.0, 9292.0, 9326.0, 9345.0, 9317.0, 9359.0, 9299.0, 9271.0, 9342.0, 9319.0, 9303.0, 9316.0, 9277.0, 9360.0, 9325.0, 9302.0, 9383.0, 9330.0, 9314.0, 9385.0, 9343.0, 9366.0, 9350.0, 9291.0, 9355.0, 9303.0, 9326.0, 9342.0, 9272.0, 9350.0, 9284.0, 9297.0, 9337.0, 9285.0, 9295.0, 9330.0, 9293.0, 9359.0, 9317.0, 9275.0, 9357.0, 9308.0, 9360.0, 9320.0, 9276.0, 9344.0, 9306.0, 9359.0, 9334.0, 9292.0, 9360.0, 9303.0, 9300.0, 9344.0, 9303.0, 9342.0, 9315.0, 9273.0, 9352.0, 9304.0, 9340.0, 9331.0, 9261.0, 9353.0, 9287.0, 9276.0, 9358.0, 9319.0, 9302.0, 9330.0, 9277.0, 9356.0, 9306.0, 9294.0, 9358.0, 9299.0, 9316.0, 9299.0, 9290.0, 9311.0, 9382.0, 9341.0, 9306.0, 9353.0, 9328.0, 9329.0, 9402.0, 9327.0, 9297.0, 9364.0, 9313.0, 9354.0, 9354.0, 9297.0, 9346.0, 9305.0, 9292.0, 9364.0, 9327.0, 9291.0, 9333.0, 9296.0, 9363.0, 9341.0, 9284.0, 9381.0, 9327.0, 9310.0, 9364.0, 9294.0, 9308.0, 9365.0, 9330.0, 9340.0, 9369.0, 9314.0, 9349.0, 9338.0, 9310.0, 9381.0, 9340.0, 9279.0, 9345.0, 9293.0, 9345.0, 9325.0, 9297.0, 9382.0, 9323.0, 9285.0, 9364.0, 9329.0, 9340.0, 9365.0, 9307.0, 9359.0, 9303.0, 9304.0, 9356.0, 9317.0, 9311.0, 9309.0, 9258.0, 9367.0, 9317.0, 9262.0, 9353.0, 9289.0, 9299.0, 9332.0, 9292.0, 9376.0, 9307.0, 9263.0, 9345.0, 9307.0, 9346.0, 9319.0, 9263.0, 9357.0, 9323.0, 9362.0, 9412.0, 9334.0, 9295.0, 9327.0, 9313.0, 9299.0, 9352.0, 9361.0, 9325.0, 9364.0, 9365.0, 9361.0, 9389.0, 9307.0, 9344.0, 9280.0, 9298.0, 9270.0, 9268.0, 9314.0, 9239.0, 9235.0, 9291.0, 9257.0, 9312.0, 9287.0, 9218.0, 9312.0, 9261.0, 9260.0, 9316.0, 9279.0, 9247.0, 9288.0, 9256.0, 9341.0, 9330.0, 9279.0, 9332.0, 9325.0, 9287.0, 9363.0, 9315.0, 9283.0, 9355.0, 9315.0, 9327.0, 9368.0, 9314.0, 9340.0, 9353.0, 9328.0, 9365.0, 9321.0, 9263.0, 9360.0, 9310.0, 9332.0, 9349.0, 9275.0, 9353.0, 9283.0, 9268.0, 9340.0, 9301.0, 9327.0, 9297.0, 9260.0, 9339.0, 9288.0, 9315.0, 9334.0, 9294.0, 9345.0, 9308.0, 9268.0, 9364.0, 9315.0, 9338.0, 9362.0, 9294.0, 9318.0, 9332.0, 9281.0, 9378.0, 9325.0, 9300.0, 9379.0, 9312.0, 9272.0, 9368.0, 9315.0, 9307.0, 9364.0, 9311.0, 9276.0, 9366.0, 9315.0, 9306.0, 9389.0, 9344.0, 9311.0, 9339.0, 9289.0, 9371.0, 9332.0, 9291.0, 9368.0, 9332.0, 9309.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.0005733600917431193</td></tr>
<tr><td colspan=3>aqi</td><td>0.030100815366972476</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.824136753742856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2396216518714114</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9830090764408723</td></tr>
<tr><td colspan=3>efc</td><td>0.4792</td></tr>
<tr><td colspan=3>fber</td><td>5820.7129</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0991332205498833</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.013761467889908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.551836059778005</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3800499432551874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8399842050167727</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.435474031062055</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144867</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010391069576144218</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02808235213160515</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.872341213327902</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>18.8387</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2094</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.0713</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298557.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.7213</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4641</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.4511</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3380.3355</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.1477</td></tr>
<tr><td colspan=3>tsnr</td><td>36.18151330878027</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>