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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-02_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-02_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-0070/ses-03/func/sub-0070_ses-03_task-social_acq-mb8_run-02_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>4d5f3f547e85b8c67d0a0270ecceeb66</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:40:21.597500</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.999961, -0.00321585, 0.00824772, 0.00279245, 0.998703, 0.0508429]</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-02_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.102103</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7760, -7234, 515, -85, -270, -4, 55]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>292.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c4fc771b-edf0-4a0b-b5ee-750a2951e645||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.682821750640869, 0.007491948548704386, 0.022681424394249916, 111.6929702758789], [0.00862790085375309, 2.6794464588165283, 0.1372082233428955, -91.71205139160156], [0.022128039970993996, -0.1364077478647232, 2.696415901184082, -68.9209976196289], [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': ['144021.597500', '144022.057500', '144022.517500', '144022.977500', '144023.437500', '144023.897500', '144024.357500', '144024.817500', '144025.277500', '144025.737500', '144026.197500', '144026.657500', '144027.117500', '144027.577500', '144028.037500', '144028.497500', '144028.957500', '144029.417500', '144029.877500', '144030.337500', '144030.797500', '144031.257500', '144031.717500', '144032.177500', '144032.637500', '144033.097500', '144033.557500', '144034.017500', '144034.477500', '144034.937500', '144035.397500', '144035.857500', '144036.317500', '144036.777500', '144037.237500', '144037.697500', '144038.157500', '144038.617500', '144039.077500', '144039.537500', '144039.997500', '144040.457500', '144040.917500', '144041.377500', '144041.837500', '144042.297500', '144042.757500', '144043.217500', '144043.677500', '144044.137500', '144044.597500', '144045.057500', '144045.517500', '144045.977500', '144046.437500', '144046.897500', '144047.357500', '144047.817500', '144048.277500', '144048.737500', '144049.197500', '144049.657500', '144050.117500', '144050.577500', '144051.037500', '144051.497500', '144051.957500', '144052.417500', '144052.877500', '144053.337500', '144053.797500', '144054.257500', '144054.717500', '144055.177500', '144055.637500', '144056.097500', '144056.557500', '144057.017500', '144057.477500', '144057.937500', '144058.397500', '144058.857500', '144059.317500', '144059.777500', '144100.237500', '144100.697500', '144101.157500', '144101.617500', '144102.077500', '144102.537500', '144102.997500', '144103.457500', '144103.917500', '144104.377500', '144104.837500', '144105.297500', '144105.757500', '144106.217500', '144106.677500', '144107.137500', '144107.597500', '144108.057500', '144108.517500', '144108.977500', '144109.437500', '144109.897500', '144110.357500', '144110.817500', '144111.277500', '144111.737500', '144112.197500', '144112.657500', '144113.117500', '144113.577500', '144114.037500', '144114.497500', '144114.957500', '144115.417500', '144115.877500', '144116.337500', '144116.797500', '144117.257500', '144117.717500', '144118.177500', '144118.637500', '144119.097500', '144119.557500', '144120.017500', '144120.477500', '144120.937500', '144121.397500', '144121.857500', '144122.317500', '144122.777500', '144123.237500', '144123.697500', '144124.157500', '144124.617500', '144125.077500', '144125.537500', '144125.997500', '144126.457500', '144126.917500', '144127.377500', '144127.837500', '144128.297500', '144128.757500', '144129.217500', '144129.677500', '144130.137500', '144130.597500', '144131.057500', '144131.517500', '144131.977500', '144132.437500', '144132.897500', '144133.357500', '144133.817500', '144134.277500', '144134.737500', '144135.197500', '144135.657500', '144136.117500', '144136.577500', '144137.037500', '144137.497500', '144137.957500', '144138.417500', '144138.877500', '144139.337500', '144139.797500', '144140.257500', '144140.717500', '144141.177500', '144141.637500', '144142.097500', '144142.557500', '144143.017500', '144143.477500', '144143.937500', '144144.397500', '144144.857500', '144145.317500', '144145.777500', '144146.237500', '144146.697500', '144147.157500', '144147.617500', '144148.077500', '144148.537500', '144148.997500', '144149.457500', '144149.917500', '144150.377500', '144150.837500', '144151.297500', '144151.757500', '144152.217500', '144152.677500', '144153.137500', '144153.597500', '144154.057500', '144154.517500', '144154.977500', '144155.437500', '144155.897500', '144156.357500', '144156.817500', '144157.277500', '144157.737500', '144158.197500', '144158.657500', '144159.117500', '144159.577500', '144200.037500', '144200.497500', '144200.957500', '144201.417500', '144201.877500', '144202.337500', '144202.797500', '144203.257500', '144203.717500', '144204.177500', '144204.637500', '144205.097500', '144205.557500', '144206.017500', '144206.477500', '144206.937500', '144207.397500', '144207.857500', '144208.317500', '144208.777500', '144209.237500', '144209.697500', '144210.157500', '144210.617500', '144211.077500', '144211.537500', '144211.997500', '144212.457500', '144212.917500', '144213.377500', '144213.837500', '144214.297500', '144214.757500', '144215.217500', '144215.677500', '144216.137500', '144216.597500', '144217.057500', '144217.517500', '144217.977500', '144218.437500', '144218.897500', '144219.357500', '144219.817500', '144220.277500', '144220.737500', '144221.197500', '144221.657500', '144222.117500', '144222.577500', '144223.037500', '144223.497500', '144223.957500', '144224.417500', '144224.877500', '144225.337500', '144225.797500', '144226.257500', '144226.717500', '144227.177500', '144227.637500', '144228.097500', '144228.557500', '144229.017500', '144229.477500', '144229.937500', '144230.397500', '144230.857500', '144231.317500', '144231.777500', '144232.237500', '144232.697500', '144233.157500', '144233.617500', '144234.077500', '144234.537500', '144234.997500', '144235.457500', '144235.917500', '144236.377500', '144236.837500', '144237.297500', '144237.757500', '144238.217500', '144238.677500', '144239.137500', '144239.597500', '144240.057500', '144240.517500', '144240.977500', '144241.437500', '144241.897500', '144242.357500', '144242.817500', '144243.277500', '144243.737500', '144244.197500', '144244.657500', '144245.117500', '144245.577500', '144246.037500', '144246.497500', '144246.957500', '144247.417500', '144247.877500', '144248.337500', '144248.797500', '144249.257500', '144249.717500', '144250.177500', '144250.637500', '144251.097500', '144251.557500', '144252.017500', '144252.477500', '144252.937500', '144253.397500', '144253.857500', '144254.317500', '144254.777500', '144255.237500', '144255.697500', '144256.157500', '144256.617500', '144257.077500', '144257.537500', '144257.997500', '144258.457500', '144258.917500', '144259.377500', '144259.837500', '144300.297500', '144300.757500', '144301.217500', '144301.677500', '144302.137500', '144302.597500', '144303.057500', '144303.517500', '144303.977500', '144304.437500', '144304.897500', '144305.357500', '144305.817500', '144306.277500', '144306.737500', '144307.197500', '144307.657500', '144308.117500', '144308.577500', '144309.037500', '144309.497500', '144309.957500', '144310.417500', '144310.877500', '144311.337500', '144311.797500', '144312.257500', '144312.717500', '144313.177500', '144313.637500', '144314.097500', '144314.557500', '144315.017500', '144315.477500', '144315.937500', '144316.397500', '144316.857500', '144317.317500', '144317.777500', '144318.237500', '144318.697500', '144319.157500', '144319.617500', '144320.077500', '144320.537500', '144320.997500', '144321.457500', '144321.917500', '144322.377500', '144322.837500', '144323.297500', '144323.757500', '144324.217500', '144324.677500', '144325.137500', '144325.597500', '144326.057500', '144326.517500', '144326.977500', '144327.437500', '144327.897500', '144328.357500', '144328.817500', '144329.277500', '144329.737500', '144330.197500', '144330.657500', '144331.117500', '144331.577500', '144332.037500', '144332.497500', '144332.957500', '144333.417500', '144333.877500', '144334.337500', '144334.797500', '144335.257500', '144335.717500', '144336.177500', '144336.637500', '144337.097500', '144337.557500', '144338.017500', '144338.477500', '144338.937500', '144339.397500', '144339.857500', '144340.317500', '144340.777500', '144341.237500', '144341.697500', '144342.157500', '144342.617500', '144343.077500', '144343.537500', '144343.997500', '144344.457500', '144344.917500', '144345.377500', '144345.837500', '144346.297500', '144346.757500', '144347.217500', '144347.677500', '144348.137500', '144348.597500', '144349.057500', '144349.517500', '144349.977500', '144350.437500', '144350.897500', '144351.357500', '144351.817500', '144352.277500', '144352.737500', '144353.197500', '144353.657500', '144354.117500', '144354.577500', '144355.037500', '144355.497500', '144355.957500', '144356.417500', '144356.877500', '144357.337500', '144357.797500', '144358.257500', '144358.717500', '144359.177500', '144359.637500', '144400.097500', '144400.557500', '144401.017500', '144401.477500', '144401.937500', '144402.397500', '144402.857500', '144403.317500', '144403.777500', '144404.237500', '144404.697500', '144405.157500', '144405.617500', '144406.077500', '144406.537500', '144406.997500', '144407.457500', '144407.917500', '144408.377500', '144408.837500', '144409.297500', '144409.757500', '144410.217500', '144410.677500', '144411.137500', '144411.597500', '144412.057500', '144412.517500', '144412.977500', '144413.437500', '144413.897500', '144414.357500', '144414.817500', '144415.277500', '144415.737500', '144416.197500', '144416.657500', '144417.117500', '144417.577500', '144418.037500', '144418.497500', '144418.957500', '144419.417500', '144419.877500', '144420.337500', '144420.797500', '144421.257500', '144421.717500', '144422.177500', '144422.637500', '144423.097500', '144423.557500', '144424.017500', '144424.477500', '144424.937500', '144425.397500', '144425.857500', '144426.317500', '144426.777500', '144427.237500', '144427.697500', '144428.157500', '144428.617500', '144429.077500', '144429.537500', '144429.997500', '144430.457500', '144430.917500', '144431.377500', '144431.837500', '144432.297500', '144432.757500', '144433.217500', '144433.677500', '144434.137500', '144434.597500', '144435.057500', '144435.517500', '144435.977500', '144436.437500', '144436.897500', '144437.357500', '144437.817500', '144438.277500', '144438.737500', '144439.197500', '144439.657500', '144440.117500', '144440.577500', '144441.037500', '144441.497500', '144441.957500', '144442.417500', '144442.877500', '144443.337500', '144443.797500', '144444.257500', '144444.717500', '144445.177500', '144445.637500', '144446.097500', '144446.557500', '144447.017500', '144447.477500', '144447.937500', '144448.397500', '144448.857500', '144449.317500', '144449.777500', '144450.237500', '144450.697500', '144451.157500', '144451.617500', '144452.077500', '144452.537500', '144452.997500', '144453.457500', '144453.917500', '144454.377500', '144454.837500', '144455.297500', '144455.757500', '144456.217500', '144456.677500', '144457.137500', '144457.597500', '144458.057500', '144458.517500', '144458.977500', '144459.437500', '144459.897500', '144500.357500', '144500.817500', '144501.277500', '144501.737500', '144502.197500', '144502.657500', '144503.117500', '144503.577500', '144504.037500', '144504.497500', '144504.957500', '144505.417500', '144505.877500', '144506.337500', '144506.797500', '144507.257500', '144507.717500', '144508.177500', '144508.637500', '144509.097500', '144509.557500', '144510.017500', '144510.477500', '144510.937500', '144511.397500', '144511.857500', '144512.317500', '144512.777500', '144513.237500', '144513.697500', '144514.157500', '144514.617500', '144515.077500', '144515.537500', '144515.997500', '144516.457500', '144516.917500', '144517.377500', '144517.837500', '144518.297500', '144518.757500', '144519.217500', '144519.677500', '144520.137500', '144520.597500', '144521.057500', '144521.517500', '144521.977500', '144522.437500', '144522.897500', '144523.357500', '144523.817500', '144524.277500', '144524.737500', '144525.197500', '144525.657500', '144526.117500', '144526.577500', '144527.037500', '144527.497500', '144527.957500', '144528.417500', '144528.877500', '144529.337500', '144529.797500', '144530.257500', '144530.717500', '144531.177500', '144531.637500', '144532.097500', '144532.557500', '144533.017500', '144533.477500', '144533.937500', '144534.397500', '144534.857500', '144535.317500', '144535.777500', '144536.237500', '144536.697500', '144537.157500', '144537.617500', '144538.077500', '144538.537500', '144538.997500', '144539.457500', '144539.917500', '144540.377500', '144540.837500', '144541.297500', '144541.757500', '144542.217500', '144542.677500', '144543.137500', '144543.597500', '144544.057500', '144544.517500', '144544.977500', '144545.437500', '144545.897500', '144546.357500', '144546.817500', '144547.277500', '144547.737500', '144548.197500', '144548.657500', '144549.117500', '144549.577500', '144550.037500', '144550.497500', '144550.957500', '144551.417500', '144551.877500', '144552.337500', '144552.797500', '144553.257500', '144553.717500', '144554.177500', '144554.637500', '144555.097500', '144555.557500', '144556.017500', '144556.477500', '144556.937500', '144557.397500', '144557.857500', '144558.317500', '144558.777500', '144559.237500', '144559.697500', '144600.157500', '144600.617500', '144601.077500', '144601.537500', '144601.997500', '144602.457500', '144602.917500', '144603.377500', '144603.837500', '144604.297500', '144604.757500', '144605.217500', '144605.677500', '144606.137500', '144606.597500', '144607.057500', '144607.517500', '144607.977500', '144608.437500', '144608.897500', '144609.357500', '144609.817500', '144610.277500', '144610.737500', '144611.197500', '144611.657500', '144612.117500', '144612.577500', '144613.037500', '144613.497500', '144613.957500', '144614.417500', '144614.877500', '144615.337500', '144615.797500', '144616.257500', '144616.717500', '144617.177500', '144617.637500', '144618.097500', '144618.557500', '144619.017500', '144619.477500', '144619.937500', '144620.397500', '144620.857500', '144621.317500', '144621.777500', '144622.237500', '144622.697500', '144623.157500', '144623.617500', '144624.077500', '144624.537500', '144624.997500', '144625.457500', '144625.917500', '144626.377500', '144626.837500', '144627.297500', '144627.757500', '144628.217500', '144628.677500', '144629.137500', '144629.597500', '144630.057500', '144630.517500', '144630.977500', '144631.437500', '144631.897500', '144632.357500', '144632.817500', '144633.277500', '144633.737500', '144634.197500', '144634.657500', '144635.117500', '144635.577500', '144636.037500', '144636.497500', '144636.957500', '144637.417500', '144637.877500', '144638.337500', '144638.797500', '144639.257500', '144639.717500', '144640.177500', '144640.637500', '144641.097500', '144641.557500', '144642.017500', '144642.477500', '144642.937500', '144643.397500', '144643.857500', '144644.317500', '144644.777500', '144645.237500', '144645.697500', '144646.157500', '144646.617500', '144647.077500', '144647.537500', '144647.997500', '144648.457500', '144648.917500', '144649.377500', '144649.837500', '144650.297500', '144650.757500', '144651.217500', '144651.677500', '144652.137500', '144652.597500', '144653.057500', '144653.517500', '144653.977500', '144654.437500', '144654.897500', '144655.357500', '144655.817500', '144656.277500', '144656.737500', '144657.197500', '144657.657500', '144658.117500', '144658.577500', '144659.037500', '144659.497500', '144659.957500', '144700.417500', '144700.877500', '144701.337500', '144701.797500', '144702.257500'], 'ContentTime': ['144037.850000', '144037.857000', '144037.860000', '144037.863000', '144037.866000', '144037.873000', '144037.876000', '144037.879000', '144037.883000', '144037.887000', '144037.890000', '144037.894000', '144037.900000', '144037.904000', '144037.910000', '144037.914000', '144037.919000', '144037.923000', '144037.927000', '144037.931000', '144037.936000', '144037.939000', '144037.943000', '144037.946000', '144037.949000', '144037.952000', '144037.954000', '144037.957000', '144037.960000', '144037.963000', '144037.966000', '144037.968000', '144037.971000', '144057.815000', '144057.818000', '144057.821000', '144057.823000', '144057.826000', '144057.828000', '144057.831000', '144057.834000', '144057.836000', '144057.839000', '144057.841000', '144057.844000', '144057.846000', '144057.849000', '144057.851000', '144057.854000', '144057.857000', '144057.859000', '144057.862000', '144057.864000', '144057.867000', '144057.869000', '144057.872000', '144057.875000', '144057.877000', '144057.880000', '144057.882000', '144057.885000', '144057.895000', '144057.897000', '144057.901000', '144057.904000', '144057.906000', '144057.909000', '144057.911000', '144057.914000', '144057.917000', '144057.919000', '144057.922000', '144057.924000', '144057.927000', '144057.929000', '144057.932000', '144117.816000', '144117.819000', '144117.822000', '144117.825000', '144117.827000', '144117.830000', '144117.832000', '144117.838000', '144117.840000', '144117.843000', '144117.846000', '144117.848000', '144117.851000', '144117.854000', '144117.856000', '144117.859000', '144117.861000', '144117.864000', '144117.867000', '144117.869000', '144117.872000', '144117.874000', '144117.877000', '144117.880000', '144117.882000', '144117.885000', '144117.888000', '144117.890000', '144117.893000', '144117.895000', '144117.898000', '144117.901000', '144117.903000', '144117.906000', '144117.909000', '144117.911000', '144117.914000', '144117.916000', '144117.919000', '144117.922000', '144117.924000', '144117.927000', '144117.929000', '144117.932000', '144137.817000', '144137.820000', '144137.822000', '144137.825000', '144137.827000', '144137.830000', '144137.833000', '144137.835000', '144137.838000', '144137.857000', '144137.859000', '144137.862000', '144137.865000', '144137.867000', '144137.870000', '144137.872000', '144137.875000', '144137.877000', '144137.880000', '144137.883000', '144137.885000', '144137.888000', '144137.891000', '144137.893000', '144137.896000', '144137.898000', '144137.901000', '144137.904000', '144137.906000', '144137.909000', '144137.912000', '144137.914000', '144137.917000', '144137.919000', '144137.922000', '144137.925000', '144137.927000', '144137.930000', '144137.933000', '144137.935000', '144137.938000', '144137.940000', '144137.943000', '144157.816000', '144157.818000', '144157.821000', '144157.823000', '144157.826000', '144157.829000', '144157.831000', '144157.834000', '144157.836000', '144157.839000', '144157.842000', '144157.844000', '144157.847000', '144157.849000', '144157.852000', '144157.854000', '144157.857000', '144157.860000', '144157.862000', '144157.865000', '144157.890000', '144157.893000', '144157.895000', '144157.898000', '144157.900000', '144157.903000', '144157.905000', '144157.908000', '144157.911000', '144157.913000', '144157.916000', '144157.918000', '144157.921000', '144157.923000', '144157.926000', '144157.929000', '144157.931000', '144157.934000', '144157.936000', '144157.939000', '144157.941000', '144157.944000', '144157.947000', '144157.949000', '144217.816000', '144217.818000', '144217.821000', '144217.824000', '144217.826000', '144217.829000', '144217.831000', '144217.834000', '144217.837000', '144217.839000', '144217.842000', '144217.844000', '144217.847000', '144217.849000', '144217.852000', '144217.855000', '144217.857000', '144217.860000', '144217.862000', '144217.865000', '144217.868000', '144217.870000', '144217.873000', '144217.875000', '144217.878000', '144217.880000', '144217.883000', '144217.886000', '144217.888000', '144217.891000', '144217.893000', '144217.896000', '144217.899000', '144217.901000', '144217.904000', '144217.906000', '144217.909000', '144217.912000', '144217.914000', '144217.917000', '144217.919000', '144217.922000', '144217.925000', '144237.816000', '144237.818000', '144237.821000', '144237.824000', '144237.826000', '144237.829000', '144237.831000', '144237.834000', '144237.837000', '144237.839000', '144237.842000', '144237.844000', '144237.847000', '144237.850000', '144237.852000', '144237.855000', '144237.858000', '144237.860000', '144237.863000', '144237.865000', '144237.868000', '144237.871000', '144237.873000', '144237.876000', '144237.878000', '144237.881000', '144237.883000', '144237.886000', '144237.888000', '144237.891000', '144237.894000', '144237.896000', '144237.899000', '144237.901000', '144237.904000', '144237.906000', '144237.909000', '144237.912000', '144237.914000', '144237.917000', '144237.919000', '144237.922000', '144237.925000', '144237.927000', '144257.816000', '144257.818000', '144257.821000', '144257.824000', '144257.826000', '144257.829000', '144257.831000', '144257.834000', '144257.836000', '144257.839000', '144257.842000', '144257.844000', '144257.847000', '144257.849000', '144257.852000', '144257.855000', '144257.857000', '144257.860000', '144257.862000', '144257.865000', '144257.868000', '144257.871000', '144257.873000', '144257.876000', '144257.879000', '144257.881000', '144257.884000', '144257.887000', '144257.889000', '144257.892000', '144257.895000', '144257.897000', '144257.900000', '144257.903000', '144257.905000', '144257.908000', '144257.911000', '144257.913000', '144257.916000', '144257.918000', '144257.921000', '144257.924000', '144257.926000', '144317.816000', '144317.819000', '144317.822000', '144317.824000', '144317.827000', '144317.829000', '144317.832000', '144317.835000', '144317.837000', '144317.840000', '144317.843000', '144317.845000', '144317.848000', '144317.851000', '144317.853000', '144317.856000', '144317.859000', '144317.861000', '144317.864000', '144317.867000', '144317.869000', '144317.872000', '144317.875000', '144317.877000', '144317.880000', '144317.882000', '144317.885000', '144317.888000', '144317.890000', '144317.893000', '144317.896000', '144317.898000', '144317.901000', '144317.904000', '144317.906000', '144317.909000', '144317.912000', '144317.914000', '144317.917000', '144317.920000', '144317.922000', '144317.925000', '144317.927000', '144317.930000', '144337.816000', '144337.872000', '144337.875000', '144337.877000', '144337.880000', '144337.883000', '144337.885000', '144337.888000', '144337.891000', '144337.893000', '144337.896000', '144337.898000', '144337.901000', '144337.903000', '144337.906000', '144337.909000', '144337.911000', '144337.914000', '144337.917000', '144337.919000', '144337.922000', '144337.925000', '144337.927000', '144337.930000', '144337.932000', '144337.935000', '144337.938000', '144337.940000', '144337.943000', '144337.946000', '144337.948000', '144337.951000', '144337.953000', '144337.956000', '144337.959000', '144337.961000', '144337.964000', '144337.966000', '144337.969000', '144337.971000', '144337.974000', '144337.977000', '144337.979000', '144357.816000', '144357.820000', '144357.822000', '144357.825000', '144357.827000', '144357.830000', '144357.833000', '144357.835000', '144357.838000', '144357.841000', '144357.844000', '144357.847000', '144357.849000', '144357.852000', '144357.855000', '144357.858000', '144357.860000', '144357.863000', '144357.865000', '144357.868000', '144357.871000', '144357.873000', '144357.876000', '144357.879000', '144357.881000', '144357.884000', '144357.886000', '144357.889000', '144357.892000', '144357.894000', '144357.897000', '144357.900000', '144357.902000', '144357.905000', '144357.908000', '144357.910000', '144357.913000', '144357.916000', '144357.918000', '144357.921000', '144357.923000', '144357.926000', '144357.929000', '144357.932000', '144417.816000', '144417.818000', '144417.821000', '144417.824000', '144417.826000', '144417.829000', '144417.832000', '144417.834000', '144417.837000', '144417.840000', '144417.842000', '144417.845000', '144417.848000', '144417.851000', '144417.853000', '144417.856000', '144417.858000', '144417.861000', '144417.864000', '144417.866000', '144417.869000', '144417.872000', '144417.874000', '144417.877000', '144417.879000', '144417.882000', '144417.885000', '144417.887000', '144417.890000', '144417.893000', '144417.895000', '144417.898000', '144417.900000', '144417.903000', '144417.906000', '144417.908000', '144417.911000', '144417.913000', '144417.916000', '144417.919000', '144417.921000', '144417.924000', '144417.926000', '144437.815000', '144437.818000', '144437.821000', '144437.824000', '144437.826000', '144437.829000', '144437.832000', '144437.834000', '144437.837000', '144437.840000', '144437.842000', '144437.845000', '144437.848000', '144437.850000', '144437.853000', '144437.856000', '144437.858000', '144437.861000', '144437.864000', '144437.866000', '144437.869000', '144437.872000', '144437.874000', '144437.877000', '144437.880000', '144437.882000', '144437.885000', '144437.888000', '144437.890000', '144437.893000', '144437.896000', '144437.898000', '144437.901000', '144437.904000', '144437.906000', '144437.909000', '144437.912000', '144437.914000', '144437.917000', '144437.919000', '144437.922000', '144437.925000', '144437.927000', '144437.930000', '144457.816000', '144457.819000', '144457.821000', '144457.824000', '144457.827000', '144457.829000', '144457.832000', '144457.835000', '144457.837000', '144457.840000', '144457.843000', '144457.845000', '144457.848000', '144457.851000', '144457.853000', '144457.856000', '144457.858000', '144457.861000', '144457.864000', '144457.867000', '144457.869000', '144457.872000', '144457.875000', '144457.877000', '144457.880000', '144457.882000', '144457.911000', '144457.914000', '144457.917000', '144457.919000', '144457.922000', '144457.925000', '144457.927000', '144457.930000', '144457.933000', '144457.935000', '144457.938000', '144457.940000', '144457.943000', '144457.946000', '144457.949000', '144457.951000', '144457.954000', '144517.815000', '144517.819000', '144517.822000', '144517.825000', '144517.828000', '144517.831000', '144517.833000', '144517.836000', '144517.839000', '144517.841000', '144517.844000', '144517.847000', '144517.849000', '144517.852000', '144517.855000', '144517.857000', '144517.860000', '144517.863000', '144517.865000', '144517.868000', '144517.870000', '144517.873000', '144517.876000', '144517.879000', '144517.882000', '144517.886000', '144517.888000', '144517.891000', '144517.894000', '144517.896000', '144517.899000', '144517.902000', '144517.904000', '144517.907000', '144517.910000', '144517.912000', '144517.915000', '144517.917000', '144517.920000', '144517.923000', '144517.925000', '144517.928000', '144517.931000', '144537.816000', '144537.818000', '144537.821000', '144537.824000', '144537.827000', '144537.829000', '144537.832000', '144537.835000', '144537.837000', '144537.840000', '144537.843000', '144537.845000', '144537.848000', '144537.851000', '144537.853000', '144537.856000', '144537.859000', '144537.861000', '144537.864000', '144537.867000', '144537.869000', '144537.872000', '144537.875000', '144537.877000', '144537.880000', '144537.882000', '144537.885000', '144537.888000', '144537.890000', '144537.893000', '144537.896000', '144537.898000', '144537.901000', '144537.904000', '144537.906000', '144537.909000', '144537.911000', '144537.914000', '144537.917000', '144537.920000', '144537.922000', '144537.925000', '144537.928000', '144537.930000', '144557.815000', '144557.818000', '144557.821000', '144557.823000', '144557.826000', '144557.829000', '144557.831000', '144557.834000', '144557.837000', '144557.840000', '144557.842000', '144557.845000', '144557.847000', '144557.850000', '144557.853000', '144557.855000', '144557.858000', '144557.860000', '144557.863000', '144557.866000', '144557.869000', '144557.871000', '144557.875000', '144557.877000', '144557.880000', '144557.882000', '144557.885000', '144557.888000', '144557.890000', '144557.893000', '144557.896000', '144557.898000', '144557.901000', '144557.904000', '144557.906000', '144557.909000', '144557.911000', '144557.914000', '144557.916000', '144557.919000', '144557.922000', '144557.924000', '144557.927000', '144617.816000', '144617.820000', '144617.822000', '144617.825000', '144617.828000', '144617.830000', '144617.833000', '144617.835000', '144617.838000', '144617.841000', '144617.844000', '144617.846000', '144617.849000', '144617.852000', '144617.854000', '144617.857000', '144617.860000', '144617.862000', '144617.865000', '144617.868000', '144617.870000', '144617.873000', '144617.876000', '144617.878000', '144617.881000', '144617.884000', '144617.886000', '144617.889000', '144617.892000', '144617.894000', '144617.897000', '144617.900000', '144617.902000', '144617.905000', '144617.907000', '144617.910000', '144617.913000', '144617.915000', '144617.918000', '144617.921000', '144617.923000', '144617.926000', '144617.929000', '144617.931000', '144637.816000', '144637.818000', '144637.821000', '144637.824000', '144637.826000', '144637.829000', '144637.832000', '144637.834000', '144637.837000', '144637.841000', '144637.844000', '144637.846000', '144637.849000', '144637.852000', '144637.855000', '144637.858000', '144637.860000', '144637.863000', '144637.866000', '144637.869000', '144637.871000', '144637.874000', '144637.877000', '144637.879000', '144637.882000', '144637.885000', '144637.887000', '144637.890000', '144637.892000', '144637.895000', '144637.897000', '144637.900000', '144637.903000', '144637.905000', '144637.908000', '144637.910000', '144637.913000', '144637.916000', '144637.918000', '144637.922000', '144637.925000', '144637.928000', '144637.930000', '144657.816000', '144657.819000', '144657.821000', '144657.824000', '144657.827000', '144657.829000', '144657.832000', '144657.835000', '144657.837000', '144657.840000', '144657.842000', '144657.845000', '144657.848000', '144657.850000', '144657.853000', '144657.855000', '144657.858000', '144657.861000', '144657.863000', '144657.866000', '144657.869000', '144657.871000', '144657.874000', '144657.877000', '144657.879000', '144657.882000', '144657.885000', '144657.887000', '144657.890000', '144657.893000', '144657.895000', '144657.898000', '144657.901000', '144657.903000', '144657.906000', '144657.909000', '144657.911000', '144657.914000', '144657.917000', '144657.919000', '144657.922000', '144657.924000', '144657.927000', '144657.929000', '144703.667000', '144703.670000', '144703.673000', '144703.676000', '144703.678000', '144703.681000', '144703.684000', '144703.687000', '144703.689000', '144703.692000', '144703.695000', '144703.698000', '144703.701000'], 'InstanceCreationTime': ['144037.850000', '144037.857000', '144037.860000', '144037.863000', '144037.866000', '144037.873000', '144037.876000', '144037.879000', '144037.883000', '144037.887000', '144037.890000', '144037.894000', '144037.900000', '144037.904000', '144037.910000', '144037.914000', '144037.919000', '144037.923000', '144037.927000', '144037.931000', '144037.936000', '144037.939000', '144037.943000', '144037.946000', '144037.949000', '144037.952000', '144037.954000', '144037.957000', '144037.960000', '144037.963000', '144037.966000', '144037.968000', '144037.971000', '144057.815000', '144057.818000', '144057.821000', '144057.823000', '144057.826000', '144057.828000', '144057.831000', '144057.834000', '144057.836000', '144057.839000', '144057.841000', '144057.844000', '144057.846000', '144057.849000', '144057.851000', '144057.854000', '144057.857000', '144057.859000', '144057.862000', '144057.864000', '144057.867000', '144057.869000', '144057.872000', '144057.875000', '144057.877000', '144057.880000', '144057.882000', '144057.885000', '144057.895000', '144057.897000', '144057.901000', '144057.904000', '144057.906000', '144057.909000', '144057.911000', '144057.914000', '144057.917000', '144057.919000', '144057.922000', '144057.924000', '144057.927000', '144057.929000', '144057.932000', '144117.816000', '144117.819000', '144117.822000', '144117.825000', '144117.827000', '144117.830000', '144117.832000', '144117.838000', '144117.840000', '144117.843000', '144117.846000', '144117.848000', '144117.851000', '144117.854000', '144117.856000', '144117.859000', '144117.861000', '144117.864000', '144117.867000', '144117.869000', '144117.872000', '144117.874000', '144117.877000', '144117.880000', '144117.882000', '144117.885000', '144117.888000', '144117.890000', '144117.893000', '144117.895000', '144117.898000', '144117.901000', '144117.903000', '144117.906000', '144117.909000', '144117.911000', '144117.914000', '144117.916000', '144117.919000', '144117.922000', '144117.924000', '144117.927000', '144117.929000', '144117.932000', '144137.817000', '144137.820000', '144137.822000', '144137.825000', '144137.827000', '144137.830000', '144137.833000', '144137.835000', '144137.838000', '144137.857000', '144137.859000', '144137.862000', '144137.865000', '144137.867000', '144137.870000', '144137.872000', '144137.875000', '144137.877000', '144137.880000', '144137.883000', '144137.885000', '144137.888000', '144137.891000', '144137.893000', '144137.896000', '144137.898000', '144137.901000', '144137.904000', '144137.906000', '144137.909000', '144137.912000', '144137.914000', '144137.917000', '144137.919000', '144137.922000', '144137.925000', '144137.927000', '144137.930000', '144137.933000', '144137.935000', '144137.938000', '144137.940000', '144137.943000', '144157.816000', '144157.818000', '144157.821000', '144157.823000', '144157.826000', '144157.829000', '144157.831000', '144157.834000', '144157.836000', '144157.839000', '144157.842000', '144157.844000', '144157.847000', '144157.849000', '144157.852000', '144157.854000', '144157.857000', '144157.860000', '144157.862000', '144157.865000', '144157.890000', '144157.893000', '144157.895000', '144157.898000', '144157.900000', '144157.903000', '144157.905000', '144157.908000', '144157.911000', '144157.913000', '144157.916000', '144157.918000', '144157.921000', '144157.923000', '144157.926000', '144157.929000', '144157.931000', '144157.934000', '144157.936000', '144157.939000', '144157.941000', '144157.944000', '144157.947000', '144157.949000', '144217.816000', '144217.818000', '144217.821000', '144217.824000', '144217.826000', '144217.829000', '144217.831000', '144217.834000', '144217.837000', '144217.839000', '144217.842000', '144217.844000', '144217.847000', '144217.849000', '144217.852000', '144217.855000', '144217.857000', '144217.860000', '144217.862000', '144217.865000', '144217.868000', '144217.870000', '144217.873000', '144217.875000', '144217.878000', '144217.880000', '144217.883000', '144217.886000', '144217.888000', '144217.891000', '144217.893000', '144217.896000', '144217.899000', '144217.901000', '144217.904000', '144217.906000', '144217.909000', '144217.912000', '144217.914000', '144217.917000', '144217.919000', '144217.922000', '144217.925000', '144237.816000', '144237.818000', '144237.821000', '144237.824000', '144237.826000', '144237.829000', '144237.831000', '144237.834000', '144237.837000', '144237.839000', '144237.842000', '144237.844000', '144237.847000', '144237.850000', '144237.852000', '144237.855000', '144237.858000', '144237.860000', '144237.863000', '144237.865000', '144237.868000', '144237.871000', '144237.873000', '144237.876000', '144237.878000', '144237.881000', '144237.883000', '144237.886000', '144237.888000', '144237.891000', '144237.894000', '144237.896000', '144237.899000', '144237.901000', '144237.904000', '144237.906000', '144237.909000', '144237.912000', '144237.914000', '144237.917000', '144237.919000', '144237.922000', '144237.925000', '144237.927000', '144257.816000', '144257.818000', '144257.821000', '144257.824000', '144257.826000', '144257.829000', '144257.831000', '144257.834000', '144257.836000', '144257.839000', '144257.842000', '144257.844000', '144257.847000', '144257.849000', '144257.852000', '144257.855000', '144257.857000', '144257.860000', '144257.862000', '144257.865000', '144257.868000', '144257.871000', '144257.873000', '144257.876000', '144257.879000', '144257.881000', '144257.884000', '144257.887000', '144257.889000', '144257.892000', '144257.895000', '144257.897000', '144257.900000', '144257.903000', '144257.905000', '144257.908000', '144257.911000', '144257.913000', '144257.916000', '144257.918000', '144257.921000', '144257.924000', '144257.926000', '144317.816000', '144317.819000', '144317.822000', '144317.824000', '144317.827000', '144317.829000', '144317.832000', '144317.835000', '144317.837000', '144317.840000', '144317.843000', '144317.845000', '144317.848000', '144317.851000', '144317.853000', '144317.856000', '144317.859000', '144317.861000', '144317.864000', '144317.867000', '144317.869000', '144317.872000', '144317.875000', '144317.877000', '144317.880000', '144317.882000', '144317.885000', '144317.888000', '144317.890000', '144317.893000', '144317.896000', '144317.898000', '144317.901000', '144317.904000', '144317.906000', '144317.909000', '144317.912000', '144317.914000', '144317.917000', '144317.920000', '144317.922000', '144317.925000', '144317.927000', '144317.930000', '144337.816000', '144337.872000', '144337.875000', '144337.877000', '144337.880000', '144337.883000', '144337.885000', '144337.888000', '144337.891000', '144337.893000', '144337.896000', '144337.898000', '144337.901000', '144337.903000', '144337.906000', '144337.909000', '144337.911000', '144337.914000', '144337.917000', '144337.919000', '144337.922000', '144337.925000', '144337.927000', '144337.930000', '144337.932000', '144337.935000', '144337.938000', '144337.940000', '144337.943000', '144337.946000', '144337.948000', '144337.951000', '144337.953000', '144337.956000', '144337.959000', '144337.961000', '144337.964000', '144337.966000', '144337.969000', '144337.971000', '144337.974000', '144337.977000', '144337.979000', '144357.816000', '144357.820000', '144357.822000', '144357.825000', '144357.827000', '144357.830000', '144357.833000', '144357.835000', '144357.838000', '144357.841000', '144357.844000', '144357.847000', '144357.849000', '144357.852000', '144357.855000', '144357.858000', '144357.860000', '144357.863000', '144357.865000', '144357.868000', '144357.871000', '144357.873000', '144357.876000', '144357.879000', '144357.881000', '144357.884000', '144357.886000', '144357.889000', '144357.892000', '144357.894000', '144357.897000', '144357.900000', '144357.902000', '144357.905000', '144357.908000', '144357.910000', '144357.913000', '144357.916000', '144357.918000', '144357.921000', '144357.923000', '144357.926000', '144357.929000', '144357.932000', '144417.816000', '144417.818000', '144417.821000', '144417.824000', '144417.826000', '144417.829000', '144417.832000', '144417.834000', '144417.837000', '144417.840000', '144417.842000', '144417.845000', '144417.848000', '144417.851000', '144417.853000', '144417.856000', '144417.858000', '144417.861000', '144417.864000', '144417.866000', '144417.869000', '144417.872000', '144417.874000', '144417.877000', '144417.879000', '144417.882000', '144417.885000', '144417.887000', '144417.890000', '144417.893000', '144417.895000', '144417.898000', '144417.900000', '144417.903000', '144417.906000', '144417.908000', '144417.911000', '144417.913000', '144417.916000', '144417.919000', '144417.921000', '144417.924000', '144417.926000', '144437.815000', '144437.818000', '144437.821000', '144437.824000', '144437.826000', '144437.829000', '144437.832000', '144437.834000', '144437.837000', '144437.840000', '144437.842000', '144437.845000', '144437.848000', '144437.850000', '144437.853000', '144437.856000', '144437.858000', '144437.861000', '144437.864000', '144437.866000', '144437.869000', '144437.872000', '144437.874000', '144437.877000', '144437.880000', '144437.882000', '144437.885000', '144437.888000', '144437.890000', '144437.893000', '144437.896000', '144437.898000', '144437.901000', '144437.904000', '144437.906000', '144437.909000', '144437.912000', '144437.914000', '144437.917000', '144437.919000', '144437.922000', '144437.925000', '144437.927000', '144437.930000', '144457.816000', '144457.819000', '144457.821000', '144457.824000', '144457.827000', '144457.829000', '144457.832000', '144457.835000', '144457.837000', '144457.840000', '144457.843000', '144457.845000', '144457.848000', '144457.851000', '144457.853000', '144457.856000', '144457.858000', '144457.861000', '144457.864000', '144457.867000', '144457.869000', '144457.872000', '144457.875000', '144457.877000', '144457.880000', '144457.882000', '144457.911000', '144457.914000', '144457.917000', '144457.919000', '144457.922000', '144457.925000', '144457.927000', '144457.930000', '144457.933000', '144457.935000', '144457.938000', '144457.940000', '144457.943000', '144457.946000', '144457.949000', '144457.951000', '144457.954000', '144517.815000', '144517.819000', '144517.822000', '144517.825000', '144517.828000', '144517.831000', '144517.833000', '144517.836000', '144517.839000', '144517.841000', '144517.844000', '144517.847000', '144517.849000', '144517.852000', '144517.855000', '144517.857000', '144517.860000', '144517.863000', '144517.865000', '144517.868000', '144517.870000', '144517.873000', '144517.876000', '144517.879000', '144517.882000', '144517.886000', '144517.888000', '144517.891000', '144517.894000', '144517.896000', '144517.899000', '144517.902000', '144517.904000', '144517.907000', '144517.910000', '144517.912000', '144517.915000', '144517.917000', '144517.920000', '144517.923000', '144517.925000', '144517.928000', '144517.931000', '144537.816000', '144537.818000', '144537.821000', '144537.824000', '144537.827000', '144537.829000', '144537.832000', '144537.835000', '144537.837000', '144537.840000', '144537.843000', '144537.845000', '144537.848000', '144537.851000', '144537.853000', '144537.856000', '144537.859000', '144537.861000', '144537.864000', '144537.867000', '144537.869000', '144537.872000', '144537.875000', '144537.877000', '144537.880000', '144537.882000', '144537.885000', '144537.888000', '144537.890000', '144537.893000', '144537.896000', '144537.898000', '144537.901000', '144537.904000', '144537.906000', '144537.909000', '144537.911000', '144537.914000', '144537.917000', '144537.920000', '144537.922000', '144537.925000', '144537.928000', '144537.930000', '144557.815000', '144557.818000', '144557.821000', '144557.823000', '144557.826000', '144557.829000', '144557.831000', '144557.834000', '144557.837000', '144557.840000', '144557.842000', '144557.845000', '144557.847000', '144557.850000', '144557.853000', '144557.855000', '144557.858000', '144557.860000', '144557.863000', '144557.866000', '144557.869000', '144557.871000', '144557.875000', '144557.877000', '144557.880000', '144557.882000', '144557.885000', '144557.888000', '144557.890000', '144557.893000', '144557.896000', '144557.898000', '144557.901000', '144557.904000', '144557.906000', '144557.909000', '144557.911000', '144557.914000', '144557.916000', '144557.919000', '144557.922000', '144557.924000', '144557.927000', '144617.816000', '144617.820000', '144617.822000', '144617.825000', '144617.828000', '144617.830000', '144617.833000', '144617.835000', '144617.838000', '144617.841000', '144617.844000', '144617.846000', '144617.849000', '144617.852000', '144617.854000', '144617.857000', '144617.860000', '144617.862000', '144617.865000', '144617.868000', '144617.870000', '144617.873000', '144617.876000', '144617.878000', '144617.881000', '144617.884000', '144617.886000', '144617.889000', '144617.892000', '144617.894000', '144617.897000', '144617.900000', '144617.902000', '144617.905000', '144617.907000', '144617.910000', '144617.913000', '144617.915000', '144617.918000', '144617.921000', '144617.923000', '144617.926000', '144617.929000', '144617.931000', '144637.816000', '144637.818000', '144637.821000', '144637.824000', '144637.826000', '144637.829000', '144637.832000', '144637.834000', '144637.837000', '144637.841000', '144637.844000', '144637.846000', '144637.849000', '144637.852000', '144637.855000', '144637.858000', '144637.860000', '144637.863000', '144637.866000', '144637.869000', '144637.871000', '144637.874000', '144637.877000', '144637.879000', '144637.882000', '144637.885000', '144637.887000', '144637.890000', '144637.892000', '144637.895000', '144637.897000', '144637.900000', '144637.903000', '144637.905000', '144637.908000', '144637.910000', '144637.913000', '144637.916000', '144637.918000', '144637.922000', '144637.925000', '144637.928000', '144637.930000', '144657.816000', '144657.819000', '144657.821000', '144657.824000', '144657.827000', '144657.829000', '144657.832000', '144657.835000', '144657.837000', '144657.840000', '144657.842000', '144657.845000', '144657.848000', '144657.850000', '144657.853000', '144657.855000', '144657.858000', '144657.861000', '144657.863000', '144657.866000', '144657.869000', '144657.871000', '144657.874000', '144657.877000', '144657.879000', '144657.882000', '144657.885000', '144657.887000', '144657.890000', '144657.893000', '144657.895000', '144657.898000', '144657.901000', '144657.903000', '144657.906000', '144657.909000', '144657.911000', '144657.914000', '144657.917000', '144657.919000', '144657.922000', '144657.924000', '144657.927000', '144657.929000', '144703.667000', '144703.670000', '144703.673000', '144703.676000', '144703.678000', '144703.681000', '144703.684000', '144703.687000', '144703.689000', '144703.692000', '144703.695000', '144703.698000', '144703.701000'], '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': [12659, 7553, 11562, 7322, 11818, 9586, 10189, 8924, 7052, 8651, 7253, 9448, 7386, 12590, 8275, 11371, 6957, 8248, 8252, 9153, 9474, 7464, 9184, 7353, 11388, 7271, 12157, 7185, 11219, 6994, 9837, 9026, 6982, 9054, 7278, 9262, 7230, 11963, 9513, 7351, 8068, 7256, 10784, 8332, 11135, 8827, 7296, 9211, 7337, 12700, 8621, 11759, 7211, 10387, 9085, 9694, 9320, 7242, 9125, 7551, 12218, 8424, 12585, 7155, 8680, 7392, 9718, 9525, 7300, 9660, 7673, 11057, 7752, 12216, 8343, 7756, 7531, 7514, 10051, 7908, 7584, 12568, 10072, 7701, 9361, 7840, 12488, 10631, 9913, 8484, 7719, 9976, 7670, 13068, 8706, 11784, 7404, 8048, 7956, 9100, 9386, 7491, 8932, 7650, 10460, 7741, 12935, 9188, 10883, 7423, 7619, 9552, 9043, 10603, 7416, 10243, 7521, 10264, 7799, 12337, 7605, 11222, 7775, 11103, 8591, 13060, 9061, 10451, 7673, 7745, 8646, 9245, 10054, 7768, 8600, 7871, 10990, 7907, 12325, 7578, 11031, 7915, 10906, 9948, 10059, 8251, 7759, 7708, 7935, 10810, 7555, 10163, 7781, 9082, 7799, 12118, 8901, 11941, 7727, 10561, 7788, 11172, 9758, 9375, 8322, 7800, 8123, 7989, 10680, 7751, 9461, 7867, 8426, 8139, 11915, 7787, 10289, 7787, 9594, 8072, 11115, 9806, 7532, 8291, 7821, 9071, 8028, 11781, 7757, 10596, 7818, 10587, 7962, 12660, 8396, 11616, 7751, 10636, 8184, 12036, 9029, 11420, 7930, 11326, 9258, 11391, 8950, 7457, 7623, 7924, 9654, 8415, 10791, 8000, 9798, 8012, 11357, 8006, 12422, 7850, 10978, 7822, 11655, 9416, 12634, 8425, 7633, 7603, 7742, 9296, 7955, 10198, 7932, 8781, 7915, 10636, 8181, 12832, 7961, 11047, 8000, 11344, 9904, 10028, 8231, 7647, 7680, 8019, 11294, 7970, 10511, 7921, 10081, 8111, 12444, 9487, 12312, 7729, 11123, 8175, 12510, 9781, 12613, 7643, 10139, 8482, 11526, 10005, 7915, 8255, 8047, 8519, 8237, 9823, 7853, 9135, 7788, 9261, 8036, 11638, 7953, 11197, 8092, 10349, 8343, 12741, 8043, 11018, 8016, 11320, 9716, 10850, 8311, 7806, 8242, 8071, 10824, 7970, 11727, 7875, 10549, 7914, 11241, 8973, 12638, 8513, 8893, 8150, 7827, 9807, 8939, 10644, 7682, 9380, 7941, 11866, 8222, 14780, 10024, 13652, 7753, 7649, 7627, 8253, 8858, 7480, 8183, 9435, 8043, 8085, 10434, 7786, 10208, 7922, 11733, 8033, 12892, 8690, 14098, 9903, 13424, 7785, 10769, 7921, 10448, 7675, 9568, 7950, 9726, 7966, 10082, 7744, 8663, 7817, 8188, 7990, 9846, 8033, 8963, 7757, 7923, 7960, 10296, 8217, 10571, 7966, 9424, 7946, 9684, 8061, 11074, 7852, 8898, 7684, 8195, 8354, 7441, 7751, 7773, 8300, 8068, 11239, 8110, 10678, 8137, 12035, 9009, 13166, 8363, 11596, 7961, 11349, 9205, 12154, 9548, 8005, 7647, 8057, 9751, 8133, 11341, 7939, 10281, 8123, 10452, 8340, 12657, 8125, 11169, 7898, 11191, 9699, 11971, 8341, 7878, 7963, 7971, 9984, 8006, 9377, 7889, 10443, 8342, 11690, 7937, 10959, 8145, 10684, 8320, 12519, 9518, 9529, 7805, 7997, 9003, 8620, 10866, 7932, 9994, 7999, 10028, 8235, 12331, 7943, 11314, 8153, 11319, 9247, 10176, 8053, 8089, 7440, 8098, 10793, 8353, 11753, 7880, 10225, 8187, 11140, 8833, 14200, 8077, 11067, 8232, 9856, 9402, 8159, 8462, 7876, 7855, 8330, 11875, 8149, 11214, 7969, 9878, 8227, 9350, 9025, 7881, 8159, 7973, 10216, 8311, 12672, 7861, 11443, 8199, 10790, 9864, 8041, 8437, 7777, 8545, 8087, 11785, 8204, 11619, 8279, 9737, 8940, 8405, 8565, 7912, 8196, 8261, 11139, 8411, 10769, 7885, 7790, 7762, 8241, 11319, 8799, 8968, 7335, 7661, 9897, 8199, 13117, 7877, 8204, 8739, 8133, 13019, 8350, 9437, 7882, 7799, 11499, 8343, 12460, 7700, 8266, 8070, 9417, 11625, 7718, 9638, 8092, 10001, 9303, 7600, 8336, 8003, 10657, 8536, 9302, 7523, 7880, 9087, 8078, 12280, 7870, 8767, 8062, 7973, 9528, 7781, 9923, 7961, 9548, 7988, 10559, 8176, 7813, 7134, 7992, 9418, 8111, 11296, 7726, 9953, 8081, 10040, 9020, 7784, 7806, 7804, 9282, 8107, 12079, 7920, 9454, 7931, 7980, 8519, 8046, 9353, 7721, 8477, 7960, 10168, 7921, 12825, 7711, 7857, 7896, 7749, 9653, 7577, 8882, 7899, 10994, 8013, 13387, 7592, 7837, 8144, 7773, 9799, 7640, 9559, 7985, 9744, 8041, 12854, 7958, 11333, 7917, 9116, 8755, 8408, 8059, 7497, 7811, 7989, 9927, 7914, 12667, 7885, 10599, 7972, 9934, 8821, 8170, 7435, 7678, 7452, 7803, 9934, 7732, 9417, 7559, 9073, 7982, 9523, 8440, 7472, 7913, 7642, 9126, 7702, 13731, 7796, 11067, 7660, 9972, 7990, 11463, 7687, 10288, 7722, 9865, 8444, 7750, 7417, 7278, 6804, 7385, 10390, 7825, 10499, 7478, 9271, 7592, 7292, 7660, 7534, 12558, 9077, 7292, 8074, 7357, 10158, 8020, 13648, 9545, 11475, 7602, 10433, 8406, 11053, 9231, 7411, 7326, 7595, 7600, 7492, 9222, 7399, 8769, 7334, 7564, 7510, 10579, 7500, 10796, 7378, 8884, 7541, 9679, 7449, 12363, 7492, 10113, 7314, 9667, 7992, 12586, 7329, 9193, 7442, 9160, 8203, 7157, 7398, 6946, 7536, 7427, 9863, 7372, 9456, 7393, 9004, 7534, 12185, 7442, 7221, 7450, 7473, 8562, 7644, 8039, 7369, 7640, 7644, 10757, 9034, 7338, 7278, 7258, 10484, 8218, 12422, 7547, 10244, 8036, 14167, 10423, 10684, 7460, 10067, 9145, 7500, 7982, 7312, 9960, 7705, 12978, 7266, 9630, 7549, 10305, 8779, 7403, 7672, 7240, 8549, 7178, 10337, 7497, 10220, 7714, 7613, 9301, 7290, 9241, 7804, 10070, 8334, 9260, 6459, 6838, 8616, 6941, 7249, 8482, 7808, 10769, 7953, 7490, 9063, 7817, 12306, 9731, 8458, 9338, 7797, 9804, 7633, 14299, 10410, 11433, 7462, 7094, 7179, 7111, 7388, 8021, 9865, 7281, 8285, 7022, 7815, 7104, 9209, 7172, 12753, 6879, 8727, 7010, 8705, 7186, 10925, 7050, 9574, 7035, 8562, 6980, 9338, 7599, 11759, 7060, 9206, 7117, 7766, 7064, 8430, 8053, 7060, 6954, 6801, 6727, 6833, 8388, 6982, 9406, 6940, 8603, 6761, 7725, 6812, 9322, 7168, 11850, 7250, 8971, 7084, 6714], 'WindowCenter': [4073.0, 4006.0, 4032.0, 3992.0, 4040.0, 4021.0, 4019.0, 4010.0, 3977.0, 3997.0, 3976.0, 4008.0, 3987.0, 4028.0, 3999.0, 4019.0, 3978.0, 3999.0, 4000.0, 4010.0, 4022.0, 3989.0, 4008.0, 3989.0, 4030.0, 3989.0, 4030.0, 3980.0, 4018.0, 3991.0, 4019.0, 4009.0, 3989.0, 4011.0, 3988.0, 4009.0, 4002.0, 4029.0, 4022.0, 4003.0, 4000.0, 4001.0, 4032.0, 4011.0, 4045.0, 4024.0, 3991.0, 4021.0, 3989.0, 4042.0, 4012.0, 4031.0, 3990.0, 4020.0, 4009.0, 4021.0, 4023.0, 3989.0, 4009.0, 3999.0, 4030.0, 4014.0, 4042.0, 3980.0, 4010.0, 3989.0, 4021.0, 4022.0, 3991.0, 4020.0, 4000.0, 4032.0, 4000.0, 4043.0, 4013.0, 4001.0, 3990.0, 3991.0, 4021.0, 4013.0, 4003.0, 4055.0, 4035.0, 4002.0, 4011.0, 4003.0, 4042.0, 4021.0, 4021.0, 3999.0, 3989.0, 4019.0, 3989.0, 4030.0, 4011.0, 4028.0, 3978.0, 3998.0, 3999.0, 4009.0, 4022.0, 3990.0, 4010.0, 4002.0, 4032.0, 4002.0, 4042.0, 4023.0, 4020.0, 3978.0, 3989.0, 4018.0, 4010.0, 4032.0, 3990.0, 4020.0, 3988.0, 4019.0, 3988.0, 4031.0, 3990.0, 4019.0, 3989.0, 4029.0, 3999.0, 4029.0, 4012.0, 4017.0, 3987.0, 3988.0, 3998.0, 4009.0, 4020.0, 3988.0, 3998.0, 3999.0, 4019.0, 4000.0, 4041.0, 3988.0, 4018.0, 3999.0, 4019.0, 4021.0, 4020.0, 3998.0, 3987.0, 3989.0, 3999.0, 4020.0, 3989.0, 4019.0, 3989.0, 4010.0, 3990.0, 4030.0, 4012.0, 4030.0, 3989.0, 4019.0, 3990.0, 4019.0, 4010.0, 4010.0, 3998.0, 3986.0, 3987.0, 3988.0, 4019.0, 3989.0, 4010.0, 3988.0, 4000.0, 3999.0, 4031.0, 3990.0, 4020.0, 3989.0, 4021.0, 4002.0, 4030.0, 4033.0, 4001.0, 4001.0, 4000.0, 4012.0, 4000.0, 4043.0, 4001.0, 4020.0, 3988.0, 4021.0, 4000.0, 4029.0, 4001.0, 4019.0, 3987.0, 4017.0, 3998.0, 4029.0, 4012.0, 4018.0, 3988.0, 4028.0, 4010.0, 4029.0, 4010.0, 3977.0, 3989.0, 3999.0, 4019.0, 3999.0, 4034.0, 3989.0, 4009.0, 3999.0, 4018.0, 3989.0, 4030.0, 3988.0, 4018.0, 4002.0, 4029.0, 4010.0, 4030.0, 4000.0, 3987.0, 3990.0, 4000.0, 4010.0, 4001.0, 4032.0, 4000.0, 3999.0, 4000.0, 4020.0, 4001.0, 4044.0, 4002.0, 4019.0, 4000.0, 4030.0, 4021.0, 4021.0, 4000.0, 3989.0, 3999.0, 3999.0, 4031.0, 4001.0, 4020.0, 4000.0, 4020.0, 4001.0, 4041.0, 4022.0, 4032.0, 3990.0, 4019.0, 4000.0, 4029.0, 4021.0, 4031.0, 3988.0, 4019.0, 4010.0, 4018.0, 4021.0, 3999.0, 3998.0, 3999.0, 4010.0, 3999.0, 4034.0, 3999.0, 4011.0, 3989.0, 4022.0, 4000.0, 4030.0, 4000.0, 4030.0, 3998.0, 4019.0, 3999.0, 4040.0, 4001.0, 4019.0, 4000.0, 4029.0, 4019.0, 4030.0, 4001.0, 3988.0, 3999.0, 4000.0, 4029.0, 3998.0, 4043.0, 4001.0, 4019.0, 4000.0, 4029.0, 4011.0, 4042.0, 4026.0, 4011.0, 4003.0, 4001.0, 4022.0, 4011.0, 4019.0, 3989.0, 4010.0, 4000.0, 4030.0, 3997.0, 4040.0, 4022.0, 4042.0, 4001.0, 3991.0, 3987.0, 3999.0, 4010.0, 3990.0, 4013.0, 4011.0, 4002.0, 4014.0, 4034.0, 3991.0, 4021.0, 3989.0, 4021.0, 3975.0, 4018.0, 3984.0, 4017.0, 3994.0, 4017.0, 3962.0, 3992.0, 3960.0, 3991.0, 3962.0, 3981.0, 3971.0, 3992.0, 3971.0, 3993.0, 3974.0, 3983.0, 3973.0, 3984.0, 3986.0, 4006.0, 3987.0, 3995.0, 3987.0, 3987.0, 4000.0, 4007.0, 3999.0, 4020.0, 4000.0, 4009.0, 3999.0, 4008.0, 4001.0, 4032.0, 4003.0, 4009.0, 4002.0, 4002.0, 4014.0, 3993.0, 4004.0, 4016.0, 4015.0, 4027.0, 4047.0, 4016.0, 4034.0, 4002.0, 4045.0, 4024.0, 4044.0, 4003.0, 4032.0, 4000.0, 4032.0, 4012.0, 4032.0, 4026.0, 4001.0, 3991.0, 4001.0, 4022.0, 4002.0, 4045.0, 4002.0, 4022.0, 4003.0, 4034.0, 4011.0, 4055.0, 4004.0, 4032.0, 4014.0, 4032.0, 4022.0, 4045.0, 4014.0, 3999.0, 4000.0, 3999.0, 4023.0, 4002.0, 4012.0, 4002.0, 4034.0, 4013.0, 4043.0, 4003.0, 4032.0, 4003.0, 4032.0, 4011.0, 4044.0, 4035.0, 4023.0, 4003.0, 4001.0, 4011.0, 4012.0, 4034.0, 4000.0, 4020.0, 4001.0, 4021.0, 4001.0, 4043.0, 4000.0, 4030.0, 4001.0, 4031.0, 4022.0, 4033.0, 4003.0, 4002.0, 3991.0, 4013.0, 4034.0, 4012.0, 4046.0, 4002.0, 4022.0, 4014.0, 4031.0, 4013.0, 4054.0, 4002.0, 4029.0, 4001.0, 4019.0, 4011.0, 4000.0, 4001.0, 3999.0, 4002.0, 4012.0, 4030.0, 4003.0, 4032.0, 4002.0, 4034.0, 4011.0, 4022.0, 4025.0, 4000.0, 4001.0, 4002.0, 4021.0, 4002.0, 4044.0, 4002.0, 4032.0, 4012.0, 4031.0, 4022.0, 4002.0, 4000.0, 3990.0, 4011.0, 4001.0, 4032.0, 4012.0, 4031.0, 4001.0, 4020.0, 4010.0, 4000.0, 4011.0, 3999.0, 4000.0, 4012.0, 4031.0, 4000.0, 4030.0, 4002.0, 4001.0, 4000.0, 4001.0, 4030.0, 4025.0, 4011.0, 3991.0, 4002.0, 4022.0, 4013.0, 4054.0, 4001.0, 4011.0, 4012.0, 3999.0, 4054.0, 4002.0, 4009.0, 3999.0, 3989.0, 4033.0, 4013.0, 4042.0, 3991.0, 4001.0, 3999.0, 4010.0, 4031.0, 3988.0, 4008.0, 3989.0, 4008.0, 4010.0, 3988.0, 3999.0, 4001.0, 4019.0, 4010.0, 4011.0, 3989.0, 4000.0, 4009.0, 3999.0, 4032.0, 4001.0, 3999.0, 4000.0, 4000.0, 4021.0, 3988.0, 4021.0, 4000.0, 4019.0, 4000.0, 4021.0, 4001.0, 4001.0, 3980.0, 3999.0, 4011.0, 4000.0, 4032.0, 4002.0, 4021.0, 3999.0, 4021.0, 4012.0, 3990.0, 3989.0, 3990.0, 4009.0, 4000.0, 4042.0, 4002.0, 4020.0, 4002.0, 4000.0, 4011.0, 4001.0, 4012.0, 3990.0, 3999.0, 4002.0, 4018.0, 4000.0, 4043.0, 4001.0, 4000.0, 4001.0, 3991.0, 4023.0, 3990.0, 4010.0, 4000.0, 4019.0, 4001.0, 4042.0, 3990.0, 3989.0, 4000.0, 3988.0, 4022.0, 3989.0, 4021.0, 4001.0, 4018.0, 4001.0, 4042.0, 4003.0, 4030.0, 4000.0, 4009.0, 3998.0, 4001.0, 4000.0, 3988.0, 3990.0, 4002.0, 4020.0, 4000.0, 4041.0, 3999.0, 4020.0, 4000.0, 4019.0, 4011.0, 4000.0, 3988.0, 3989.0, 3990.0, 3988.0, 4021.0, 4002.0, 4011.0, 4002.0, 4010.0, 4000.0, 4022.0, 4011.0, 3988.0, 4000.0, 3991.0, 4011.0, 3988.0, 4042.0, 3989.0, 4019.0, 3989.0, 4019.0, 3999.0, 4030.0, 3989.0, 4018.0, 3990.0, 4019.0, 4001.0, 4000.0, 3991.0, 3989.0, 3981.0, 3989.0, 4021.0, 4003.0, 4034.0, 3991.0, 4009.0, 3991.0, 3991.0, 4002.0, 4002.0, 4043.0, 4024.0, 4003.0, 4001.0, 4002.0, 4021.0, 4001.0, 4044.0, 4011.0, 4031.0, 3989.0, 4020.0, 4000.0, 4020.0, 4010.0, 3978.0, 3977.0, 3986.0, 3988.0, 3977.0, 4011.0, 3989.0, 4000.0, 3989.0, 3990.0, 3989.0, 4021.0, 3988.0, 4021.0, 3990.0, 3999.0, 3989.0, 4010.0, 3989.0, 4031.0, 3989.0, 4018.0, 3990.0, 4009.0, 4001.0, 4042.0, 3991.0, 4009.0, 3990.0, 4009.0, 4001.0, 3981.0, 3990.0, 3979.0, 4002.0, 3989.0, 4023.0, 3990.0, 4022.0, 3991.0, 4010.0, 3991.0, 4042.0, 3992.0, 3990.0, 4002.0, 3991.0, 4013.0, 4002.0, 4013.0, 4004.0, 4015.0, 4005.0, 4045.0, 4026.0, 4003.0, 4003.0, 4002.0, 4034.0, 4012.0, 4044.0, 4001.0, 4022.0, 4001.0, 4043.0, 4031.0, 4019.0, 3989.0, 4009.0, 4009.0, 3977.0, 3988.0, 3988.0, 4020.0, 3988.0, 4040.0, 3989.0, 4018.0, 3989.0, 4019.0, 4012.0, 3989.0, 3989.0, 3989.0, 4009.0, 3990.0, 4020.0, 3989.0, 4018.0, 3990.0, 3989.0, 4022.0, 3991.0, 4010.0, 4003.0, 4018.0, 4002.0, 4010.0, 3968.0, 3966.0, 3999.0, 3980.0, 3990.0, 4010.0, 4003.0, 4033.0, 4001.0, 3990.0, 4010.0, 3991.0, 4032.0, 4023.0, 4002.0, 4011.0, 3990.0, 4009.0, 3990.0, 4041.0, 4021.0, 4018.0, 3979.0, 3967.0, 3967.0, 3965.0, 3977.0, 3987.0, 4010.0, 3978.0, 3988.0, 3968.0, 3977.0, 3965.0, 3998.0, 3967.0, 4030.0, 3967.0, 3998.0, 3968.0, 3988.0, 3968.0, 4018.0, 3979.0, 4009.0, 3979.0, 3999.0, 3969.0, 3997.0, 3990.0, 4031.0, 3981.0, 4011.0, 3980.0, 3990.0, 3981.0, 4001.0, 4002.0, 3980.0, 3981.0, 3971.0, 3982.0, 3980.0, 4002.0, 3980.0, 4014.0, 3980.0, 4012.0, 3982.0, 3991.0, 3981.0, 4011.0, 3993.0, 4033.0, 3992.0, 4013.0, 3993.0, 3981.0], 'WindowWidth': [9070.0, 8963.0, 8991.0, 8938.0, 8998.0, 8974.0, 8968.0, 8955.0, 8907.0, 8933.0, 8906.0, 8950.0, 8923.0, 8977.0, 8941.0, 8966.0, 8909.0, 8941.0, 8944.0, 8955.0, 8976.0, 8928.0, 8950.0, 8927.0, 8980.0, 8928.0, 8984.0, 8916.0, 8964.0, 8934.0, 8967.0, 8953.0, 8929.0, 8960.0, 8925.0, 8953.0, 8950.0, 8980.0, 8976.0, 8952.0, 8944.0, 8948.0, 8989.0, 8961.0, 9011.0, 8981.0, 8931.0, 8973.0, 8929.0, 9002.0, 8964.0, 8988.0, 8928.0, 8971.0, 8954.0, 8972.0, 8977.0, 8926.0, 8951.0, 8941.0, 8982.0, 8968.0, 9002.0, 8915.0, 8956.0, 8930.0, 8973.0, 8975.0, 8935.0, 8968.0, 8943.0, 8989.0, 8944.0, 9003.0, 8964.0, 8945.0, 8927.0, 8933.0, 8973.0, 8967.0, 8952.0, 9029.0, 8997.0, 8947.0, 8958.0, 8952.0, 9002.0, 8975.0, 8972.0, 8939.0, 8925.0, 8967.0, 8926.0, 8982.0, 8958.0, 8977.0, 8908.0, 8937.0, 8940.0, 8953.0, 8978.0, 8930.0, 8955.0, 8948.0, 8990.0, 8949.0, 9003.0, 8979.0, 8968.0, 8909.0, 8927.0, 8966.0, 8954.0, 8990.0, 8930.0, 8966.0, 8922.0, 8964.0, 8921.0, 8985.0, 8930.0, 8962.0, 8925.0, 8978.0, 8940.0, 8980.0, 8961.0, 8958.0, 8919.0, 8924.0, 8937.0, 8951.0, 8972.0, 8923.0, 8935.0, 8940.0, 8965.0, 8943.0, 8998.0, 8924.0, 8962.0, 8940.0, 8964.0, 8970.0, 8969.0, 8937.0, 8919.0, 8927.0, 8938.0, 8966.0, 8927.0, 8965.0, 8924.0, 8956.0, 8929.0, 8980.0, 8962.0, 8981.0, 8926.0, 8964.0, 8929.0, 8965.0, 8955.0, 8955.0, 8936.0, 8916.0, 8922.0, 8922.0, 8965.0, 8927.0, 8953.0, 8923.0, 8942.0, 8940.0, 8985.0, 8930.0, 8967.0, 8927.0, 8972.0, 8949.0, 8984.0, 8994.0, 8945.0, 8946.0, 8943.0, 8961.0, 8942.0, 9006.0, 8946.0, 8968.0, 8923.0, 8970.0, 8942.0, 8982.0, 8945.0, 8963.0, 8920.0, 8959.0, 8936.0, 8978.0, 8960.0, 8963.0, 8923.0, 8977.0, 8955.0, 8979.0, 8957.0, 8907.0, 8923.0, 8941.0, 8966.0, 8940.0, 8994.0, 8925.0, 8949.0, 8940.0, 8963.0, 8924.0, 8984.0, 8922.0, 8959.0, 8948.0, 8978.0, 8954.0, 8983.0, 8943.0, 8921.0, 8927.0, 8943.0, 8956.0, 8944.0, 8989.0, 8942.0, 8938.0, 8943.0, 8968.0, 8946.0, 9009.0, 8948.0, 8966.0, 8943.0, 8982.0, 8971.0, 8972.0, 8942.0, 8925.0, 8941.0, 8941.0, 8987.0, 8946.0, 8970.0, 8941.0, 8968.0, 8947.0, 9000.0, 8977.0, 8988.0, 8929.0, 8966.0, 8941.0, 8980.0, 8972.0, 8983.0, 8923.0, 8964.0, 8956.0, 8963.0, 8973.0, 8938.0, 8936.0, 8939.0, 8957.0, 8940.0, 8994.0, 8941.0, 8955.0, 8927.0, 8975.0, 8942.0, 8985.0, 8944.0, 8980.0, 8936.0, 8965.0, 8941.0, 8997.0, 8944.0, 8964.0, 8942.0, 8981.0, 8968.0, 8984.0, 8945.0, 8924.0, 8938.0, 8944.0, 8980.0, 8937.0, 9005.0, 8944.0, 8964.0, 8944.0, 8980.0, 8960.0, 9004.0, 8989.0, 8956.0, 8949.0, 8948.0, 8976.0, 8959.0, 8968.0, 8926.0, 8953.0, 8942.0, 8981.0, 8933.0, 8998.0, 8974.0, 9004.0, 8947.0, 8930.0, 8919.0, 8938.0, 8957.0, 8931.0, 8962.0, 8958.0, 8950.0, 8968.0, 8994.0, 8931.0, 8970.0, 8922.0, 8970.0, 8898.0, 8962.0, 8905.0, 8961.0, 8920.0, 8959.0, 8876.0, 8913.0, 8868.0, 8909.0, 8873.0, 8896.0, 8884.0, 8914.0, 8887.0, 8920.0, 8894.0, 8905.0, 8894.0, 8910.0, 8914.0, 8942.0, 8919.0, 8927.0, 8919.0, 8917.0, 8940.0, 8947.0, 8940.0, 8967.0, 8940.0, 8950.0, 8940.0, 8949.0, 8946.0, 8989.0, 8950.0, 8952.0, 8948.0, 8948.0, 8968.0, 8937.0, 8956.0, 8977.0, 8971.0, 8993.0, 9017.0, 8972.0, 8992.0, 8948.0, 9009.0, 8983.0, 9011.0, 8950.0, 8985.0, 8942.0, 8986.0, 8960.0, 8987.0, 8986.0, 8945.0, 8930.0, 8946.0, 8976.0, 8948.0, 9012.0, 8949.0, 8974.0, 8949.0, 8993.0, 8962.0, 9022.0, 8955.0, 8986.0, 8968.0, 8988.0, 8976.0, 9011.0, 8965.0, 8940.0, 8943.0, 8941.0, 8979.0, 8947.0, 8959.0, 8949.0, 8993.0, 8964.0, 9007.0, 8952.0, 8988.0, 8950.0, 8989.0, 8962.0, 9009.0, 8999.0, 8978.0, 8949.0, 8946.0, 8960.0, 8960.0, 8995.0, 8943.0, 8968.0, 8943.0, 8972.0, 8945.0, 9005.0, 8944.0, 8981.0, 8947.0, 8985.0, 8975.0, 8992.0, 8950.0, 8947.0, 8933.0, 8966.0, 8993.0, 8964.0, 9014.0, 8949.0, 8973.0, 8966.0, 8985.0, 8964.0, 9024.0, 8948.0, 8980.0, 8944.0, 8966.0, 8959.0, 8943.0, 8945.0, 8940.0, 8947.0, 8960.0, 8983.0, 8951.0, 8989.0, 8947.0, 8993.0, 8961.0, 8975.0, 8983.0, 8944.0, 8945.0, 8948.0, 8972.0, 8947.0, 9010.0, 8948.0, 8986.0, 8963.0, 8986.0, 8976.0, 8948.0, 8942.0, 8929.0, 8957.0, 8945.0, 8987.0, 8961.0, 8984.0, 8946.0, 8969.0, 8954.0, 8944.0, 8958.0, 8940.0, 8943.0, 8962.0, 8984.0, 8945.0, 8985.0, 8947.0, 8944.0, 8944.0, 8945.0, 8983.0, 8983.0, 8959.0, 8931.0, 8950.0, 8976.0, 8964.0, 9024.0, 8948.0, 8960.0, 8961.0, 8940.0, 9023.0, 8948.0, 8954.0, 8940.0, 8927.0, 8991.0, 8964.0, 9004.0, 8930.0, 8944.0, 8941.0, 8956.0, 8987.0, 8924.0, 8949.0, 8925.0, 8951.0, 8957.0, 8923.0, 8938.0, 8945.0, 8966.0, 8957.0, 8957.0, 8925.0, 8942.0, 8954.0, 8939.0, 8987.0, 8945.0, 8939.0, 8941.0, 8941.0, 8972.0, 8924.0, 8968.0, 8942.0, 8966.0, 8943.0, 8971.0, 8946.0, 8945.0, 8915.0, 8941.0, 8957.0, 8944.0, 8988.0, 8946.0, 8970.0, 8942.0, 8972.0, 8961.0, 8927.0, 8925.0, 8929.0, 8952.0, 8940.0, 9001.0, 8946.0, 8968.0, 8948.0, 8944.0, 8959.0, 8944.0, 8960.0, 8928.0, 8937.0, 8946.0, 8964.0, 8943.0, 9004.0, 8946.0, 8941.0, 8945.0, 8931.0, 8976.0, 8927.0, 8954.0, 8942.0, 8967.0, 8945.0, 9002.0, 8929.0, 8926.0, 8941.0, 8924.0, 8976.0, 8927.0, 8969.0, 8944.0, 8964.0, 8944.0, 9002.0, 8952.0, 8983.0, 8944.0, 8953.0, 8938.0, 8944.0, 8941.0, 8924.0, 8926.0, 8949.0, 8968.0, 8942.0, 8999.0, 8939.0, 8967.0, 8942.0, 8966.0, 8958.0, 8941.0, 8924.0, 8925.0, 8929.0, 8925.0, 8972.0, 8948.0, 8957.0, 8947.0, 8956.0, 8944.0, 8974.0, 8961.0, 8926.0, 8941.0, 8930.0, 8956.0, 8923.0, 9002.0, 8926.0, 8964.0, 8926.0, 8964.0, 8939.0, 8982.0, 8925.0, 8961.0, 8928.0, 8965.0, 8945.0, 8943.0, 8932.0, 8928.0, 8919.0, 8927.0, 8974.0, 8951.0, 8992.0, 8931.0, 8950.0, 8931.0, 8931.0, 8947.0, 8949.0, 9007.0, 8982.0, 8952.0, 8946.0, 8949.0, 8972.0, 8947.0, 9008.0, 8959.0, 8982.0, 8925.0, 8967.0, 8940.0, 8966.0, 8955.0, 8907.0, 8907.0, 8916.0, 8922.0, 8907.0, 8958.0, 8926.0, 8940.0, 8926.0, 8928.0, 8925.0, 8971.0, 8925.0, 8970.0, 8926.0, 8936.0, 8924.0, 8953.0, 8926.0, 8984.0, 8926.0, 8961.0, 8927.0, 8950.0, 8943.0, 8998.0, 8930.0, 8952.0, 8930.0, 8954.0, 8946.0, 8919.0, 8930.0, 8914.0, 8946.0, 8927.0, 8976.0, 8930.0, 8971.0, 8933.0, 8956.0, 8933.0, 9001.0, 8936.0, 8931.0, 8950.0, 8933.0, 8966.0, 8952.0, 8965.0, 8956.0, 8971.0, 8959.0, 9012.0, 8989.0, 8952.0, 8953.0, 8950.0, 8997.0, 8965.0, 9008.0, 8946.0, 8973.0, 8944.0, 9006.0, 8986.0, 8965.0, 8927.0, 8951.0, 8954.0, 8907.0, 8923.0, 8924.0, 8967.0, 8924.0, 8996.0, 8926.0, 8963.0, 8927.0, 8966.0, 8961.0, 8928.0, 8926.0, 8925.0, 8953.0, 8929.0, 8968.0, 8926.0, 8964.0, 8928.0, 8927.0, 8974.0, 8930.0, 8954.0, 8954.0, 8963.0, 8947.0, 8952.0, 8894.0, 8892.0, 8935.0, 8914.0, 8927.0, 8955.0, 8950.0, 8992.0, 8946.0, 8930.0, 8956.0, 8931.0, 8987.0, 8975.0, 8945.0, 8955.0, 8927.0, 8950.0, 8926.0, 8998.0, 8969.0, 8961.0, 8909.0, 8891.0, 8891.0, 8885.0, 8903.0, 8917.0, 8955.0, 8906.0, 8920.0, 8893.0, 8902.0, 8886.0, 8934.0, 8890.0, 8981.0, 8892.0, 8931.0, 8892.0, 8920.0, 8894.0, 8962.0, 8910.0, 8948.0, 8910.0, 8933.0, 8897.0, 8930.0, 8927.0, 8981.0, 8915.0, 8953.0, 8914.0, 8925.0, 8915.0, 8941.0, 8946.0, 8914.0, 8918.0, 8902.0, 8918.0, 8914.0, 8947.0, 8915.0, 8963.0, 8917.0, 8960.0, 8920.0, 8928.0, 8917.0, 8956.0, 8937.0, 8989.0, 8937.0, 8964.0, 8938.0, 8919.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.0005748794489092997</td></tr>
<tr><td colspan=3>aqi</td><td>0.03432972812858783</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.909345328689675</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1646615810229892</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9708678044712661</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>5948.2153</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13078636288931386</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.647531572904708</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5153397464114917</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3830615795470207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7192354806229195</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4437221790645354</td></tr>
<tr><td colspan=3>gcor</td><td>0.00587792</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02642516978085041</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02772967703640461</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.969549055534631</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>28.9472</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6201</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.755</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.1292</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7069</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.9889</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3200.81</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.2478</td></tr>
<tr><td colspan=3>tsnr</td><td>34.79549924982712</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>