<?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-0105_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0105_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-04/func/sub-0105_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5e6ac138bf9bf812321dc3de7dba239a</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>19:40:15.087500</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.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112119</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>68e2b19f-3988-4ee3-8f4d-18d4c7a32819||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.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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': ['194015.087500', '194015.547500', '194016.007500', '194016.467500', '194016.927500', '194017.387500', '194017.847500', '194018.307500', '194018.767500', '194019.227500', '194019.687500', '194020.147500', '194020.607500', '194021.067500', '194021.527500', '194021.987500', '194022.447500', '194022.907500', '194023.367500', '194023.827500', '194024.287500', '194024.747500', '194025.207500', '194025.667500', '194026.127500', '194026.587500', '194027.047500', '194027.507500', '194027.967500', '194028.427500', '194028.887500', '194029.347500', '194029.807500', '194030.267500', '194030.727500', '194031.187500', '194031.647500', '194032.107500', '194032.567500', '194033.027500', '194033.487500', '194033.947500', '194034.407500', '194034.867500', '194035.327500', '194035.787500', '194036.247500', '194036.707500', '194037.167500', '194037.627500', '194038.087500', '194038.547500', '194039.007500', '194039.467500', '194039.927500', '194040.387500', '194040.847500', '194041.307500', '194041.767500', '194042.227500', '194042.687500', '194043.147500', '194043.607500', '194044.067500', '194044.527500', '194044.987500', '194045.447500', '194045.907500', '194046.367500', '194046.827500', '194047.287500', '194047.747500', '194048.207500', '194048.667500', '194049.127500', '194049.587500', '194050.047500', '194050.507500', '194050.967500', '194051.427500', '194051.887500', '194052.347500', '194052.807500', '194053.267500', '194053.727500', '194054.187500', '194054.647500', '194055.107500', '194055.567500', '194056.027500', '194056.487500', '194056.947500', '194057.407500', '194057.867500', '194058.327500', '194058.787500', '194059.247500', '194059.707500', '194100.167500', '194100.627500', '194101.087500', '194101.547500', '194102.007500', '194102.467500', '194102.927500', '194103.387500', '194103.847500', '194104.307500', '194104.767500', '194105.227500', '194105.687500', '194106.147500', '194106.607500', '194107.067500', '194107.527500', '194107.987500', '194108.447500', '194108.907500', '194109.367500', '194109.827500', '194110.287500', '194110.747500', '194111.207500', '194111.667500', '194112.127500', '194112.587500', '194113.047500', '194113.507500', '194113.967500', '194114.427500', '194114.887500', '194115.347500', '194115.807500', '194116.267500', '194116.727500', '194117.187500', '194117.647500', '194118.107500', '194118.567500', '194119.027500', '194119.487500', '194119.947500', '194120.407500', '194120.867500', '194121.327500', '194121.787500', '194122.247500', '194122.707500', '194123.167500', '194123.627500', '194124.087500', '194124.547500', '194125.007500', '194125.467500', '194125.927500', '194126.387500', '194126.847500', '194127.307500', '194127.767500', '194128.227500', '194128.687500', '194129.147500', '194129.607500', '194130.067500', '194130.527500', '194130.987500', '194131.447500', '194131.907500', '194132.367500', '194132.827500', '194133.287500', '194133.747500', '194134.207500', '194134.667500', '194135.127500', '194135.587500', '194136.047500', '194136.507500', '194136.967500', '194137.427500', '194137.887500', '194138.347500', '194138.807500', '194139.267500', '194139.727500', '194140.187500', '194140.647500', '194141.107500', '194141.567500', '194142.027500', '194142.487500', '194142.947500', '194143.407500', '194143.867500', '194144.327500', '194144.787500', '194145.247500', '194145.707500', '194146.167500', '194146.627500', '194147.087500', '194147.547500', '194148.007500', '194148.467500', '194148.927500', '194149.387500', '194149.847500', '194150.307500', '194150.767500', '194151.227500', '194151.687500', '194152.147500', '194152.607500', '194153.067500', '194153.527500', '194153.987500', '194154.447500', '194154.907500', '194155.367500', '194155.827500', '194156.287500', '194156.747500', '194157.207500', '194157.667500', '194158.127500', '194158.587500', '194159.047500', '194159.507500', '194159.967500', '194200.427500', '194200.887500', '194201.347500', '194201.807500', '194202.267500', '194202.727500', '194203.187500', '194203.647500', '194204.107500', '194204.567500', '194205.027500', '194205.487500', '194205.947500', '194206.407500', '194206.867500', '194207.327500', '194207.787500', '194208.247500', '194208.707500', '194209.167500', '194209.627500', '194210.087500', '194210.547500', '194211.007500', '194211.467500', '194211.927500', '194212.387500', '194212.847500', '194213.307500', '194213.767500', '194214.227500', '194214.687500', '194215.147500', '194215.607500', '194216.067500', '194216.527500', '194216.987500', '194217.447500', '194217.907500', '194218.367500', '194218.827500', '194219.287500', '194219.747500', '194220.207500', '194220.667500', '194221.127500', '194221.587500', '194222.047500', '194222.507500', '194222.967500', '194223.427500', '194223.887500', '194224.347500', '194224.807500', '194225.267500', '194225.727500', '194226.187500', '194226.647500', '194227.107500', '194227.567500', '194228.027500', '194228.487500', '194228.947500', '194229.407500', '194229.867500', '194230.327500', '194230.787500', '194231.247500', '194231.707500', '194232.167500', '194232.627500', '194233.087500', '194233.547500', '194234.007500', '194234.467500', '194234.927500', '194235.387500', '194235.847500', '194236.307500', '194236.767500', '194237.227500', '194237.687500', '194238.147500', '194238.607500', '194239.067500', '194239.527500', '194239.987500', '194240.447500', '194240.907500', '194241.367500', '194241.827500', '194242.287500', '194242.747500', '194243.207500', '194243.667500', '194244.127500', '194244.587500', '194245.047500', '194245.507500', '194245.967500', '194246.427500', '194246.887500', '194247.347500', '194247.807500', '194248.267500', '194248.727500', '194249.187500', '194249.647500', '194250.107500', '194250.567500', '194251.027500', '194251.487500', '194251.947500', '194252.407500', '194252.867500', '194253.327500', '194253.787500', '194254.247500', '194254.707500', '194255.167500', '194255.627500', '194256.087500', '194256.547500', '194257.007500', '194257.467500', '194257.927500', '194258.387500', '194258.847500', '194259.307500', '194259.767500', '194300.227500', '194300.687500', '194301.147500', '194301.607500', '194302.067500', '194302.527500', '194302.987500', '194303.447500', '194303.907500', '194304.367500', '194304.827500', '194305.287500', '194305.747500', '194306.207500', '194306.667500', '194307.127500', '194307.587500', '194308.047500', '194308.507500', '194308.967500', '194309.427500', '194309.887500', '194310.347500', '194310.807500', '194311.267500', '194311.727500', '194312.187500', '194312.647500', '194313.107500', '194313.567500', '194314.027500', '194314.487500', '194314.947500', '194315.407500', '194315.867500', '194316.327500', '194316.787500', '194317.247500', '194317.707500', '194318.167500', '194318.627500', '194319.087500', '194319.547500', '194320.007500', '194320.467500', '194320.927500', '194321.387500', '194321.847500', '194322.307500', '194322.767500', '194323.227500', '194323.687500', '194324.147500', '194324.607500', '194325.067500', '194325.527500', '194325.987500', '194326.447500', '194326.907500', '194327.367500', '194327.827500', '194328.287500', '194328.747500', '194329.207500', '194329.667500', '194330.127500', '194330.587500', '194331.047500', '194331.507500', '194331.967500', '194332.427500', '194332.887500', '194333.347500', '194333.807500', '194334.267500', '194334.727500', '194335.187500', '194335.647500', '194336.107500', '194336.567500', '194337.027500', '194337.487500', '194337.947500', '194338.407500', '194338.867500', '194339.327500', '194339.787500', '194340.247500', '194340.707500', '194341.167500', '194341.627500', '194342.087500', '194342.547500', '194343.007500', '194343.467500', '194343.927500', '194344.387500', '194344.847500', '194345.307500', '194345.767500', '194346.227500', '194346.687500', '194347.147500', '194347.607500', '194348.067500', '194348.527500', '194348.987500', '194349.447500', '194349.907500', '194350.367500', '194350.827500', '194351.287500', '194351.747500', '194352.207500', '194352.667500', '194353.127500', '194353.587500', '194354.047500', '194354.507500', '194354.967500', '194355.427500', '194355.887500', '194356.347500', '194356.807500', '194357.267500', '194357.727500', '194358.187500', '194358.647500', '194359.107500', '194359.567500', '194400.027500', '194400.487500', '194400.947500', '194401.407500', '194401.867500', '194402.327500', '194402.787500', '194403.247500', '194403.707500', '194404.167500', '194404.627500', '194405.087500', '194405.547500', '194406.007500', '194406.467500', '194406.927500', '194407.387500', '194407.847500', '194408.307500', '194408.767500', '194409.227500', '194409.687500', '194410.147500', '194410.607500', '194411.067500', '194411.527500', '194411.987500', '194412.447500', '194412.907500', '194413.367500', '194413.827500', '194414.287500', '194414.747500', '194415.207500', '194415.667500', '194416.127500', '194416.587500', '194417.047500', '194417.507500', '194417.967500', '194418.427500', '194418.887500', '194419.347500', '194419.807500', '194420.267500', '194420.727500', '194421.187500', '194421.647500', '194422.107500', '194422.567500', '194423.027500', '194423.487500', '194423.947500', '194424.407500', '194424.867500', '194425.327500', '194425.787500', '194426.247500', '194426.707500', '194427.167500', '194427.627500', '194428.087500', '194428.547500', '194429.007500', '194429.467500', '194429.927500', '194430.387500', '194430.847500', '194431.307500', '194431.767500', '194432.227500', '194432.687500', '194433.147500', '194433.607500', '194434.067500', '194434.527500', '194434.987500', '194435.447500', '194435.907500', '194436.367500', '194436.827500', '194437.287500', '194437.747500', '194438.207500', '194438.667500', '194439.127500', '194439.587500', '194440.047500', '194440.507500', '194440.967500', '194441.427500', '194441.887500', '194442.347500', '194442.807500', '194443.267500', '194443.727500', '194444.187500', '194444.647500', '194445.107500', '194445.567500', '194446.027500', '194446.487500', '194446.947500', '194447.407500', '194447.867500', '194448.327500', '194448.787500', '194449.247500', '194449.707500', '194450.167500', '194450.627500', '194451.087500', '194451.547500', '194452.007500', '194452.467500', '194452.927500', '194453.387500', '194453.847500', '194454.307500', '194454.767500', '194455.227500', '194455.687500', '194456.147500', '194456.607500', '194457.067500', '194457.527500', '194457.987500', '194458.447500', '194458.907500', '194459.367500', '194459.827500', '194500.287500', '194500.747500', '194501.207500', '194501.667500', '194502.127500', '194502.587500', '194503.047500', '194503.507500', '194503.967500', '194504.427500', '194504.887500', '194505.347500', '194505.807500', '194506.267500', '194506.727500', '194507.187500', '194507.647500', '194508.107500', '194508.567500', '194509.027500', '194509.487500', '194509.947500', '194510.407500', '194510.867500', '194511.327500', '194511.787500', '194512.247500', '194512.707500', '194513.167500', '194513.627500', '194514.087500', '194514.547500', '194515.007500', '194515.467500', '194515.927500', '194516.387500', '194516.847500', '194517.307500', '194517.767500', '194518.227500', '194518.687500', '194519.147500', '194519.607500', '194520.067500', '194520.527500', '194520.987500', '194521.447500', '194521.907500', '194522.367500', '194522.827500', '194523.287500', '194523.747500', '194524.207500', '194524.667500', '194525.127500', '194525.587500', '194526.047500', '194526.507500', '194526.967500', '194527.427500', '194527.887500', '194528.347500', '194528.807500', '194529.267500', '194529.727500', '194530.187500', '194530.647500', '194531.107500', '194531.567500', '194532.027500', '194532.487500', '194532.947500', '194533.407500', '194533.867500', '194534.327500', '194534.787500', '194535.247500', '194535.707500', '194536.167500', '194536.627500', '194537.087500', '194537.547500', '194538.007500', '194538.467500', '194538.927500', '194539.387500', '194539.847500', '194540.307500', '194540.767500', '194541.227500', '194541.687500', '194542.147500', '194542.607500', '194543.067500', '194543.527500', '194543.987500', '194544.447500', '194544.907500', '194545.367500', '194545.827500', '194546.287500', '194546.747500', '194547.207500', '194547.667500', '194548.127500', '194548.587500', '194549.047500', '194549.507500', '194549.967500', '194550.427500', '194550.887500', '194551.347500', '194551.807500', '194552.267500', '194552.727500', '194553.187500', '194553.647500', '194554.107500', '194554.567500', '194555.027500', '194555.487500', '194555.947500', '194556.407500', '194556.867500', '194557.327500', '194557.787500', '194558.247500', '194558.707500', '194559.167500', '194559.627500', '194600.087500', '194600.547500', '194601.007500', '194601.467500', '194601.927500', '194602.387500', '194602.847500', '194603.307500', '194603.767500', '194604.227500', '194604.687500', '194605.147500', '194605.607500', '194606.067500', '194606.527500', '194606.987500', '194607.447500', '194607.907500', '194608.367500', '194608.827500', '194609.287500', '194609.747500', '194610.207500', '194610.667500', '194611.127500', '194611.587500', '194612.047500', '194612.507500', '194612.967500', '194613.427500', '194613.887500', '194614.347500', '194614.807500', '194615.267500', '194615.727500', '194616.187500', '194616.647500', '194617.107500', '194617.567500', '194618.027500', '194618.487500', '194618.947500', '194619.407500', '194619.867500', '194620.327500', '194620.787500', '194621.247500', '194621.707500', '194622.167500', '194622.627500', '194623.087500', '194623.547500', '194624.007500', '194624.467500', '194624.927500', '194625.387500', '194625.847500', '194626.307500', '194626.767500', '194627.227500', '194627.687500', '194628.147500', '194628.607500', '194629.067500', '194629.527500', '194629.987500', '194630.447500', '194630.907500', '194631.367500', '194631.827500', '194632.287500', '194632.747500', '194633.207500', '194633.667500', '194634.127500', '194634.587500', '194635.047500', '194635.507500', '194635.967500', '194636.427500', '194636.887500', '194637.347500', '194637.807500', '194638.267500', '194638.727500', '194639.187500', '194639.647500', '194640.107500', '194640.567500', '194641.027500', '194641.487500', '194641.947500', '194642.407500', '194642.867500', '194643.327500', '194643.787500', '194644.247500', '194644.707500', '194645.167500', '194645.627500', '194646.087500', '194646.547500', '194647.007500', '194647.467500', '194647.927500', '194648.387500', '194648.847500', '194649.307500', '194649.767500', '194650.227500', '194650.687500', '194651.147500', '194651.607500', '194652.067500', '194652.527500', '194652.987500', '194653.447500', '194653.907500', '194654.367500', '194654.827500', '194655.287500', '194655.747500'], 'ContentTime': ['194026.016000', '194026.019000', '194026.022000', '194026.024000', '194026.027000', '194026.030000', '194026.032000', '194026.035000', '194026.037000', '194026.040000', '194026.043000', '194026.045000', '194026.048000', '194026.051000', '194026.053000', '194026.056000', '194026.058000', '194026.063000', '194026.066000', '194026.068000', '194045.962000', '194045.965000', '194045.968000', '194045.970000', '194045.973000', '194045.975000', '194045.978000', '194045.981000', '194045.983000', '194045.986000', '194045.988000', '194045.991000', '194045.993000', '194045.996000', '194046.000000', '194046.002000', '194046.005000', '194046.007000', '194046.010000', '194046.012000', '194046.018000', '194046.021000', '194046.023000', '194046.026000', '194046.029000', '194046.031000', '194046.034000', '194046.036000', '194046.039000', '194046.042000', '194046.044000', '194046.047000', '194046.049000', '194046.052000', '194046.054000', '194046.057000', '194046.060000', '194046.062000', '194046.065000', '194046.067000', '194046.070000', '194046.073000', '194046.075000', '194046.084000', '194105.961000', '194105.964000', '194105.967000', '194105.970000', '194105.972000', '194105.975000', '194105.977000', '194105.980000', '194105.983000', '194105.985000', '194105.988000', '194105.990000', '194105.993000', '194105.995000', '194105.998000', '194106.002000', '194106.004000', '194106.007000', '194106.009000', '194106.012000', '194106.015000', '194106.017000', '194106.020000', '194106.022000', '194106.025000', '194106.028000', '194106.030000', '194106.033000', '194106.035000', '194106.038000', '194106.040000', '194106.043000', '194106.046000', '194106.048000', '194106.051000', '194106.054000', '194106.056000', '194106.059000', '194106.061000', '194106.064000', '194106.066000', '194106.069000', '194106.072000', '194125.962000', '194125.965000', '194125.967000', '194125.970000', '194125.972000', '194125.975000', '194125.978000', '194125.980000', '194125.983000', '194125.985000', '194125.988000', '194125.991000', '194125.993000', '194125.996000', '194126.000000', '194126.002000', '194126.005000', '194126.008000', '194126.010000', '194126.013000', '194126.016000', '194126.018000', '194126.021000', '194126.023000', '194126.026000', '194126.029000', '194126.031000', '194126.034000', '194126.036000', '194126.039000', '194126.042000', '194126.044000', '194126.047000', '194126.049000', '194126.052000', '194126.055000', '194126.057000', '194126.060000', '194126.063000', '194126.066000', '194126.068000', '194126.071000', '194126.074000', '194126.076000', '194145.961000', '194145.964000', '194145.967000', '194145.970000', '194145.972000', '194145.975000', '194145.977000', '194145.980000', '194145.982000', '194145.985000', '194145.988000', '194146.013000', '194146.015000', '194146.018000', '194146.020000', '194146.023000', '194146.026000', '194146.028000', '194146.031000', '194146.033000', '194146.036000', '194146.039000', '194146.041000', '194146.044000', '194146.047000', '194146.049000', '194146.052000', '194146.055000', '194146.057000', '194146.060000', '194146.062000', '194146.065000', '194146.067000', '194146.070000', '194146.073000', '194146.075000', '194146.078000', '194146.080000', '194146.083000', '194146.086000', '194146.088000', '194146.091000', '194146.093000', '194205.963000', '194205.965000', '194205.968000', '194205.971000', '194205.973000', '194205.976000', '194205.983000', '194205.985000', '194205.988000', '194205.991000', '194205.993000', '194205.996000', '194206.000000', '194206.003000', '194206.005000', '194206.008000', '194206.011000', '194206.013000', '194206.016000', '194206.018000', '194206.021000', '194206.024000', '194206.026000', '194206.029000', '194206.031000', '194206.034000', '194206.037000', '194206.040000', '194206.043000', '194206.045000', '194206.048000', '194206.050000', '194206.053000', '194206.056000', '194206.058000', '194206.061000', '194206.064000', '194206.066000', '194206.069000', '194206.072000', '194206.074000', '194206.077000', '194206.080000', '194225.962000', '194225.965000', '194225.968000', '194225.971000', '194225.982000', '194225.984000', '194225.987000', '194225.990000', '194225.992000', '194225.995000', '194225.997000', '194226.001000', '194226.003000', '194226.006000', '194226.009000', '194226.011000', '194226.014000', '194226.016000', '194226.019000', '194226.022000', '194226.024000', '194226.027000', '194226.029000', '194226.032000', '194226.034000', '194226.037000', '194226.039000', '194226.042000', '194226.045000', '194226.047000', '194226.050000', '194226.052000', '194226.055000', '194226.058000', '194226.060000', '194226.063000', '194226.065000', '194226.068000', '194226.071000', '194226.073000', '194226.076000', '194226.078000', '194226.081000', '194226.083000', '194245.962000', '194245.965000', '194245.968000', '194245.971000', '194245.973000', '194245.976000', '194245.978000', '194245.981000', '194245.984000', '194245.986000', '194245.989000', '194245.991000', '194245.994000', '194245.996000', '194246.000000', '194246.003000', '194246.005000', '194246.008000', '194246.011000', '194246.013000', '194246.016000', '194246.018000', '194246.021000', '194246.023000', '194246.026000', '194246.029000', '194246.031000', '194246.034000', '194246.036000', '194246.039000', '194246.042000', '194246.044000', '194246.047000', '194246.049000', '194246.052000', '194246.055000', '194246.057000', '194246.060000', '194246.062000', '194246.065000', '194246.067000', '194246.070000', '194246.073000', '194305.962000', '194305.979000', '194305.989000', '194306.000000', '194306.003000', '194306.006000', '194306.008000', '194306.011000', '194306.014000', '194306.016000', '194306.019000', '194306.022000', '194306.024000', '194306.027000', '194306.030000', '194306.032000', '194306.035000', '194306.038000', '194306.040000', '194306.043000', '194306.045000', '194306.048000', '194306.051000', '194306.053000', '194306.056000', '194306.058000', '194306.061000', '194306.064000', '194306.066000', '194306.069000', '194306.072000', '194306.074000', '194306.077000', '194306.079000', '194306.082000', '194306.085000', '194306.087000', '194306.090000', '194306.092000', '194306.095000', '194306.098000', '194306.100000', '194306.103000', '194306.105000', '194325.962000', '194325.964000', '194325.967000', '194325.970000', '194325.972000', '194325.975000', '194325.978000', '194325.980000', '194325.983000', '194325.986000', '194325.988000', '194325.991000', '194325.994000', '194325.996000', '194326.000000', '194326.003000', '194326.005000', '194326.008000', '194326.010000', '194326.013000', '194326.016000', '194326.018000', '194326.022000', '194326.025000', '194326.027000', '194326.030000', '194326.032000', '194326.035000', '194326.038000', '194326.040000', '194326.043000', '194326.046000', '194326.048000', '194326.051000', '194326.053000', '194326.056000', '194326.059000', '194326.061000', '194326.064000', '194326.066000', '194326.069000', '194326.072000', '194326.074000', '194345.961000', '194345.964000', '194345.967000', '194345.970000', '194345.972000', '194345.975000', '194345.977000', '194345.980000', '194345.982000', '194345.985000', '194345.988000', '194345.990000', '194345.993000', '194345.996000', '194345.998000', '194346.002000', '194346.005000', '194346.007000', '194346.010000', '194346.017000', '194346.020000', '194346.022000', '194346.025000', '194346.028000', '194346.030000', '194346.033000', '194346.036000', '194346.038000', '194346.041000', '194346.043000', '194346.046000', '194346.049000', '194346.051000', '194346.054000', '194346.056000', '194346.059000', '194346.062000', '194346.064000', '194346.067000', '194346.069000', '194346.072000', '194346.075000', '194346.077000', '194346.080000', '194405.961000', '194405.964000', '194405.967000', '194405.970000', '194405.972000', '194405.975000', '194405.977000', '194405.980000', '194405.983000', '194405.985000', '194405.988000', '194405.992000', '194405.994000', '194405.997000', '194406.001000', '194406.004000', '194406.006000', '194406.009000', '194406.011000', '194406.014000', '194406.017000', '194406.019000', '194406.022000', '194406.024000', '194406.027000', '194406.035000', '194406.038000', '194406.041000', '194406.043000', '194406.046000', '194406.049000', '194406.051000', '194406.054000', '194406.057000', '194406.059000', '194406.062000', '194406.065000', '194406.067000', '194406.070000', '194406.073000', '194406.075000', '194406.078000', '194406.081000', '194425.963000', '194425.965000', '194425.968000', '194425.971000', '194425.973000', '194425.976000', '194425.986000', '194425.989000', '194425.991000', '194425.994000', '194425.996000', '194425.999000', '194426.002000', '194426.011000', '194426.014000', '194426.017000', '194426.019000', '194426.022000', '194426.025000', '194426.027000', '194426.030000', '194426.032000', '194426.035000', '194426.038000', '194426.041000', '194426.043000', '194426.075000', '194426.078000', '194426.081000', '194426.083000', '194426.086000', '194426.089000', '194426.091000', '194426.094000', '194426.097000', '194426.099000', '194426.102000', '194426.104000', '194426.107000', '194426.110000', '194426.112000', '194426.115000', '194426.118000', '194426.120000', '194445.962000', '194445.965000', '194445.968000', '194445.971000', '194445.973000', '194445.976000', '194445.978000', '194445.981000', '194445.983000', '194445.986000', '194445.989000', '194445.991000', '194445.994000', '194445.997000', '194446.002000', '194446.005000', '194446.007000', '194446.010000', '194446.012000', '194446.015000', '194446.018000', '194446.020000', '194446.023000', '194446.025000', '194446.028000', '194446.031000', '194446.033000', '194446.036000', '194446.039000', '194446.041000', '194446.044000', '194446.046000', '194446.049000', '194446.051000', '194446.054000', '194446.057000', '194446.062000', '194446.064000', '194446.067000', '194446.070000', '194446.072000', '194446.075000', '194446.078000', '194505.962000', '194505.965000', '194505.968000', '194505.970000', '194505.973000', '194505.976000', '194505.978000', '194505.981000', '194505.984000', '194505.986000', '194505.989000', '194505.991000', '194505.994000', '194505.997000', '194506.000000', '194506.003000', '194506.005000', '194506.008000', '194506.011000', '194506.019000', '194506.022000', '194506.024000', '194506.027000', '194506.030000', '194506.033000', '194506.035000', '194506.038000', '194506.041000', '194506.043000', '194506.046000', '194506.049000', '194506.051000', '194506.054000', '194506.057000', '194506.059000', '194506.062000', '194506.064000', '194506.067000', '194506.070000', '194506.073000', '194506.075000', '194506.078000', '194506.080000', '194506.083000', '194525.962000', '194525.965000', '194525.968000', '194525.971000', '194525.973000', '194525.976000', '194525.979000', '194525.981000', '194525.984000', '194525.987000', '194525.989000', '194525.992000', '194525.995000', '194525.997000', '194526.001000', '194526.004000', '194526.006000', '194526.009000', '194526.011000', '194526.014000', '194526.017000', '194526.019000', '194526.022000', '194526.025000', '194526.028000', '194526.030000', '194526.033000', '194526.036000', '194526.038000', '194526.041000', '194526.044000', '194526.046000', '194526.049000', '194526.051000', '194526.054000', '194526.057000', '194526.059000', '194526.062000', '194526.065000', '194526.067000', '194526.070000', '194526.073000', '194526.075000', '194545.961000', '194545.964000', '194545.968000', '194545.970000', '194545.973000', '194545.975000', '194545.978000', '194545.981000', '194545.983000', '194545.986000', '194545.988000', '194545.991000', '194545.994000', '194545.996000', '194546.000000', '194546.002000', '194546.005000', '194546.008000', '194546.010000', '194546.013000', '194546.015000', '194546.018000', '194546.021000', '194546.023000', '194546.026000', '194546.029000', '194546.031000', '194546.034000', '194546.036000', '194546.039000', '194546.042000', '194546.044000', '194546.047000', '194546.049000', '194546.052000', '194546.055000', '194546.058000', '194546.060000', '194546.063000', '194546.065000', '194546.068000', '194546.071000', '194546.073000', '194546.076000', '194605.961000', '194605.964000', '194605.967000', '194605.970000', '194605.972000', '194605.975000', '194605.977000', '194605.980000', '194605.983000', '194605.985000', '194605.988000', '194605.990000', '194605.993000', '194605.996000', '194605.998000', '194606.002000', '194606.004000', '194606.007000', '194606.010000', '194606.012000', '194606.015000', '194606.017000', '194606.020000', '194606.023000', '194606.025000', '194606.028000', '194606.030000', '194606.033000', '194606.036000', '194606.038000', '194606.041000', '194606.043000', '194606.046000', '194606.049000', '194606.051000', '194606.054000', '194606.057000', '194606.059000', '194606.062000', '194606.064000', '194606.067000', '194606.070000', '194606.072000', '194625.962000', '194625.965000', '194625.967000', '194625.970000', '194625.973000', '194625.975000', '194625.978000', '194625.980000', '194625.983000', '194625.986000', '194625.988000', '194625.991000', '194625.993000', '194625.996000', '194626.000000', '194626.002000', '194626.005000', '194626.007000', '194626.010000', '194626.012000', '194626.015000', '194626.018000', '194626.020000', '194626.023000', '194626.026000', '194626.028000', '194626.031000', '194626.033000', '194626.036000', '194626.039000', '194626.042000', '194626.044000', '194626.047000', '194626.049000', '194626.052000', '194626.055000', '194626.057000', '194626.060000', '194626.062000', '194626.065000', '194626.068000', '194626.071000', '194626.073000', '194626.076000', '194645.962000', '194645.965000', '194645.968000', '194645.971000', '194645.973000', '194645.976000', '194645.979000', '194645.981000', '194645.984000', '194645.986000', '194645.989000', '194645.992000', '194645.994000', '194645.997000', '194645.999000', '194646.002000', '194646.005000', '194646.007000', '194646.010000', '194646.012000', '194646.015000', '194646.018000', '194646.020000', '194646.023000', '194646.025000', '194646.028000', '194646.031000', '194646.033000', '194646.036000', '194646.038000', '194646.041000', '194646.044000', '194646.046000', '194646.049000', '194646.052000', '194646.054000', '194646.057000', '194646.060000', '194646.062000', '194646.065000', '194646.067000', '194646.070000', '194646.072000', '194657.571000', '194657.574000', '194657.577000', '194657.580000', '194657.582000', '194657.585000', '194657.587000', '194657.590000', '194657.593000', '194657.595000', '194657.598000', '194657.601000', '194657.603000', '194657.606000', '194657.608000', '194657.611000', '194657.614000', '194657.616000', '194657.619000', '194657.622000', '194657.624000', '194657.627000', '194657.630000', '194657.632000', '194657.635000', '194657.637000'], 'InstanceCreationTime': ['194026.016000', '194026.019000', '194026.022000', '194026.024000', '194026.027000', '194026.030000', '194026.032000', '194026.035000', '194026.037000', '194026.040000', '194026.043000', '194026.045000', '194026.048000', '194026.051000', '194026.053000', '194026.056000', '194026.058000', '194026.063000', '194026.066000', '194026.068000', '194045.962000', '194045.965000', '194045.968000', '194045.970000', '194045.973000', '194045.975000', '194045.978000', '194045.981000', '194045.983000', '194045.986000', '194045.988000', '194045.991000', '194045.993000', '194045.996000', '194046.000000', '194046.002000', '194046.005000', '194046.007000', '194046.010000', '194046.012000', '194046.018000', '194046.021000', '194046.023000', '194046.026000', '194046.029000', '194046.031000', '194046.034000', '194046.036000', '194046.039000', '194046.042000', '194046.044000', '194046.047000', '194046.049000', '194046.052000', '194046.054000', '194046.057000', '194046.060000', '194046.062000', '194046.065000', '194046.067000', '194046.070000', '194046.073000', '194046.075000', '194046.084000', '194105.961000', '194105.964000', '194105.967000', '194105.970000', '194105.972000', '194105.975000', '194105.977000', '194105.980000', '194105.983000', '194105.985000', '194105.988000', '194105.990000', '194105.993000', '194105.995000', '194105.998000', '194106.002000', '194106.004000', '194106.007000', '194106.009000', '194106.012000', '194106.015000', '194106.017000', '194106.020000', '194106.022000', '194106.025000', '194106.028000', '194106.030000', '194106.033000', '194106.035000', '194106.038000', '194106.040000', '194106.043000', '194106.046000', '194106.048000', '194106.051000', '194106.054000', '194106.056000', '194106.059000', '194106.061000', '194106.064000', '194106.066000', '194106.069000', '194106.072000', '194125.962000', '194125.965000', '194125.967000', '194125.970000', '194125.972000', '194125.975000', '194125.978000', '194125.980000', '194125.983000', '194125.985000', '194125.988000', '194125.991000', '194125.993000', '194125.996000', '194126.000000', '194126.002000', '194126.005000', '194126.008000', '194126.010000', '194126.013000', '194126.016000', '194126.018000', '194126.021000', '194126.023000', '194126.026000', '194126.029000', '194126.031000', '194126.034000', '194126.036000', '194126.039000', '194126.042000', '194126.044000', '194126.047000', '194126.049000', '194126.052000', '194126.055000', '194126.057000', '194126.060000', '194126.063000', '194126.066000', '194126.068000', '194126.071000', '194126.074000', '194126.076000', '194145.961000', '194145.964000', '194145.967000', '194145.970000', '194145.972000', '194145.975000', '194145.977000', '194145.980000', '194145.982000', '194145.985000', '194145.988000', '194146.013000', '194146.015000', '194146.018000', '194146.020000', '194146.023000', '194146.026000', '194146.028000', '194146.031000', '194146.033000', '194146.036000', '194146.039000', '194146.041000', '194146.044000', '194146.047000', '194146.049000', '194146.052000', '194146.055000', '194146.057000', '194146.060000', '194146.062000', '194146.065000', '194146.067000', '194146.070000', '194146.073000', '194146.075000', '194146.078000', '194146.080000', '194146.083000', '194146.086000', '194146.088000', '194146.091000', '194146.093000', '194205.963000', '194205.965000', '194205.968000', '194205.971000', '194205.973000', '194205.976000', '194205.983000', '194205.985000', '194205.988000', '194205.991000', '194205.993000', '194205.996000', '194206.000000', '194206.003000', '194206.005000', '194206.008000', '194206.011000', '194206.013000', '194206.016000', '194206.018000', '194206.021000', '194206.024000', '194206.026000', '194206.029000', '194206.031000', '194206.034000', '194206.037000', '194206.040000', '194206.043000', '194206.045000', '194206.048000', '194206.050000', '194206.053000', '194206.056000', '194206.058000', '194206.061000', '194206.064000', '194206.066000', '194206.069000', '194206.072000', '194206.074000', '194206.077000', '194206.080000', '194225.962000', '194225.965000', '194225.968000', '194225.971000', '194225.982000', '194225.984000', '194225.987000', '194225.990000', '194225.992000', '194225.995000', '194225.997000', '194226.001000', '194226.003000', '194226.006000', '194226.009000', '194226.011000', '194226.014000', '194226.016000', '194226.019000', '194226.022000', '194226.024000', '194226.027000', '194226.029000', '194226.032000', '194226.034000', '194226.037000', '194226.039000', '194226.042000', '194226.045000', '194226.047000', '194226.050000', '194226.052000', '194226.055000', '194226.058000', '194226.060000', '194226.063000', '194226.065000', '194226.068000', '194226.071000', '194226.073000', '194226.076000', '194226.078000', '194226.081000', '194226.083000', '194245.962000', '194245.965000', '194245.968000', '194245.971000', '194245.973000', '194245.976000', '194245.978000', '194245.981000', '194245.984000', '194245.986000', '194245.989000', '194245.991000', '194245.994000', '194245.996000', '194246.000000', '194246.003000', '194246.005000', '194246.008000', '194246.011000', '194246.013000', '194246.016000', '194246.018000', '194246.021000', '194246.023000', '194246.026000', '194246.029000', '194246.031000', '194246.034000', '194246.036000', '194246.039000', '194246.042000', '194246.044000', '194246.047000', '194246.049000', '194246.052000', '194246.055000', '194246.057000', '194246.060000', '194246.062000', '194246.065000', '194246.067000', '194246.070000', '194246.073000', '194305.962000', '194305.979000', '194305.989000', '194306.000000', '194306.003000', '194306.006000', '194306.008000', '194306.011000', '194306.014000', '194306.016000', '194306.019000', '194306.022000', '194306.024000', '194306.027000', '194306.030000', '194306.032000', '194306.035000', '194306.038000', '194306.040000', '194306.043000', '194306.045000', '194306.048000', '194306.051000', '194306.053000', '194306.056000', '194306.058000', '194306.061000', '194306.064000', '194306.066000', '194306.069000', '194306.072000', '194306.074000', '194306.077000', '194306.079000', '194306.082000', '194306.085000', '194306.087000', '194306.090000', '194306.092000', '194306.095000', '194306.098000', '194306.100000', '194306.103000', '194306.105000', '194325.962000', '194325.964000', '194325.967000', '194325.970000', '194325.972000', '194325.975000', '194325.978000', '194325.980000', '194325.983000', '194325.986000', '194325.988000', '194325.991000', '194325.994000', '194325.996000', '194326.000000', '194326.003000', '194326.005000', '194326.008000', '194326.010000', '194326.013000', '194326.016000', '194326.018000', '194326.022000', '194326.025000', '194326.027000', '194326.030000', '194326.032000', '194326.035000', '194326.038000', '194326.040000', '194326.043000', '194326.046000', '194326.048000', '194326.051000', '194326.053000', '194326.056000', '194326.059000', '194326.061000', '194326.064000', '194326.066000', '194326.069000', '194326.072000', '194326.074000', '194345.961000', '194345.964000', '194345.967000', '194345.970000', '194345.972000', '194345.975000', '194345.977000', '194345.980000', '194345.982000', '194345.985000', '194345.988000', '194345.990000', '194345.993000', '194345.996000', '194345.998000', '194346.002000', '194346.005000', '194346.007000', '194346.010000', '194346.017000', '194346.020000', '194346.022000', '194346.025000', '194346.028000', '194346.030000', '194346.033000', '194346.036000', '194346.038000', '194346.041000', '194346.043000', '194346.046000', '194346.049000', '194346.051000', '194346.054000', '194346.056000', '194346.059000', '194346.062000', '194346.064000', '194346.067000', '194346.069000', '194346.072000', '194346.075000', '194346.077000', '194346.080000', '194405.961000', '194405.964000', '194405.967000', '194405.970000', '194405.972000', '194405.975000', '194405.977000', '194405.980000', '194405.983000', '194405.985000', '194405.988000', '194405.992000', '194405.994000', '194405.997000', '194406.001000', '194406.004000', '194406.006000', '194406.009000', '194406.011000', '194406.014000', '194406.017000', '194406.019000', '194406.022000', '194406.024000', '194406.027000', '194406.035000', '194406.038000', '194406.041000', '194406.043000', '194406.046000', '194406.049000', '194406.051000', '194406.054000', '194406.057000', '194406.059000', '194406.062000', '194406.065000', '194406.067000', '194406.070000', '194406.073000', '194406.075000', '194406.078000', '194406.081000', '194425.963000', '194425.965000', '194425.968000', '194425.971000', '194425.973000', '194425.976000', '194425.986000', '194425.989000', '194425.991000', '194425.994000', '194425.996000', '194425.999000', '194426.002000', '194426.011000', '194426.014000', '194426.017000', '194426.019000', '194426.022000', '194426.025000', '194426.027000', '194426.030000', '194426.032000', '194426.035000', '194426.038000', '194426.041000', '194426.043000', '194426.075000', '194426.078000', '194426.081000', '194426.083000', '194426.086000', '194426.089000', '194426.091000', '194426.094000', '194426.097000', '194426.099000', '194426.102000', '194426.104000', '194426.107000', '194426.110000', '194426.112000', '194426.115000', '194426.118000', '194426.120000', '194445.962000', '194445.965000', '194445.968000', '194445.971000', '194445.973000', '194445.976000', '194445.978000', '194445.981000', '194445.983000', '194445.986000', '194445.989000', '194445.991000', '194445.994000', '194445.997000', '194446.002000', '194446.005000', '194446.007000', '194446.010000', '194446.012000', '194446.015000', '194446.018000', '194446.020000', '194446.023000', '194446.025000', '194446.028000', '194446.031000', '194446.033000', '194446.036000', '194446.039000', '194446.041000', '194446.044000', '194446.046000', '194446.049000', '194446.051000', '194446.054000', '194446.057000', '194446.062000', '194446.064000', '194446.067000', '194446.070000', '194446.072000', '194446.075000', '194446.078000', '194505.962000', '194505.965000', '194505.968000', '194505.970000', '194505.973000', '194505.976000', '194505.978000', '194505.981000', '194505.984000', '194505.986000', '194505.989000', '194505.991000', '194505.994000', '194505.997000', '194506.000000', '194506.003000', '194506.005000', '194506.008000', '194506.011000', '194506.019000', '194506.022000', '194506.024000', '194506.027000', '194506.030000', '194506.033000', '194506.035000', '194506.038000', '194506.041000', '194506.043000', '194506.046000', '194506.049000', '194506.051000', '194506.054000', '194506.057000', '194506.059000', '194506.062000', '194506.064000', '194506.067000', '194506.070000', '194506.073000', '194506.075000', '194506.078000', '194506.080000', '194506.083000', '194525.962000', '194525.965000', '194525.968000', '194525.971000', '194525.973000', '194525.976000', '194525.979000', '194525.981000', '194525.984000', '194525.987000', '194525.989000', '194525.992000', '194525.995000', '194525.997000', '194526.001000', '194526.004000', '194526.006000', '194526.009000', '194526.011000', '194526.014000', '194526.017000', '194526.019000', '194526.022000', '194526.025000', '194526.028000', '194526.030000', '194526.033000', '194526.036000', '194526.038000', '194526.041000', '194526.044000', '194526.046000', '194526.049000', '194526.051000', '194526.054000', '194526.057000', '194526.059000', '194526.062000', '194526.065000', '194526.067000', '194526.070000', '194526.073000', '194526.075000', '194545.961000', '194545.964000', '194545.968000', '194545.970000', '194545.973000', '194545.975000', '194545.978000', '194545.981000', '194545.983000', '194545.986000', '194545.988000', '194545.991000', '194545.994000', '194545.996000', '194546.000000', '194546.002000', '194546.005000', '194546.008000', '194546.010000', '194546.013000', '194546.015000', '194546.018000', '194546.021000', '194546.023000', '194546.026000', '194546.029000', '194546.031000', '194546.034000', '194546.036000', '194546.039000', '194546.042000', '194546.044000', '194546.047000', '194546.049000', '194546.052000', '194546.055000', '194546.058000', '194546.060000', '194546.063000', '194546.065000', '194546.068000', '194546.071000', '194546.073000', '194546.076000', '194605.961000', '194605.964000', '194605.967000', '194605.970000', '194605.972000', '194605.975000', '194605.977000', '194605.980000', '194605.983000', '194605.985000', '194605.988000', '194605.990000', '194605.993000', '194605.996000', '194605.998000', '194606.002000', '194606.004000', '194606.007000', '194606.010000', '194606.012000', '194606.015000', '194606.017000', '194606.020000', '194606.023000', '194606.025000', '194606.028000', '194606.030000', '194606.033000', '194606.036000', '194606.038000', '194606.041000', '194606.043000', '194606.046000', '194606.049000', '194606.051000', '194606.054000', '194606.057000', '194606.059000', '194606.062000', '194606.064000', '194606.067000', '194606.070000', '194606.072000', '194625.962000', '194625.965000', '194625.967000', '194625.970000', '194625.973000', '194625.975000', '194625.978000', '194625.980000', '194625.983000', '194625.986000', '194625.988000', '194625.991000', '194625.993000', '194625.996000', '194626.000000', '194626.002000', '194626.005000', '194626.007000', '194626.010000', '194626.012000', '194626.015000', '194626.018000', '194626.020000', '194626.023000', '194626.026000', '194626.028000', '194626.031000', '194626.033000', '194626.036000', '194626.039000', '194626.042000', '194626.044000', '194626.047000', '194626.049000', '194626.052000', '194626.055000', '194626.057000', '194626.060000', '194626.062000', '194626.065000', '194626.068000', '194626.071000', '194626.073000', '194626.076000', '194645.962000', '194645.965000', '194645.968000', '194645.971000', '194645.973000', '194645.976000', '194645.979000', '194645.981000', '194645.984000', '194645.986000', '194645.989000', '194645.992000', '194645.994000', '194645.997000', '194645.999000', '194646.002000', '194646.005000', '194646.007000', '194646.010000', '194646.012000', '194646.015000', '194646.018000', '194646.020000', '194646.023000', '194646.025000', '194646.028000', '194646.031000', '194646.033000', '194646.036000', '194646.038000', '194646.041000', '194646.044000', '194646.046000', '194646.049000', '194646.052000', '194646.054000', '194646.057000', '194646.060000', '194646.062000', '194646.065000', '194646.067000', '194646.070000', '194646.072000', '194657.571000', '194657.574000', '194657.577000', '194657.580000', '194657.582000', '194657.585000', '194657.587000', '194657.590000', '194657.593000', '194657.595000', '194657.598000', '194657.601000', '194657.603000', '194657.606000', '194657.608000', '194657.611000', '194657.614000', '194657.616000', '194657.619000', '194657.622000', '194657.624000', '194657.627000', '194657.630000', '194657.632000', '194657.635000', '194657.637000'], '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': [14262, 11618, 13260, 11606, 11527, 11147, 15400, 10880, 14912, 10127, 13603, 9230, 12533, 10016, 12139, 12746, 12066, 11619, 10779, 15493, 10526, 14673, 9834, 14265, 9979, 13220, 8052, 12201, 7782, 12663, 8728, 13304, 8780, 13229, 8291, 12951, 10715, 11996, 16122, 10231, 14108, 9867, 13975, 9787, 14132, 10085, 12075, 10355, 8075, 13548, 8615, 13828, 10012, 15331, 10888, 15568, 11674, 16257, 11568, 16374, 10958, 11162, 12157, 10767, 12888, 9601, 14398, 10396, 12897, 17599, 11089, 16200, 10979, 13308, 11454, 13487, 10775, 13481, 9969, 15071, 10374, 17366, 10704, 15742, 9838, 15045, 8725, 13350, 8964, 12983, 8442, 12730, 8426, 12264, 9529, 11395, 12103, 11891, 12714, 11846, 16753, 11142, 15626, 10155, 14232, 9706, 12457, 11306, 13047, 13086, 11289, 15850, 10628, 14985, 9110, 13150, 10876, 12772, 16338, 12327, 16333, 10425, 14328, 9473, 13244, 9828, 12231, 10976, 13072, 14932, 10974, 15900, 11030, 14367, 11259, 9750, 10722, 14367, 11189, 15893, 10790, 15043, 10690, 14100, 8683, 12497, 8989, 12039, 9228, 12950, 8775, 13781, 8806, 14295, 9043, 14343, 9559, 14491, 9420, 14247, 9728, 13364, 10375, 12683, 12874, 12563, 16953, 11316, 16810, 11357, 15140, 10222, 13961, 9975, 14322, 10659, 14568, 10341, 13590, 9576, 13752, 9134, 13432, 9803, 12402, 12758, 11321, 15296, 10380, 13229, 8867, 13062, 9861, 12379, 12143, 10824, 14398, 9447, 13230, 8968, 12643, 8339, 12782, 8691, 12769, 9070, 12269, 9521, 13618, 10124, 13609, 9822, 14402, 10375, 13640, 9379, 13816, 8989, 13146, 11364, 16797, 10812, 14320, 11609, 12493, 13060, 13700, 12689, 13438, 13396, 11332, 12302, 11660, 11562, 11851, 11105, 10964, 11395, 7655, 12297, 9063, 8866, 9562, 6912, 11572, 12737, 13150, 12408, 18026, 14403, 17815, 13928, 17628, 12227, 15890, 10916, 14359, 13362, 13119, 15730, 10911, 14451, 10310, 13144, 9660, 12761, 9037, 12079, 9361, 11416, 15133, 10245, 9926, 8217, 9061, 12579, 9053, 12285, 10210, 10447, 12365, 8384, 12579, 8853, 13686, 9740, 14572, 10233, 14557, 9902, 13621, 11593, 16399, 8626, 12038, 8957, 16339, 10038, 10156, 11948, 9380, 14729, 9865, 15038, 9836, 14792, 10293, 14695, 10645, 13501, 10971, 12995, 13928, 10829, 15855, 10355, 13601, 9386, 12502, 8691, 10839, 8638, 11892, 9413, 11157, 8658, 9216, 7264, 9677, 7049, 13227, 9320, 10525, 10817, 15636, 10538, 13461, 8822, 12229, 12671, 11244, 15598, 10833, 14660, 10735, 13944, 9720, 13901, 9519, 13880, 12073, 16312, 10635, 13854, 10825, 12165, 11425, 14482, 10929, 15941, 10462, 13798, 9353, 13053, 9294, 13078, 9238, 11740, 10847, 9680, 13711, 9468, 12506, 8759, 12911, 8430, 11631, 7827, 11036, 8047, 10692, 7701, 10079, 9990, 10037, 13825, 9829, 13797, 9655, 13317, 8497, 11605, 13005, 10805, 16507, 12239, 16490, 11109, 10819, 12604, 8502, 14362, 9509, 14119, 10661, 12670, 16463, 12080, 16959, 11516, 16024, 11728, 15173, 13908, 13128, 15108, 11829, 16419, 11346, 11902, 8881, 9538, 11975, 8659, 13763, 10308, 15136, 10680, 15132, 10507, 16264, 10604, 14665, 10304, 13058, 13603, 10656, 16248, 10425, 14471, 9271, 12320, 8707, 12159, 8054, 11538, 7596, 11807, 8405, 11389, 12321, 10498, 15592, 9611, 13387, 8108, 11767, 9704, 11187, 14372, 11236, 15665, 10360, 14259, 9345, 14511, 9963, 14412, 10146, 13832, 8958, 14143, 8833, 13673, 8781, 12968, 10450, 12505, 14742, 11961, 15896, 12108, 14491, 11374, 17159, 12241, 15560, 11056, 15486, 10577, 14227, 9703, 13519, 9513, 14011, 9371, 13831, 8564, 13018, 9103, 12602, 8908, 15146, 9038, 13730, 10406, 16256, 11710, 10849, 10838, 12126, 12902, 13453, 12385, 16110, 12413, 15530, 11053, 15748, 10769, 14729, 11071, 14537, 9621, 14283, 9363, 14144, 9350, 13936, 9484, 13181, 8627, 12786, 9243, 12197, 11049, 11988, 14347, 10821, 15177, 10868, 15097, 9597, 12644, 9242, 14244, 9764, 13408, 9855, 12640, 10638, 13897, 10341, 15080, 12150, 11303, 12164, 11665, 16310, 12593, 14069, 17091, 11660, 15302, 10594, 14017, 9684, 13033, 9316, 13472, 9020, 13912, 8612, 11851, 8849, 13054, 8930, 13082, 10167, 12667, 10990, 11378, 10706, 14562, 10960, 14979, 11295, 18090, 11086, 16933, 16133, 19487, 15275, 11650, 11515, 9999, 12293, 10003, 12578, 9177, 13818, 8795, 12762, 9044, 11920, 10077, 8808, 12148, 8158, 12739, 9027, 13640, 9261, 14132, 10399, 13088, 10237, 13927, 10098, 13535, 9338, 13132, 8923, 13748, 8707, 8595, 13397, 13523, 16537, 9906, 9576, 13479, 10491, 13643, 13428, 13057, 15662, 12204, 18915, 12701, 17737, 12226, 15372, 10276, 15684, 12208, 11058, 13237, 10315, 16457, 10717, 14158, 10771, 14497, 10697, 15628, 10705, 15613, 10006, 14545, 9030, 12412, 9361, 12563, 8032, 11855, 8239, 12388, 8221, 12261, 8641, 12020, 8189, 12340, 8172, 12233, 8051, 12067, 8047, 11761, 8448, 12528, 8318, 12884, 9148, 13129, 9079, 13541, 9466, 14410, 10556, 15678, 11212, 13338, 10085, 13728, 10873, 16701, 10341, 11948, 10078, 14753, 9725, 15526, 12202, 11408, 7238, 10505, 9422, 13305, 8066, 13090, 12665, 9451, 12203, 8408, 12075, 8406, 14845, 11423, 11429, 11304, 9311, 14608, 10920, 14839, 10969, 14474, 11888, 19570, 11405, 16099, 10340, 13998, 9667, 13675, 8773, 12338, 7951, 10923, 9108, 10416, 8429, 10724, 7264, 10412, 7823, 10297, 11644, 9803, 14187, 10159, 12933, 10519, 14248, 9941, 13599, 9064, 13312, 9021, 13241, 9870, 12492, 16464, 10591, 15486, 10238, 14533, 8976, 14397, 9788, 13364, 10062, 14376, 9837, 12050, 9968, 12857, 10744, 12139, 11843, 11161, 15607, 10489, 16614, 10592, 14262, 8738, 13328, 9723, 12115, 12820, 11085, 13281, 9546, 12552, 9078, 13220, 8979, 12644, 8885, 12757, 8435, 11930, 7720, 11655, 9754, 10696, 11762, 11278, 9779, 10519, 10950, 10518, 12265, 10543, 11200, 11847, 8607, 12068, 8457, 12392, 8353, 12857, 9044, 14884, 9360, 14649, 9470, 15661, 9762, 15877, 9671, 14312, 10160, 14865, 11465, 13160, 14784, 12290, 13982, 10316, 14977, 10480, 14576, 10513, 14630, 10492, 13436, 8950, 12262, 7873, 10807, 9284, 10662, 8005, 12797, 8938, 12864, 10470, 9616, 13075, 9627, 12840, 9868, 12179, 12227, 11854, 13221, 14129, 10511, 14107], 'WindowCenter': [4331.0, 4296.0, 4304.0, 4292.0, 4281.0, 4281.0, 4312.0, 4280.0, 4300.0, 4269.0, 4290.0, 4257.0, 4278.0, 4255.0, 4275.0, 4277.0, 4290.0, 4277.0, 4279.0, 4309.0, 4279.0, 4310.0, 4283.0, 4313.0, 4271.0, 4301.0, 4250.0, 4291.0, 4251.0, 4303.0, 4275.0, 4317.0, 4275.0, 4316.0, 4265.0, 4307.0, 4284.0, 4296.0, 4330.0, 4288.0, 4303.0, 4259.0, 4277.0, 4246.0, 4263.0, 4257.0, 4265.0, 4258.0, 4226.0, 4294.0, 4253.0, 4309.0, 4276.0, 4315.0, 4284.0, 4313.0, 4279.0, 4298.0, 4268.0, 4311.0, 4267.0, 4265.0, 4278.0, 4267.0, 4276.0, 4244.0, 4288.0, 4254.0, 4276.0, 4309.0, 4265.0, 4298.0, 4266.0, 4290.0, 4267.0, 4276.0, 4266.0, 4276.0, 4256.0, 4311.0, 4270.0, 4310.0, 4269.0, 4311.0, 4258.0, 4299.0, 4248.0, 4290.0, 4259.0, 4291.0, 4251.0, 4290.0, 4250.0, 4293.0, 4274.0, 4295.0, 4294.0, 4295.0, 4304.0, 4308.0, 4328.0, 4297.0, 4314.0, 4273.0, 4304.0, 4272.0, 4295.0, 4284.0, 4306.0, 4304.0, 4282.0, 4314.0, 4283.0, 4313.0, 4263.0, 4303.0, 4284.0, 4305.0, 4325.0, 4294.0, 4315.0, 4298.0, 4303.0, 4262.0, 4292.0, 4260.0, 4282.0, 4284.0, 4307.0, 4316.0, 4284.0, 4327.0, 4282.0, 4301.0, 4295.0, 4287.0, 4296.0, 4313.0, 4294.0, 4324.0, 4294.0, 4314.0, 4296.0, 4305.0, 4261.0, 4294.0, 4261.0, 4302.0, 4271.0, 4304.0, 4273.0, 4314.0, 4275.0, 4315.0, 4273.0, 4316.0, 4272.0, 4315.0, 4273.0, 4312.0, 4271.0, 4302.0, 4269.0, 4291.0, 4289.0, 4279.0, 4311.0, 4268.0, 4311.0, 4268.0, 4298.0, 4267.0, 4287.0, 4256.0, 4286.0, 4267.0, 4287.0, 4257.0, 4287.0, 4258.0, 4288.0, 4257.0, 4288.0, 4257.0, 4278.0, 4288.0, 4267.0, 4298.0, 4267.0, 4288.0, 4246.0, 4287.0, 4256.0, 4277.0, 4277.0, 4267.0, 4286.0, 4258.0, 4288.0, 4258.0, 4303.0, 4252.0, 4306.0, 4262.0, 4293.0, 4274.0, 4307.0, 4285.0, 4313.0, 4286.0, 4315.0, 4297.0, 4328.0, 4296.0, 4316.0, 4285.0, 4315.0, 4274.0, 4304.0, 4277.0, 4322.0, 4294.0, 4314.0, 4304.0, 4304.0, 4304.0, 4314.0, 4291.0, 4289.0, 4290.0, 4268.0, 4279.0, 4279.0, 4278.0, 4276.0, 4278.0, 4269.0, 4291.0, 4254.0, 4302.0, 4274.0, 4285.0, 4281.0, 4254.0, 4304.0, 4319.0, 4319.0, 4321.0, 4339.0, 4316.0, 4327.0, 4302.0, 4312.0, 4281.0, 4302.0, 4268.0, 4287.0, 4274.0, 4264.0, 4274.0, 4242.0, 4272.0, 4241.0, 4260.0, 4230.0, 4262.0, 4232.0, 4253.0, 4235.0, 4257.0, 4265.0, 4202.0, 4232.0, 4196.0, 4219.0, 4238.0, 4219.0, 4266.0, 4244.0, 4241.0, 4264.0, 4222.0, 4278.0, 4234.0, 4276.0, 4242.0, 4285.0, 4253.0, 4301.0, 4255.0, 4275.0, 4268.0, 4298.0, 4233.0, 4264.0, 4230.0, 4283.0, 4243.0, 4254.0, 4265.0, 4245.0, 4286.0, 4257.0, 4286.0, 4244.0, 4297.0, 4253.0, 4286.0, 4252.0, 4274.0, 4250.0, 4262.0, 4260.0, 4238.0, 4269.0, 4228.0, 4259.0, 4228.0, 4250.0, 4219.0, 4253.0, 4233.0, 4265.0, 4256.0, 4279.0, 4244.0, 4246.0, 4200.0, 4214.0, 4177.0, 4249.0, 4232.0, 4252.0, 4257.0, 4285.0, 4242.0, 4276.0, 4247.0, 4293.0, 4292.0, 4280.0, 4297.0, 4266.0, 4286.0, 4253.0, 4273.0, 4241.0, 4273.0, 4243.0, 4286.0, 4247.0, 4281.0, 4239.0, 4257.0, 4240.0, 4261.0, 4249.0, 4271.0, 4237.0, 4266.0, 4225.0, 4245.0, 4215.0, 4259.0, 4227.0, 4257.0, 4227.0, 4248.0, 4237.0, 4228.0, 4269.0, 4239.0, 4261.0, 4233.0, 4275.0, 4247.0, 4278.0, 4239.0, 4282.0, 4251.0, 4295.0, 4251.0, 4285.0, 4282.0, 4282.0, 4313.0, 4283.0, 4305.0, 4273.0, 4304.0, 4261.0, 4295.0, 4305.0, 4298.0, 4317.0, 4287.0, 4294.0, 4274.0, 4270.0, 4280.0, 4228.0, 4292.0, 4247.0, 4281.0, 4260.0, 4294.0, 4302.0, 4280.0, 4301.0, 4271.0, 4302.0, 4266.0, 4277.0, 4274.0, 4274.0, 4284.0, 4266.0, 4284.0, 4253.0, 4261.0, 4244.0, 4242.0, 4251.0, 4232.0, 4274.0, 4254.0, 4286.0, 4255.0, 4286.0, 4257.0, 4297.0, 4254.0, 4276.0, 4243.0, 4264.0, 4273.0, 4252.0, 4284.0, 4253.0, 4273.0, 4243.0, 4275.0, 4233.0, 4274.0, 4236.0, 4276.0, 4238.0, 4290.0, 4249.0, 4292.0, 4292.0, 4281.0, 4312.0, 4270.0, 4289.0, 4250.0, 4292.0, 4259.0, 4281.0, 4303.0, 4282.0, 4314.0, 4284.0, 4315.0, 4272.0, 4304.0, 4284.0, 4316.0, 4288.0, 4315.0, 4273.0, 4316.0, 4274.0, 4316.0, 4263.0, 4306.0, 4297.0, 4322.0, 4328.0, 4304.0, 4327.0, 4305.0, 4312.0, 4293.0, 4323.0, 4291.0, 4311.0, 4280.0, 4300.0, 4268.0, 4290.0, 4258.0, 4289.0, 4271.0, 4314.0, 4260.0, 4301.0, 4250.0, 4301.0, 4273.0, 4316.0, 4274.0, 4315.0, 4261.0, 4314.0, 4296.0, 4325.0, 4305.0, 4296.0, 4294.0, 4293.0, 4305.0, 4304.0, 4304.0, 4326.0, 4304.0, 4313.0, 4282.0, 4312.0, 4281.0, 4301.0, 4278.0, 4300.0, 4259.0, 4301.0, 4259.0, 4301.0, 4261.0, 4303.0, 4272.0, 4301.0, 4262.0, 4292.0, 4260.0, 4290.0, 4280.0, 4291.0, 4301.0, 4281.0, 4303.0, 4296.0, 4316.0, 4270.0, 4292.0, 4271.0, 4301.0, 4270.0, 4286.0, 4257.0, 4303.0, 4295.0, 4314.0, 4285.0, 4312.0, 4292.0, 4282.0, 4291.0, 4291.0, 4313.0, 4292.0, 4300.0, 4299.0, 4266.0, 4286.0, 4267.0, 4287.0, 4244.0, 4276.0, 4245.0, 4287.0, 4247.0, 4287.0, 4261.0, 4291.0, 4261.0, 4304.0, 4275.0, 4305.0, 4298.0, 4307.0, 4296.0, 4295.0, 4284.0, 4302.0, 4281.0, 4313.0, 4296.0, 4312.0, 4282.0, 4300.0, 4327.0, 4311.0, 4287.0, 4277.0, 4278.0, 4252.0, 4275.0, 4254.0, 4288.0, 4257.0, 4287.0, 4245.0, 4286.0, 4256.0, 4276.0, 4256.0, 4256.0, 4288.0, 4237.0, 4289.0, 4259.0, 4300.0, 4271.0, 4299.0, 4270.0, 4288.0, 4269.0, 4289.0, 4269.0, 4278.0, 4250.0, 4265.0, 4224.0, 4220.0, 4234.0, 4205.0, 4293.0, 4288.0, 4294.0, 4243.0, 4244.0, 4290.0, 4269.0, 4330.0, 4317.0, 4318.0, 4326.0, 4291.0, 4320.0, 4275.0, 4296.0, 4275.0, 4286.0, 4243.0, 4270.0, 4250.0, 4237.0, 4258.0, 4239.0, 4270.0, 4239.0, 4258.0, 4235.0, 4246.0, 4226.0, 4256.0, 4224.0, 4267.0, 4225.0, 4256.0, 4215.0, 4245.0, 4215.0, 4257.0, 4218.0, 4248.0, 4220.0, 4272.0, 4233.0, 4275.0, 4246.0, 4276.0, 4247.0, 4287.0, 4247.0, 4291.0, 4252.0, 4281.0, 4252.0, 4280.0, 4252.0, 4306.0, 4265.0, 4307.0, 4274.0, 4294.0, 4264.0, 4303.0, 4273.0, 4303.0, 4297.0, 4327.0, 4296.0, 4315.0, 4283.0, 4316.0, 4295.0, 4324.0, 4281.0, 4305.0, 4272.0, 4313.0, 4281.0, 4349.0, 4289.0, 4227.0, 4247.0, 4288.0, 4272.0, 4280.0, 4243.0, 4298.0, 4288.0, 4266.0, 4289.0, 4248.0, 4304.0, 4272.0, 4314.0, 4306.0, 4293.0, 4292.0, 4273.0, 4314.0, 4294.0, 4312.0, 4282.0, 4300.0, 4281.0, 4320.0, 4269.0, 4300.0, 4258.0, 4289.0, 4256.0, 4286.0, 4245.0, 4276.0, 4235.0, 4278.0, 4259.0, 4281.0, 4251.0, 4292.0, 4250.0, 4293.0, 4264.0, 4296.0, 4306.0, 4286.0, 4328.0, 4297.0, 4317.0, 4297.0, 4326.0, 4297.0, 4315.0, 4274.0, 4304.0, 4273.0, 4305.0, 4284.0, 4302.0, 4312.0, 4280.0, 4312.0, 4270.0, 4301.0, 4273.0, 4316.0, 4270.0, 4301.0, 4283.0, 4313.0, 4269.0, 4290.0, 4270.0, 4290.0, 4279.0, 4289.0, 4279.0, 4277.0, 4299.0, 4269.0, 4309.0, 4282.0, 4301.0, 4258.0, 4301.0, 4257.0, 4276.0, 4277.0, 4267.0, 4288.0, 4259.0, 4288.0, 4258.0, 4299.0, 4271.0, 4302.0, 4269.0, 4304.0, 4261.0, 4294.0, 4265.0, 4307.0, 4270.0, 4282.0, 4304.0, 4296.0, 4283.0, 4294.0, 4293.0, 4294.0, 4304.0, 4294.0, 4294.0, 4305.0, 4277.0, 4306.0, 4264.0, 4304.0, 4264.0, 4307.0, 4276.0, 4327.0, 4275.0, 4315.0, 4270.0, 4313.0, 4269.0, 4311.0, 4256.0, 4288.0, 4257.0, 4287.0, 4266.0, 4276.0, 4284.0, 4265.0, 4285.0, 4254.0, 4284.0, 4254.0, 4284.0, 4253.0, 4285.0, 4254.0, 4274.0, 4244.0, 4278.0, 4236.0, 4256.0, 4233.0, 4241.0, 4210.0, 4262.0, 4233.0, 4276.0, 4257.0, 4256.0, 4293.0, 4270.0, 4304.0, 4271.0, 4291.0, 4303.0, 4306.0, 4288.0, 4287.0, 4254.0, 4286.0], 'WindowWidth': [9561.0, 9500.0, 9506.0, 9486.0, 9470.0, 9468.0, 9514.0, 9464.0, 9494.0, 9445.0, 9478.0, 9428.0, 9458.0, 9421.0, 9449.0, 9455.0, 9478.0, 9456.0, 9460.0, 9506.0, 9461.0, 9507.0, 9473.0, 9517.0, 9455.0, 9495.0, 9426.0, 9481.0, 9430.0, 9501.0, 9466.0, 9528.0, 9467.0, 9523.0, 9451.0, 9510.0, 9475.0, 9494.0, 9548.0, 9485.0, 9494.0, 9425.0, 9448.0, 9402.0, 9424.0, 9422.0, 9431.0, 9422.0, 9379.0, 9483.0, 9425.0, 9510.0, 9463.0, 9517.0, 9470.0, 9512.0, 9457.0, 9484.0, 9442.0, 9505.0, 9438.0, 9435.0, 9457.0, 9437.0, 9452.0, 9403.0, 9468.0, 9417.0, 9451.0, 9502.0, 9433.0, 9484.0, 9435.0, 9476.0, 9437.0, 9450.0, 9434.0, 9449.0, 9425.0, 9509.0, 9449.0, 9505.0, 9447.0, 9508.0, 9431.0, 9488.0, 9417.0, 9476.0, 9434.0, 9480.0, 9427.0, 9480.0, 9424.0, 9485.0, 9461.0, 9492.0, 9487.0, 9490.0, 9501.0, 9514.0, 9541.0, 9494.0, 9516.0, 9456.0, 9500.0, 9452.0, 9489.0, 9474.0, 9505.0, 9502.0, 9470.0, 9516.0, 9471.0, 9513.0, 9443.0, 9500.0, 9472.0, 9506.0, 9534.0, 9486.0, 9517.0, 9499.0, 9497.0, 9437.0, 9481.0, 9431.0, 9466.0, 9472.0, 9511.0, 9522.0, 9473.0, 9538.0, 9468.0, 9495.0, 9492.0, 9485.0, 9495.0, 9516.0, 9489.0, 9533.0, 9490.0, 9518.0, 9497.0, 9504.0, 9440.0, 9488.0, 9441.0, 9499.0, 9455.0, 9505.0, 9462.0, 9520.0, 9466.0, 9521.0, 9464.0, 9524.0, 9457.0, 9520.0, 9459.0, 9514.0, 9454.0, 9497.0, 9448.0, 9480.0, 9474.0, 9460.0, 9511.0, 9444.0, 9509.0, 9443.0, 9487.0, 9440.0, 9468.0, 9422.0, 9466.0, 9439.0, 9470.0, 9427.0, 9470.0, 9429.0, 9472.0, 9428.0, 9472.0, 9427.0, 9458.0, 9471.0, 9441.0, 9487.0, 9440.0, 9471.0, 9412.0, 9469.0, 9423.0, 9455.0, 9454.0, 9439.0, 9469.0, 9431.0, 9473.0, 9431.0, 9500.0, 9428.0, 9509.0, 9441.0, 9485.0, 9462.0, 9513.0, 9480.0, 9519.0, 9481.0, 9520.0, 9498.0, 9545.0, 9497.0, 9525.0, 9482.0, 9524.0, 9466.0, 9503.0, 9454.0, 9526.0, 9487.0, 9518.0, 9505.0, 9502.0, 9501.0, 9516.0, 9482.0, 9475.0, 9476.0, 9443.0, 9459.0, 9458.0, 9455.0, 9452.0, 9456.0, 9448.0, 9480.0, 9439.0, 9502.0, 9466.0, 9483.0, 9472.0, 9439.0, 9507.0, 9534.0, 9534.0, 9539.0, 9564.0, 9523.0, 9541.0, 9497.0, 9514.0, 9462.0, 9494.0, 9439.0, 9466.0, 9441.0, 9426.0, 9446.0, 9395.0, 9437.0, 9391.0, 9418.0, 9377.0, 9421.0, 9380.0, 9412.0, 9389.0, 9421.0, 9427.0, 9319.0, 9381.0, 9316.0, 9357.0, 9378.0, 9353.0, 9427.0, 9393.0, 9385.0, 9421.0, 9364.0, 9448.0, 9383.0, 9446.0, 9396.0, 9459.0, 9414.0, 9493.0, 9417.0, 9447.0, 9442.0, 9483.0, 9386.0, 9429.0, 9377.0, 9456.0, 9399.0, 9420.0, 9433.0, 9409.0, 9465.0, 9427.0, 9465.0, 9404.0, 9485.0, 9414.0, 9464.0, 9412.0, 9443.0, 9404.0, 9423.0, 9419.0, 9384.0, 9431.0, 9369.0, 9415.0, 9371.0, 9403.0, 9364.0, 9416.0, 9388.0, 9435.0, 9424.0, 9460.0, 9406.0, 9405.0, 9334.0, 9343.0, 9291.0, 9393.0, 9380.0, 9407.0, 9421.0, 9459.0, 9394.0, 9445.0, 9408.0, 9487.0, 9482.0, 9462.0, 9485.0, 9437.0, 9467.0, 9415.0, 9443.0, 9395.0, 9446.0, 9400.0, 9463.0, 9392.0, 9452.0, 9386.0, 9411.0, 9389.0, 9421.0, 9403.0, 9435.0, 9381.0, 9422.0, 9360.0, 9392.0, 9349.0, 9417.0, 9369.0, 9408.0, 9370.0, 9400.0, 9381.0, 9371.0, 9431.0, 9388.0, 9423.0, 9389.0, 9449.0, 9415.0, 9459.0, 9408.0, 9470.0, 9429.0, 9492.0, 9428.0, 9478.0, 9470.0, 9471.0, 9514.0, 9473.0, 9505.0, 9458.0, 9503.0, 9442.0, 9491.0, 9505.0, 9497.0, 9518.0, 9472.0, 9476.0, 9450.0, 9438.0, 9453.0, 9378.0, 9474.0, 9405.0, 9456.0, 9426.0, 9481.0, 9494.0, 9454.0, 9489.0, 9444.0, 9496.0, 9430.0, 9450.0, 9444.0, 9443.0, 9460.0, 9436.0, 9463.0, 9413.0, 9423.0, 9405.0, 9394.0, 9406.0, 9384.0, 9444.0, 9416.0, 9464.0, 9420.0, 9464.0, 9425.0, 9482.0, 9415.0, 9449.0, 9397.0, 9428.0, 9440.0, 9412.0, 9460.0, 9412.0, 9442.0, 9401.0, 9446.0, 9389.0, 9446.0, 9398.0, 9453.0, 9405.0, 9477.0, 9421.0, 9482.0, 9483.0, 9465.0, 9510.0, 9450.0, 9475.0, 9422.0, 9483.0, 9433.0, 9466.0, 9497.0, 9467.0, 9514.0, 9473.0, 9516.0, 9455.0, 9499.0, 9473.0, 9521.0, 9484.0, 9518.0, 9460.0, 9520.0, 9462.0, 9520.0, 9446.0, 9508.0, 9496.0, 9540.0, 9541.0, 9504.0, 9541.0, 9504.0, 9514.0, 9485.0, 9529.0, 9480.0, 9510.0, 9461.0, 9493.0, 9446.0, 9478.0, 9429.0, 9473.0, 9453.0, 9518.0, 9435.0, 9494.0, 9421.0, 9493.0, 9460.0, 9524.0, 9464.0, 9519.0, 9439.0, 9518.0, 9494.0, 9535.0, 9504.0, 9494.0, 9491.0, 9486.0, 9504.0, 9505.0, 9502.0, 9539.0, 9502.0, 9515.0, 9468.0, 9513.0, 9466.0, 9495.0, 9458.0, 9491.0, 9432.0, 9491.0, 9433.0, 9493.0, 9438.0, 9497.0, 9453.0, 9493.0, 9439.0, 9482.0, 9434.0, 9477.0, 9462.0, 9478.0, 9492.0, 9463.0, 9498.0, 9494.0, 9522.0, 9448.0, 9482.0, 9452.0, 9493.0, 9449.0, 9467.0, 9428.0, 9503.0, 9492.0, 9521.0, 9479.0, 9513.0, 9480.0, 9467.0, 9483.0, 9480.0, 9516.0, 9480.0, 9490.0, 9493.0, 9436.0, 9467.0, 9437.0, 9466.0, 9403.0, 9449.0, 9405.0, 9466.0, 9411.0, 9469.0, 9439.0, 9480.0, 9439.0, 9503.0, 9465.0, 9506.0, 9501.0, 9511.0, 9493.0, 9493.0, 9475.0, 9497.0, 9467.0, 9514.0, 9495.0, 9514.0, 9470.0, 9493.0, 9541.0, 9506.0, 9463.0, 9451.0, 9456.0, 9412.0, 9448.0, 9418.0, 9471.0, 9426.0, 9469.0, 9409.0, 9468.0, 9426.0, 9452.0, 9425.0, 9426.0, 9472.0, 9402.0, 9474.0, 9436.0, 9494.0, 9453.0, 9490.0, 9450.0, 9474.0, 9445.0, 9472.0, 9445.0, 9455.0, 9417.0, 9429.0, 9367.0, 9340.0, 9386.0, 9329.0, 9482.0, 9465.0, 9473.0, 9399.0, 9399.0, 9474.0, 9445.0, 9550.0, 9524.0, 9531.0, 9540.0, 9482.0, 9525.0, 9451.0, 9485.0, 9452.0, 9467.0, 9400.0, 9438.0, 9404.0, 9381.0, 9412.0, 9386.0, 9435.0, 9389.0, 9416.0, 9376.0, 9394.0, 9364.0, 9410.0, 9362.0, 9425.0, 9364.0, 9408.0, 9351.0, 9392.0, 9350.0, 9411.0, 9361.0, 9402.0, 9366.0, 9439.0, 9390.0, 9448.0, 9410.0, 9453.0, 9415.0, 9469.0, 9416.0, 9480.0, 9430.0, 9465.0, 9428.0, 9462.0, 9427.0, 9509.0, 9453.0, 9510.0, 9458.0, 9486.0, 9444.0, 9498.0, 9456.0, 9498.0, 9495.0, 9541.0, 9494.0, 9520.0, 9471.0, 9525.0, 9491.0, 9532.0, 9467.0, 9506.0, 9456.0, 9516.0, 9473.0, 9585.0, 9478.0, 9356.0, 9423.0, 9479.0, 9460.0, 9452.0, 9410.0, 9488.0, 9475.0, 9439.0, 9477.0, 9419.0, 9507.0, 9460.0, 9519.0, 9508.0, 9488.0, 9484.0, 9458.0, 9518.0, 9487.0, 9515.0, 9469.0, 9492.0, 9465.0, 9523.0, 9443.0, 9490.0, 9429.0, 9472.0, 9424.0, 9467.0, 9406.0, 9452.0, 9394.0, 9458.0, 9434.0, 9466.0, 9425.0, 9483.0, 9427.0, 9490.0, 9453.0, 9497.0, 9510.0, 9484.0, 9546.0, 9501.0, 9527.0, 9499.0, 9539.0, 9498.0, 9522.0, 9463.0, 9506.0, 9461.0, 9509.0, 9475.0, 9501.0, 9516.0, 9467.0, 9512.0, 9450.0, 9499.0, 9460.0, 9523.0, 9451.0, 9495.0, 9474.0, 9517.0, 9448.0, 9476.0, 9451.0, 9479.0, 9460.0, 9476.0, 9461.0, 9457.0, 9490.0, 9446.0, 9504.0, 9471.0, 9496.0, 9432.0, 9496.0, 9426.0, 9452.0, 9454.0, 9442.0, 9474.0, 9433.0, 9472.0, 9431.0, 9491.0, 9456.0, 9499.0, 9452.0, 9504.0, 9442.0, 9491.0, 9452.0, 9512.0, 9451.0, 9469.0, 9504.0, 9496.0, 9475.0, 9490.0, 9486.0, 9491.0, 9504.0, 9491.0, 9492.0, 9509.0, 9474.0, 9511.0, 9451.0, 9507.0, 9450.0, 9512.0, 9468.0, 9540.0, 9464.0, 9520.0, 9452.0, 9513.0, 9446.0, 9510.0, 9426.0, 9472.0, 9425.0, 9472.0, 9436.0, 9452.0, 9462.0, 9433.0, 9463.0, 9418.0, 9463.0, 9419.0, 9461.0, 9416.0, 9463.0, 9420.0, 9446.0, 9405.0, 9457.0, 9394.0, 9418.0, 9380.0, 9389.0, 9344.0, 9418.0, 9384.0, 9445.0, 9422.0, 9421.0, 9482.0, 9451.0, 9505.0, 9453.0, 9482.0, 9501.0, 9509.0, 9471.0, 9469.0, 9418.0, 9465.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.004639197247706422</td></tr>
<tr><td colspan=3>aqi</td><td>0.04788351697247707</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.87869833807117</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2283113413777247</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0385029906314582</td></tr>
<tr><td colspan=3>efc</td><td>0.4982</td></tr>
<tr><td colspan=3>fber</td><td>5534.7739</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2267006815280705</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>265</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.389908256880734</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.741927362497678</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6411118461218956</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.046262654644166</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5384075867269718</td></tr>
<tr><td colspan=3>gcor</td><td>0.018066</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006239708513021469</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03940533101558685</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0579977447826145</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.6148</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8779</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.2907</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292410.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.5676</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6086</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.6537</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3412.8153</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1271.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.5674</td></tr>
<tr><td colspan=3>tsnr</td><td>28.526970022358</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>