Airborne Processing – Aliases

GammaSpec aliases control file for airborne processing

//_____________________________________________________________________________

//

//  PRE_EXISTING DATABASE FIELDS (CHANNELS)


    surveyName          survey          // survey number

    flightName          flight          // flight number

    lineName            LINE            // line number

    fidName             FID             // fiducial number

    lineTypeName        lineType        // line type 2-line; 4-tie

    eastingName         easting         // easting (x-coordinate)

    northingName        northing        // northing (y-coordinate)

    dateName            date            // date

    timeName            time            // time


    spectraDownName     spectra_down    // downward-looking spectra

    spectraUpName       spectra_up      // upward-looking spectra

    cosmicName          cosmic          // cosmic counts

    altimeterName       altitude        // altimeter (metres)

    temperatureName     temperature     // temperature (degrees-C)

    pressureName        pressure        // pressure (millibars)

    livetimeName        liveTime        // live time (secs)


    encalGroupName      LINE            // group-by field – energy calibration

    nasvdGroupName      flight          // group-by field – NASVD


//_____________________________________________________________________________

//

//  DERIVED DATABASE FIELDS (CHANNELS)


    nasvdAmplitudesName nasvdAmplitudes     // NASVD amplitudes

    nasvdVectorsName    nasvdVectors.nas    // NASVD eigenvectors 

                                            // (binary file not in database)


    totalcount_rawName  totalcount_raw      // raw totalcount

    potassium_rawName   potassium_raw       // raw potassium

    uranium_rawName     uranium_raw         // raw uranium

    thorium_rawName     thorium_raw         // raw thorium


    uranium_upName      uranium_up          // raw upward uranium


    totalcount_nasName  totalcount_nas      // raw totalcount after NASVD smoothing

    potassium_nasName   potassium_nas       // raw potassium after NASVD smoothing

    uranium_nasName     uranium_nas         // raw uranium after NASVD smoothing

    thorium_nasName     thorium_nas         // raw thorium after NASVD smoothing


    potassium_corrName  potassium_corr      // corrected potassium (no NASVD smoothing)

    uranium_corrName    uranium_corr        // corrected uranium (no NASVD smoothing)

    thorium_corrName    thorium_corr        // corrected thorium (no NASVD smoothing)


    potassium_nas_corrName  potassium_nas_corr  // corrected potassium (with NASVD smoothing)

    uranium_nas_corrName    uranium_nas_corr    // corrected potassium (with NASVD smoothing)

    thorium_nas_corrName    thorium_nas_corr    // corrected potassium (with NASVD smoothing)


//_____________________________________________________________________________