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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-04/func/sub-0044_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>56a082f6be62af910461824d59051c46</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>17:19:41.032500</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.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0996478</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</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>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db70dda1-a752-48ab-8c71-c16a4005341c||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.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['171941.032500', '171941.492500', '171941.952500', '171942.412500', '171942.872500', '171943.332500', '171943.792500', '171944.252500', '171944.712500', '171945.172500', '171945.632500', '171946.092500', '171946.552500', '171947.012500', '171947.472500', '171947.932500', '171948.392500', '171948.852500', '171949.312500', '171949.772500', '171950.232500', '171950.692500', '171951.152500', '171951.612500', '171952.072500', '171952.532500', '171952.992500', '171953.452500', '171953.912500', '171954.372500', '171954.832500', '171955.292500', '171955.752500', '171956.212500', '171956.672500', '171957.132500', '171957.592500', '171958.052500', '171958.512500', '171958.972500', '171959.432500', '171959.892500', '172000.352500', '172000.812500', '172001.272500', '172001.732500', '172002.192500', '172002.652500', '172003.112500', '172003.572500', '172004.032500', '172004.492500', '172004.952500', '172005.412500', '172005.872500', '172006.332500', '172006.792500', '172007.252500', '172007.712500', '172008.172500', '172008.632500', '172009.092500', '172009.552500', '172010.012500', '172010.472500', '172010.932500', '172011.392500', '172011.852500', '172012.312500', '172012.772500', '172013.232500', '172013.692500', '172014.152500', '172014.612500', '172015.072500', '172015.532500', '172015.992500', '172016.452500', '172016.912500', '172017.372500', '172017.832500', '172018.292500', '172018.752500', '172019.212500', '172019.672500', '172020.132500', '172020.592500', '172021.052500', '172021.512500', '172021.972500', '172022.432500', '172022.892500', '172023.352500', '172023.812500', '172024.272500', '172024.732500', '172025.192500', '172025.652500', '172026.112500', '172026.572500', '172027.032500', '172027.492500', '172027.952500', '172028.412500', '172028.872500', '172029.332500', '172029.792500', '172030.252500', '172030.712500', '172031.172500', '172031.632500', '172032.092500', '172032.552500', '172033.012500', '172033.472500', '172033.932500', '172034.392500', '172034.852500', '172035.312500', '172035.772500', '172036.232500', '172036.692500', '172037.152500', '172037.612500', '172038.072500', '172038.532500', '172038.992500', '172039.452500', '172039.912500', '172040.372500', '172040.832500', '172041.292500', '172041.752500', '172042.212500', '172042.672500', '172043.132500', '172043.592500', '172044.052500', '172044.512500', '172044.972500', '172045.432500', '172045.892500', '172046.352500', '172046.812500', '172047.272500', '172047.732500', '172048.192500', '172048.652500', '172049.112500', '172049.572500', '172050.032500', '172050.492500', '172050.952500', '172051.412500', '172051.872500', '172052.332500', '172052.792500', '172053.252500', '172053.712500', '172054.172500', '172054.632500', '172055.092500', '172055.552500', '172056.012500', '172056.472500', '172056.932500', '172057.392500', '172057.852500', '172058.312500', '172058.772500', '172059.232500', '172059.692500', '172100.152500', '172100.612500', '172101.072500', '172101.532500', '172101.992500', '172102.452500', '172102.912500', '172103.372500', '172103.832500', '172104.292500', '172104.752500', '172105.212500', '172105.672500', '172106.132500', '172106.592500', '172107.052500', '172107.512500', '172107.972500', '172108.432500', '172108.892500', '172109.352500', '172109.812500', '172110.272500', '172110.732500', '172111.192500', '172111.652500', '172112.112500', '172112.572500', '172113.032500', '172113.492500', '172113.952500', '172114.412500', '172114.872500', '172115.332500', '172115.792500', '172116.252500', '172116.712500', '172117.172500', '172117.632500', '172118.092500', '172118.552500', '172119.012500', '172119.472500', '172119.932500', '172120.392500', '172120.852500', '172121.312500', '172121.772500', '172122.232500', '172122.692500', '172123.152500', '172123.612500', '172124.072500', '172124.532500', '172124.992500', '172125.452500', '172125.912500', '172126.372500', '172126.832500', '172127.292500', '172127.752500', '172128.212500', '172128.672500', '172129.132500', '172129.592500', '172130.052500', '172130.512500', '172130.972500', '172131.432500', '172131.892500', '172132.352500', '172132.812500', '172133.272500', '172133.732500', '172134.192500', '172134.652500', '172135.112500', '172135.572500', '172136.032500', '172136.492500', '172136.952500', '172137.412500', '172137.872500', '172138.332500', '172138.792500', '172139.252500', '172139.712500', '172140.172500', '172140.632500', '172141.092500', '172141.552500', '172142.012500', '172142.472500', '172142.932500', '172143.392500', '172143.852500', '172144.312500', '172144.772500', '172145.232500', '172145.692500', '172146.152500', '172146.612500', '172147.072500', '172147.532500', '172147.992500', '172148.452500', '172148.912500', '172149.372500', '172149.832500', '172150.292500', '172150.752500', '172151.212500', '172151.672500', '172152.132500', '172152.592500', '172153.052500', '172153.512500', '172153.972500', '172154.432500', '172154.892500', '172155.352500', '172155.812500', '172156.272500', '172156.732500', '172157.192500', '172157.652500', '172158.112500', '172158.572500', '172159.032500', '172159.492500', '172159.952500', '172200.412500', '172200.872500', '172201.332500', '172201.792500', '172202.252500', '172202.712500', '172203.172500', '172203.632500', '172204.092500', '172204.552500', '172205.012500', '172205.472500', '172205.932500', '172206.392500', '172206.852500', '172207.312500', '172207.772500', '172208.232500', '172208.692500', '172209.152500', '172209.612500', '172210.072500', '172210.532500', '172210.992500', '172211.452500', '172211.912500', '172212.372500', '172212.832500', '172213.292500', '172213.752500', '172214.212500', '172214.672500', '172215.132500', '172215.592500', '172216.052500', '172216.512500', '172216.972500', '172217.432500', '172217.892500', '172218.352500', '172218.812500', '172219.272500', '172219.732500', '172220.192500', '172220.652500', '172221.112500', '172221.572500', '172222.032500', '172222.492500', '172222.952500', '172223.412500', '172223.872500', '172224.332500', '172224.792500', '172225.252500', '172225.712500', '172226.172500', '172226.632500', '172227.092500', '172227.552500', '172228.012500', '172228.472500', '172228.932500', '172229.392500', '172229.852500', '172230.312500', '172230.772500', '172231.232500', '172231.692500', '172232.152500', '172232.612500', '172233.072500', '172233.532500', '172233.992500', '172234.452500', '172234.912500', '172235.372500', '172235.832500', '172236.292500', '172236.752500', '172237.212500', '172237.672500', '172238.132500', '172238.592500', '172239.052500', '172239.512500', '172239.972500', '172240.432500', '172240.892500', '172241.352500', '172241.812500', '172242.272500', '172242.732500', '172243.192500', '172243.652500', '172244.112500', '172244.572500', '172245.032500', '172245.492500', '172245.952500', '172246.412500', '172246.872500', '172247.332500', '172247.792500', '172248.252500', '172248.712500', '172249.172500', '172249.632500', '172250.092500', '172250.552500', '172251.012500', '172251.472500', '172251.932500', '172252.392500', '172252.852500', '172253.312500', '172253.772500', '172254.232500', '172254.692500', '172255.152500', '172255.612500', '172256.072500', '172256.532500', '172256.992500', '172257.452500', '172257.912500', '172258.372500', '172258.832500', '172259.292500', '172259.752500', '172300.212500', '172300.672500', '172301.132500', '172301.592500', '172302.052500', '172302.512500', '172302.972500', '172303.432500', '172303.892500', '172304.352500', '172304.812500', '172305.272500', '172305.732500', '172306.192500', '172306.652500', '172307.112500', '172307.572500', '172308.032500', '172308.492500', '172308.952500', '172309.412500', '172309.872500', '172310.332500', '172310.792500', '172311.252500', '172311.712500', '172312.172500', '172312.632500', '172313.092500', '172313.552500', '172314.012500', '172314.472500', '172314.932500', '172315.392500', '172315.852500', '172316.312500', '172316.772500', '172317.232500', '172317.692500', '172318.152500', '172318.612500', '172319.072500', '172319.532500', '172319.992500', '172320.452500', '172320.912500', '172321.372500', '172321.832500', '172322.292500', '172322.752500', '172323.212500', '172323.672500', '172324.132500', '172324.592500', '172325.052500', '172325.512500', '172325.972500', '172326.432500', '172326.892500', '172327.352500', '172327.812500', '172328.272500', '172328.732500', '172329.192500', '172329.652500', '172330.112500', '172330.572500', '172331.032500', '172331.492500', '172331.952500', '172332.412500', '172332.872500', '172333.332500', '172333.792500', '172334.252500', '172334.712500', '172335.172500', '172335.632500', '172336.092500', '172336.552500', '172337.012500', '172337.472500', '172337.932500', '172338.392500', '172338.852500', '172339.312500', '172339.772500', '172340.232500', '172340.692500', '172341.152500', '172341.612500', '172342.072500', '172342.532500', '172342.992500', '172343.452500', '172343.912500', '172344.372500', '172344.832500', '172345.292500', '172345.752500', '172346.212500', '172346.672500', '172347.132500', '172347.592500', '172348.052500', '172348.512500', '172348.972500', '172349.432500', '172349.892500', '172350.352500', '172350.812500', '172351.272500', '172351.732500', '172352.192500', '172352.652500', '172353.112500', '172353.572500', '172354.032500', '172354.492500', '172354.952500', '172355.412500', '172355.872500', '172356.332500', '172356.792500', '172357.252500', '172357.712500', '172358.172500', '172358.632500', '172359.092500', '172359.552500', '172400.012500', '172400.472500', '172400.932500', '172401.392500', '172401.852500', '172402.312500', '172402.772500', '172403.232500', '172403.692500', '172404.152500', '172404.612500', '172405.072500', '172405.532500', '172405.992500', '172406.452500', '172406.912500', '172407.372500', '172407.832500', '172408.292500', '172408.752500', '172409.212500', '172409.672500', '172410.132500', '172410.592500', '172411.052500', '172411.512500', '172411.972500', '172412.432500', '172412.892500', '172413.352500', '172413.812500', '172414.272500', '172414.732500', '172415.192500', '172415.652500', '172416.112500', '172416.572500', '172417.032500', '172417.492500', '172417.952500', '172418.412500', '172418.872500', '172419.332500', '172419.792500', '172420.252500', '172420.712500', '172421.172500', '172421.632500', '172422.092500', '172422.552500', '172423.012500', '172423.472500', '172423.932500', '172424.392500', '172424.852500', '172425.312500', '172425.772500', '172426.232500', '172426.692500', '172427.152500', '172427.612500', '172428.072500', '172428.532500', '172428.992500', '172429.452500', '172429.912500', '172430.372500', '172430.832500', '172431.292500', '172431.752500', '172432.212500', '172432.672500', '172433.132500', '172433.592500', '172434.052500', '172434.512500', '172434.972500', '172435.432500', '172435.892500', '172436.352500', '172436.812500', '172437.272500', '172437.732500', '172438.192500', '172438.652500', '172439.112500', '172439.572500', '172440.032500', '172440.492500', '172440.952500', '172441.412500', '172441.872500', '172442.332500', '172442.792500', '172443.252500', '172443.712500', '172444.172500', '172444.632500', '172445.092500', '172445.552500', '172446.012500', '172446.472500', '172446.932500', '172447.392500', '172447.852500', '172448.312500', '172448.772500', '172449.232500', '172449.692500', '172450.152500', '172450.612500', '172451.072500', '172451.532500', '172451.992500', '172452.452500', '172452.912500', '172453.372500', '172453.832500', '172454.292500', '172454.752500', '172455.212500', '172455.672500', '172456.132500', '172456.592500', '172457.052500', '172457.512500', '172457.972500', '172458.432500', '172458.892500', '172459.352500', '172459.812500', '172500.272500', '172500.732500', '172501.192500', '172501.652500', '172502.112500', '172502.572500', '172503.032500', '172503.492500', '172503.952500', '172504.412500', '172504.872500', '172505.332500', '172505.792500', '172506.252500', '172506.712500', '172507.172500', '172507.632500', '172508.092500', '172508.552500', '172509.012500', '172509.472500', '172509.932500', '172510.392500', '172510.852500', '172511.312500', '172511.772500', '172512.232500', '172512.692500', '172513.152500', '172513.612500', '172514.072500', '172514.532500', '172514.992500', '172515.452500', '172515.912500', '172516.372500', '172516.832500', '172517.292500', '172517.752500', '172518.212500', '172518.672500', '172519.132500', '172519.592500', '172520.052500', '172520.512500', '172520.972500', '172521.432500', '172521.892500', '172522.352500', '172522.812500', '172523.272500', '172523.732500', '172524.192500', '172524.652500', '172525.112500', '172525.572500', '172526.032500', '172526.492500', '172526.952500', '172527.412500', '172527.872500', '172528.332500', '172528.792500', '172529.252500', '172529.712500', '172530.172500', '172530.632500', '172531.092500', '172531.552500', '172532.012500', '172532.472500', '172532.932500', '172533.392500', '172533.852500', '172534.312500', '172534.772500', '172535.232500', '172535.692500', '172536.152500', '172536.612500', '172537.072500', '172537.532500', '172537.992500', '172538.452500', '172538.912500', '172539.372500', '172539.832500', '172540.292500', '172540.752500', '172541.212500', '172541.672500', '172542.132500', '172542.592500', '172543.052500', '172543.512500', '172543.972500', '172544.432500', '172544.892500', '172545.352500', '172545.812500', '172546.272500', '172546.732500', '172547.192500', '172547.652500', '172548.112500', '172548.572500', '172549.032500', '172549.492500', '172549.952500', '172550.412500', '172550.872500', '172551.332500', '172551.792500', '172552.252500', '172552.712500', '172553.172500', '172553.632500', '172554.092500', '172554.552500', '172555.012500', '172555.472500', '172555.932500', '172556.392500', '172556.852500', '172557.312500', '172557.772500', '172558.232500', '172558.692500', '172559.152500', '172559.612500', '172600.072500', '172600.532500', '172600.992500', '172601.452500', '172601.912500', '172602.372500', '172602.832500', '172603.292500', '172603.752500', '172604.212500', '172604.672500', '172605.132500', '172605.592500', '172606.052500', '172606.512500', '172606.972500', '172607.432500', '172607.892500', '172608.352500', '172608.812500', '172609.272500', '172609.732500', '172610.192500', '172610.652500', '172611.112500', '172611.572500', '172612.032500', '172612.492500', '172612.952500', '172613.412500', '172613.872500', '172614.332500', '172614.792500', '172615.252500', '172615.712500', '172616.172500', '172616.632500', '172617.092500', '172617.552500', '172618.012500', '172618.472500', '172618.932500', '172619.392500', '172619.852500', '172620.312500', '172620.772500', '172621.232500', '172621.692500'], 'ContentTime': ['172001.642000', '172001.646000', '172001.649000', '172001.651000', '172001.654000', '172001.657000', '172001.659000', '172001.662000', '172001.665000', '172001.667000', '172001.670000', '172001.673000', '172001.687000', '172001.690000', '172001.692000', '172001.695000', '172001.698000', '172001.700000', '172001.703000', '172001.706000', '172001.708000', '172001.711000', '172001.713000', '172001.716000', '172001.719000', '172001.721000', '172001.724000', '172001.726000', '172001.729000', '172001.732000', '172001.735000', '172001.738000', '172001.740000', '172001.743000', '172001.745000', '172001.748000', '172001.750000', '172001.753000', '172001.756000', '172001.758000', '172001.761000', '172001.763000', '172001.766000', '172021.610000', '172021.613000', '172021.616000', '172021.618000', '172021.621000', '172021.623000', '172021.626000', '172021.628000', '172021.631000', '172021.634000', '172021.636000', '172021.639000', '172021.641000', '172021.644000', '172021.646000', '172021.649000', '172021.652000', '172021.654000', '172021.657000', '172021.659000', '172021.662000', '172021.664000', '172021.667000', '172021.669000', '172021.672000', '172021.674000', '172021.677000', '172021.680000', '172021.682000', '172021.685000', '172021.687000', '172021.690000', '172021.692000', '172021.695000', '172021.697000', '172021.700000', '172021.703000', '172021.705000', '172021.711000', '172021.714000', '172021.716000', '172021.719000', '172021.721000', '172021.724000', '172041.611000', '172041.618000', '172041.620000', '172041.623000', '172041.625000', '172041.628000', '172041.630000', '172041.633000', '172041.635000', '172041.638000', '172041.641000', '172041.655000', '172041.657000', '172041.660000', '172041.662000', '172041.665000', '172041.667000', '172041.670000', '172041.672000', '172041.675000', '172041.677000', '172041.680000', '172041.682000', '172041.685000', '172041.688000', '172041.690000', '172041.693000', '172041.696000', '172041.698000', '172041.701000', '172041.703000', '172041.706000', '172041.708000', '172041.711000', '172041.714000', '172041.716000', '172041.719000', '172041.721000', '172041.724000', '172041.726000', '172041.729000', '172041.731000', '172041.734000', '172101.611000', '172101.614000', '172101.617000', '172101.619000', '172101.622000', '172101.625000', '172101.627000', '172101.630000', '172101.632000', '172101.635000', '172101.637000', '172101.640000', '172101.643000', '172101.645000', '172101.648000', '172101.650000', '172101.653000', '172101.655000', '172101.658000', '172101.661000', '172101.663000', '172101.666000', '172101.668000', '172101.671000', '172101.674000', '172101.676000', '172101.679000', '172101.681000', '172101.684000', '172101.686000', '172101.689000', '172101.691000', '172101.694000', '172101.697000', '172101.699000', '172101.702000', '172101.704000', '172101.710000', '172101.713000', '172101.715000', '172101.718000', '172101.720000', '172101.723000', '172101.725000', '172121.611000', '172121.614000', '172121.617000', '172121.619000', '172121.622000', '172121.624000', '172121.627000', '172121.630000', '172121.632000', '172121.635000', '172121.637000', '172121.640000', '172121.643000', '172121.645000', '172121.648000', '172121.650000', '172121.653000', '172121.656000', '172121.658000', '172121.661000', '172121.663000', '172121.666000', '172121.668000', '172121.671000', '172121.674000', '172121.676000', '172121.679000', '172121.681000', '172121.684000', '172121.686000', '172121.689000', '172121.692000', '172121.694000', '172121.697000', '172121.699000', '172121.702000', '172121.704000', '172121.707000', '172121.710000', '172121.712000', '172121.715000', '172121.718000', '172121.720000', '172141.611000', '172141.614000', '172141.617000', '172141.619000', '172141.622000', '172141.624000', '172141.627000', '172141.630000', '172141.632000', '172141.635000', '172141.638000', '172141.640000', '172141.643000', '172141.645000', '172141.648000', '172141.651000', '172141.653000', '172141.656000', '172141.658000', '172141.661000', '172141.664000', '172141.666000', '172141.669000', '172141.672000', '172141.674000', '172141.677000', '172141.679000', '172141.682000', '172141.684000', '172141.687000', '172141.689000', '172141.692000', '172141.695000', '172141.697000', '172141.700000', '172141.702000', '172141.705000', '172141.707000', '172141.710000', '172141.713000', '172141.715000', '172141.718000', '172141.720000', '172141.723000', '172201.612000', '172201.615000', '172201.617000', '172201.620000', '172201.622000', '172201.625000', '172201.627000', '172201.630000', '172201.633000', '172201.635000', '172201.638000', '172201.640000', '172201.643000', '172201.645000', '172201.648000', '172201.650000', '172201.653000', '172201.656000', '172201.658000', '172201.661000', '172201.663000', '172201.666000', '172201.668000', '172201.671000', '172201.674000', '172201.676000', '172201.679000', '172201.681000', '172201.684000', '172201.686000', '172201.689000', '172201.692000', '172201.694000', '172201.697000', '172201.699000', '172201.702000', '172201.705000', '172201.707000', '172201.710000', '172201.712000', '172201.715000', '172201.717000', '172201.720000', '172221.612000', '172221.614000', '172221.617000', '172221.619000', '172221.622000', '172221.625000', '172221.627000', '172221.640000', '172221.643000', '172221.645000', '172221.648000', '172221.650000', '172221.653000', '172221.655000', '172221.658000', '172221.660000', '172221.663000', '172221.666000', '172221.668000', '172221.671000', '172221.673000', '172221.676000', '172221.678000', '172221.681000', '172221.684000', '172221.686000', '172221.689000', '172221.691000', '172221.694000', '172221.696000', '172221.699000', '172221.701000', '172221.704000', '172221.707000', '172221.709000', '172221.712000', '172221.714000', '172221.717000', '172221.720000', '172221.722000', '172221.725000', '172221.727000', '172221.730000', '172221.732000', '172241.610000', '172241.613000', '172241.616000', '172241.618000', '172241.621000', '172241.624000', '172241.626000', '172241.629000', '172241.631000', '172241.634000', '172241.637000', '172241.639000', '172241.642000', '172241.644000', '172241.647000', '172241.649000', '172241.652000', '172241.655000', '172241.657000', '172241.660000', '172241.662000', '172241.665000', '172241.667000', '172241.670000', '172241.673000', '172241.675000', '172241.678000', '172241.680000', '172241.683000', '172241.686000', '172241.688000', '172241.691000', '172241.693000', '172241.696000', '172241.699000', '172241.701000', '172241.704000', '172241.706000', '172241.709000', '172241.712000', '172241.714000', '172241.717000', '172241.719000', '172301.611000', '172301.614000', '172301.617000', '172301.619000', '172301.622000', '172301.625000', '172301.627000', '172301.630000', '172301.632000', '172301.635000', '172301.637000', '172301.640000', '172301.643000', '172301.645000', '172301.648000', '172301.650000', '172301.653000', '172301.655000', '172301.658000', '172301.661000', '172301.663000', '172301.666000', '172301.668000', '172301.671000', '172301.673000', '172301.676000', '172301.679000', '172301.681000', '172301.684000', '172301.686000', '172301.689000', '172301.691000', '172301.694000', '172301.697000', '172301.699000', '172301.702000', '172301.704000', '172301.707000', '172301.710000', '172301.712000', '172301.715000', '172301.717000', '172301.720000', '172301.722000', '172321.612000', '172321.614000', '172321.617000', '172321.620000', '172321.622000', '172321.625000', '172321.627000', '172321.630000', '172321.633000', '172321.635000', '172321.638000', '172321.640000', '172321.643000', '172321.645000', '172321.648000', '172321.651000', '172321.653000', '172321.656000', '172321.658000', '172321.661000', '172321.664000', '172321.666000', '172321.669000', '172321.671000', '172321.674000', '172321.676000', '172321.679000', '172321.681000', '172321.684000', '172321.687000', '172321.689000', '172321.692000', '172321.694000', '172321.697000', '172321.700000', '172321.702000', '172321.705000', '172321.707000', '172321.710000', '172321.712000', '172321.715000', '172321.718000', '172321.720000', '172341.613000', '172341.615000', '172341.618000', '172341.621000', '172341.623000', '172341.626000', '172341.629000', '172341.631000', '172341.634000', '172341.636000', '172341.639000', '172341.642000', '172341.644000', '172341.647000', '172341.649000', '172341.652000', '172341.655000', '172341.657000', '172341.660000', '172341.662000', '172341.665000', '172341.668000', '172341.670000', '172341.673000', '172341.675000', '172341.678000', '172341.681000', '172341.683000', '172341.686000', '172341.688000', '172341.691000', '172341.693000', '172341.707000', '172341.710000', '172341.712000', '172341.715000', '172341.717000', '172341.720000', '172341.722000', '172341.725000', '172341.728000', '172341.730000', '172341.733000', '172341.735000', '172401.612000', '172401.614000', '172401.617000', '172401.620000', '172401.622000', '172401.625000', '172401.627000', '172401.630000', '172401.633000', '172401.635000', '172401.638000', '172401.640000', '172401.643000', '172401.645000', '172401.648000', '172401.650000', '172401.653000', '172401.656000', '172401.658000', '172401.661000', '172401.664000', '172401.666000', '172401.669000', '172401.671000', '172401.674000', '172401.676000', '172401.679000', '172401.681000', '172401.684000', '172401.687000', '172401.689000', '172401.692000', '172401.694000', '172401.697000', '172401.699000', '172401.702000', '172401.705000', '172401.707000', '172401.710000', '172401.712000', '172401.715000', '172401.717000', '172401.720000', '172421.611000', '172421.614000', '172421.617000', '172421.619000', '172421.622000', '172421.625000', '172421.627000', '172421.630000', '172421.632000', '172421.635000', '172421.638000', '172421.640000', '172421.643000', '172421.646000', '172421.648000', '172421.651000', '172421.653000', '172421.656000', '172421.658000', '172421.661000', '172421.664000', '172421.666000', '172421.669000', '172421.671000', '172421.674000', '172421.677000', '172421.679000', '172421.682000', '172421.684000', '172421.687000', '172421.690000', '172421.692000', '172421.695000', '172421.697000', '172421.700000', '172421.703000', '172421.705000', '172421.708000', '172421.710000', '172421.713000', '172421.715000', '172421.718000', '172421.720000', '172421.723000', '172441.611000', '172441.613000', '172441.616000', '172441.619000', '172441.621000', '172441.624000', '172441.627000', '172441.629000', '172441.632000', '172441.634000', '172441.637000', '172441.640000', '172441.642000', '172441.645000', '172441.647000', '172441.650000', '172441.652000', '172441.655000', '172441.658000', '172441.660000', '172441.663000', '172441.665000', '172441.668000', '172441.670000', '172441.673000', '172441.676000', '172441.678000', '172441.681000', '172441.684000', '172441.686000', '172441.689000', '172441.691000', '172441.694000', '172441.697000', '172441.699000', '172441.702000', '172441.704000', '172441.707000', '172441.709000', '172441.712000', '172441.715000', '172441.717000', '172441.720000', '172501.610000', '172501.613000', '172501.616000', '172501.618000', '172501.621000', '172501.624000', '172501.626000', '172501.629000', '172501.663000', '172501.665000', '172501.668000', '172501.670000', '172501.673000', '172501.675000', '172501.678000', '172501.681000', '172501.683000', '172501.686000', '172501.688000', '172501.691000', '172501.693000', '172501.696000', '172501.699000', '172501.701000', '172501.704000', '172501.707000', '172501.709000', '172501.712000', '172501.714000', '172501.717000', '172501.720000', '172501.722000', '172501.725000', '172501.727000', '172501.730000', '172501.732000', '172501.735000', '172501.738000', '172501.740000', '172501.743000', '172501.745000', '172501.757000', '172501.759000', '172521.612000', '172521.614000', '172521.617000', '172521.620000', '172521.622000', '172521.625000', '172521.627000', '172521.630000', '172521.633000', '172521.635000', '172521.638000', '172521.640000', '172521.643000', '172521.645000', '172521.648000', '172521.651000', '172521.653000', '172521.656000', '172521.658000', '172521.661000', '172521.664000', '172521.666000', '172521.669000', '172521.671000', '172521.674000', '172521.677000', '172521.679000', '172521.682000', '172521.684000', '172521.687000', '172521.690000', '172521.692000', '172521.695000', '172521.697000', '172521.700000', '172521.702000', '172521.705000', '172521.708000', '172521.710000', '172521.713000', '172521.717000', '172521.720000', '172521.722000', '172521.725000', '172541.612000', '172541.614000', '172541.617000', '172541.620000', '172541.622000', '172541.625000', '172541.628000', '172541.631000', '172541.633000', '172541.636000', '172541.639000', '172541.641000', '172541.644000', '172541.646000', '172541.649000', '172541.652000', '172541.654000', '172541.657000', '172541.659000', '172541.662000', '172541.664000', '172541.667000', '172541.670000', '172541.672000', '172541.675000', '172541.677000', '172541.680000', '172541.682000', '172541.685000', '172541.688000', '172541.690000', '172541.693000', '172541.695000', '172541.698000', '172541.701000', '172541.703000', '172541.706000', '172541.708000', '172541.711000', '172541.713000', '172541.716000', '172541.719000', '172541.721000', '172601.612000', '172601.614000', '172601.617000', '172601.620000', '172601.622000', '172601.625000', '172601.627000', '172601.630000', '172601.632000', '172601.635000', '172601.638000', '172601.640000', '172601.643000', '172601.645000', '172601.648000', '172601.651000', '172601.653000', '172601.656000', '172601.658000', '172601.661000', '172601.663000', '172601.666000', '172601.668000', '172601.671000', '172601.674000', '172601.677000', '172601.679000', '172601.682000', '172601.684000', '172601.687000', '172601.690000', '172601.692000', '172601.695000', '172601.697000', '172601.700000', '172601.702000', '172601.705000', '172601.708000', '172601.710000', '172601.713000', '172601.715000', '172601.718000', '172601.721000', '172601.723000', '172621.612000', '172621.614000', '172621.617000', '172621.620000', '172621.622000', '172621.625000', '172621.627000', '172621.630000', '172621.633000', '172621.636000', '172621.639000', '172621.642000', '172621.645000', '172621.647000', '172621.650000', '172621.652000', '172621.655000', '172621.658000', '172621.660000', '172621.663000', '172621.665000', '172621.668000', '172621.671000', '172621.673000', '172621.676000', '172621.678000', '172621.681000', '172621.684000', '172621.686000', '172621.689000', '172621.693000', '172621.695000', '172621.698000', '172621.700000', '172621.703000', '172621.705000', '172621.708000', '172621.711000', '172621.713000', '172621.716000', '172621.718000', '172621.721000', '172621.724000', '172622.557000', '172622.560000', '172622.563000'], 'InstanceCreationTime': ['172001.642000', '172001.646000', '172001.649000', '172001.651000', '172001.654000', '172001.657000', '172001.659000', '172001.662000', '172001.665000', '172001.667000', '172001.670000', '172001.673000', '172001.687000', '172001.690000', '172001.692000', '172001.695000', '172001.698000', '172001.700000', '172001.703000', '172001.706000', '172001.708000', '172001.711000', '172001.713000', '172001.716000', '172001.719000', '172001.721000', '172001.724000', '172001.726000', '172001.729000', '172001.732000', '172001.735000', '172001.738000', '172001.740000', '172001.743000', '172001.745000', '172001.748000', '172001.750000', '172001.753000', '172001.756000', '172001.758000', '172001.761000', '172001.763000', '172001.766000', '172021.610000', '172021.613000', '172021.616000', '172021.618000', '172021.621000', '172021.623000', '172021.626000', '172021.628000', '172021.631000', '172021.634000', '172021.636000', '172021.639000', '172021.641000', '172021.644000', '172021.646000', '172021.649000', '172021.652000', '172021.654000', '172021.657000', '172021.659000', '172021.662000', '172021.664000', '172021.667000', '172021.669000', '172021.672000', '172021.674000', '172021.677000', '172021.680000', '172021.682000', '172021.685000', '172021.687000', '172021.690000', '172021.692000', '172021.695000', '172021.697000', '172021.700000', '172021.703000', '172021.705000', '172021.711000', '172021.714000', '172021.716000', '172021.719000', '172021.721000', '172021.724000', '172041.611000', '172041.618000', '172041.620000', '172041.623000', '172041.625000', '172041.628000', '172041.630000', '172041.633000', '172041.635000', '172041.638000', '172041.641000', '172041.655000', '172041.657000', '172041.660000', '172041.662000', '172041.665000', '172041.667000', '172041.670000', '172041.672000', '172041.675000', '172041.677000', '172041.680000', '172041.682000', '172041.685000', '172041.688000', '172041.690000', '172041.693000', '172041.696000', '172041.698000', '172041.701000', '172041.703000', '172041.706000', '172041.708000', '172041.711000', '172041.714000', '172041.716000', '172041.719000', '172041.721000', '172041.724000', '172041.726000', '172041.729000', '172041.731000', '172041.734000', '172101.611000', '172101.614000', '172101.617000', '172101.619000', '172101.622000', '172101.625000', '172101.627000', '172101.630000', '172101.632000', '172101.635000', '172101.637000', '172101.640000', '172101.643000', '172101.645000', '172101.648000', '172101.650000', '172101.653000', '172101.655000', '172101.658000', '172101.661000', '172101.663000', '172101.666000', '172101.668000', '172101.671000', '172101.674000', '172101.676000', '172101.679000', '172101.681000', '172101.684000', '172101.686000', '172101.689000', '172101.691000', '172101.694000', '172101.697000', '172101.699000', '172101.702000', '172101.704000', '172101.710000', '172101.713000', '172101.715000', '172101.718000', '172101.720000', '172101.723000', '172101.725000', '172121.611000', '172121.614000', '172121.617000', '172121.619000', '172121.622000', '172121.624000', '172121.627000', '172121.630000', '172121.632000', '172121.635000', '172121.637000', '172121.640000', '172121.643000', '172121.645000', '172121.648000', '172121.650000', '172121.653000', '172121.656000', '172121.658000', '172121.661000', '172121.663000', '172121.666000', '172121.668000', '172121.671000', '172121.674000', '172121.676000', '172121.679000', '172121.681000', '172121.684000', '172121.686000', '172121.689000', '172121.692000', '172121.694000', '172121.697000', '172121.699000', '172121.702000', '172121.704000', '172121.707000', '172121.710000', '172121.712000', '172121.715000', '172121.718000', '172121.720000', '172141.611000', '172141.614000', '172141.617000', '172141.619000', '172141.622000', '172141.624000', '172141.627000', '172141.630000', '172141.632000', '172141.635000', '172141.638000', '172141.640000', '172141.643000', '172141.645000', '172141.648000', '172141.651000', '172141.653000', '172141.656000', '172141.658000', '172141.661000', '172141.664000', '172141.666000', '172141.669000', '172141.672000', '172141.674000', '172141.677000', '172141.679000', '172141.682000', '172141.684000', '172141.687000', '172141.689000', '172141.692000', '172141.695000', '172141.697000', '172141.700000', '172141.702000', '172141.705000', '172141.707000', '172141.710000', '172141.713000', '172141.715000', '172141.718000', '172141.720000', '172141.723000', '172201.612000', '172201.615000', '172201.617000', '172201.620000', '172201.622000', '172201.625000', '172201.627000', '172201.630000', '172201.633000', '172201.635000', '172201.638000', '172201.640000', '172201.643000', '172201.645000', '172201.648000', '172201.650000', '172201.653000', '172201.656000', '172201.658000', '172201.661000', '172201.663000', '172201.666000', '172201.668000', '172201.671000', '172201.674000', '172201.676000', '172201.679000', '172201.681000', '172201.684000', '172201.686000', '172201.689000', '172201.692000', '172201.694000', '172201.697000', '172201.699000', '172201.702000', '172201.705000', '172201.707000', '172201.710000', '172201.712000', '172201.715000', '172201.717000', '172201.720000', '172221.612000', '172221.614000', '172221.617000', '172221.619000', '172221.622000', '172221.625000', '172221.627000', '172221.640000', '172221.643000', '172221.645000', '172221.648000', '172221.650000', '172221.653000', '172221.655000', '172221.658000', '172221.660000', '172221.663000', '172221.666000', '172221.668000', '172221.671000', '172221.673000', '172221.676000', '172221.678000', '172221.681000', '172221.684000', '172221.686000', '172221.689000', '172221.691000', '172221.694000', '172221.696000', '172221.699000', '172221.701000', '172221.704000', '172221.707000', '172221.709000', '172221.712000', '172221.714000', '172221.717000', '172221.720000', '172221.722000', '172221.725000', '172221.727000', '172221.730000', '172221.732000', '172241.610000', '172241.613000', '172241.616000', '172241.618000', '172241.621000', '172241.624000', '172241.626000', '172241.629000', '172241.631000', '172241.634000', '172241.637000', '172241.639000', '172241.642000', '172241.644000', '172241.647000', '172241.649000', '172241.652000', '172241.655000', '172241.657000', '172241.660000', '172241.662000', '172241.665000', '172241.667000', '172241.670000', '172241.673000', '172241.675000', '172241.678000', '172241.680000', '172241.683000', '172241.686000', '172241.688000', '172241.691000', '172241.693000', '172241.696000', '172241.699000', '172241.701000', '172241.704000', '172241.706000', '172241.709000', '172241.712000', '172241.714000', '172241.717000', '172241.719000', '172301.611000', '172301.614000', '172301.617000', '172301.619000', '172301.622000', '172301.625000', '172301.627000', '172301.630000', '172301.632000', '172301.635000', '172301.637000', '172301.640000', '172301.643000', '172301.645000', '172301.648000', '172301.650000', '172301.653000', '172301.655000', '172301.658000', '172301.661000', '172301.663000', '172301.666000', '172301.668000', '172301.671000', '172301.673000', '172301.676000', '172301.679000', '172301.681000', '172301.684000', '172301.686000', '172301.689000', '172301.691000', '172301.694000', '172301.697000', '172301.699000', '172301.702000', '172301.704000', '172301.707000', '172301.710000', '172301.712000', '172301.715000', '172301.717000', '172301.720000', '172301.722000', '172321.612000', '172321.614000', '172321.617000', '172321.620000', '172321.622000', '172321.625000', '172321.627000', '172321.630000', '172321.633000', '172321.635000', '172321.638000', '172321.640000', '172321.643000', '172321.645000', '172321.648000', '172321.651000', '172321.653000', '172321.656000', '172321.658000', '172321.661000', '172321.664000', '172321.666000', '172321.669000', '172321.671000', '172321.674000', '172321.676000', '172321.679000', '172321.681000', '172321.684000', '172321.687000', '172321.689000', '172321.692000', '172321.694000', '172321.697000', '172321.700000', '172321.702000', '172321.705000', '172321.707000', '172321.710000', '172321.712000', '172321.715000', '172321.718000', '172321.720000', '172341.613000', '172341.615000', '172341.618000', '172341.621000', '172341.623000', '172341.626000', '172341.629000', '172341.631000', '172341.634000', '172341.636000', '172341.639000', '172341.642000', '172341.644000', '172341.647000', '172341.649000', '172341.652000', '172341.655000', '172341.657000', '172341.660000', '172341.662000', '172341.665000', '172341.668000', '172341.670000', '172341.673000', '172341.675000', '172341.678000', '172341.681000', '172341.683000', '172341.686000', '172341.688000', '172341.691000', '172341.693000', '172341.707000', '172341.710000', '172341.712000', '172341.715000', '172341.717000', '172341.720000', '172341.722000', '172341.725000', '172341.728000', '172341.730000', '172341.733000', '172341.735000', '172401.612000', '172401.614000', '172401.617000', '172401.620000', '172401.622000', '172401.625000', '172401.627000', '172401.630000', '172401.633000', '172401.635000', '172401.638000', '172401.640000', '172401.643000', '172401.645000', '172401.648000', '172401.650000', '172401.653000', '172401.656000', '172401.658000', '172401.661000', '172401.664000', '172401.666000', '172401.669000', '172401.671000', '172401.674000', '172401.676000', '172401.679000', '172401.681000', '172401.684000', '172401.687000', '172401.689000', '172401.692000', '172401.694000', '172401.697000', '172401.699000', '172401.702000', '172401.705000', '172401.707000', '172401.710000', '172401.712000', '172401.715000', '172401.717000', '172401.720000', '172421.611000', '172421.614000', '172421.617000', '172421.619000', '172421.622000', '172421.625000', '172421.627000', '172421.630000', '172421.632000', '172421.635000', '172421.638000', '172421.640000', '172421.643000', '172421.646000', '172421.648000', '172421.651000', '172421.653000', '172421.656000', '172421.658000', '172421.661000', '172421.664000', '172421.666000', '172421.669000', '172421.671000', '172421.674000', '172421.677000', '172421.679000', '172421.682000', '172421.684000', '172421.687000', '172421.690000', '172421.692000', '172421.695000', '172421.697000', '172421.700000', '172421.703000', '172421.705000', '172421.708000', '172421.710000', '172421.713000', '172421.715000', '172421.718000', '172421.720000', '172421.723000', '172441.611000', '172441.613000', '172441.616000', '172441.619000', '172441.621000', '172441.624000', '172441.627000', '172441.629000', '172441.632000', '172441.634000', '172441.637000', '172441.640000', '172441.642000', '172441.645000', '172441.647000', '172441.650000', '172441.652000', '172441.655000', '172441.658000', '172441.660000', '172441.663000', '172441.665000', '172441.668000', '172441.670000', '172441.673000', '172441.676000', '172441.678000', '172441.681000', '172441.684000', '172441.686000', '172441.689000', '172441.691000', '172441.694000', '172441.697000', '172441.699000', '172441.702000', '172441.704000', '172441.707000', '172441.709000', '172441.712000', '172441.715000', '172441.717000', '172441.720000', '172501.610000', '172501.613000', '172501.616000', '172501.618000', '172501.621000', '172501.624000', '172501.626000', '172501.629000', '172501.663000', '172501.665000', '172501.668000', '172501.670000', '172501.673000', '172501.675000', '172501.678000', '172501.681000', '172501.683000', '172501.686000', '172501.688000', '172501.691000', '172501.693000', '172501.696000', '172501.699000', '172501.701000', '172501.704000', '172501.707000', '172501.709000', '172501.712000', '172501.714000', '172501.717000', '172501.720000', '172501.722000', '172501.725000', '172501.727000', '172501.730000', '172501.732000', '172501.735000', '172501.738000', '172501.740000', '172501.743000', '172501.745000', '172501.757000', '172501.759000', '172521.612000', '172521.614000', '172521.617000', '172521.620000', '172521.622000', '172521.625000', '172521.627000', '172521.630000', '172521.633000', '172521.635000', '172521.638000', '172521.640000', '172521.643000', '172521.645000', '172521.648000', '172521.651000', '172521.653000', '172521.656000', '172521.658000', '172521.661000', '172521.664000', '172521.666000', '172521.669000', '172521.671000', '172521.674000', '172521.677000', '172521.679000', '172521.682000', '172521.684000', '172521.687000', '172521.690000', '172521.692000', '172521.695000', '172521.697000', '172521.700000', '172521.702000', '172521.705000', '172521.708000', '172521.710000', '172521.713000', '172521.717000', '172521.720000', '172521.722000', '172521.725000', '172541.612000', '172541.614000', '172541.617000', '172541.620000', '172541.622000', '172541.625000', '172541.628000', '172541.631000', '172541.633000', '172541.636000', '172541.639000', '172541.641000', '172541.644000', '172541.646000', '172541.649000', '172541.652000', '172541.654000', '172541.657000', '172541.659000', '172541.662000', '172541.664000', '172541.667000', '172541.670000', '172541.672000', '172541.675000', '172541.677000', '172541.680000', '172541.682000', '172541.685000', '172541.688000', '172541.690000', '172541.693000', '172541.695000', '172541.698000', '172541.701000', '172541.703000', '172541.706000', '172541.708000', '172541.711000', '172541.713000', '172541.716000', '172541.719000', '172541.721000', '172601.612000', '172601.614000', '172601.617000', '172601.620000', '172601.622000', '172601.625000', '172601.627000', '172601.630000', '172601.632000', '172601.635000', '172601.638000', '172601.640000', '172601.643000', '172601.645000', '172601.648000', '172601.651000', '172601.653000', '172601.656000', '172601.658000', '172601.661000', '172601.663000', '172601.666000', '172601.668000', '172601.671000', '172601.674000', '172601.677000', '172601.679000', '172601.682000', '172601.684000', '172601.687000', '172601.690000', '172601.692000', '172601.695000', '172601.697000', '172601.700000', '172601.702000', '172601.705000', '172601.708000', '172601.710000', '172601.713000', '172601.715000', '172601.718000', '172601.721000', '172601.723000', '172621.612000', '172621.614000', '172621.617000', '172621.620000', '172621.622000', '172621.625000', '172621.627000', '172621.630000', '172621.633000', '172621.636000', '172621.639000', '172621.642000', '172621.645000', '172621.647000', '172621.650000', '172621.652000', '172621.655000', '172621.658000', '172621.660000', '172621.663000', '172621.665000', '172621.668000', '172621.671000', '172621.673000', '172621.676000', '172621.678000', '172621.681000', '172621.684000', '172621.686000', '172621.689000', '172621.693000', '172621.695000', '172621.698000', '172621.700000', '172621.703000', '172621.705000', '172621.708000', '172621.711000', '172621.713000', '172621.716000', '172621.718000', '172621.721000', '172621.724000', '172622.557000', '172622.560000', '172622.563000'], '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': [11556, 15811, 11014, 14735, 11774, 10101, 15421, 9178, 10250, 10713, 9584, 12898, 9175, 15792, 11547, 16007, 14157, 15240, 12413, 9439, 15043, 11411, 13660, 15699, 13120, 13980, 9436, 14538, 9597, 12920, 8499, 9608, 8054, 8607, 7938, 8283, 8487, 8521, 8404, 8943, 10125, 12440, 13155, 13858, 15382, 13967, 14871, 12746, 12155, 14105, 9658, 12764, 8845, 11264, 8415, 14228, 9372, 14271, 10478, 11543, 11399, 9666, 14695, 9141, 13068, 8727, 11394, 8371, 10242, 7952, 10736, 8255, 11486, 8993, 11448, 7682, 9773, 8651, 9288, 12239, 8939, 12245, 9055, 11244, 9790, 11382, 13554, 12261, 12654, 9283, 13651, 9956, 12956, 9892, 10755, 13114, 9052, 13559, 8730, 11654, 8198, 11607, 9561, 12433, 9610, 10549, 8639, 10871, 13834, 11867, 8665, 10887, 12259, 8653, 13946, 10814, 10952, 13995, 8557, 12507, 8195, 9912, 12922, 8627, 14664, 8728, 12619, 9875, 10581, 13758, 10293, 15066, 9460, 15141, 8094, 12089, 8672, 10775, 14090, 11706, 8157, 9063, 12093, 8842, 14281, 9798, 12979, 8982, 11004, 7858, 11429, 11591, 10670, 14766, 9725, 13931, 8316, 10333, 8187, 10144, 14487, 10329, 14357, 10951, 11060, 8428, 9382, 8319, 10147, 14890, 12167, 15301, 10446, 12781, 8047, 9352, 8935, 9712, 14034, 8655, 14850, 10293, 13085, 8760, 9628, 11998, 8371, 13590, 8200, 11524, 8503, 10081, 8350, 9472, 12452, 9135, 14300, 9982, 13614, 8994, 10178, 10893, 8754, 14641, 9275, 14098, 7986, 11603, 7918, 9986, 14229, 9082, 14883, 8694, 11972, 7768, 10903, 7598, 11761, 10689, 11533, 8431, 9765, 14908, 8579, 13707, 8089, 10000, 13796, 9034, 14657, 8321, 10508, 8455, 10067, 7776, 11445, 10824, 11363, 13512, 10310, 15207, 9201, 11680, 10030, 9452, 14906, 9689, 14065, 7904, 10388, 13296, 8811, 14522, 10440, 12400, 9815, 9613, 11005, 9160, 11583, 8457, 13880, 9844, 12492, 8036, 9943, 9579, 10457, 14259, 11235, 14530, 8592, 14201, 8380, 11760, 9570, 9620, 15013, 9611, 14054, 8121, 10317, 8374, 8754, 11923, 8244, 14682, 9523, 13758, 8819, 9236, 9422, 14182, 10204, 12120, 12644, 11241, 14323, 9275, 13484, 8485, 12958, 9566, 11938, 10806, 10422, 15212, 9305, 13432, 8501, 10369, 12300, 9430, 15085, 8624, 10759, 8986, 9825, 14197, 8316, 13543, 8414, 12167, 8838, 10410, 8859, 9383, 8937, 9393, 14783, 9133, 15576, 9882, 12019, 8633, 9644, 12253, 8714, 14745, 8846, 12753, 10082, 10235, 11905, 9864, 9674, 9638, 13979, 8894, 12960, 10339, 11753, 15042, 10287, 14232, 10594, 12012, 8794, 10088, 8271, 11854, 14600, 12330, 14634, 9605, 11600, 12016, 9526, 14606, 8724, 10457, 13414, 8880, 15114, 8931, 10084, 8321, 12283, 8280, 11944, 12408, 12326, 13358, 9467, 13788, 8964, 13120, 9667, 11410, 15214, 12923, 15274, 8987, 13056, 8543, 14182, 8763, 13441, 8338, 14988, 10475, 11548, 11155, 9969, 15479, 8731, 12457, 8702, 11856, 8032, 11219, 12620, 11931, 14683, 9975, 14630, 8627, 11272, 7971, 10422, 14272, 8999, 12965, 8153, 10380, 11703, 9198, 14885, 8407, 8931, 9734, 8699, 10292, 14578, 9963, 13098, 9646, 11270, 15299, 9485, 14276, 8480, 10440, 14640, 8814, 15143, 8911, 10953, 8421, 9904, 8418, 9424, 14549, 9367, 13590, 9079, 11784, 8405, 10842, 11897, 10435, 15473, 10504, 11617, 13924, 10212, 15978, 10871, 13717, 8250, 10443, 14626, 9255, 15141, 10642, 11405, 8432, 10102, 8409, 10469, 10464, 10427, 15864, 13840, 12464, 9550, 14288, 9134, 13816, 10382, 11801, 11055, 10861, 9062, 10012, 9203, 10504, 15666, 11247, 14056, 10078, 11117, 16300, 11061, 13998, 10801, 9399, 12484, 15832, 11525, 15384, 9533, 11135, 8963, 10281, 8870, 10510, 9316, 12049, 9585, 11758, 15997, 12101, 17049, 9565, 12892, 9667, 12880, 8750, 13544, 8854, 14127, 9140, 14186, 8457, 14756, 9109, 9579, 8551, 9233, 9305, 14948, 8616, 14087, 8650, 11615, 8971, 10516, 8694, 11240, 9412, 12039, 10824, 13631, 8693, 11736, 8540, 13096, 13325, 11277, 16021, 10663, 15523, 8926, 11065, 10197, 10578, 16149, 13060, 16620, 9751, 12536, 8902, 12314, 17414, 13522, 16717, 9018, 11606, 8895, 10698, 16178, 9373, 16031, 8519, 11430, 8931, 11846, 9301, 13996, 10576, 11976, 17199, 9436, 12983, 9737, 9805, 14869, 10051, 8975, 9860, 11265, 10009, 14764, 9737, 12882, 11897, 12377, 11129, 10425, 15501, 9305, 14071, 10714, 12285, 17096, 12101, 16230, 8770, 11717, 8976, 10917, 13949, 10238, 16058, 9357, 12710, 9609, 10797, 9285, 11185, 9656, 10895, 16587, 13932, 16530, 10602, 13317, 9763, 11184, 10042, 10867, 13446, 11122, 16148, 9789, 14441, 8926, 14662, 10836, 12202, 9650, 11923, 9455, 12255, 16971, 11230, 15742, 10760, 11495, 13881, 10945, 8698, 10232, 14785, 9471, 11217, 9799, 11758, 9476, 11641, 9508, 11176, 16005, 10522, 13336, 13786, 11445, 17155, 9962, 14384, 8938, 11458, 14860, 9914, 15904, 10713, 15366, 9040, 12082, 9253, 13482, 9396, 14053, 13606, 12558, 10521, 11090, 9322, 11150, 16332, 11337, 15022, 9718, 11396, 11691, 10061, 15250, 9645, 12491, 9712, 10797, 15752, 9581, 13427, 9620, 11878, 9814, 12486, 9474, 11897, 9455, 11337, 14503, 12048, 15152, 9971, 14696, 9434, 12413, 10520, 10912, 16441, 10223, 15420, 9574, 12084, 9946, 9916, 15888, 9564, 15148, 9818, 11246, 9970, 9624, 11126, 15468, 10366, 12428, 13317, 11257, 14650, 9681, 13556, 9758, 11334, 16735, 10702, 16988, 10575, 9550, 11001, 16627, 10800, 12719, 15894, 11096, 16337, 10215, 12772, 15582, 10624, 16362, 10789, 13998, 9790, 11265, 9964, 12091, 9405, 13646, 15118, 12209, 16442, 9769, 12618, 9659, 11101, 9756, 10780, 15453, 10276, 15450, 10451, 12484, 9798, 11110, 14016, 9967, 16401, 9854, 12029, 14256, 10559, 13420, 10103, 14274, 9861, 14486, 10264, 14779, 9760, 11931, 9758, 12122, 14488, 10954, 15812, 9728, 12739, 12367, 10548, 16324, 9865, 15095, 9600, 10128, 10030, 10091, 11641, 17118, 12134, 15402, 11141, 11626, 12813, 9837, 14659, 10088, 13366, 9690, 11824, 9739, 14483, 11065, 12313, 16636, 10458, 15573, 9501, 12648, 11525, 11810, 9681, 11577, 9699, 13194, 15619, 12152, 15853, 10726, 12802, 9709, 11437, 9408, 11520, 16827, 10544, 14475, 11214], 'WindowCenter': [4853.0, 4852.0, 4793.0, 4811.0, 4763.0, 4716.0, 4766.0, 4761.0, 4781.0, 4796.0, 4783.0, 4801.0, 4759.0, 4804.0, 4777.0, 4805.0, 4811.0, 4820.0, 4798.0, 4762.0, 4808.0, 4790.0, 4798.0, 4794.0, 4783.0, 4782.0, 4758.0, 4796.0, 4759.0, 4787.0, 4748.0, 4770.0, 4741.0, 4750.0, 4738.0, 4738.0, 4735.0, 4737.0, 4712.0, 4735.0, 4768.0, 4788.0, 4789.0, 4797.0, 4796.0, 4773.0, 4783.0, 4763.0, 4762.0, 4771.0, 4722.0, 4762.0, 4736.0, 4765.0, 4726.0, 4781.0, 4749.0, 4783.0, 4740.0, 4763.0, 4751.0, 4732.0, 4778.0, 4734.0, 4783.0, 4735.0, 4777.0, 4739.0, 4763.0, 4740.0, 4777.0, 4752.0, 4804.0, 4763.0, 4803.0, 4741.0, 4783.0, 4762.0, 4772.0, 4801.0, 4773.0, 4799.0, 4765.0, 4791.0, 4783.0, 4804.0, 4810.0, 4802.0, 4797.0, 4762.0, 4812.0, 4782.0, 4800.0, 4757.0, 4778.0, 4801.0, 4760.0, 4809.0, 4747.0, 4788.0, 4739.0, 4778.0, 4756.0, 4787.0, 4758.0, 4768.0, 4748.0, 4792.0, 4809.0, 4792.0, 4750.0, 4780.0, 4785.0, 4748.0, 4796.0, 4765.0, 4777.0, 4794.0, 4738.0, 4786.0, 4725.0, 4782.0, 4795.0, 4761.0, 4805.0, 4748.0, 4799.0, 4752.0, 4764.0, 4781.0, 4753.0, 4791.0, 4745.0, 4802.0, 4726.0, 4774.0, 4749.0, 4776.0, 4793.0, 4775.0, 4723.0, 4745.0, 4772.0, 4760.0, 4804.0, 4771.0, 4798.0, 4750.0, 4774.0, 4738.0, 4789.0, 4787.0, 4791.0, 4807.0, 4759.0, 4808.0, 4736.0, 4766.0, 4736.0, 4768.0, 4806.0, 4767.0, 4796.0, 4767.0, 4775.0, 4723.0, 4744.0, 4725.0, 4768.0, 4804.0, 4785.0, 4792.0, 4753.0, 4773.0, 4711.0, 4746.0, 4720.0, 4743.0, 4782.0, 4732.0, 4780.0, 4741.0, 4771.0, 4710.0, 4731.0, 4747.0, 4720.0, 4770.0, 4738.0, 4774.0, 4735.0, 4767.0, 4724.0, 4745.0, 4759.0, 4743.0, 4791.0, 4742.0, 4783.0, 4722.0, 4741.0, 4751.0, 4724.0, 4780.0, 4733.0, 4780.0, 4713.0, 4762.0, 4713.0, 4742.0, 4769.0, 4734.0, 4790.0, 4732.0, 4762.0, 4716.0, 4776.0, 4739.0, 4776.0, 4763.0, 4777.0, 4725.0, 4756.0, 4792.0, 4736.0, 4784.0, 4726.0, 4756.0, 4781.0, 4734.0, 4792.0, 4737.0, 4767.0, 4736.0, 4755.0, 4744.0, 4802.0, 4767.0, 4778.0, 4796.0, 4757.0, 4791.0, 4742.0, 4774.0, 4743.0, 4743.0, 4792.0, 4745.0, 4783.0, 4714.0, 4752.0, 4781.0, 4731.0, 4793.0, 4752.0, 4771.0, 4740.0, 4742.0, 4750.0, 4746.0, 4774.0, 4736.0, 4783.0, 4755.0, 4773.0, 4725.0, 4756.0, 4744.0, 4766.0, 4783.0, 4776.0, 4794.0, 4734.0, 4793.0, 4739.0, 4776.0, 4743.0, 4745.0, 4792.0, 4744.0, 4781.0, 4714.0, 4751.0, 4723.0, 4733.0, 4788.0, 4750.0, 4803.0, 4761.0, 4795.0, 4748.0, 4758.0, 4760.0, 4807.0, 4768.0, 4784.0, 4775.0, 4769.0, 4783.0, 4746.0, 4782.0, 4732.0, 4788.0, 4754.0, 4777.0, 4753.0, 4754.0, 4790.0, 4744.0, 4793.0, 4734.0, 4743.0, 4758.0, 4732.0, 4779.0, 4710.0, 4750.0, 4721.0, 4741.0, 4778.0, 4724.0, 4781.0, 4737.0, 4761.0, 4721.0, 4741.0, 4722.0, 4732.0, 4732.0, 4745.0, 4806.0, 4760.0, 4804.0, 4755.0, 4776.0, 4718.0, 4744.0, 4785.0, 4748.0, 4793.0, 4735.0, 4774.0, 4741.0, 4755.0, 4761.0, 4756.0, 4745.0, 4758.0, 4806.0, 4748.0, 4796.0, 4764.0, 4777.0, 4817.0, 4769.0, 4797.0, 4756.0, 4788.0, 4736.0, 4762.0, 4735.0, 4789.0, 4809.0, 4789.0, 4796.0, 4745.0, 4764.0, 4758.0, 4733.0, 4782.0, 4720.0, 4751.0, 4770.0, 4734.0, 4792.0, 4748.0, 4755.0, 4739.0, 4787.0, 4752.0, 4789.0, 4788.0, 4790.0, 4795.0, 4759.0, 4794.0, 4747.0, 4786.0, 4759.0, 4778.0, 4792.0, 4775.0, 4790.0, 4735.0, 4783.0, 4724.0, 4783.0, 4737.0, 4784.0, 4736.0, 4804.0, 4768.0, 4774.0, 4763.0, 4742.0, 4791.0, 4737.0, 4775.0, 4737.0, 4763.0, 4709.0, 4764.0, 4762.0, 4762.0, 4779.0, 4743.0, 4779.0, 4723.0, 4753.0, 4712.0, 4752.0, 4779.0, 4730.0, 4772.0, 4726.0, 4755.0, 4760.0, 4734.0, 4778.0, 4727.0, 4744.0, 4759.0, 4748.0, 4781.0, 4818.0, 4759.0, 4786.0, 4744.0, 4765.0, 4804.0, 4745.0, 4790.0, 4725.0, 4756.0, 4779.0, 4734.0, 4792.0, 4733.0, 4766.0, 4737.0, 4768.0, 4738.0, 4757.0, 4807.0, 4762.0, 4795.0, 4749.0, 4789.0, 4738.0, 4779.0, 4776.0, 4767.0, 4792.0, 4756.0, 4766.0, 4809.0, 4759.0, 4792.0, 4754.0, 4784.0, 4712.0, 4752.0, 4779.0, 4732.0, 4782.0, 4741.0, 4752.0, 4723.0, 4755.0, 4725.0, 4766.0, 4769.0, 4770.0, 4795.0, 4798.0, 4772.0, 4746.0, 4794.0, 4758.0, 4799.0, 4769.0, 4764.0, 4764.0, 4765.0, 4733.0, 4744.0, 4748.0, 4768.0, 4794.0, 4763.0, 4785.0, 4747.0, 4765.0, 4803.0, 4754.0, 4783.0, 4755.0, 4759.0, 4788.0, 4790.0, 4763.0, 4766.0, 4719.0, 4752.0, 4709.0, 4716.0, 4707.0, 4732.0, 4722.0, 4750.0, 4720.0, 4761.0, 4769.0, 4808.0, 4809.0, 4717.0, 4728.0, 4689.0, 4719.0, 4643.0, 4728.0, 4710.0, 4783.0, 4749.0, 4784.0, 4740.0, 4797.0, 4749.0, 4761.0, 4754.0, 4760.0, 4774.0, 4822.0, 4755.0, 4813.0, 4755.0, 4793.0, 4764.0, 4794.0, 4779.0, 4822.0, 4805.0, 4832.0, 4811.0, 4843.0, 4793.0, 4830.0, 4795.0, 4853.0, 4852.0, 4822.0, 4838.0, 4799.0, 4846.0, 4779.0, 4808.0, 4812.0, 4811.0, 4846.0, 4818.0, 4847.0, 4778.0, 4815.0, 4775.0, 4817.0, 4833.0, 4799.0, 4821.0, 4764.0, 4794.0, 4753.0, 4783.0, 4822.0, 4776.0, 4831.0, 4753.0, 4792.0, 4776.0, 4805.0, 4763.0, 4813.0, 4783.0, 4792.0, 4818.0, 4764.0, 4803.0, 4750.0, 4757.0, 4798.0, 4775.0, 4764.0, 4786.0, 4802.0, 4796.0, 4834.0, 4786.0, 4816.0, 4794.0, 4806.0, 4783.0, 4784.0, 4823.0, 4765.0, 4824.0, 4784.0, 4803.0, 4819.0, 4790.0, 4821.0, 4752.0, 4791.0, 4751.0, 4793.0, 4813.0, 4769.0, 4818.0, 4751.0, 4799.0, 4763.0, 4783.0, 4763.0, 4804.0, 4787.0, 4806.0, 4833.0, 4813.0, 4821.0, 4783.0, 4803.0, 4786.0, 4807.0, 4787.0, 4808.0, 4824.0, 4796.0, 4833.0, 4786.0, 4823.0, 4766.0, 4826.0, 4793.0, 4801.0, 4775.0, 4805.0, 4776.0, 4808.0, 4845.0, 4794.0, 4822.0, 4769.0, 4792.0, 4801.0, 4792.0, 4754.0, 4785.0, 4835.0, 4777.0, 4783.0, 4773.0, 4791.0, 4774.0, 4793.0, 4774.0, 4807.0, 4833.0, 4785.0, 4826.0, 4811.0, 4782.0, 4820.0, 4763.0, 4807.0, 4752.0, 4792.0, 4810.0, 4772.0, 4821.0, 4770.0, 4819.0, 4750.0, 4787.0, 4761.0, 4813.0, 4778.0, 4814.0, 4799.0, 4792.0, 4771.0, 4779.0, 4760.0, 4793.0, 4830.0, 4781.0, 4822.0, 4750.0, 4790.0, 4791.0, 4773.0, 4809.0, 4762.0, 4786.0, 4750.0, 4780.0, 4808.0, 4761.0, 4811.0, 4773.0, 4804.0, 4773.0, 4805.0, 4763.0, 4793.0, 4760.0, 4780.0, 4799.0, 4792.0, 4810.0, 4774.0, 4810.0, 4761.0, 4803.0, 4771.0, 4786.0, 4821.0, 4769.0, 4821.0, 4762.0, 4792.0, 4773.0, 4774.0, 4820.0, 4762.0, 4808.0, 4773.0, 4809.0, 4789.0, 4799.0, 4821.0, 4850.0, 4812.0, 4819.0, 4802.0, 4791.0, 4812.0, 4778.0, 4815.0, 4774.0, 4797.0, 4824.0, 4786.0, 4832.0, 4784.0, 4774.0, 4809.0, 4846.0, 4796.0, 4818.0, 4834.0, 4780.0, 4822.0, 4761.0, 4799.0, 4824.0, 4783.0, 4811.0, 4767.0, 4811.0, 4761.0, 4781.0, 4775.0, 4792.0, 4764.0, 4825.0, 4823.0, 4792.0, 4810.0, 4750.0, 4778.0, 4749.0, 4780.0, 4761.0, 4793.0, 4821.0, 4772.0, 4835.0, 4785.0, 4804.0, 4773.0, 4785.0, 4814.0, 4774.0, 4820.0, 4759.0, 4778.0, 4799.0, 4769.0, 4789.0, 4774.0, 4821.0, 4774.0, 4811.0, 4771.0, 4810.0, 4764.0, 4791.0, 4772.0, 4805.0, 4809.0, 4794.0, 4819.0, 4750.0, 4802.0, 4792.0, 4771.0, 4820.0, 4760.0, 4811.0, 4776.0, 4783.0, 4784.0, 4784.0, 4810.0, 4846.0, 4796.0, 4809.0, 4769.0, 4780.0, 4785.0, 4759.0, 4797.0, 4771.0, 4802.0, 4778.0, 4803.0, 4787.0, 4836.0, 4796.0, 4817.0, 4822.0, 4782.0, 4820.0, 4750.0, 4791.0, 4779.0, 4795.0, 4765.0, 4793.0, 4774.0, 4816.0, 4837.0, 4806.0, 4812.0, 4773.0, 4779.0, 4751.0, 4780.0, 4763.0, 4795.0, 4820.0, 4782.0, 4822.0, 4771.0], 'WindowWidth': [10576.0, 10554.0, 10457.0, 10475.0, 10397.0, 10313.0, 10384.0, 10409.0, 10437.0, 10465.0, 10445.0, 10462.0, 10405.0, 10452.0, 10420.0, 10454.0, 10474.0, 10487.0, 10456.0, 10409.0, 10466.0, 10445.0, 10451.0, 10438.0, 10426.0, 10419.0, 10398.0, 10449.0, 10402.0, 10439.0, 10389.0, 10419.0, 10384.0, 10395.0, 10377.0, 10376.0, 10367.0, 10371.0, 10327.0, 10363.0, 10412.0, 10440.0, 10442.0, 10448.0, 10444.0, 10405.0, 10421.0, 10392.0, 10387.0, 10400.0, 10333.0, 10391.0, 10363.0, 10404.0, 10352.0, 10418.0, 10384.0, 10421.0, 10358.0, 10393.0, 10371.0, 10349.0, 10407.0, 10356.0, 10423.0, 10360.0, 10420.0, 10374.0, 10399.0, 10380.0, 10425.0, 10399.0, 10471.0, 10415.0, 10469.0, 10383.0, 10444.0, 10414.0, 10427.0, 10464.0, 10430.0, 10462.0, 10419.0, 10451.0, 10441.0, 10469.0, 10471.0, 10465.0, 10453.0, 10411.0, 10479.0, 10440.0, 10459.0, 10396.0, 10427.0, 10461.0, 10407.0, 10473.0, 10388.0, 10441.0, 10377.0, 10426.0, 10394.0, 10438.0, 10398.0, 10411.0, 10386.0, 10453.0, 10474.0, 10451.0, 10389.0, 10432.0, 10434.0, 10385.0, 10448.0, 10404.0, 10423.0, 10442.0, 10371.0, 10434.0, 10349.0, 10441.0, 10451.0, 10411.0, 10460.0, 10388.0, 10460.0, 10384.0, 10400.0, 10420.0, 10386.0, 10434.0, 10377.0, 10454.0, 10353.0, 10415.0, 10392.0, 10422.0, 10437.0, 10418.0, 10345.0, 10378.0, 10411.0, 10404.0, 10460.0, 10426.0, 10453.0, 10391.0, 10417.0, 10377.0, 10444.0, 10439.0, 10453.0, 10466.0, 10403.0, 10468.0, 10369.0, 10410.0, 10370.0, 10415.0, 10463.0, 10409.0, 10446.0, 10409.0, 10419.0, 10343.0, 10373.0, 10348.0, 10412.0, 10457.0, 10431.0, 10437.0, 10383.0, 10408.0, 10323.0, 10378.0, 10335.0, 10370.0, 10422.0, 10356.0, 10417.0, 10361.0, 10407.0, 10319.0, 10350.0, 10365.0, 10335.0, 10401.0, 10372.0, 10415.0, 10363.0, 10412.0, 10347.0, 10375.0, 10386.0, 10371.0, 10434.0, 10366.0, 10424.0, 10339.0, 10366.0, 10378.0, 10347.0, 10416.0, 10356.0, 10417.0, 10330.0, 10392.0, 10325.0, 10366.0, 10398.0, 10359.0, 10429.0, 10355.0, 10393.0, 10338.0, 10423.0, 10381.0, 10421.0, 10401.0, 10424.0, 10349.0, 10392.0, 10437.0, 10366.0, 10426.0, 10353.0, 10394.0, 10419.0, 10358.0, 10434.0, 10370.0, 10410.0, 10367.0, 10394.0, 10393.0, 10470.0, 10411.0, 10425.0, 10448.0, 10394.0, 10433.0, 10368.0, 10413.0, 10368.0, 10370.0, 10436.0, 10374.0, 10425.0, 10332.0, 10383.0, 10419.0, 10355.0, 10439.0, 10380.0, 10405.0, 10360.0, 10365.0, 10375.0, 10379.0, 10414.0, 10366.0, 10425.0, 10390.0, 10411.0, 10350.0, 10393.0, 10373.0, 10407.0, 10423.0, 10419.0, 10444.0, 10360.0, 10437.0, 10377.0, 10420.0, 10370.0, 10377.0, 10435.0, 10373.0, 10418.0, 10329.0, 10380.0, 10342.0, 10359.0, 10442.0, 10394.0, 10454.0, 10407.0, 10448.0, 10387.0, 10401.0, 10407.0, 10466.0, 10416.0, 10431.0, 10416.0, 10411.0, 10424.0, 10378.0, 10421.0, 10357.0, 10439.0, 10390.0, 10419.0, 10383.0, 10386.0, 10428.0, 10373.0, 10441.0, 10360.0, 10369.0, 10383.0, 10352.0, 10411.0, 10320.0, 10374.0, 10334.0, 10362.0, 10410.0, 10347.0, 10419.0, 10369.0, 10392.0, 10334.0, 10362.0, 10337.0, 10353.0, 10354.0, 10377.0, 10463.0, 10405.0, 10457.0, 10392.0, 10417.0, 10332.0, 10372.0, 10432.0, 10389.0, 10440.0, 10362.0, 10412.0, 10365.0, 10387.0, 10392.0, 10391.0, 10376.0, 10401.0, 10463.0, 10388.0, 10449.0, 10404.0, 10423.0, 10481.0, 10417.0, 10448.0, 10392.0, 10439.0, 10367.0, 10399.0, 10368.0, 10445.0, 10471.0, 10441.0, 10445.0, 10375.0, 10398.0, 10385.0, 10355.0, 10418.0, 10335.0, 10378.0, 10402.0, 10357.0, 10435.0, 10383.0, 10388.0, 10375.0, 10438.0, 10399.0, 10442.0, 10436.0, 10444.0, 10446.0, 10399.0, 10442.0, 10382.0, 10432.0, 10404.0, 10424.0, 10433.0, 10415.0, 10429.0, 10361.0, 10423.0, 10347.0, 10423.0, 10368.0, 10427.0, 10369.0, 10458.0, 10414.0, 10417.0, 10396.0, 10367.0, 10432.0, 10366.0, 10416.0, 10370.0, 10396.0, 10319.0, 10396.0, 10390.0, 10392.0, 10413.0, 10369.0, 10413.0, 10341.0, 10382.0, 10325.0, 10379.0, 10412.0, 10348.0, 10405.0, 10352.0, 10390.0, 10386.0, 10359.0, 10409.0, 10354.0, 10376.0, 10402.0, 10388.0, 10436.0, 10484.0, 10403.0, 10434.0, 10372.0, 10403.0, 10457.0, 10377.0, 10432.0, 10348.0, 10391.0, 10415.0, 10358.0, 10433.0, 10354.0, 10407.0, 10369.0, 10412.0, 10371.0, 10398.0, 10466.0, 10410.0, 10446.0, 10385.0, 10445.0, 10374.0, 10428.0, 10419.0, 10407.0, 10437.0, 10388.0, 10404.0, 10471.0, 10399.0, 10435.0, 10385.0, 10424.0, 10325.0, 10381.0, 10411.0, 10352.0, 10418.0, 10361.0, 10377.0, 10343.0, 10386.0, 10349.0, 10407.0, 10416.0, 10417.0, 10440.0, 10454.0, 10407.0, 10377.0, 10440.0, 10401.0, 10454.0, 10414.0, 10397.0, 10399.0, 10401.0, 10354.0, 10371.0, 10386.0, 10412.0, 10441.0, 10394.0, 10429.0, 10380.0, 10401.0, 10452.0, 10383.0, 10421.0, 10388.0, 10403.0, 10439.0, 10430.0, 10395.0, 10387.0, 10327.0, 10376.0, 10314.0, 10318.0, 10306.0, 10344.0, 10332.0, 10370.0, 10330.0, 10390.0, 10393.0, 10479.0, 10469.0, 10324.0, 10322.0, 10268.0, 10306.0, 10190.0, 10317.0, 10316.0, 10419.0, 10383.0, 10424.0, 10376.0, 10447.0, 10387.0, 10406.0, 10402.0, 10407.0, 10433.0, 10494.0, 10405.0, 10482.0, 10405.0, 10453.0, 10418.0, 10460.0, 10448.0, 10511.0, 10494.0, 10525.0, 10494.0, 10539.0, 10473.0, 10518.0, 10479.0, 10556.0, 10555.0, 10508.0, 10524.0, 10472.0, 10532.0, 10445.0, 10485.0, 10496.0, 10494.0, 10534.0, 10496.0, 10538.0, 10441.0, 10488.0, 10440.0, 10498.0, 10511.0, 10458.0, 10488.0, 10413.0, 10454.0, 10399.0, 10441.0, 10492.0, 10436.0, 10504.0, 10399.0, 10450.0, 10438.0, 10476.0, 10416.0, 10483.0, 10439.0, 10450.0, 10480.0, 10417.0, 10468.0, 10386.0, 10394.0, 10451.0, 10432.0, 10415.0, 10450.0, 10470.0, 10468.0, 10513.0, 10450.0, 10490.0, 10457.0, 10475.0, 10440.0, 10443.0, 10496.0, 10420.0, 10498.0, 10445.0, 10470.0, 10485.0, 10444.0, 10486.0, 10396.0, 10447.0, 10395.0, 10455.0, 10481.0, 10419.0, 10481.0, 10391.0, 10456.0, 10412.0, 10439.0, 10416.0, 10473.0, 10455.0, 10481.0, 10511.0, 10480.0, 10489.0, 10440.0, 10464.0, 10454.0, 10482.0, 10453.0, 10483.0, 10501.0, 10465.0, 10510.0, 10449.0, 10496.0, 10422.0, 10505.0, 10454.0, 10465.0, 10435.0, 10473.0, 10435.0, 10482.0, 10532.0, 10459.0, 10492.0, 10414.0, 10448.0, 10461.0, 10453.0, 10402.0, 10449.0, 10520.0, 10438.0, 10441.0, 10424.0, 10448.0, 10430.0, 10455.0, 10429.0, 10480.0, 10510.0, 10448.0, 10505.0, 10476.0, 10435.0, 10483.0, 10410.0, 10465.0, 10396.0, 10451.0, 10472.0, 10423.0, 10488.0, 10419.0, 10486.0, 10392.0, 10438.0, 10409.0, 10481.0, 10443.0, 10482.0, 10453.0, 10449.0, 10418.0, 10429.0, 10406.0, 10457.0, 10503.0, 10432.0, 10491.0, 10389.0, 10444.0, 10450.0, 10427.0, 10469.0, 10410.0, 10436.0, 10388.0, 10431.0, 10468.0, 10409.0, 10477.0, 10429.0, 10471.0, 10426.0, 10475.0, 10413.0, 10453.0, 10404.0, 10432.0, 10453.0, 10449.0, 10471.0, 10427.0, 10472.0, 10407.0, 10466.0, 10421.0, 10447.0, 10490.0, 10418.0, 10488.0, 10410.0, 10450.0, 10425.0, 10430.0, 10485.0, 10408.0, 10466.0, 10425.0, 10483.0, 10458.0, 10476.0, 10510.0, 10547.0, 10497.0, 10497.0, 10463.0, 10450.0, 10479.0, 10440.0, 10487.0, 10430.0, 10462.0, 10495.0, 10446.0, 10504.0, 10444.0, 10434.0, 10487.0, 10535.0, 10463.0, 10498.0, 10512.0, 10433.0, 10491.0, 10405.0, 10457.0, 10499.0, 10439.0, 10471.0, 10408.0, 10474.0, 10403.0, 10432.0, 10430.0, 10450.0, 10417.0, 10502.0, 10494.0, 10453.0, 10471.0, 10385.0, 10419.0, 10384.0, 10430.0, 10410.0, 10456.0, 10487.0, 10423.0, 10515.0, 10446.0, 10468.0, 10424.0, 10443.0, 10485.0, 10429.0, 10484.0, 10398.0, 10424.0, 10452.0, 10412.0, 10441.0, 10427.0, 10490.0, 10430.0, 10474.0, 10419.0, 10468.0, 10412.0, 10446.0, 10426.0, 10471.0, 10468.0, 10458.0, 10484.0, 10389.0, 10461.0, 10448.0, 10419.0, 10484.0, 10401.0, 10474.0, 10431.0, 10440.0, 10445.0, 10443.0, 10486.0, 10532.0, 10458.0, 10468.0, 10410.0, 10427.0, 10430.0, 10399.0, 10449.0, 10420.0, 10462.0, 10442.0, 10469.0, 10456.0, 10520.0, 10462.0, 10492.0, 10489.0, 10436.0, 10487.0, 10387.0, 10444.0, 10425.0, 10456.0, 10415.0, 10453.0, 10432.0, 10491.0, 10522.0, 10474.0, 10474.0, 10419.0, 10422.0, 10388.0, 10428.0, 10409.0, 10458.0, 10485.0, 10437.0, 10493.0, 10417.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.005305045977011495</td></tr>
<tr><td colspan=3>aqi</td><td>0.05003248942528735</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.33477317028766</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2283696799884922</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0461657779631761</td></tr>
<tr><td colspan=3>efc</td><td>0.4809</td></tr>
<tr><td colspan=3>fber</td><td>5507.6909</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15937235498560945</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>187</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.49425287356322</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5391809847720395</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.525935394322462</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.710140935385205</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3814666246084526</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153728</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010288647376000881</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02820158749818802</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8643322269470293</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.6444</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0226</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.0107</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296072.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>838.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.5943</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4918</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>652.3339</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3920.4071</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1070.2947</td></tr>
<tr><td colspan=3>tsnr</td><td>28.368733925861306</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>