Skip to content

Questions about overlapping arc #293

Answered by tmayerguerr
LNTU-YS asked this question in Q&A
Discussion options

You must be logged in to vote

Hi YUAN,

One way to do this:

  • Create a daily loop and then define additional variables such as loopTimeArc=loopTime-3/24 and loopTimeEndArc=loopTimeEnd+3/24 for additional three hours before and after.
  • With InstrumentConcatenate you can merge the data from the current day, the day before and the day after
  • With InstrumentSynschronize->timeIntervals you can cut out your interval (uniformInterval with loopTimeArc, loopTimeEndArc, and intervalCount=1).

regards
Torsten

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@LNTU-YS
Comment options

Answer selected by LNTU-YS
Comment options

You must be logged in to vote
3 replies
@LNTU-YS
Comment options

@tmayerguerr
Comment options

@LNTU-YS
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants