Skip to content

Releases: kanglcn/moraine

v0.9.0

02 Nov 23:27

Choose a tag to compare

Add mcf_pc API and CLI

Add interative point plot tool

v0.8.5

21 Sep 23:47

Choose a tag to compare

new release

v0.8.3

25 Jun 03:27

Choose a tag to compare

Move two deep learning models out of the package to prevent too big pypi package

update cli.co use image_pairs in memory rather than tnet file;

fix plot bugs in functions for general read zarr file, and change seq_intf from (i, i-1) to (i,i+1);

add multilook and intf to api.co;

finish gamma phase wrapping API and CLI;

move read/write gamma file to a seperate module from cli.load

v0.8.2

17 Jun 02:33

Choose a tag to compare

bug fixed for cli.emperical_co_pc

Bugs Squashed

  • Data format scomplex is not supported. (#20)
    • Description of the problem

The package doesn't support scomplex data, so if the preprocessed rslc data is saved as scomplex, you are supposed to convert it to fcomplex and then process it with this package.

Minimal Complete Verifiable Example

No response

Full error message

No response

System information

numpy version 1.22.4

Are you willing to help fix this bug?

No

v0.8.1

12 Aug 23:08

Choose a tag to compare

implement parallel zarr io

modify emperical_co_pc and necessary utils
for independent ras chunkwise processing

add emperical_co_emi_temp_coh_pc to

  • only processing a small batch in one chunk to prevent
    holding the coherence matrix for all chunk which may exceed
    memory limit;
  • prevent writing coherence matrix which may exceed disk space limit.

v0.8.0

06 Jun 23:52

Choose a tag to compare

  • add cpu version of all functions and make use cpu as default
  • add default args to dask cluster and allow users to configure that
  • only calculate low tri of coherence matrix and copy its conj to up tri
  • more flexiable plot functions
  • carefully deal with nan values for all functions
  • Update pl.temp_coh with elementwise kernel

v0.7.0

01 May 04:31

Choose a tag to compare

Make cuda depedency optional

v0.6.6

29 Apr 05:17

Choose a tag to compare

Test

v0.6.5

29 Apr 04:53

Choose a tag to compare

Test

v0.6.4

29 Apr 04:26

Choose a tag to compare

Test