filter.totcor: Selection of visual meteor data by total correction factor

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/filter.totcor.R

Description

Selects data for a given visual meteor dataset, specified shower, population index and total correction factor.

Usage

1

Arguments

data

data frame consisting of visual meteor data (rate or magnitude data).

shw

character string consisting of three capital letters which represent meteor shower code.

r

numeric vector specifying population index of a meteor shower.

C

numeric vector specifying upper boundary of total correction factor.

Details

Total correction factor accounts for all non-ideal observing conditions such as clouds, low radiant, low limiting magnitude.

Total correction factor is equal to C=F*r^(6.5-lmg)\ sin(h), where r is population index, lmg limiting magnitude, F correction factor for field-of-view obstruction, h radiant elevation.

Value

filter.totcor returns data frame containing observations with total correction factors upper bounded (smaller or equal) by argument C

Note

Argument data has to consist of the columns named "Latitude", "Longitude", "F","Lmg" and "Shower".

Author(s)

Kristina Veljkovic

References

Rendtel J. and Arlt R., editors (2014). Handbook For Meteor Observers. IMO, Potsdam.

See Also

filter,filter.h,filter.mag,filter.P,zhr

Examples

1
2
3
4
## select 2015 visual meteor rate data during the period between 10-25 October and then
## select observations of Orionids with total correction factor smaller or equal to 5
rateOct<-filter.date(rate2015,date.start="2015-10-10",date.end="2015-10-25")
filter.totcor(rateOct,shw="ORI",r=2.5,C=5)

MetFns documentation built on May 1, 2019, 6:28 p.m.