-
Notifications
You must be signed in to change notification settings - Fork 266
Description
Greetings:
It seems that suite2p program has issues in locating ops.npy and db.npy files.
Below is the error message I received with attempts of running suite2p
ERROR<<<
usage: main.py [-h] [--single_plane] [--ops OPS] [--db DB]
[--look_one_level_down LOOK_ONE_LEVEL_DOWN]
[--fast_disk FAST_DISK] [--delete_bin DELETE_BIN]
[--mesoscan MESOSCAN] [--bruker BRUKER] [--h5py H5PY]
[--h5py_key H5PY_KEY] [--save_path0 SAVE_PATH0]
[--save_folder SAVE_FOLDER] [--subfolders SUBFOLDERS]
[--move_bin MOVE_BIN] [--nplanes NPLANES]
[--nchannels NCHANNELS] [--functional_chan FUNCTIONAL_CHAN]
[--tau TAU] [--fs FS] [--force_sktiff FORCE_SKTIFF]
[--frames_include FRAMES_INCLUDE]
[--multiplane_parallel MULTIPLANE_PARALLEL]
[--ignore_flyback IGNORE_FLYBACK]
[--preclassify PRECLASSIFY] [--save_mat SAVE_MAT]
[--save_NWB SAVE_NWB] [--combined COMBINED]
[--aspect ASPECT] [--do_bidiphase DO_BIDIPHASE]
[--bidiphase BIDIPHASE] [--bidi_corrected BIDI_CORRECTED]
[--do_registration DO_REGISTRATION]
[--two_step_registration TWO_STEP_REGISTRATION]
[--keep_movie_raw KEEP_MOVIE_RAW] [--nimg_init NIMG_INIT]
[--batch_size BATCH_SIZE] [--maxregshift MAXREGSHIFT]
[--align_by_chan ALIGN_BY_CHAN] [--reg_tif REG_TIF]
[--reg_tif_chan2 REG_TIF_CHAN2] [--subpixel SUBPIXEL]
[--smooth_sigma_time SMOOTH_SIGMA_TIME]
[--smooth_sigma SMOOTH_SIGMA] [--th_badframes TH_BADFRAMES]
[--norm_frames NORM_FRAMES] [--force_refImg FORCE_REFIMG]
[--pad_fft PAD_FFT] [--nonrigid NONRIGID]
[--block_size BLOCK_SIZE [BLOCK_SIZE ...]]
[--snr_thresh SNR_THRESH] [--maxregshiftNR MAXREGSHIFTNR]
[--1Preg 1PREG] [--spatial_hp SPATIAL_HP]
[--spatial_hp_reg SPATIAL_HP_REG]
[--spatial_hp_detect SPATIAL_HP_DETECT]
[--pre_smooth PRE_SMOOTH] [--spatial_taper SPATIAL_TAPER]
[--roidetect ROIDETECT] [--spikedetect SPIKEDETECT]
[--anatomical_only ANATOMICAL_ONLY]
[--cellprob_threshold CELLPROB_THRESHOLD]
[--flow_threshold FLOW_THRESHOLD]
[--sparse_mode SPARSE_MODE] [--diameter DIAMETER]
[--spatial_scale SPATIAL_SCALE] [--connected CONNECTED]
[--nbinned NBINNED] [--max_iterations MAX_ITERATIONS]
[--threshold_scaling THRESHOLD_SCALING]
[--max_overlap MAX_OVERLAP] [--high_pass HIGH_PASS]
[--denoise DENOISE] [--soma_crop SOMA_CROP]
[--neuropil_extract NEUROPIL_EXTRACT]
[--inner_neuropil_radius INNER_NEUROPIL_RADIUS]
[--min_neuropil_pixels MIN_NEUROPIL_PIXELS]
[--lam_percentile LAM_PERCENTILE]
[--allow_overlap ALLOW_OVERLAP]
[--use_builtin_classifier USE_BUILTIN_CLASSIFIER]
[--classifier_path CLASSIFIER_PATH]
[--chan2_thres CHAN2_THRES] [--baseline BASELINE]
[--win_baseline WIN_BASELINE] [--sig_baseline SIG_BASELINE]
[--prctile_baseline PRCTILE_BASELINE] [--neucoeff NEUCOEFF]
main.py: error: unrecognized arguments: C.suite2p\ops\ops.npy C.suite2p\ops\db.npy
Interrupted by error (not finished)
I tried with my own data (sbx and tif format), still got the same error message; I tried with the sample data provided here and got the same error message, too.
Reinstallation and upgrade is not helping, neither.
Any suggestion or information will be very appreciated and helpful.
Best,
Zhongmin