realfastvla / rfpipe

Fast radio interferometric transient search pipeline
https://realfastvla.github.io/rfpipe
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

segmentation drops integrations from end #16

Open caseyjlaw opened 6 years ago

caseyjlaw commented 6 years ago

Creating segments currently assumes they must be on integration boundaries and are all the same size. That obligates us to drop some integrations at the end of a scan (up to the size of a segment). Can we modify this scheme to search end integrations as a partial segment?

caseyjlaw commented 6 years ago

The state object has a search_ints method that could have a special case for partial segment at end.