Transtillaspis parallela

Transtillaspis parallela is a species of moth of the family Tortricidae. It is found in Peru.

Transtillaspis parallela
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Species:
T. parallela
Binomial name
Transtillaspis parallela

The wingspan is about 21 mm. The ground colour of the forewings is brownish cream with brownish suffusions and darker lines. The hindwings are brownish grey.

Etymology

The species name refers to the parallel similarity of the characters with Transtillaspis obvoluta.[2]

gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.
gollark: Idea: wrapping_add.
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.

References

  1. tortricidae.com
  2. Razowski, J. & J. Wojtusiak, 2010: Tortricidae (Lepidoptera) from Peru. Acta Zoologica Cracoviensia 53B (1-2): 73-159. doi:10.3409/azc.53b_1-2.73-159. Full article: .


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.